good day for WinCE port of perl.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.7.X          Development release working toward v5.8
29 --------------
30 ____________________________________________________________________________
31 [ 16610] By: jhi                                   on 2002/05/15  13:47:40
32         Log: Make fresh_perl skip the embedded UTF-8 tests on EBCDIC.
33      Branch: perl
34            ! pod/perldelta.pod t/run/fresh_perl.t
35 ____________________________________________________________________________
36 [ 16609] By: jhi                                   on 2002/05/15  13:46:55
37         Log: Document some of the known EBCDIC problems with Storable.
38              (There is more, but need to do more tests.)
39      Branch: perl
40            ! ext/Storable/Storable.pm
41 ____________________________________________________________________________
42 [ 16608] By: jhi                                   on 2002/05/15  12:44:06
43         Log: Purify finding: jperl.t causes a few Array Bounds Reads
44              (one byte too far in a malloced buffer) at various spots
45              in regcomp.c, all the buffers malloced by SvGROW() in
46              sv_recode_to_utf8().
47      Branch: perl
48            ! sv.c
49 ____________________________________________________________________________
50 [ 16607] By: nick                                  on 2002/05/15  06:57:26
51         Log: Integrate mainline
52      Branch: perlio
53           +> Porting/thirdclean
54           !> (integrate 36 files)
55 ____________________________________________________________________________
56 [ 16606] By: jhi                                   on 2002/05/15  04:24:45
57         Log: Subject: [PATCH] Re: use of lc module names and warnings
58              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
59              Date: Sun, 12 May 2002 23:09:46 +0200
60              Message-ID: <20020512230946.E699@rafael>
61      Branch: perl
62            ! toke.c
63 ____________________________________________________________________________
64 [ 16605] By: jhi                                   on 2002/05/15  03:58:24
65         Log: More rule tweakage.
66      Branch: perl
67            ! Porting/thirdclean
68 ____________________________________________________________________________
69 [ 16604] By: jhi                                   on 2002/05/15  00:40:46
70         Log: Subject: [PATCH] Fix Devel::DProf debugging aid
71              From: Sam Tregar <sam@tregar.com>
72              Date: Tue, 14 May 2002 21:27:05 -0400 (EDT)
73              Message-ID: <Pine.LNX.4.44.0205142123270.24343-100000@localhost.localdomain>
74      Branch: perl
75            ! ext/Devel/DProf/DProf.xs
76 ____________________________________________________________________________
77 [ 16603] By: jhi                                   on 2002/05/15  00:36:22
78         Log: $VERSIONize.
79      Branch: perl
80            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_MacOS.pm
81 ____________________________________________________________________________
82 [ 16602] By: jhi                                   on 2002/05/15  00:34:46
83         Log: Third Degree: name the op/foo.t as op_foo.
84      Branch: perl
85            ! t/TEST
86 ____________________________________________________________________________
87 [ 16601] By: jhi                                   on 2002/05/15  00:24:28
88         Log: Read of uninitialized heap found by Third Degree
89              (e.g. in t/op/subst.t)
90      Branch: perl
91            ! scope.c
92 ____________________________________________________________________________
93 [ 16600] By: jhi                                   on 2002/05/14  23:57:10
94         Log: Add more rules.
95      Branch: perl
96            ! Porting/thirdclean
97 ____________________________________________________________________________
98 [ 16599] By: jhi                                   on 2002/05/14  22:15:41
99         Log: Subject: [PATCH] allow use threads qw(yield)
100              From: Dave Mitchell <davem@fdgroup.com>
101              Date: Tue, 14 May 2002 22:49:47 +0100
102              Message-ID: <20020514224947.F25049@fdgroup.com>
103      Branch: perl
104            ! ext/threads/threads.pm ext/threads/threads.xs
105 ____________________________________________________________________________
106 [ 16598] By: jhi                                   on 2002/05/14  20:35:21
107         Log: Micropatch from Olaf Flebbe.
108      Branch: perl
109            ! epoc/epoc.c
110 ____________________________________________________________________________
111 [ 16597] By: rgs                                   on 2002/05/14  20:18:33
112         Log: Subject: perlhack.pod typos [PATCH]
113              From: "John P. Linderman" <jpl@research.att.com>
114              Date: Tue, 14 May 2002 12:31:21 -0400 (EDT)
115              Message-ID: <200205141631.MAA79121@raptor.research.att.com>
116      Branch: perl
117            ! pod/perlhack.pod
118 ____________________________________________________________________________
119 [ 16596] By: rgs                                   on 2002/05/14  20:14:14
120         Log: Subject: typo in Socket.pm
121              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
122              Date: Tue, 14 May 2002 12:02:47 +0200
123              Message-ID: <20020514120206.B758.H.M.BRAND@hccnet.nl>
124      Branch: perl
125            ! ext/IO/lib/IO/Socket.pm
126 ____________________________________________________________________________
127 [ 16595] By: jhi                                   on 2002/05/14  17:27:26
128         Log: The #16592 needs this.
129      Branch: perl
130            ! embedvar.h perlapi.h
131 ____________________________________________________________________________
132 [ 16594] By: sky                                   on 2002/05/14  17:08:01
133         Log: Subject: Re: lib/sort.t failure [PATCH]
134              From: "John P. Linderman" <jpl@research.att.com>
135              Date: mån maj 13, 2002  05:05:45  Europe/Stockholm
136              Message-Id: <200205131505.LAA46150@raptor.research.att.com>
137      Branch: perl
138            ! pod/perlfunc.pod
139 ____________________________________________________________________________
140 [ 16593] By: jhi                                   on 2002/05/14  16:09:59
141         Log: Add a script for cleaning out the "known noise"
142              from Third Degree reports: either noise caused
143              by libc itself, or Perl_yyparse leaks.
144      Branch: perl
145            + Porting/thirdclean
146            ! MANIFEST
147 ____________________________________________________________________________
148 [ 16592] By: sky                                   on 2002/05/14  15:21:39
149         Log: Turn the sort RealCmp for stable quicksorts into a
150              threadsafe per interpreter values.
151      Branch: perl
152            ! embedvar.h intrpvar.h perlapi.h pp_sort.c
153 ____________________________________________________________________________
154 [ 16591] By: jhi                                   on 2002/05/14  13:48:46
155         Log: reentr.h affects more C files than just reentr.c
156      Branch: perl
157            ! locale.c pp.c pp_sys.c
158 ____________________________________________________________________________
159 [ 16590] By: jhi                                   on 2002/05/14  13:21:54
160         Log: Document reentr.pl a bit better.  Still rather
161              convoluted code, but it ain't broken, so...
162      Branch: perl
163            ! reentr.h reentr.pl
164 ____________________________________________________________________________
165 [ 16589] By: jhi                                   on 2002/05/14  03:27:01
166         Log: z/OS update: not all Storable was clear yet.
167      Branch: perl
168            ! pod/perldelta.pod
169 ____________________________________________________________________________
170 [ 16588] By: jhi                                   on 2002/05/14  03:14:10
171         Log: Avoid potentially empty struct.
172      Branch: perl
173            ! reentr.h reentr.pl
174 ____________________________________________________________________________
175 [ 16587] By: jhi                                   on 2002/05/14  01:55:47
176         Log: Todo tweaks.
177      Branch: perl
178            ! pod/perltodo.pod
179 ____________________________________________________________________________
180 [ 16586] By: jhi                                   on 2002/05/13  23:09:36
181         Log: Subject: [PATCH] various minor fixes in threads.            
182              From: Dave Mitchell <davem@fdgroup.com>
183              Date: Mon, 13 May 2002 23:48:22 +0100      
184              Message-ID: <20020513234822.G21318@fdgroup.com>
185      Branch: perl
186            ! dump.c ext/threads/shared/shared.xs
187 ____________________________________________________________________________
188 [ 16585] By: jhi                                   on 2002/05/13  23:06:31
189         Log: Subject: Re: unsigned char hashes (Re: perl@16539)
190              From: PPrymmer@factset.com
191              Date: Mon, 13 May 2002 17:37:28 -0400
192              Message-ID: <OFA6169DE6.9ED4C891-ON85256BB8.00767EB7@55.25.11>
193      Branch: perl
194            ! vms/vms.c
195 ____________________________________________________________________________
196 [ 16584] By: jhi                                   on 2002/05/13  23:05:04
197         Log: Subject: Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
198              From: Nicholas Clark <nick@unfortu.net>    
199              Date: Mon, 13 May 2002 21:45:47 +0100
200              Message-ID: <20020513204546.GC310@Bagpuss.unfortu.net>
201      Branch: perl
202            ! lib/ExtUtils/t/Constant.t
203 ____________________________________________________________________________
204 [ 16583] By: jhi                                   on 2002/05/13  23:04:00
205         Log: Subject: [PATCH] Re: FreeBSD mostly OK. [nwc10@colon.colondot.net: Report /export/home/nwc10/Even-Smoke/Smoke]
206              From: Nicholas Clark <nick@unfortu.net>    
207              Date: Mon, 13 May 2002 21:47:38 +0100
208              Message-ID: <20020513204738.GD310@Bagpuss.unfortu.net>
209      Branch: perl
210            ! lib/Benchmark.t
211 ____________________________________________________________________________
212 [ 16582] By: jhi                                   on 2002/05/13  23:01:05
213         Log: Subject: WinCE several touches
214              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
215              Date: Tue, 14 May 2002 00:43:11 +0400      
216              Message-ID: <007b01c1fabe$cc8cbbf0$785cc3d9@vad>
217      Branch: perl
218            ! lib/ExtUtils/MM_Unix.pm utf8.c wince/Makefile.ce
219            ! wince/config_h.PL
220 ____________________________________________________________________________
221 [ 16581] By: jhi                                   on 2002/05/13  22:57:51
222         Log: Subject: Re: perl@16573
223              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
224              Date: Mon, 13 May 2002 18:30:35 +0200
225              Message-Id: <20020513182617.5525.H.M.BRAND@hccnet.nl>
226              
227              (gcc 3.0 vs 64-bit hpux hints)
228      Branch: perl
229            ! hints/hpux.sh
230 ____________________________________________________________________________
231 [ 16580] By: sky                                   on 2002/05/13  19:38:09
232         Log: Make the point a bit clearer after suggestion from Merijin
233      Branch: perl
234            ! pod/perltodo.pod
235 ____________________________________________________________________________
236 [ 16579] By: rgs                                   on 2002/05/13  18:51:54
237         Log: perltodo update.
238      Branch: perl
239            ! pod/perltodo.pod
240 ____________________________________________________________________________
241 [ 16578] By: rgs                                   on 2002/05/13  18:49:39
242         Log: Subject: README.aix update
243              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
244              Date: Mon, 13 May 2002 19:02:47 +0200
245              Message-ID: <20020513190200.552D.H.M.BRAND@hccnet.nl>
246      Branch: perl
247            ! README.aix
248 ____________________________________________________________________________
249 [ 16577] By: dougm                                 on 2002/05/13  18:45:01
250         Log: export PerlIOBuf_get_base for win32 extension linkage
251      Branch: perl
252            ! makedef.pl
253 ____________________________________________________________________________
254 [ 16576] By: nick                                  on 2002/05/13  18:20:22
255         Log: Integrate mainline
256      Branch: perlio
257           !> Changes README.vos ext/threads/shared/shared.pm
258           !> ext/threads/shared/t/0nothread.t
259           !> ext/threads/shared/t/av_refs.t
260           !> ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
261           !> ext/threads/shared/t/hv_refs.t
262           !> ext/threads/shared/t/hv_simple.t
263           !> ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
264           !> ext/threads/shared/t/semaphore.t
265           !> ext/threads/shared/t/shared_attr.t
266           !> ext/threads/shared/t/sv_refs.t
267           !> ext/threads/shared/t/sv_simple.t patchlevel.h
268           !> pod/perldelta.pod vms/vms.c xsutils.c
269 ____________________________________________________________________________
270 [ 16575] By: ams                                   on 2002/05/13  15:42:50
271         Log: Subject: [PATCH] Update README.vos and pod/perlport.pod
272              From: Paul_GreenVOS@vos.stratus.com
273              Date: Mon, 13 May 02 12:32 edt
274              Message-Id: <200205131631.MAA02607@mailhub2.stratus.com>
275      Branch: perl
276            ! README.vos pod/perldelta.pod
277 ____________________________________________________________________________
278 [ 16574] By: ams                                   on 2002/05/13  15:41:14
279         Log: Subject: [PATCH: perl@16539++] fix a small comment nit in vms/vms.c
280              From: PPrymmer@factset.com
281              Date: Mon, 13 May 2002 11:38:15 -0400
282              Message-Id: <OF3D3F427C.8365917A-ON85256BB8.0055A1BF@55.25.11>
283      Branch: perl
284            ! vms/vms.c
285 ____________________________________________________________________________
286 [ 16573] By: jhi                                   on 2002/05/13  14:02:50
287         Log: Update Changes.
288      Branch: perl
289            ! Changes patchlevel.h
290 ____________________________________________________________________________
291 [ 16572] By: sky                                   on 2002/05/13  12:30:35
292         Log: Subject: [PATCH] Re: 'use threads::shared' noisy with -w
293              From: Dave Mitchell <davem@fdgroup.com>
294              Date: lör maj 11, 2002  12:52:27  Europe/Stockholm
295              Message-Id: <20020510235227.J12298@fdgroup.com>
296      Branch: perl
297            ! ext/threads/shared/shared.pm ext/threads/shared/t/0nothread.t
298            ! ext/threads/shared/t/av_refs.t
299            ! ext/threads/shared/t/av_simple.t ext/threads/shared/t/cond.t
300            ! ext/threads/shared/t/hv_refs.t
301            ! ext/threads/shared/t/hv_simple.t
302            ! ext/threads/shared/t/no_share.t ext/threads/shared/t/queue.t
303            ! ext/threads/shared/t/semaphore.t
304            ! ext/threads/shared/t/shared_attr.t
305            ! ext/threads/shared/t/sv_refs.t
306            ! ext/threads/shared/t/sv_simple.t xsutils.c
307 ____________________________________________________________________________
308 [ 16571] By: nick                                  on 2002/05/13  07:54:10
309         Log: Integrate Mainline
310      Branch: perlio
311           +> lib/Thread/Queue.pm lib/Thread/Semaphore.pm
312            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
313            - wince/include/cectype.h wince/include/errno.h
314            - wince/include/sys/types.h wince/include/sys/utime.h
315            - wince/include/time.h
316           !> (integrate 51 files)
317 ____________________________________________________________________________
318 [ 16570] By: jhi                                   on 2002/05/13  00:46:11
319         Log: Subject: [PATCH t/TEST] #!/usr/bin/perl-current misparse
320              From: Michael G Schwern <schwern@pobox.com>
321              Date: Sun, 12 May 2002 19:32:58 -0400
322              Message-ID: <20020512233258.GK696@blackrider>
323      Branch: perl
324            ! t/TEST
325 ____________________________________________________________________________
326 [ 16569] By: jhi                                   on 2002/05/12  23:49:00
327         Log: Be clean.
328      Branch: perl
329            ! Makefile.SH ext/B/t/o.t
330 ____________________________________________________________________________
331 [ 16568] By: gsar                                  on 2002/05/12  23:34:06
332         Log: change#8666 ($Config{perllibs}) apparently never got into
333              mainline--merge, and add other missing entries; regen
334              config_H.* files
335      Branch: perl
336            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
337            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
338            ! win32/config_H.vc win32/config_H.vc64
339 ____________________________________________________________________________
340 [ 16567] By: jhi                                   on 2002/05/12  23:28:43
341         Log: Elaborate on the exit/wait plan a bit.
342      Branch: perl
343            ! pod/perltodo.pod
344 ____________________________________________________________________________
345 [ 16566] By: jhi                                   on 2002/05/12  22:26:17
346         Log: Slight doc tweaks.
347      Branch: perl
348            ! pod/perlthrtut.pod
349 ____________________________________________________________________________
350 [ 16565] By: jhi                                   on 2002/05/12  19:56:56
351         Log: OS/390: update the test results.
352      Branch: perl
353            ! pod/perldelta.pod
354 ____________________________________________________________________________
355 [ 16564] By: jhi                                   on 2002/05/12  19:48:40
356         Log: Add threadsafety caveats.
357      Branch: perl
358            ! ext/threads/threads.pm pod/perldelta.pod pod/perlthrtut.pod
359 ____________________________________________________________________________
360 [ 16563] By: jhi                                   on 2002/05/12  19:34:31
361         Log: Update the Mac OS X situation.
362      Branch: perl
363            ! pod/perldelta.pod
364 ____________________________________________________________________________
365 [ 16562] By: sky                                   on 2002/05/12  19:10:27
366         Log: Update todo, removing things done and adding new things.
367      Branch: perl
368            ! pod/perltodo.pod
369 ____________________________________________________________________________
370 [ 16561] By: jhi                                   on 2002/05/12  19:02:24
371         Log: Reword the "threads still running" cleanup message.
372      Branch: perl
373            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
374            ! pod/perltoc.pod
375 ____________________________________________________________________________
376 [ 16560] By: jhi                                   on 2002/05/12  18:39:48
377         Log: EBCDIC: retract #16557, it ran into a weird tokenizer(?) bug.
378              (The manifestation: running pat.t core dumps after test 639.
379              Removing everything after 639 makes core go away, as does
380              removing everything before 640.  I did say "weird".  Some
381              sort of a memory corruption, no doubt, but no time to debug
382              in more detail.)
383      Branch: perl
384            ! t/op/pat.t
385 ____________________________________________________________________________
386 [ 16559] By: sky                                   on 2002/05/12  17:59:41
387         Log: Add emulation layer for Thread/Semaphore and Thread/Queue
388      Branch: perl
389            + lib/Thread/Queue.pm lib/Thread/Semaphore.pm
390            - ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
391            ! MANIFEST
392 ____________________________________________________________________________
393 [ 16558] By: sky                                   on 2002/05/12  17:57:51
394         Log: Fixed bug where tmpsv would be null after the return of the 
395              amagic. Now check for that and allocate the tmpsv afterwards, 
396              this is done in all other places that use amagic.
397              Fixes bug when threads->unknownfunction() was called and
398              we coredumped on the stringification somewhere deep in the
399              autoloader/dynaloader something. Far to deep for me to provide
400              a test case.
401      Branch: perl
402            ! sv.c
403 ____________________________________________________________________________
404 [ 16557] By: jhi                                   on 2002/05/12  15:37:40
405         Log: (retracted by #16560)
406              EBCDIC: must protect also compile time so that
407              the illegal UTF-EBCDIC is not seen.
408      Branch: perl
409            ! t/op/pat.t
410 ____________________________________________________________________________
411 [ 16556] By: jhi                                   on 2002/05/12  15:29:36
412         Log: EBCDIC: make t/op/pat #242 and 243 finally succeed.
413      Branch: perl
414            ! pod/perlebcdic.pod regcomp.c
415 ____________________________________________________________________________
416 [ 16555] By: jhi                                   on 2002/05/12  13:50:20
417         Log: As suggested by Dave Mitchell, adding yield()s at
418              appropriate spots helps non-preemptive thread
419              implementations, like the GNU pth.  Tested at NetBSD
420              by Martin Weber <Ephaeton@gmx.net>.
421      Branch: perl
422            ! ext/threads/t/basic.t ext/threads/t/list.t
423            ! ext/threads/t/thread.t
424 ____________________________________________________________________________
425 [ 16554] By: rgs                                   on 2002/05/12  12:14:06
426         Log: Subject: RE: VOS bleadperl test failure on 16539
427              From: chromatic <chromatic@rmci.net>
428              Date: Sat, 11 May 2002 23:23:54 -0700
429              Message-ID: <20020512072814.50744.qmail@onion.perl.org>
430      Branch: perl
431            ! ext/B/t/o.t
432 ____________________________________________________________________________
433 [ 16553] By: jhi                                   on 2002/05/12  04:27:16
434         Log: There's no rest for the wicked misspellers.
435      Branch: perl
436            ! pod/perlthrtut.pod
437 ____________________________________________________________________________
438 [ 16552] By: jhi                                   on 2002/05/12  01:38:15
439         Log: Detypos (and sticking with US spelling since Dan Sugalski
440              wrote the original text of perlthrtut)
441      Branch: perl
442            ! ext/threads/threads.pm pod/perlthrtut.pod
443 ____________________________________________________________________________
444 [ 16551] By: jhi                                   on 2002/05/11  22:26:38
445         Log: Because of #16550 these tests would now spew
446              "Malformed UTF-8" in EBCDIC.
447      Branch: perl
448            ! t/op/pat.t
449 ____________________________________________________________________________
450 [ 16550] By: jhi                                   on 2002/05/11  22:24:31
451         Log: EBCDIC: the toke.c wariness about UTF-8 (really, UTF-EBCDIC)
452              scripts does not apply any more.  (The utf8.t needed a little
453              bit of relaxing to work in EBCDIC, since *both* the bytes in
454              subtest #30 are illegal UTF-EBCDIC, and the error message
455              matched is slightly different.)  The utf8.t now passes.
456      Branch: perl
457            ! lib/utf8.t toke.c
458 ____________________________________________________________________________
459 [ 16549] By: jhi                                   on 2002/05/11  21:41:11
460         Log: Subject: [PATCH] a bit more for WinCE
461              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
462              Date: Sun, 12 May 2002 02:34:24 +0400
463              Message-ID: <007b01c1f93c$0e03f960$035cc3d9@vad>
464      Branch: perl
465            ! wince/wince.c
466 ____________________________________________________________________________
467 [ 16548] By: jhi                                   on 2002/05/11  19:54:43
468         Log: Subject: [PATCH] for WinCE cross-build, another one
469              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>     
470              Date: Sun, 12 May 2002 00:02:47 +0400
471              Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
472      Branch: perl
473            - wince/include/cectype.h wince/include/errno.h
474            - wince/include/sys/types.h wince/include/sys/utime.h
475            - wince/include/time.h
476            ! MANIFEST configpm lib/ExtUtils/MM_Unix.pm wince/Makefile.ce
477            ! wince/cecopy-lib.pl wince/config_H.ce wince/config_h.PL
478            ! wince/wince.c
479 ____________________________________________________________________________
480 [ 16547] By: jhi                                   on 2002/05/11  19:46:23
481         Log: Explicit casts due to #16542.
482      Branch: perl
483            ! ext/B/B.xs hv.c op.c sv.c
484 ____________________________________________________________________________
485 [ 16546] By: jhi                                   on 2002/05/11  19:35:54
486         Log: Upgrade to Test::Harness 2.21.
487      Branch: perl
488            ! lib/Test/Harness.pm lib/Test/Harness/Changes
489            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
490            ! lib/Test/Harness/t/test-harness.t
491 ____________________________________________________________________________
492 [ 16545] By: jhi                                   on 2002/05/11  19:04:39
493         Log: Upgrade to Net::Ping 2.18 (no core-relevant changes,
494              but keep up with the $VERSION)
495      Branch: perl
496            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
497 ____________________________________________________________________________
498 [ 16544] By: jhi                                   on 2002/05/11  18:45:30
499         Log: metaconfig unit change for #16543.
500      Branch: metaconfig
501            ! U/threads/usethreads.U
502 ____________________________________________________________________________
503 [ 16543] By: jhi                                   on 2002/05/11  18:43:58
504         Log: Subject: [PATCH] updated threads docs
505              From: Dave Mitchell <davem@fdgroup.com>
506              Date: Sat, 11 May 2002 20:00:51 +0100
507              Message-ID: <20020511200050.D14841@fdgroup.com>
508      Branch: perl
509            ! Configure README.threads pod/perlothrtut.pod
510            ! pod/perlthrtut.pod
511 ____________________________________________________________________________
512 [ 16542] By: jhi                                   on 2002/05/11  17:06:19
513         Log: Subject: unsigned char hashes (Re: perl@16539)
514              From: Nicholas Clark <nick@unfortu.net>
515              Date: Sat, 11 May 2002 17:54:44 +0100
516              Message-ID: <20020511165444.GD301@Bagpuss.unfortu.net>
517              
518              Be explicitly unsigned char in the hash calculation.
519      Branch: perl
520            ! hv.h
521 ____________________________________________________________________________
522 [ 16541] By: nick                                  on 2002/05/11  08:21:00
523         Log: Integrate mainline
524      Branch: perlio
525           +> ext/B/t/o.t
526           !> Changes MANIFEST Makefile.SH ext/DB_File/t/db-btree.t
527           !> ext/Encode/Encode.xs ext/threads/shared/queue.pm patchlevel.h
528           !> pod/perlhack.pod pod/perltoc.pod t/TEST t/harness
529 ____________________________________________________________________________
530 [ 16540] By: jhi                                   on 2002/05/10  16:45:53
531         Log: Subject: more os x test output cosmetics
532              From: Kay Röpke <kroepke@dolphin-services.de>
533              Date: Fri, 10 May 2002 14:07:34 +0200
534              Message-Id: <831FB904-640E-11D6-AA6F-000393414688@dolphin-services.de>
535      Branch: perl
536            ! ext/DB_File/t/db-btree.t
537 ____________________________________________________________________________
538 [ 16539] By: jhi                                   on 2002/05/10  15:16:44
539         Log: Update Changes.
540      Branch: perl
541            ! Changes patchlevel.h
542 ____________________________________________________________________________
543 [ 16538] By: jhi                                   on 2002/05/10  15:08:51
544         Log: Regen toc.
545      Branch: perl
546            ! pod/perltoc.pod
547 ____________________________________________________________________________
548 [ 16537] By: jhi                                   on 2002/05/10  15:06:52
549         Log: Move pod, add $VERSION.
550      Branch: perl
551            ! ext/threads/shared/queue.pm
552 ____________________________________________________________________________
553 [ 16536] By: jhi                                   on 2002/05/10  14:42:10
554         Log: Unused variables.
555      Branch: perl
556            ! ext/Encode/Encode.xs
557 ____________________________________________________________________________
558 [ 16535] By: jhi                                   on 2002/05/10  13:52:34
559         Log: Subject: Re: [REPATCH MANIFEST ext/B/t/o.t] Add tests for O
560              From: chromatic <chromatic@rmci.net>
561              Date: Fri, 10 May 2002 07:43:25 -0700
562              Message-ID: <20020510144325.26245.qmail@firewheel>
563      Branch: perl
564            + ext/B/t/o.t
565            ! MANIFEST
566 ____________________________________________________________________________
567 [ 16534] By: jhi                                   on 2002/05/10  13:48:10
568         Log: Don't do JAPHs unless doing "make torturetest".
569              Document the less obvious make test targets.
570      Branch: perl
571            ! Makefile.SH pod/perlhack.pod t/TEST t/harness
572 ____________________________________________________________________________
573 [ 16533] By: nick                                  on 2002/05/10  06:02:58
574         Log: Integrate mainline
575      Branch: perlio
576           !> Configure Porting/pumpkin.pod doio.c ext/Encode/Encode.xs
577           !> ext/Encode/Unicode/Unicode.xs ext/IO/IO.xs ext/Storable/README
578           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
579           !> ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
580           !> ext/threads/shared/t/cond.t ext/threads/threads.xs
581           !> pod/perlfaq3.pod pod/perlfaq4.pod pod/perlhack.pod
582           !> pod/perllocale.pod pp_sys.c reentr.pl t/op/tie.t
583           !> t/run/fresh_perl.t util.c
584 ____________________________________________________________________________
585 [ 16532] By: jhi                                   on 2002/05/10  03:38:40
586         Log: Subject: [PATCH] format and other warnings
587              From: Robin Barker <rmb1@cise.npl.co.uk>
588              Date: Thu, 9 May 2002 18:27:30 +0100 (BST)
589              Message-Id: <200205091727.SAA22792@tempest.npl.co.uk>  
590      Branch: perl
591            ! Porting/pumpkin.pod ext/Encode/Encode.xs
592            ! ext/Encode/Unicode/Unicode.xs ext/Storable/Storable.xs
593            ! ext/Time/HiRes/HiRes.xs ext/threads/shared/shared.xs
594            ! ext/threads/threads.xs
595 ____________________________________________________________________________
596 [ 16531] By: jhi                                   on 2002/05/10  03:26:11
597         Log: Move the noisy tie core dump test to fresh_perl from op/tie.
598      Branch: perl
599            ! t/op/tie.t t/run/fresh_perl.t
600 ____________________________________________________________________________
601 [ 16530] By: jhi                                   on 2002/05/10  03:23:17
602         Log: Subject: Re: [PATCH] Re: perl@16433
603              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)       
604              Date: Thu, 09 May 2002 16:24:59 -0700
605              Message-ID: <LVw28gzkguhE092yn@efn.org>
606      Branch: perl
607            ! t/op/tie.t
608 ____________________________________________________________________________
609 [ 16529] By: jhi                                   on 2002/05/09  21:39:04
610         Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs
611              From: Dave Mitchell <davem@fdgroup.com>
612              Date: Thu, 9 May 2002 17:18:42 +0100
613              Message-ID: <20020509171842.C9836@fdgroup.com>
614      Branch: perl
615            ! ext/threads/shared/t/cond.t
616 ____________________________________________________________________________
617 [ 16528] By: nick                                  on 2002/05/09  16:40:39
618         Log: Integrate maint branch io (pipe) fixes.
619      Branch: perl
620           !> doio.c pp_sys.c util.c
621 ____________________________________________________________________________
622 [ 16527] By: jhi                                   on 2002/05/09  14:09:00
623         Log: FAQ sync.
624      Branch: perl
625            ! pod/perlfaq3.pod pod/perlfaq4.pod
626 ____________________________________________________________________________
627 [ 16526] By: jhi                                   on 2002/05/09  14:06:53
628         Log: metaconfig unit changes for #16525, plus extra linting.
629      Branch: metaconfig
630            ! U/compline/ptrsize.U U/protos/Protochk.U
631            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
632            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
633            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
634            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
635            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
636            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
637            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
638            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
639            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
640            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
641            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
642            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
643            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
644            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
645            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
646            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
647            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
648            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
649            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
650            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
651            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
652            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
653            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
654            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
655 ____________________________________________________________________________
656 [ 16525] By: jhi                                   on 2002/05/09  14:06:11
657         Log: metaconfig unit linting.
658      Branch: perl
659            ! reentr.pl
660 ____________________________________________________________________________
661 [ 16524] By: jhi                                   on 2002/05/09  13:49:01
662         Log: metaconfig unit changes for #16523.
663      Branch: metaconfig
664            ! U/compline/ptrsize.U
665      Branch: metaconfig/U/perl
666            ! use64bits.U
667 ____________________________________________________________________________
668 [ 16523] By: jhi                                   on 2002/05/09  13:48:20
669         Log: ptrsize should depend on use64bitall, not the other
670              way round, noticed by Karl Tomlinson <k.tomlinson@auckland.ac.nz>.
671      Branch: perl
672            ! Configure
673 ____________________________________________________________________________
674 [ 16522] By: jhi                                   on 2002/05/09  13:07:58
675         Log: Integrate #16510 from macperl;
676              
677              Tell IO.xs that MacOS sometimes doesn't need extra help
678      Branch: perl
679           !> ext/IO/IO.xs
680 ____________________________________________________________________________
681 [ 16521] By: ams                                   on 2002/05/09  12:42:12
682         Log: Subject: Re: Storable doc patches
683              From: "Philip Newton" <Philip.Newton@gmx.net>
684              Date: Thu, 9 May 2002 14:32:29 +0200
685              Message-Id: 
686      Branch: perl
687            ! ext/Storable/Storable.pm
688 ____________________________________________________________________________
689 [ 16520] By: rgs                                   on 2002/05/09  11:43:12
690         Log: cmp() compares chars, not bytes.
691      Branch: perl
692            ! pod/perllocale.pod
693 ____________________________________________________________________________
694 [ 16519] By: rgs                                   on 2002/05/09  10:19:04
695         Log: A footnote about PERL_DESTRUCT_LEVEL and mod_perl.
696      Branch: perl
697            ! pod/perlhack.pod
698 ____________________________________________________________________________
699 [ 16518] By: ams                                   on 2002/05/09  09:04:31
700         Log: Subject: Storable doc patches
701              From: Philip Newton <Philip.Newton@gmx.net>
702              Date: Thu, 09 May 2002 12:00:45 +0200
703              Message-Id: <vshkdu49hlpqqm6mlre5ilkn8l9dbqdnsg@4ax.com>
704      Branch: perl
705            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
706 ____________________________________________________________________________
707 [ 16517] By: ams                                   on 2002/05/09  08:53:50
708         Log: Subject: Re: Change 16457: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
709              From: Philip Newton <Philip.Newton@gmx.net>
710              Date: Thu, 09 May 2002 11:16:06 +0200
711              Message-Id: <6ffkdu422rls6td4okfu243c9vbtnrfntk@4ax.com>
712      Branch: perl
713            ! ext/Storable/README
714 ____________________________________________________________________________
715 [ 16516] By: nick                                  on 2002/05/09  08:13:39
716         Log: Integrate mainline
717      Branch: perlio
718           !> pod/perlxstut.pod
719 ____________________________________________________________________________
720 [ 16515] By: nick                                  on 2002/05/09  07:29:53
721         Log: Integrate mainline
722      Branch: perlio
723           !> (integrate 27 files)
724 ____________________________________________________________________________
725 [ 16514] By: ams                                   on 2002/05/09  06:50:24
726         Log: Subject: [Patch] perlxstut.pod
727              From: lupe@lupe-christoph.de (Lupe Christoph)
728              Date: Thu, 9 May 2002 09:42:02 +0200
729              Message-Id: <20020509074202.GJ1087@lupe-christoph.de>
730              (Applied with tweaks.)
731      Branch: perl
732            ! pod/perlxstut.pod
733 ____________________________________________________________________________
734 [ 16513] By: ams                                   on 2002/05/09  06:04:47
735         Log: Subject: [Patch] perlapio.pod
736              From: lupe@lupe-christoph.de (Lupe Christoph)
737              Date: Thu, 9 May 2002 09:01:50 +0200
738              Message-Id: <20020509070150.GI1087@lupe-christoph.de>
739              (Applied with tweaks.)
740      Branch: perl
741            ! pod/perlapio.pod
742 ____________________________________________________________________________
743 [ 16512] By: pudge                                 on 2002/05/09  03:44:21
744         Log: Integrate from macperl
745      Branch: maint-5.6/macperl
746           !> macos/macperl/MPConsole.cp
747 ____________________________________________________________________________
748 [ 16511] By: pudge                                 on 2002/05/09  03:34:14
749         Log: Make interrupt act as end of file, MacPerl Bug #542154
750      Branch: macperl
751            ! macos/macperl/MPConsole.cp
752 ____________________________________________________________________________
753 [ 16510] By: pudge                                 on 2002/05/09  03:33:34
754         Log: Tell IO.xs that MacOS sometimes doesn't need extra help
755      Branch: macperl
756            ! ext/IO/IO.xs
757 ____________________________________________________________________________
758 [ 16509] By: pudge                                 on 2002/05/09  03:32:47
759         Log: Make perlio (!sfio) work on MacOS
760      Branch: macperl
761            ! macos/config.h macos/config.sh macos/macish.c
762 ____________________________________________________________________________
763 [ 16508] By: gsar                                  on 2002/05/09  00:24:00
764         Log: integrate maint-5.6/macperl contents
765      Branch: maint-5.6/perl
766           !> README.macos cop.h deb.c embed.h ext/File/Glob/Glob.pm
767           !> lib/DB.pm lib/File/Copy.pm lib/File/Spec/Mac.pm lib/perl5db.pl
768           !> perl.c pod/perlport.pod pp_ctl.c proto.h toke.c util.c
769 ____________________________________________________________________________
770 [ 16507] By: jhi                                   on 2002/05/08  23:48:12
771         Log: Rework #16506 some more.
772      Branch: perl
773            ! ext/Time/HiRes/HiRes.xs win32/win32.c
774 ____________________________________________________________________________
775 [ 16506] By: jhi                                   on 2002/05/08  23:20:29
776         Log: Rework #16503 a bit to keep all the HiRes implementation
777              in one place, assuming we want to re-CPAN Time::HiRes at
778              some point.
779      Branch: perl
780            ! ext/Time/HiRes/HiRes.xs win32/win32.c
781 ____________________________________________________________________________
782 [ 16505] By: jhi                                   on 2002/05/08  22:52:17
783         Log: metaconfig unit change for #16504.
784      Branch: metaconfig
785            ! U/modified/Cppsym.U
786 ____________________________________________________________________________
787 [ 16504] By: jhi                                   on 2002/05/08  22:51:54
788         Log: Subject: [ID 20020508.012] with gcc-3.1, Config.pm's ccsymbols='-Acpu=i386 ...' is bad (esp for _h2ph_pre.ph)
789              From: Pixel <pixel@mandrakesoft.com>
790              Date: 08 May 2002 18:19:51 +0200
791              Message-Id: <ly3cx2wr14.fsf@leia.mandrakesoft.com>   
792      Branch: perl
793            ! Configure
794 ____________________________________________________________________________
795 [ 16503] By: gsar                                  on 2002/05/08  22:49:33
796         Log: make the gettimeofday() implementation in Time::HiRes available
797              from perl
798      Branch: perl
799            ! XSUB.h ext/Time/HiRes/HiRes.xs iperlsys.h makedef.pl pp.c
800            ! win32/config.bc win32/config.gc win32/config.vc
801            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
802            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
803            ! win32/win32.c win32/win32iop.h
804 ____________________________________________________________________________
805 [ 16502] By: jhi                                   on 2002/05/08  22:41:42
806         Log: Subject: Test output update for OS X 10.1.4
807              From: Kay Röpke <kroepke@dolphin-services.de>
808              Date: Wed, 8 May 2002 22:23:36 +0200
809              Message-Id: <79FC9AC7-62C1-11D6-9BDB-000393414688@dolphin-services.de>
810      Branch: perl
811            ! ext/DB_File/t/db-recno.t
812 ____________________________________________________________________________
813 [ 16501] By: jhi                                   on 2002/05/08  22:39:11
814         Log: Subject: [PATCH] Re: perl@16433
815              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
816              Date: Tue, 07 May 2002 18:40:44 -0700
817              Message-ID: <cII28gzkgaOS092yn@efn.org>
818              
819              Subject: Re: [PATCH] Re: perl@16433
820              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
821              Date: Wed, 08 May 2002 10:16:42 -0700
822              Message-ID: <61V28gzkg+jG092yn@efn.org>
823      Branch: perl
824            ! pp_sys.c sv.c t/op/tie.t
825 ____________________________________________________________________________
826 [ 16500] By: jhi                                   on 2002/05/08  22:25:01
827         Log: Subject: [DOC PATCH] Minor threads::shared nits
828              From: Simon Glover <scog@amnh.org>
829              Date: Wed, 8 May 2002 17:23:16 -0400 (EDT)
830              Message-ID: <Pine.GSO.4.43.0205081719050.26360-100000@egg.amnh.org>
831      Branch: perl
832            ! ext/threads/shared/queue.pm ext/threads/shared/semaphore.pm
833            ! ext/threads/shared/shared.pm
834 ____________________________________________________________________________
835 [ 16499] By: jhi                                   on 2002/05/08  22:22:30
836         Log: Subject: [DOC PATCH] perlthrtut proofreading
837              From: Simon Glover <scog@amnh.org>
838              Date: Wed, 8 May 2002 14:00:13 -0400 (EDT)
839              Message-ID: <Pine.GSO.4.43.0205081351010.23879-100000@egg.amnh.org>
840      Branch: perl
841            ! pod/perlthrtut.pod
842 ____________________________________________________________________________
843 [ 16498] By: jhi                                   on 2002/05/08  22:19:45
844         Log: Deprecate 5.005threads.
845      Branch: perl
846            ! pod/perldelta.pod
847 ____________________________________________________________________________
848 [ 16497] By: jhi                                   on 2002/05/08  22:11:21
849         Log: Integrate perlio;
850              
851              PerlIO/XS interface routine and doc updates from
852              lupe@lupe-christoph.de (Lupe Christoph) in mail
853              Subject: [For Review] Patch for perlio.c and pods
854              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
855              Date: Sun, 5 May 2002 10:43:15 +0200
856              (Minor tweaks to follow.)
857              
858              Portability and doc tweaks to PerlIO/XS stuff.
859              We are still "papering over the cracks" a bit,
860              but now it is good stiff card held on with epoxy.
861      Branch: perl
862           !> perlio.c pod/perlapio.pod pod/perlxstut.pod
863 ____________________________________________________________________________
864 [ 16496] By: nick                                  on 2002/05/08  19:08:43
865         Log: Portability and doc tweaks to PerlIO/XS stuff.
866              We are still "papering over the cracks" a bit,
867              but now it is good stiff card held on with epoxy.
868      Branch: perlio
869            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
870 ____________________________________________________________________________
871 [ 16495] By: nick                                  on 2002/05/08  17:56:43
872         Log: PerlIO/XS interface routine and doc updates from
873              lupe@lupe-christoph.de (Lupe Christoph) in mail
874              Subject: [For Review] Patch for perlio.c and pods
875              Message-Id: <20020505084315.GA23900@lupe-christoph.de>
876              Date: Sun, 5 May 2002 10:43:15 +0200
877              (Minor tweaks to follow.)
878      Branch: perlio
879            ! perlio.c pod/perlapio.pod pod/perlxstut.pod
880 ____________________________________________________________________________
881 [ 16494] By: nick                                  on 2002/05/08  17:40:34
882         Log: Integrate mainline
883      Branch: perlio
884           !> Changes Porting/p4genpatch ext/File/Glob/bsd_glob.c
885           !> ext/Storable/Storable.pm lib/base.pm lib/diagnostics.t
886           !> lib/fields.t lib/locale.t makedef.pl patchlevel.h
887           !> t/run/fresh_perl.t
888 ____________________________________________________________________________
889 [ 16493] By: jhi                                   on 2002/05/08  14:25:31
890         Log: Update Changes.
891      Branch: perl
892            ! Changes patchlevel.h
893 ____________________________________________________________________________
894 [ 16492] By: gsar                                  on 2002/05/08  14:00:54
895         Log: p4genpatch: produce unix-compatible patches on non-MacOS platforms;
896              don't unlink /dev/null
897      Branch: perl
898            ! Porting/p4genpatch
899 ____________________________________________________________________________
900 [ 16491] By: jhi                                   on 2002/05/08  13:59:16
901         Log: Integrate perlio; 
902              
903              Avoid pointless re-encode of data in :encoding's read buffer
904              on a close
905      Branch: perl
906           !> ext/PerlIO/encoding/encoding.xs
907 ____________________________________________________________________________
908 [ 16490] By: jhi                                   on 2002/05/08  13:55:05
909         Log: The base.pm changes need this, too?
910      Branch: perl
911            ! lib/diagnostics.t
912 ____________________________________________________________________________
913 [ 16489] By: gsar                                  on 2002/05/08  13:33:41
914         Log: fix p4genpatch breakage (missing slash in patch headers)
915      Branch: perl
916            ! Porting/p4genpatch
917 ____________________________________________________________________________
918 [ 16488] By: jhi                                   on 2002/05/08  13:24:15
919         Log: Integrate #14679 from macperl;
920              
921              Skip layer symbols for sfio
922      Branch: perl
923           !> makedef.pl
924 ____________________________________________________________________________
925 [ 16487] By: nick                                  on 2002/05/08  13:12:47
926         Log: Avoid pointless re-encode of data in :encoding's read buffer
927              on a close
928      Branch: perlio
929            ! ext/PerlIO/encoding/encoding.xs
930 ____________________________________________________________________________
931 [ 16486] By: jhi                                   on 2002/05/08  13:09:24
932         Log: Integrate #16481 from macperl;
933              
934              p4genpatch Mac OS fixes (paths, utime)
935      Branch: perl
936           !> Porting/p4genpatch
937 ____________________________________________________________________________
938 [ 16485] By: jhi                                   on 2002/05/08  13:06:30
939         Log: Storable doc tweaks.
940      Branch: perl
941            ! ext/Storable/Storable.pm
942 ____________________________________________________________________________
943 [ 16484] By: jhi                                   on 2002/05/08  12:57:32
944         Log: Subject: Re: [PATCH] use base Notexists
945              From: andreas.koenig@anima.de (Andreas J. Koenig)
946              Date: Wed, 08 May 2002 15:57:53 +0200
947              Message-ID: <m34rhi91y6.fsf@anima.de>
948      Branch: perl
949            ! lib/base.pm lib/fields.t
950 ____________________________________________________________________________
951 [ 16483] By: jhi                                   on 2002/05/08  12:44:46
952         Log: Subject: [ID 20020507.020] PATCH: 5.6.1: t/op/misc.t: locale -a missing 2>/dev/null
953              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
954              Date: Wed, 8 May 2002 10:47:51 +0400
955              Message-Id: <6134254DE87BD411908B00A0C99B044F035BBFCB@mowd019a.mow.siemens.ru>
956      Branch: perl
957            ! t/run/fresh_perl.t
958 ____________________________________________________________________________
959 [ 16482] By: jhi                                   on 2002/05/08  12:41:51
960         Log: Document how even "ASCII" locales can have problems
961              if \w includes some of the regex metacharacters.
962      Branch: perl
963            ! lib/locale.t
964 ____________________________________________________________________________
965 [ 16481] By: pudge                                 on 2002/05/08  12:31:12
966         Log: p4genpatch Mac OS fixes (paths, utime)
967      Branch: macperl
968            ! Porting/p4genpatch
969 ____________________________________________________________________________
970 [ 16480] By: jhi                                   on 2002/05/08  12:30:53
971         Log: Subject: RE: [ID 20020507.001] PATCH: 5.6.1: glob() problem on ReliantUNIX with LFS support
972              From: Borsenkow Andrej <Andrej.Borsenkow@mow.siemens.ru>
973              Date: Wed, 8 May 2002 10:33:14 +0400
974              Message-ID: <6134254DE87BD411908B00A0C99B044F02E89A6A@mowd019a.mow.siemens.ru>
975      Branch: perl
976            ! ext/File/Glob/bsd_glob.c
977 ____________________________________________________________________________
978 [ 16479] By: pudge                                 on 2002/05/08  12:30:41
979         Log: Skip layer symbols for sfio
980      Branch: macperl
981            ! makedef.pl
982 ____________________________________________________________________________
983 [ 16478] By: jhi                                   on 2002/05/08  12:25:04
984         Log: Bump up the Storable $VERSION to 2.0.
985      Branch: perl
986            ! ext/Storable/Storable.pm
987 ____________________________________________________________________________
988 [ 16477] By: nick                                  on 2002/05/08  06:21:18
989         Log: Integrate mainline  - win2k, MinGW all tests pass :-)
990      Branch: perlio
991           !> (integrate 36 files)
992 ____________________________________________________________________________
993 [ 16476] By: pudge                                 on 2002/05/08  04:34:12
994         Log: Oops, add back
995      Branch: macperl
996            + macos/MacPerlTests.cmd
997 ____________________________________________________________________________
998 [ 16475] By: pudge                                 on 2002/05/08  04:31:10
999         Log: Integrate with perl
1000      Branch: macperl
1001           +> Porting/p4genpatch ext/Digest/MD5/README
1002           +> ext/Digest/MD5/t/md5-aaa.t ext/Digest/MD5/t/utf8.t
1003           +> ext/threads/shared/semaphore.pm
1004           +> ext/threads/shared/t/semaphore.t lib/ExtUtils/MM_MacOS.pm
1005           +> t/comp/hints.t vos/compile_full_perl.cm
1006           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1007           +> wince/compile.bat wince/win32io.c
1008            - Porting/p4d2p Porting/p4desc ext/Digest/MD5/t/aaa.t
1009            - macos/MacPerlTests.cmd wince/config.h wince/perldll.def
1010           !> (integrate 206 files)
1011 ____________________________________________________________________________
1012 [ 16474] By: pudge                                 on 2002/05/08  04:00:04
1013         Log: Update README (integrate from macperl)
1014      Branch: maint-5.6/macperl
1015           !> README.macos
1016 ____________________________________________________________________________
1017 [ 16473] By: pudge                                 on 2002/05/08  03:52:28
1018         Log: Various syncs from macperl/ -> maint-5.6/macperl/
1019              File::Copy, File::Spec updates
1020              Test script modifications
1021              pp_require path bugfixes
1022      Branch: maint-5.6/macperl
1023            ! lib/File/Copy.pm lib/File/Spec/Mac.pm macos/MacPerlTests.plx
1024            ! macos/configpm macos/macish.c macos/macish.h pp_ctl.c
1025 ____________________________________________________________________________
1026 [ 16472] By: pudge                                 on 2002/05/08  03:51:06
1027         Log: Add MacPerl.pm to Help menu, MacPerl Bug #533331
1028      Branch: macperl
1029            ! macos/macperl/MacPerl.podhelp
1030      Branch: maint-5.6/macperl
1031            ! macos/macperl/MacPerl.podhelp
1032 ____________________________________________________________________________
1033 [ 16471] By: pudge                                 on 2002/05/08  03:50:25
1034         Log: Reset Mac::err flag in app, MacPerl Bug #546065
1035      Branch: macperl
1036            ! macos/macperl/MPScript.c
1037      Branch: maint-5.6/macperl
1038            ! macos/macperl/MPScript.c
1039 ____________________________________________________________________________
1040 [ 16470] By: pudge                                 on 2002/05/08  03:49:32
1041         Log: Fix for some module install paths, MacPerl Bug #549611
1042      Branch: macperl
1043            ! macos/macperl/Droplets/installme.plx
1044            ! macos/macperl/Droplets/untarzipme.plx
1045      Branch: maint-5.6/macperl
1046            ! macos/macperl/Droplets/installme.plx
1047            ! macos/macperl/Droplets/untarzipme.plx
1048 ____________________________________________________________________________
1049 [ 16469] By: pudge                                 on 2002/05/08  03:48:53
1050         Log: Stupid Mac::OSA::Simple bugs
1051      Branch: macperl
1052            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1053      Branch: maint-5.6/macperl
1054            ! macos/lib/Mac/OSA/Simple.pm macos/macperl/Droplets/p2as.plx
1055 ____________________________________________________________________________
1056 [ 16468] By: pudge                                 on 2002/05/08  03:48:15
1057         Log: Various BuildTools fixes, MacPerl Bug #545341
1058      Branch: macperl
1059            ! macos/lib/Mac/BuildTools.pm
1060      Branch: maint-5.6/macperl
1061            ! macos/lib/Mac/BuildTools.pm
1062 ____________________________________________________________________________
1063 [ 16467] By: pudge                                 on 2002/05/08  03:47:26
1064         Log: MM_MacOS has been moved from macos/lib/ to lib/
1065      Branch: macperl
1066            - macos/lib/ExtUtils/MM_MacOS.pm
1067 ____________________________________________________________________________
1068 [ 16466] By: pudge                                 on 2002/05/08  03:46:24
1069         Log: Oops, add Digest::MD5 Makefile.mk back in
1070      Branch: macperl
1071            + macos/bundled_ext/Digest/MD5/Makefile.mk
1072 ____________________________________________________________________________
1073 [ 16465] By: pudge                                 on 2002/05/08  03:45:47
1074         Log: Allow focus of first item, MacPerl Bug #529102
1075      Branch: macperl
1076            ! macos/ext/Mac/Windows/Windows.pm
1077      Branch: maint-5.6/macperl
1078            ! macos/ext/Mac/Windows/Windows.pm
1079 ____________________________________________________________________________
1080 [ 16464] By: pudge                                 on 2002/05/08  03:43:39
1081         Log: Don't open dirs in Mac::Glue, MacPerl Bug #529108
1082      Branch: macperl
1083            ! macos/lib/Mac/Glue.pm
1084      Branch: maint-5.6/macperl
1085            ! macos/lib/Mac/Glue.pm
1086 ____________________________________________________________________________
1087 [ 16463] By: gsar                                  on 2002/05/08  01:34:45
1088         Log: perl_clone_host() n/a when PERL_IMPLICIT_SYS isn't
1089      Branch: perl
1090            ! makedef.pl
1091 ____________________________________________________________________________
1092 [ 16462] By: gsar                                  on 2002/05/08  00:46:34
1093         Log: aTHX may be empty
1094      Branch: perl
1095            ! win32/win32.c
1096 ____________________________________________________________________________
1097 [ 16461] By: gsar                                  on 2002/05/08  00:32:47
1098         Log: 5005threads builds again on windows
1099      Branch: perl
1100            ! win32/win32.c win32/win32.h
1101 ____________________________________________________________________________
1102 [ 16460] By: gsar                                  on 2002/05/07  23:42:42
1103         Log: fixes for various warnings identified by Visual C++
1104      Branch: perl
1105            ! bytecode.pl ext/B/B.xs ext/ByteLoader/bytecode.h
1106            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
1107            ! ext/Encode/Encode.xs ext/POSIX/POSIX.xs malloc.c
1108            ! win32/config.bc win32/config.gc win32/config.vc
1109            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1110            ! win32/win32.c win32/win32iop.h
1111 ____________________________________________________________________________
1112 [ 16459] By: gsar                                  on 2002/05/07  23:42:11
1113         Log: keep paths consistently slashed on windows
1114      Branch: perl
1115            ! t/harness
1116 ____________________________________________________________________________
1117 [ 16458] By: gsar                                  on 2002/05/07  22:33:20
1118         Log: integrate makefile.mk changes into Makefile
1119      Branch: perl
1120            ! win32/Makefile
1121 ____________________________________________________________________________
1122 [ 16457] By: jhi                                   on 2002/05/07  22:26:38
1123         Log: Subject: [PATCH] Re: [PATCH] Storable (Re: perl@16433)
1124              From: Nicholas Clark <nick@unfortu.net>
1125              Date: Tue, 7 May 2002 23:26:01 +0100
1126              Message-ID: <20020507222600.GC306@Bagpuss.unfortu.net>
1127      Branch: perl
1128            ! ext/Storable/MANIFEST ext/Storable/Makefile.PL
1129            ! ext/Storable/README ext/Storable/Storable.pm
1130            ! ext/Storable/t/malice.t
1131 ____________________________________________________________________________
1132 [ 16456] By: jhi                                   on 2002/05/07  22:24:59
1133         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1134              From: Dave Mitchell <davem@fdgroup.com>
1135              Date: Wed, 8 May 2002 00:11:02 +0100
1136              Message-ID: <20020508001102.D4118@fdgroup.com>
1137      Branch: perl
1138            ! pp_hot.c scope.c
1139 ____________________________________________________________________________
1140 [ 16455] By: jhi                                   on 2002/05/07  22:23:34
1141         Log: Subject: [PATCH pp_hot.c V.2]  correctly unlocalise exists on tied/%ENV   
1142              From: Dave Mitchell <davem@fdgroup.com>
1143              Date: Tue, 7 May 2002 23:13:10 +0100
1144              Message-ID: <20020507231310.B4118@fdgroup.com>
1145      Branch: perl
1146            ! pp_hot.c
1147 ____________________________________________________________________________
1148 [ 16454] By: sky                                   on 2002/05/07  21:18:44
1149         Log: Documentation of async
1150      Branch: perl
1151            ! ext/threads/threads.pm
1152 ____________________________________________________________________________
1153 [ 16453] By: sky                                   on 2002/05/07  21:16:28
1154         Log: Documentation added.
1155      Branch: perl
1156            ! ext/threads/shared/semaphore.pm
1157 ____________________________________________________________________________
1158 [ 16452] By: sky                                   on 2002/05/07  21:15:34
1159         Log: Add support for async.
1160      Branch: perl
1161            ! ext/threads/threads.pm
1162 ____________________________________________________________________________
1163 [ 16451] By: sky                                   on 2002/05/07  21:01:47
1164         Log: Add documentation.
1165      Branch: perl
1166            ! ext/threads/shared/queue.pm
1167 ____________________________________________________________________________
1168 [ 16450] By: sky                                   on 2002/05/07  20:24:08
1169         Log: Fix bad assumptions in test case.
1170              a) print "ok $var\n"; $var++ isn't atomic by any stretch of imagination
1171              b) $var++ is not atomic
1172              c) the creating of the string to print and the actuall printing 
1173              could be preempted by another thread
1174      Branch: perl
1175            ! ext/threads/shared/t/queue.t
1176 ____________________________________________________________________________
1177 [ 16449] By: jhi                                   on 2002/05/07  19:17:41
1178         Log: Subject: [ PATCH ] HP-UX 11.00 + 16446 + gcc-3.1/64
1179              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1180              Date: Tue, 07 May 2002 19:41:03 +0200
1181              Message-Id: <20020507190423.E22C.H.M.BRAND@hccnet.nl>
1182      Branch: perl
1183            ! makedepend.SH
1184 ____________________________________________________________________________
1185 [ 16448] By: jhi                                   on 2002/05/07  19:16:00
1186         Log: Upgrade to Encode 1.71.
1187      Branch: perl
1188            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1189            ! ext/Encode/bin/enc2xs ext/Encode/t/Unicode.t
1190 ____________________________________________________________________________
1191 [ 16447] By: nick                                  on 2002/05/07  18:39:47
1192         Log: Integrate mainline
1193      Branch: perlio
1194           !> AUTHORS ext/Encode/Encode.xs ext/Storable/Storable.xs
1195           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/File/Spec/Unix.pm
1196           !> lib/User/pwent.t
1197 ____________________________________________________________________________
1198 [ 16446] By: jhi                                   on 2002/05/07  14:34:01
1199         Log: AUTHORS updates.
1200      Branch: perl
1201            ! AUTHORS
1202 ____________________________________________________________________________
1203 [ 16445] By: jhi                                   on 2002/05/07  14:14:28
1204         Log: Subject: [PATCH Encode.xs] avoid compiler casting warnings
1205              From: Robin Barker <rmb1@cise.npl.co.uk>
1206              Date: Tue, 7 May 2002 16:13:34 +0100 (BST)
1207              Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
1208      Branch: perl
1209            ! ext/Encode/Encode.xs
1210 ____________________________________________________________________________
1211 [ 16444] By: jhi                                   on 2002/05/07  13:57:25
1212         Log: Subject: [ID 20020506.009] File::Spec::Unix::canonpath under cygwin
1213              From: Michael A Chase <mchase@ix.netcom.com>
1214              Date: Mon, 6 May 2002 13:58:48 -0700 (Pacific Daylight Time)
1215              Message-Id: <E174pZk-0008IP-00@smtp6.mindspring.com>
1216              
1217              (plus add what POSIX says)
1218      Branch: perl
1219            ! lib/File/Spec/Unix.pm
1220 ____________________________________________________________________________
1221 [ 16443] By: jhi                                   on 2002/05/07  13:50:35
1222         Log: Subject: Re: lib/User/pwent.t on Cygwin
1223              From: John Peacock <jpeacock@rowman.com>
1224              Date: Mon, 06 May 2002 10:14:21 -0400
1225              Message-ID: <3CD68FBD.8020502@rowman.com>
1226      Branch: perl
1227            ! lib/User/pwent.t
1228 ____________________________________________________________________________
1229 [ 16442] By: jhi                                   on 2002/05/07  12:50:26
1230         Log: Subject: [PATCH] Storable (Re: perl@16433)
1231              From: Radu Greab <radu@netsoft.ro>
1232              Date: Tue, 7 May 2002 11:37:03 +0300
1233              Message-ID: <15575.37423.446700.9930@ix.netsoft.ro>
1234              
1235              Subject: Re: [PATCH] Storable (Re: perl@16433)
1236              From: Radu Greab <radu@netsoft.ro>
1237              Date: Tue, 7 May 2002 12:49:24 +0300
1238              Message-ID: <15575.41764.744956.7193@ix.netsoft.ro>
1239              
1240              Plug the Storable memory leaks.
1241      Branch: perl
1242            ! ext/Storable/Storable.xs
1243 ____________________________________________________________________________
1244 [ 16441] By: jhi                                   on 2002/05/07  12:48:30
1245         Log: Upgrade to CPAN 1.61.
1246      Branch: perl
1247            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1248 ____________________________________________________________________________
1249 [ 16440] By: nick                                  on 2002/05/07  07:07:58
1250         Log: Integrate mainline
1251      Branch: perlio
1252           +> Porting/p4genpatch vos/compile_full_perl.cm
1253           +> vos/configure_full_perl.sh vos/make_full_perl.sh
1254           +> wince/compile.bat wince/win32io.c
1255            - Porting/p4d2p Porting/p4desc wince/config.h wince/perldll.def
1256           !> (integrate 74 files)
1257 ____________________________________________________________________________
1258 [ 16439] By: jhi                                   on 2002/05/07  02:49:47
1259         Log: Document the bad behaviour of for(1..5){$_++}
1260              (it works but it should fail)
1261      Branch: perl
1262            ! pod/perldelta.pod
1263 ____________________________________________________________________________
1264 [ 16438] By: jhi                                   on 2002/05/07  00:14:12
1265         Log: README.ko update from Jungshik Shin.
1266      Branch: perl
1267            ! README.ko
1268 ____________________________________________________________________________
1269 [ 16437] By: jhi                                   on 2002/05/06  22:38:26
1270         Log: Subject: Re: perl@16433
1271              From: Nicholas Clark <nick@unfortu.net>
1272              Date: Tue, 7 May 2002 00:21:46 +0100
1273              Message-ID: <20020506232146.GF4698@Bagpuss.unfortu.net>
1274      Branch: perl
1275            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
1276            ! ext/Storable/t/malice.t
1277 ____________________________________________________________________________
1278 [ 16436] By: jhi                                   on 2002/05/06  21:05:20
1279         Log: Subject:  two and a half steps further for WinCE cross-build
1280              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1281              Date: Mon, 6 May 2002 23:54:24 +0400
1282              Message-ID: <022001c1f537$d2dd4f10$cb5cc3d9@vad>
1283      Branch: perl
1284            - wince/config.h
1285            ! MANIFEST configpm wince/Makefile.ce wince/README.compile
1286 ____________________________________________________________________________
1287 [ 16435] By: jhi                                   on 2002/05/06  15:30:29
1288         Log: Detypo.
1289      Branch: perl
1290            ! pod/perldelta.pod
1291 ____________________________________________________________________________
1292 [ 16434] By: jhi                                   on 2002/05/06  15:29:58
1293         Log: Subject: Re: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1294              From: Dave Mitchell <davem@fdgroup.com>
1295              Date: Mon, 6 May 2002 17:17:00 +0100
1296              Message-ID: <20020506171700.A256@fdgroup.com>
1297      Branch: perl
1298            ! pod/perldelta.pod t/op/local.t
1299 ____________________________________________________________________________
1300 [ 16433] By: jhi                                   on 2002/05/06  13:38:56
1301         Log: Update Changes.
1302      Branch: perl
1303            ! Changes patchlevel.h
1304 ____________________________________________________________________________
1305 [ 16432] By: jhi                                   on 2002/05/06  13:29:22
1306         Log: Add a test for #16431, and document Dave's campaign
1307              against localised hash element bugs.
1308      Branch: perl
1309            ! pod/perldelta.pod t/op/tie.t
1310 ____________________________________________________________________________
1311 [ 16431] By: jhi                                   on 2002/05/06  13:13:00
1312         Log: Subject: [proposed PATCH] correctly unlocalise exists on tied/%ENV
1313              From: Dave Mitchell <davem@fdgroup.com>
1314              Date: Sat, 4 May 2002 00:34:18 +0100
1315              Message-ID: <20020504003418.F22026@fdgroup.com>
1316      Branch: perl
1317            ! pp_hot.c t/op/local.t
1318 ____________________________________________________________________________
1319 [ 16430] By: jhi                                   on 2002/05/06  12:39:31
1320         Log: Regen uconfig.h.
1321      Branch: perl
1322            ! uconfig.h
1323 ____________________________________________________________________________
1324 [ 16429] By: jhi                                   on 2002/05/06  12:18:23
1325         Log: Unfortunately AmigaOS has been broken since 11423
1326              and is unlikely to get fixed in time for 5.8.0.
1327      Branch: perl
1328            ! pod/perldelta.pod
1329 ____________________________________________________________________________
1330 [ 16428] By: jhi                                   on 2002/05/06  12:12:59
1331         Log: Ultimate discouragement for the old tools, from Andreas.
1332      Branch: perl
1333            - Porting/p4d2p Porting/p4desc
1334            ! MANIFEST Porting/repository.pod
1335 ____________________________________________________________________________
1336 [ 16427] By: jhi                                   on 2002/05/06  12:01:36
1337         Log: Upgrade to Digest::MD5 2.20.
1338      Branch: perl
1339            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
1340            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/md5-aaa.t
1341 ____________________________________________________________________________
1342 [ 16426] By: ams                                   on 2002/05/06  09:48:42
1343         Log: Subject: [Encode] 1.70 released
1344              From: Dan Kogai <dankogai@dan.co.jp>
1345              Date: Mon, 6 May 2002 19:36:15 +0900
1346              Message-Id: <17AB2CE6-60DD-11D6-9982-00039301D480@dan.co.jp>
1347      Branch: perl
1348            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/enc2xs
1349            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
1350            ! ext/Encode/t/Unicode.t ext/Encode/t/mime-header.t
1351 ____________________________________________________________________________
1352 [ 16425] By: ams                                   on 2002/05/06  09:40:42
1353         Log: Subject: [PATCH] PerlIO::Via reference
1354              From: Gisle Aas <gisle@ActiveState.com>
1355              Date: 05 May 2002 22:50:23 -0700
1356              Message-Id: <lrd6w925b4.fsf_-_@caliper.activestate.com>
1357      Branch: perl
1358            ! pod/perliol.pod
1359 ____________________________________________________________________________
1360 [ 16424] By: ams                                   on 2002/05/06  09:37:58
1361         Log: Subject: [PATCH] Term/Complete.pm: quote metachars
1362              From: Brendan O'Dea <bod@debian.org>
1363              Date: Mon, 6 May 2002 14:04:48 +1000
1364              Message-Id: <20020506040448.GA8241@londo.odea.dropbear.id.au>
1365      Branch: perl
1366            ! lib/Term/Complete.pm
1367 ____________________________________________________________________________
1368 [ 16423] By: gsar                                  on 2002/05/06  05:25:59
1369         Log: p4genpatch: avoid stderr noise during adds
1370      Branch: perl
1371            ! Porting/p4genpatch
1372 ____________________________________________________________________________
1373 [ 16422] By: jhi                                   on 2002/05/06  02:16:31
1374         Log: Subject: [PATCH] Fixup VOS builds of miniperl
1375              From: Paul_GreenVOS@vos.stratus.com
1376              Date: Sun, 5 May 02 23:11 edt
1377              Message-Id: <200205060311.XAA12996@mailhub1.stratus.com>
1378      Branch: perl
1379            ! vos/build.cm vos/compile_perl.cm vos/perl.bind
1380 ____________________________________________________________________________
1381 [ 16421] By: jhi                                   on 2002/05/06  01:09:24
1382         Log: Subject: Re: [ID 20020504.006] $s=`command` fails if $/=\integer
1383              From: Radu Greab <radu@netsoft.ro>
1384              Date: Mon, 6 May 2002 04:23:10 +0300
1385              Message-ID: <15573.56062.264379.981864@ix.netsoft.ro>
1386      Branch: perl
1387            ! pp_sys.c t/op/exec.t
1388 ____________________________________________________________________________
1389 [ 16420] By: jhi                                   on 2002/05/05  22:35:58
1390         Log: Further comment tweak, to agree with perlxs.pod.
1391      Branch: perl
1392            ! perl.h
1393 ____________________________________________________________________________
1394 [ 16419] By: jhi                                   on 2002/05/05  22:15:48
1395         Log: Subject: [PATCH] Update README.vos and release vos build macros
1396              From: Paul_GreenVOS@vos.stratus.com
1397              Date: Sun, 5 May 02 17:15 edt
1398              Message-Id: <200205052114.RAA26329@mailhub2.stratus.com>     
1399              To: perl5-porters@perl.org
1400      Branch: perl
1401            + vos/compile_full_perl.cm vos/configure_full_perl.sh
1402            + vos/make_full_perl.sh
1403            ! MANIFEST README.vos vos/Changes
1404 ____________________________________________________________________________
1405 [ 16418] By: jhi                                   on 2002/05/05  22:09:27
1406         Log: Retract MM_NW5.pm part of #16371, at the request
1407              of Michael Schwern.
1408      Branch: perl
1409            ! lib/ExtUtils/MM_NW5.pm
1410 ____________________________________________________________________________
1411 [ 16417] By: jhi                                   on 2002/05/05  17:57:04
1412         Log: Comment tweaks.
1413      Branch: perl
1414            ! perl.h
1415 ____________________________________________________________________________
1416 [ 16416] By: gsar                                  on 2002/05/05  17:00:33
1417         Log: a few more p4genpatch fixes:
1418              
1419              don't assume previous revision exists, let p4 compute it from
1420              the one-less-change number instead
1421              
1422              the time part in timestamps were always 00:00:00; fix by
1423              fetching metadata via "p4 fsync" rather than "p4 filelog"
1424              
1425              quote all file names used in external commands to make them
1426              them work when there are spaces in those file names
1427              
1428              looks production worthy now :)
1429      Branch: perl
1430            ! Porting/p4genpatch
1431 ____________________________________________________________________________
1432 [ 16415] By: jhi                                   on 2002/05/05  15:51:01
1433         Log: The #16401 was far from enough, and mostly in a wrong direction.
1434              The right thing to do would be to convert Storable into using
1435              the new MY_CXT scheme (no static data, and memory management
1436              using SVs).
1437      Branch: perl
1438            ! ext/Storable/Storable.xs
1439 ____________________________________________________________________________
1440 [ 16414] By: gsar                                  on 2002/05/05  08:41:22
1441         Log: p4genpatch diffs against depot files from //depot/perl when called
1442              with -b //depot/maint-5.6/perl
1443      Branch: perl
1444            ! Porting/p4genpatch
1445 ____________________________________________________________________________
1446 [ 16413] By: gsar                                  on 2002/05/05  07:50:53
1447         Log: p4genpatch: current directory may not be writable, so don't
1448              create temp files there
1449      Branch: perl
1450            ! Porting/p4genpatch
1451 ____________________________________________________________________________
1452 [ 16412] By: gsar                                  on 2002/05/05  07:34:33
1453         Log: p4genpatch now works on windows
1454      Branch: perl
1455            ! Porting/p4genpatch
1456 ____________________________________________________________________________
1457 [ 16411] By: gsar                                  on 2002/05/05  07:16:37
1458         Log: p4genpatch: tweak from Andreas to strip leading portion of
1459              path specified in -b (so patch can be applied with "patch -p1")
1460      Branch: perl
1461            ! Porting/p4genpatch
1462 ____________________________________________________________________________
1463 [ 16410] By: jhi                                   on 2002/05/05  03:04:56
1464         Log: Subject: [PATCH: perl@16307] add niscat (aka NIS 3, aka NIS +) to t/op/pwent
1465              From: PPrymmer@factset.com
1466              Date: Fri, 3 May 2002 14:52:12 -0400
1467              Message-ID: <OF365AB827.72878468-ON85256BAE.0066F730@55.25.11>      
1468      Branch: perl
1469            ! t/op/pwent.t
1470 ____________________________________________________________________________
1471 [ 16409] By: jhi                                   on 2002/05/05  01:53:24
1472         Log: Upgrade to Net::Ping 2.17.
1473      Branch: perl
1474            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
1475 ____________________________________________________________________________
1476 [ 16408] By: jhi                                   on 2002/05/05  01:38:39
1477         Log: Upgrade to Getopt::Long 2.31.
1478      Branch: perl
1479            ! lib/Getopt/Long.pm
1480 ____________________________________________________________________________
1481 [ 16407] By: jhi                                   on 2002/05/05  01:05:17
1482         Log: Subject: Re: Cross-compiling as of WinCE
1483              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
1484              Date: Sat, 4 May 2002 03:49:11 +0400
1485              Message-ID: <00ca01c1f2fd$20a35fb0$cb5cc3d9@vad>
1486      Branch: perl
1487            + wince/compile.bat wince/win32io.c
1488            - wince/perldll.def
1489            ! MANIFEST configpm makedef.pl wince/Makefile.ce
1490            ! wince/cecopy-lib.pl wince/comp.pl wince/config.ce
1491            ! wince/config_h.PL wince/wince.c
1492 ____________________________________________________________________________
1493 [ 16406] By: jhi                                   on 2002/05/05  00:23:16
1494         Log: The loclibpth is always set by Configure.
1495      Branch: perl
1496            ! hints/dec_osf.sh
1497 ____________________________________________________________________________
1498 [ 16405] By: jhi                                   on 2002/05/05  00:13:04
1499         Log: Subject: Re: [Unicode::Collate] UCA Version number    
1500              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1501              Date: Sun, 05 May 2002 10:07:57 +0900
1502              Message-Id: <20020505095942.3BEF.BQW10602@nifty.com>
1503      Branch: perl
1504            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1505            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1506 ____________________________________________________________________________
1507 [ 16404] By: rgs                                   on 2002/05/04  19:35:13
1508         Log: Subject: [PATCH sv.c] delete inaccurate comment
1509              From: Dave Mitchell <davem@fdgroup.com>
1510              Date: Fri, 3 May 2002 21:17:00 +0100
1511              Message-ID: <20020503211700.C22026@fdgroup.com>
1512      Branch: perl
1513            ! sv.c
1514 ____________________________________________________________________________
1515 [ 16403] By: jhi                                   on 2002/05/04  19:02:56
1516         Log: Solaris: show what 'that' is.
1517      Branch: perl
1518            ! hints/solaris_2.sh
1519 ____________________________________________________________________________
1520 [ 16402] By: rgs                                   on 2002/05/04  18:25:25
1521         Log: Syntax fix.
1522      Branch: perl
1523            ! t/op/arith.t
1524 ____________________________________________________________________________
1525 [ 16401] By: jhi                                   on 2002/05/04  18:25:01
1526         Log: (retracted by #16415) Storable: try to free what we allocated.
1527      Branch: perl
1528            ! ext/Storable/Storable.xs
1529 ____________________________________________________________________________
1530 [ 16400] By: jhi                                   on 2002/05/04  17:15:10
1531         Log: UNICOS: division is really sloppy.
1532      Branch: perl
1533            ! t/op/arith.t
1534 ____________________________________________________________________________
1535 [ 16399] By: jhi                                   on 2002/05/04  17:00:58
1536         Log: Subject: fix t/io/fs.t for VOS
1537              From: Paul_GreenVOS@vos.stratus.com
1538              Date: Sat, 4 May 02 14:01 edt
1539              Message-Id: <200205041801.OAA13071@mailhub1.stratus.com>
1540      Branch: perl
1541            ! t/io/fs.t
1542 ____________________________________________________________________________
1543 [ 16398] By: jhi                                   on 2002/05/04  16:57:05
1544         Log: Subject: [Unicode::Collate] UCA Version number
1545              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1546              Date: Sat, 04 May 2002 16:07:07 +0900
1547              Message-Id: <20020504160547.D7E0.BQW10602@nifty.com>
1548      Branch: perl
1549            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/test.t
1550 ____________________________________________________________________________
1551 [ 16397] By: jhi                                   on 2002/05/04  16:54:40
1552         Log: Subject: [PATCH lib/overload.pm] "\"\""
1553              From: Michael G Schwern <schwern@pobox.com>
1554              Date: Sat, 4 May 2002 13:17:44 -0400
1555              Message-ID: <20020504171743.GD640@blackrider>
1556      Branch: perl
1557            ! lib/overload.pm
1558 ____________________________________________________________________________
1559 [ 16396] By: jhi                                   on 2002/05/04  16:32:45
1560         Log: Add the EBCDIC test data to downgrade.t.
1561      Branch: perl
1562            ! ext/Storable/t/downgrade.t
1563 ____________________________________________________________________________
1564 [ 16395] By: jhi                                   on 2002/05/04  16:25:37
1565         Log: EBCDIC tweak.
1566      Branch: perl
1567            ! ext/Storable/t/utf8hash.t
1568 ____________________________________________________________________________
1569 [ 16394] By: jhi                                   on 2002/05/04  16:09:15
1570         Log: Allow p4genpatch to use diff programs other than 'diff'.
1571      Branch: perl
1572            ! Porting/p4genpatch
1573 ____________________________________________________________________________
1574 [ 16393] By: jhi                                   on 2002/05/04  16:03:56
1575         Log: Add p4genpatch from Andreas; obsoletes both
1576              p4d2p and p4desc.
1577      Branch: perl
1578            + Porting/p4genpatch
1579            ! MANIFEST Porting/makerel
1580 ____________________________________________________________________________
1581 [ 16392] By: jhi                                   on 2002/05/04  15:58:53
1582         Log: Upgrade to Encode 1.69.
1583      Branch: perl
1584            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1585            ! ext/Encode/Encode/Makefile_PL.e2x
1586            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
1587            ! ext/Encode/lib/Encode/Guess.pm
1588            ! ext/Encode/lib/Encode/MIME/Header.pm
1589            ! ext/Encode/t/mime-header.t
1590 ____________________________________________________________________________
1591 [ 16391] By: jhi                                   on 2002/05/04  15:51:52
1592         Log: Subject: [PATCH INSTALL] - remove binary compatibility claims
1593              From: Dave Mitchell <davem@fdgroup.com>
1594              Date: Sat, 4 May 2002 16:09:26 +0100
1595              Message-ID: <20020504160926.A24990@fdgroup.com>
1596      Branch: perl
1597            ! INSTALL
1598 ____________________________________________________________________________
1599 [ 16390] By: jhi                                   on 2002/05/04  15:47:49
1600         Log: Subject: [PATCH] Re: [PATCH] Re: Data::Dumper tests with -Mutf8
1601              From: Nicholas Clark <nick@unfortu.net>
1602              Date: Sat, 4 May 2002 12:38:58 +0100
1603              Message-ID: <20020504113857.GC317@Bagpuss.unfortu.net>
1604      Branch: perl
1605            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1606 ____________________________________________________________________________
1607 [ 16389] By: jhi                                   on 2002/05/04  15:40:26
1608         Log: Subject: [PATCH] Re: Data::Dumper tests with -Mutf8   
1609              From: Nicholas Clark <nick@unfortu.net>
1610              Date: Sat, 4 May 2002 00:30:43 +0100
1611              Message-ID: <20020503233042.GF294@Bagpuss.unfortu.net>
1612      Branch: perl
1613            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
1614 ____________________________________________________________________________
1615 [ 16388] By: jhi                                   on 2002/05/04  15:28:56
1616         Log: Doc tweak from Elizabeth Mattijsen.
1617      Branch: perl
1618            ! pod/perlunicode.pod
1619 ____________________________________________________________________________
1620 [ 16387] By: rgs                                   on 2002/05/04  13:29:33
1621         Log: Subject: [PATCH] channames.pm doc tweaks
1622              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
1623              Date: Sat, 04 May 2002 11:45:18 +0900
1624              Message-ID: <86it64d41t.wl@mail.edge.co.jp>
1625      Branch: perl
1626            ! lib/charnames.pm
1627 ____________________________________________________________________________
1628 [ 16386] By: rgs                                   on 2002/05/04  13:22:41
1629         Log: Subject: Re: [PATCH scope.c] Re: local($tied->{foo}) leaks
1630              From: Dave Mitchell <davem@fdgroup.com>
1631              Date: Fri, 3 May 2002 23:51:10 +0100
1632              Message-ID: <20020503235110.E22026@fdgroup.com>
1633      Branch: perl
1634            ! pp_hot.c scope.c
1635 ____________________________________________________________________________
1636 [ 16385] By: nick                                  on 2002/05/04  09:29:41
1637         Log: Integrate mainline
1638      Branch: perlio
1639           !> (integrate 47 files)
1640 ____________________________________________________________________________
1641 [ 16384] By: jhi                                   on 2002/05/03  21:00:27
1642         Log: Subject: Re: perl@16307
1643              From: Nicholas Clark <nick@unfortu.net>
1644              Date: Fri, 3 May 2002 21:49:04 +0100
1645              Message-ID: <20020503204903.GC294@Bagpuss.unfortu.net>
1646              
1647              canonical #3 was failing under -Mutf8.
1648      Branch: perl
1649            ! ext/Storable/t/canonical.t
1650 ____________________________________________________________________________
1651 [ 16383] By: rgs                                   on 2002/05/03  20:45:58
1652         Log: Subject: [PATCH scope.c] Re: local($tied->{foo}) leaks
1653              From: Dave Mitchell <davem@fdgroup.com>
1654              Date: Fri, 3 May 2002 21:12:10 +0100
1655              Message-ID: <20020503211210.B22026@fdgroup.com>
1656      Branch: perl
1657            ! scope.c
1658 ____________________________________________________________________________
1659 [ 16382] By: rgs                                   on 2002/05/03  20:14:07
1660         Log: Subject: [PATCH] perl -i clobbers files on Cygwin
1661              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
1662              Date: Fri, 3 May 2002 20:30:25 +0200
1663              Message-ID: <190109228332.20020503203025@familiehaase.de>
1664      Branch: perl
1665            ! doio.c
1666 ____________________________________________________________________________
1667 [ 16381] By: rgs                                   on 2002/05/03  20:07:44
1668         Log: Subject: t/TestInit.pm - clean up comments
1669              From: Paul_GreenVOS@vos.stratus.com
1670              Date: Fri, 3 May 02 14:51 edt
1671              Message-ID: <200205031850.OAA09104@mailhub2.stratus.com>
1672      Branch: perl
1673            ! t/TestInit.pm
1674 ____________________________________________________________________________
1675 [ 16380] By: jhi                                   on 2002/05/03  15:47:38
1676         Log: Subject: [PATCH] enc2xs template -- searches script more sensibly
1677              From: Dan Kogai <dankogai@dan.co.jp>
1678              Date: Sat, 4 May 2002 01:46:35 +0900
1679              Message-Id: <544C1568-5EB5-11D6-8F1D-00039301D480@dan.co.jp>
1680      Branch: perl
1681            ! ext/Encode/Encode/Makefile_PL.e2x
1682 ____________________________________________________________________________
1683 [ 16379] By: jhi                                   on 2002/05/03  15:43:47
1684         Log: Forgotten test arrangement.
1685      Branch: perl
1686            ! ext/Digest/MD5/t/files.t
1687 ____________________________________________________________________________
1688 [ 16378] By: jhi                                   on 2002/05/03  14:54:19
1689         Log: Comedy of typing errors.
1690      Branch: perl
1691            ! hints/solaris_2.sh
1692 ____________________________________________________________________________
1693 [ 16377] By: jhi                                   on 2002/05/03  14:45:26
1694         Log: Let's try the "no Net:: if no Socket" again.
1695      Branch: perl
1696            ! t/lib/1_compile.t
1697 ____________________________________________________________________________
1698 [ 16376] By: jhi                                   on 2002/05/03  14:11:42
1699         Log: Update Changes.
1700      Branch: perl
1701            ! Changes patchlevel.h
1702 ____________________________________________________________________________
1703 [ 16375] By: jhi                                   on 2002/05/03  14:09:38
1704         Log: Oops.
1705      Branch: perl
1706            ! lib/ExtUtils/MM_BeOS.pm
1707 ____________________________________________________________________________
1708 [ 16374] By: jhi                                   on 2002/05/03  13:58:08
1709         Log: EBCDIC tweak.
1710      Branch: perl
1711            ! ext/Digest/MD5/t/utf8.t
1712 ____________________________________________________________________________
1713 [ 16373] By: jhi                                   on 2002/05/03  13:51:11
1714         Log: Update the EBCDIC MD5 checksums, and automate the process.
1715      Branch: perl
1716            ! ext/Digest/MD5/t/files.t
1717 ____________________________________________________________________________
1718 [ 16372] By: jhi                                   on 2002/05/03  13:01:23
1719         Log: The EBCDIC remapping of the low 256 bites again.
1720      Branch: perl
1721            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Guess.pm
1722            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
1723            ! ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t
1724 ____________________________________________________________________________
1725 [ 16371] By: jhi                                   on 2002/05/03  12:49:58
1726         Log: NetWare updates from C Aditya.
1727      Branch: perl
1728            ! lib/ExtUtils/MM_NW5.pm makedef.pl
1729 ____________________________________________________________________________
1730 [ 16370] By: jhi                                   on 2002/05/03  12:36:54
1731         Log: DJGPP updates from Laszlo Molnar.
1732      Branch: perl
1733            ! djgpp/config.over ext/Cwd/t/cwd.t hints/dos_djgpp.sh
1734 ____________________________________________________________________________
1735 [ 16369] By: jhi                                   on 2002/05/03  12:34:01
1736         Log: Upgrade to Encode 1.68.
1737      Branch: perl
1738            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
1739            ! ext/Encode/lib/Encode/Alias.pm
1740            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
1741 ____________________________________________________________________________
1742 [ 16368] By: jhi                                   on 2002/05/03  12:31:52
1743         Log: Integrate perlio;
1744              
1745              Several of non-default builds now seem to work reasonably well
1746              English.t seems to fail on an errno test, and socketpair blathers
1747              about something.
1748              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
1749              back door, and instead have perlsdio.h vector stdio via iperlsys.h
1750              function tables (latter was done in earlier change).
1751              Update comments in Makefile.mk 
1752              
1753              Finish off 16350 for non-PERLIO build on linux,
1754              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
1755              for some slots which now perlsdio.h is targeting.
1756              
1757              setbuf / setvbuf are not PerlIO_ concepts
1758              
1759              perl_clone is a threads thing
1760              
1761              Have perlsdio.h use the iperlsys.h aliases and see
1762              if that helps non-PERLIO IMP_SYS on Win32.
1763              (Miniperl okay on linux).
1764              
1765              More layer syms
1766              
1767              Use PerlSIO_fdupopen() if not using PerlIO
1768              
1769              Do not build if not using layers
1770      Branch: perl
1771           !> XSUB.h iperlsys.h makedef.pl perlio.c perlio.h perlsdio.h
1772           !> win32/makefile.mk win32/perlhost.h win32/win32.c
1773           !> win32/win32io.c
1774 ____________________________________________________________________________
1775 [ 16367] By: nick                                  on 2002/05/03  07:25:13
1776         Log: Several of non-default builds now seem to work reasonably well
1777              English.t seems to fail on an errno test, and socketpair blathers
1778              about something.
1779              Basic fix is to stop PERL_IMPLICIT_SYS turning on USE_PERLIO by the 
1780              back door, and instead have perlsdio.h vector stdio via iperlsys.h
1781              function tables (latter was done in earlier change).
1782              Update comments in Makefile.mk 
1783      Branch: perlio
1784            ! perlio.h win32/makefile.mk win32/win32.c
1785 ____________________________________________________________________________
1786 [ 16366] By: nick                                  on 2002/05/03  07:07:36
1787         Log: Finish off 16350 for non-PERLIO build on linux,
1788              non PERL_IMPLICIT_SYS parts of iperlsys.h had junk
1789              for some slots which now perlsdio.h is targeting.
1790      Branch: perlio
1791            ! iperlsys.h
1792 ____________________________________________________________________________
1793 [ 16365] By: jhi                                   on 2002/05/03  03:52:08
1794         Log: If no Socket should not try to test Net::
1795      Branch: perl
1796            ! t/lib/1_compile.t
1797 ____________________________________________________________________________
1798 [ 16364] By: jhi                                   on 2002/05/03  02:22:56
1799         Log: Integrate macperl #16360 and #16363;
1800              
1801              Make op/alarm.t pass
1802              
1803              README.macos update
1804      Branch: perl
1805           !> README.macos t/op/alarm.t
1806 ____________________________________________________________________________
1807 [ 16363] By: pudge                                 on 2002/05/03  01:57:04
1808         Log: README.macos update
1809      Branch: macperl
1810            ! README.macos
1811 ____________________________________________________________________________
1812 [ 16362] By: pudge                                 on 2002/05/03  01:56:52
1813         Log: Config / test updates
1814      Branch: macperl
1815            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1816            ! macos/Makefile.mk
1817 ____________________________________________________________________________
1818 [ 16361] By: pudge                                 on 2002/05/03  01:56:24
1819         Log: Safe signals for Mac OS
1820      Branch: macperl
1821            ! macos/macish.c macos/macish.h
1822 ____________________________________________________________________________
1823 [ 16360] By: pudge                                 on 2002/05/03  01:55:27
1824         Log: Make op/alarm.t pass
1825      Branch: macperl
1826            ! t/op/alarm.t
1827 ____________________________________________________________________________
1828 [ 16359] By: gsar                                  on 2002/05/02  22:52:09
1829         Log: a tweak to change#13584: need to avoid pad-walking during
1830              global destruction
1831      Branch: maint-5.6/perl
1832            ! op.c
1833 ____________________________________________________________________________
1834 [ 16358] By: jhi                                   on 2002/05/02  22:35:31
1835         Log: Forgot the most important part of #16357.
1836      Branch: perl
1837            ! lib/Unicode/Collate.pm
1838 ____________________________________________________________________________
1839 [ 16357] By: jhi                                   on 2002/05/02  22:33:28
1840         Log: Subject: Unicode::Collate 0.11 Released
1841              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1842              Date: Fri, 03 May 2002 03:19:29 +0900
1843              Message-Id: <20020503030904.35B3.BQW10602@nifty.com>
1844      Branch: perl
1845            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1846            ! lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1847 ____________________________________________________________________________
1848 [ 16356] By: jhi                                   on 2002/05/02  22:30:10
1849         Log: Subject: [PATCH] Re: Perl 5.8-to-be NetBSD testing?
1850              From: Andy Dougherty <doughera@lafayette.edu>
1851              Date: Thu, 2 May 2002 12:01:50 -0400 (EDT)
1852              Message-ID: <Pine.SOL.4.10.10205021156390.325-100000@maxwell.phys.lafayette.edu>
1853      Branch: perl
1854            ! Makefile.SH ext/util/make_ext
1855 ____________________________________________________________________________
1856 [ 16355] By: jhi                                   on 2002/05/02  22:26:38
1857         Log: Integrate #16353 from macperl;
1858              
1859              "fix" for utf8_heavy.pl, lexical UTF8 var crashed
1860              in test 92 of run/fresh_perl.t on MacOS
1861              
1862              (as pudge rightfully points out, this is voodoo
1863              programming at it best, the real bug is somewhere else,
1864              now we just happened to shake the chicken the right way)
1865      Branch: perl
1866           !> lib/utf8_heavy.pl
1867 ____________________________________________________________________________
1868 [ 16354] By: jhi                                   on 2002/05/02  22:22:42
1869         Log: Subject: Re: Encode, charnames and utf8heavy
1870              From: Dan Kogai <dankogai@dan.co.jp>
1871              Date: Thu, 2 May 2002 00:44:30 +0900
1872              Message-Id: <539D985A-5D1A-11D6-BB19-00039301D480@dan.co.jp>
1873              
1874              (plus a respective perlunicode tweak)
1875      Branch: perl
1876            ! lib/utf8_heavy.pl pod/perlunicode.pod
1877 ____________________________________________________________________________
1878 [ 16353] By: pudge                                 on 2002/05/02  19:55:39
1879         Log: "fix" for utf8_heavy.pl, lexical UTF8 var crashed
1880              in test 92 of run/fresh_perl.t on MacOS
1881      Branch: macperl
1882            ! lib/utf8_heavy.pl
1883 ____________________________________________________________________________
1884 [ 16352] By: nick                                  on 2002/05/02  17:48:31
1885         Log: setbuf / setvbuf are not PerlIO_ concepts
1886      Branch: perlio
1887            ! XSUB.h
1888 ____________________________________________________________________________
1889 [ 16351] By: nick                                  on 2002/05/02  17:12:21
1890         Log: perl_clone is a threads thing
1891      Branch: perlio
1892            ! makedef.pl
1893 ____________________________________________________________________________
1894 [ 16350] By: nick                                  on 2002/05/02  17:09:43
1895         Log: *** EXPERIMENTAL ***
1896              Have perlsdio.h use the iperlsys.h aliases and see
1897              if that helps non-PERLIO IMP_SYS on Win32.
1898              (Miniperl okay on linux).
1899      Branch: perlio
1900            ! iperlsys.h perlsdio.h
1901 ____________________________________________________________________________
1902 [ 16349] By: nick                                  on 2002/05/02  16:10:15
1903         Log: Win32 builds and mostly works for non-USE_PERLIO non-USE_IMP_SYS case.
1904              - move body of fdupopen() from perlhost.h to win32.h as win32_fdupopen()
1905              - use it in perlio.c
1906      Branch: perlio
1907            ! perlio.c win32/perlhost.h win32/win32.c
1908 ____________________________________________________________________________
1909 [ 16348] By: gsar                                  on 2002/05/02  15:44:48
1910         Log: manual integrate of change#16332 from maint-5.6 branch
1911      Branch: perl
1912            ! mg.c perl.c sv.c util.c
1913 ____________________________________________________________________________
1914 [ 16347] By: nick                                  on 2002/05/02  15:19:59
1915         Log: More layer syms
1916      Branch: perlio
1917            ! makedef.pl
1918 ____________________________________________________________________________
1919 [ 16346] By: nick                                  on 2002/05/02  15:19:20
1920         Log: Use PerlSIO_fdupopen() if not using PerlIO
1921      Branch: perlio
1922            ! perlio.c
1923 ____________________________________________________________________________
1924 [ 16345] By: nick                                  on 2002/05/02  15:18:12
1925         Log: Do not build if not using layers
1926      Branch: perlio
1927            ! win32/win32io.c
1928 ____________________________________________________________________________
1929 [ 16344] By: jhi                                   on 2002/05/02  14:02:51
1930         Log: Upgrade to Encode 1.67.
1931      Branch: perl
1932            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1933            ! ext/Encode/lib/Encode/Guess.pm
1934 ____________________________________________________________________________
1935 [ 16343] By: jhi                                   on 2002/05/02  13:14:39
1936         Log: Integrate perlio;
1937              
1938              Remove show-stoppers to non-PERLIO Win32 builds
1939              (still not a very good show).
1940      Branch: perl
1941           !> makedef.pl win32/makefile.mk
1942 ____________________________________________________________________________
1943 [ 16342] By: jhi                                   on 2002/05/02  13:06:18
1944         Log: Subject: Re: [ID 20020425.009] perlio & -Dm dumps core
1945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1946              Date: Thu, 02 May 2002 04:22:02 +0100
1947              Message-Id: <200205020322.g423M2p19726@crypt.compulink.co.uk>
1948      Branch: perl
1949            ! malloc.c
1950 ____________________________________________________________________________
1951 [ 16341] By: nick                                  on 2002/05/02  12:57:23
1952         Log: Remove show-stoppers to non-PERLIO Win32 builds
1953              (still not a very good show).
1954      Branch: perlio
1955            ! makedef.pl win32/makefile.mk
1956 ____________________________________________________________________________
1957 [ 16340] By: jhi                                   on 2002/05/02  12:44:23
1958         Log: Subject: [PATCH] 1/3rd of utf8
1959              From: Nicholas Clark <nick@unfortu.net>
1960              Date: Wed, 1 May 2002 22:58:42 +0100
1961              Message-ID: <20020501215842.GB303@Bagpuss.unfortu.net>
1962      Branch: perl
1963            ! ext/Storable/t/malice.t
1964 ____________________________________________________________________________
1965 [ 16339] By: jhi                                   on 2002/05/02  12:41:18
1966         Log: Integrate #16334 from maint-5.6;
1967              
1968              don't pad $0 with spaces when setting it, use nulls instead (the
1969              spaces show up as a very long line in a ps listing)
1970      Branch: perl
1971           !> mg.c
1972 ____________________________________________________________________________
1973 [ 16338] By: jhi                                   on 2002/05/02  12:37:22
1974         Log: Integrate perlio;
1975              
1976              Fix the "PerlIO require leak". Snag was that clean_objs
1977              autoloaded DESTROY (needing IO) after known layers had
1978              been freed. Postpone layer list free to PerlIO_cleanup,
1979              rather than PerlIO_destruct. Tweak sequence in perl_destruct
1980              so that sv_undef is immortal till layer list is done with it.
1981      Branch: perl
1982           !> perl.c perlio.c
1983 ____________________________________________________________________________
1984 [ 16337] By: ams                                   on 2002/05/02  08:21:42
1985         Log: Subject: Re: [PATCH] Storable docs
1986              From: Philip Newton <Philip.Newton@gmx.net>
1987              Date: Thu, 02 May 2002 07:58:38 +0200
1988              Message-Id: <k9l1du0jej90v909flk8nutkj4r42vmhao@4ax.com>
1989              (Applied mostly with tweaks by hand.)
1990      Branch: perl
1991            ! ext/Storable/Storable.pm
1992 ____________________________________________________________________________
1993 [ 16336] By: nick                                  on 2002/05/02  07:59:16
1994         Log: Integrate mainline
1995      Branch: perlio
1996           +> ext/Digest/MD5/README ext/Digest/MD5/t/md5-aaa.t
1997           +> ext/Digest/MD5/t/utf8.t
1998            - ext/Digest/MD5/t/aaa.t
1999           !> Configure MANIFEST Makefile.SH config_h.SH
2000           !> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2001           !> ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2002           !> ext/Digest/MD5/t/files.t ext/Storable/Storable.pm
2003           !> ext/threads/shared/Makefile.PL ext/threads/shared/semaphore.pm
2004           !> ext/threads/shared/t/semaphore.t ext/threads/threads.xs gv.h
2005           !> lib/Thread.pm util.c
2006 ____________________________________________________________________________
2007 [ 16335] By: nick                                  on 2002/05/02  07:54:51
2008         Log: Fix the "PerlIO require leak". Snag was that clean_objs
2009              autoloaded DESTROY (needing IO) after known layers had
2010              been freed. Postpone layer list free to PerlIO_cleanup,
2011              rather than PerlIO_destruct. Tweak sequence in perl_destruct
2012              so that sv_undef is immortal till layer list is done with it.
2013      Branch: perlio
2014            ! perl.c perlio.c
2015 ____________________________________________________________________________
2016 [ 16334] By: gsar                                  on 2002/05/02  07:10:52
2017         Log: don't pad $0 with spaces when setting it, use nulls instead (the
2018              spaces show up as a very long line in a ps listing)
2019      Branch: maint-5.6/perl
2020            ! mg.c
2021 ____________________________________________________________________________
2022 [ 16333] By: gsar                                  on 2002/05/02  07:08:42
2023         Log: fix yet more race conditions related to fdopen() and dup2():
2024              
2025              fclose() is not thread-safe when two FILE* structures point
2026              to the same underlying fd, as it happens in perl's socket
2027              handles; need to invalidate the fileno slot of one of the
2028              FILE* structures, but unfortunately stdio has no interface
2029              to do this; we can do little else but fiddle with the
2030              FILE* structure directly (yuck! hope this could be done better
2031              under native PerlIO in 5.8)
2032      Branch: maint-5.6/perl
2033            ! doio.c embed.h embed.pl objXSUB.h perlapi.c proto.h
2034 ____________________________________________________________________________
2035 [ 16332] By: gsar                                  on 2002/05/02  06:49:17
2036         Log: isolate all environ diddling to the initial interpreter; any
2037              additional interpreters created after the first one cannot
2038              propagate %ENV changes down to the real environment; this
2039              should fix %ENV related races (e.g. multiple threads attempting
2040              to free() environ entries when they run C<%ENV = ()>)
2041      Branch: maint-5.6/perl
2042            ! mg.c perl.c sv.c util.c
2043 ____________________________________________________________________________
2044 [ 16331] By: gsar                                  on 2002/05/02  06:39:27
2045         Log: fix race condition in my_popen(): parent may dup2() into an fd
2046              that got opened by another thread because it closes it
2047              beforehand; instead, let the dup2() itself close the fd
2048      Branch: maint-5.6/perl
2049            ! util.c
2050 ____________________________________________________________________________
2051 [ 16330] By: gsar                                  on 2002/05/02  06:34:26
2052         Log: pipe() IO structures were not fully initialized
2053      Branch: maint-5.6/perl
2054            ! doio.c pp_sys.c
2055 ____________________________________________________________________________
2056 [ 16329] By: gsar                                  on 2002/05/02  06:32:46
2057         Log: fix handle leak in my_popen() if the fork() fails
2058      Branch: maint-5.6/perl
2059            ! util.c
2060 ____________________________________________________________________________
2061 [ 16328] By: nick                                  on 2002/05/02  06:08:22
2062         Log: Integrate mainline
2063      Branch: perlio
2064           +> ext/threads/shared/semaphore.pm
2065           +> ext/threads/shared/t/semaphore.t
2066           !> MANIFEST ext/threads/shared/Makefile.PL
2067           !> ext/threads/shared/t/queue.t
2068 ____________________________________________________________________________
2069 [ 16327] By: jhi                                   on 2002/05/02  03:47:07
2070         Log: Cleanup threads dirs.
2071      Branch: perl
2072            ! Makefile.SH
2073 ____________________________________________________________________________
2074 [ 16326] By: jhi                                   on 2002/05/02  03:41:39
2075         Log: Add the new Digest::MD5 test.
2076      Branch: perl
2077            + ext/Digest/MD5/t/utf8.t
2078            ! MANIFEST
2079 ____________________________________________________________________________
2080 [ 16325] By: jhi                                   on 2002/05/02  03:33:14
2081         Log: New try at the Class::DBI core dump at global cleanup.
2082      Branch: perl
2083            ! gv.h util.c
2084 ____________________________________________________________________________
2085 [ 16324] By: jhi                                   on 2002/05/02  02:47:38
2086         Log: Upgrade to Digest::MD5 2.19.
2087      Branch: perl
2088            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2089            ! ext/Digest/MD5/t/files.t
2090 ____________________________________________________________________________
2091 [ 16323] By: jhi                                   on 2002/05/02  02:47:22
2092         Log: Ooops.  Not everybody does threads.
2093      Branch: perl
2094            ! ext/threads/shared/t/semaphore.t
2095 ____________________________________________________________________________
2096 [ 16322] By: jhi                                   on 2002/05/01  23:40:47
2097         Log: Fix files.t for blead.
2098      Branch: perl
2099            + ext/Digest/MD5/README
2100            ! MANIFEST ext/Digest/MD5/t/files.t
2101 ____________________________________________________________________________
2102 [ 16321] By: jhi                                   on 2002/05/01  23:11:54
2103         Log: Upgrade to Digest::MD5 2.18.  files.t doesn't
2104              work yet with blead, my bad.
2105      Branch: perl
2106            + ext/Digest/MD5/t/md5-aaa.t
2107            - ext/Digest/MD5/t/aaa.t
2108            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
2109            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
2110            ! ext/Digest/MD5/t/files.t
2111 ____________________________________________________________________________
2112 [ 16320] By: jhi                                   on 2002/05/01  21:40:04
2113         Log: metaconfig unit change for #16319.
2114      Branch: metaconfig/U/perl
2115            ! d_u32align.U
2116 ____________________________________________________________________________
2117 [ 16319] By: jhi                                   on 2002/05/01  21:39:51
2118         Log: Somebody might be compiling a newer Digest::MD5.
2119      Branch: perl
2120            ! Configure config_h.SH
2121 ____________________________________________________________________________
2122 [ 16318] By: jhi                                   on 2002/05/01  21:17:55
2123         Log: Until Arthur fills in semaphore.t.
2124      Branch: perl
2125            ! ext/threads/shared/Makefile.PL
2126            ! ext/threads/shared/t/semaphore.t
2127 ____________________________________________________________________________
2128 [ 16317] By: sky                                   on 2002/05/01  19:36:33
2129         Log: Fix emulation case when loading both Thread and threads::shared
2130              would get awkward.
2131      Branch: perl
2132            ! lib/Thread.pm
2133 ____________________________________________________________________________
2134 [ 16316] By: ams                                   on 2002/05/01  19:35:25
2135         Log: Subject: [PATCH] Storable docs
2136              From: Nicholas Clark <nick@unfortu.net>
2137              Date: Wed, 1 May 2002 20:44:42 +0100
2138              Message-Id: <20020501194441.GA303@Bagpuss.unfortu.net>
2139      Branch: perl
2140            ! ext/Storable/Storable.pm
2141 ____________________________________________________________________________
2142 [ 16315] By: sky                                   on 2002/05/01  19:15:46
2143         Log: Now passes old test case.
2144      Branch: perl
2145            ! ext/threads/shared/semaphore.pm
2146 ____________________________________________________________________________
2147 [ 16314] By: sky                                   on 2002/05/01  19:15:26
2148         Log: Cleanup memory a bit better in some cases.
2149      Branch: perl
2150            ! ext/threads/threads.xs
2151 ____________________________________________________________________________
2152 [ 16313] By: nick                                  on 2002/05/01  18:38:03
2153         Log: Integrate mainline
2154      Branch: perlio
2155           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2156           !> ext/Encode/Encode.xs ext/Encode/bin/ucm2table
2157           !> ext/Encode/t/fallback.t ext/PerlIO/t/fallback.t
2158           !> ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2159           !> lib/User/pwent.t lib/charnames.pm lib/charnames.t patchlevel.h
2160           !> pod/perl.pod pod/perlthrtut.pod toke.c
2161           !> vms/descrip_mms.template vms/perlvms.pod
2162 ____________________________________________________________________________
2163 [ 16312] By: sky                                   on 2002/05/01  18:12:37
2164         Log: Don't forget to add it to the MANIFEST
2165      Branch: perl
2166            + ext/threads/shared/t/semaphore.t
2167            ! MANIFEST
2168 ____________________________________________________________________________
2169 [ 16311] By: sky                                   on 2002/05/01  17:54:19
2170         Log: Add semaphore.pm
2171      Branch: perl
2172            + ext/threads/shared/semaphore.pm
2173 ____________________________________________________________________________
2174 [ 16310] By: sky                                   on 2002/05/01  17:13:57
2175         Log: Fix makefile to put queue.pm correctly, update test script.
2176      Branch: perl
2177            ! ext/threads/shared/Makefile.PL ext/threads/shared/t/queue.t
2178 ____________________________________________________________________________
2179 [ 16309] By: jhi                                   on 2002/05/01  15:29:44
2180         Log: Subject: [Patch]  ext/PerlIO/t/fallback.t gets haircut
2181              From: Dan Kogai <dankogai@dan.co.jp>
2182              Date: Thu, 2 May 2002 00:14:41 +0900
2183              Message-Id: <2958D841-5D16-11D6-8A58-00039301D480@dan.co.jp>
2184      Branch: perl
2185            ! ext/PerlIO/t/fallback.t
2186 ____________________________________________________________________________
2187 [ 16308] By: jhi                                   on 2002/05/01  15:27:52
2188         Log: Encode tweak from Dan Kogai.
2189      Branch: perl
2190            ! ext/Encode/Encode.xs
2191 ____________________________________________________________________________
2192 [ 16307] By: sky                                   on 2002/05/01  13:40:58
2193         Log: Flush directly to avoid erros when running from test harness
2194      Branch: perl
2195            ! ext/threads/shared/t/cond.t ext/threads/shared/t/queue.t
2196 ____________________________________________________________________________
2197 [ 16306] By: jhi                                   on 2002/05/01  13:37:34
2198         Log: Update Changes.
2199      Branch: perl
2200            ! Changes patchlevel.h
2201 ____________________________________________________________________________
2202 [ 16305] By: jhi                                   on 2002/05/01  13:16:12
2203         Log: Subject: [PATCH: perl@16267] make lib/User/pwent.t run on VMS
2204              From: PPrymmer@factset.com
2205              Date: Wed, 1 May 2002 10:12:53 -0400
2206              Message-ID: <OFC387E5B4.FED37D7B-ON85256BAC.004DB0F0@55.25.11>
2207      Branch: perl
2208            ! lib/User/pwent.t
2209 ____________________________________________________________________________
2210 [ 16304] By: jhi                                   on 2002/05/01  13:14:44
2211         Log: Subject: [PATCH: perl@16267] remove the extraneous "all" target from the run of make_ext on VMS only
2212              From: PPrymmer@factset.com
2213              Date: Wed, 1 May 2002 09:54:51 -0400
2214              Message-ID: <OF1559C9E5.915D0B0E-ON85256BAC.004C1A2A@55.25.11>
2215      Branch: perl
2216            ! vms/descrip_mms.template
2217 ____________________________________________________________________________
2218 [ 16303] By: sky                                   on 2002/05/01  13:00:57
2219         Log: First attempt at updating perlthrtut for ithreaded threads.pm
2220      Branch: perl
2221            ! pod/perlthrtut.pod
2222 ____________________________________________________________________________
2223 [ 16302] By: jhi                                   on 2002/05/01  12:54:24
2224         Log: Provide the \N{U+HHHH} syntax before we forget.
2225      Branch: perl
2226            ! lib/charnames.pm lib/charnames.t toke.c
2227 ____________________________________________________________________________
2228 [ 16301] By: jhi                                   on 2002/05/01  12:03:03
2229         Log: Subject: Copy-and-Pasto in perl.pod     
2230              From: lupe@lupe-christoph.de (Lupe Christoph)    
2231              Date: Wed, 1 May 2002 13:31:47 +0200
2232              Message-ID: <20020501113147.GA31125@lupe-christoph.de>
2233      Branch: perl
2234            ! pod/perl.pod
2235 ____________________________________________________________________________
2236 [ 16300] By: jhi                                   on 2002/05/01  12:01:11
2237         Log: Upgrade to Encode 1.66.
2238      Branch: perl
2239            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2240            ! ext/Encode/bin/ucm2table ext/Encode/t/fallback.t
2241 ____________________________________________________________________________
2242 [ 16299] By: jhi                                   on 2002/05/01  11:53:21
2243         Log: Integrate perlio; symbol cleanups.
2244      Branch: perl
2245           !> global.sym makedef.pl
2246 ____________________________________________________________________________
2247 [ 16298] By: ams                                   on 2002/05/01  09:42:27
2248         Log: Subject: Re: [PATCH: perl@16267] update to vms/perlvms.pod
2249              From: Philip Newton <Philip.Newton@gmx.net>
2250              Date: Wed, 01 May 2002 12:41:10 +0200
2251              Message-Id: <ighvcukhj650hq264b6v45nj6ohanplm16@4ax.com>
2252      Branch: perl
2253            ! vms/perlvms.pod
2254 ____________________________________________________________________________
2255 [ 16297] By: nick                                  on 2002/05/01  06:50:24
2256         Log: Remove "spurious" (and unnecessary) variables from layer_syms
2257              Win32 (Win2k), MinGW-1.1 - passes all tests! ;-)
2258      Branch: perlio
2259            ! makedef.pl
2260 ____________________________________________________________________________
2261 [ 16296] By: nick                                  on 2002/05/01  06:21:28
2262         Log: perl embed.pl to update global.sym
2263      Branch: perlio
2264            ! global.sym
2265 ____________________________________________________________________________
2266 [ 16295] By: nick                                  on 2002/05/01  06:16:18
2267         Log: Raw integrate of mainline (global.sym wrong on Win32)
2268      Branch: perlio
2269           +> t/comp/hints.t
2270           !> (integrate 45 files)
2271 ____________________________________________________________________________
2272 [ 16294] By: jhi                                   on 2002/05/01  02:39:54
2273         Log: metaconfig unit change for #16293.
2274      Branch: metaconfig/U/perl
2275            ! bincompat5005.U
2276 ____________________________________________________________________________
2277 [ 16293] By: jhi                                   on 2002/05/01  02:39:32
2278         Log: Try #2 of getting rid of bincompat5005.
2279      Branch: perl
2280            ! Configure NetWare/config_H.wc Porting/Glossary
2281            ! Porting/config.sh Porting/config_H config_h.SH embed.h
2282            ! embed.pl vos/config.alpha.h vos/config.ga.h win32/config_H.bc
2283            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
2284            ! wince/config.h wince/config_H.ce
2285 ____________________________________________________________________________
2286 [ 16292] By: jhi                                   on 2002/05/01  02:04:49
2287         Log: metaconfig unit changes for #16291.
2288      Branch: metaconfig
2289            ! U/installdirs/inc_version_list.U
2290      Branch: metaconfig/U/perl
2291            ! bincompat5005.U xs_apiversion.U
2292 ____________________________________________________________________________
2293 [ 16291] By: jhi                                   on 2002/05/01  02:04:22
2294         Log: No bincompat5005.
2295      Branch: perl
2296            ! Configure INSTALL NetWare/config.wc Porting/Glossary
2297            ! Porting/config.sh Porting/config_H README.mpeix config_h.SH
2298            ! configure.com epoc/config.sh hints/aix.sh hints/cygwin.sh
2299            ! hints/mpeix.sh makedef.pl myconfig.SH pod/perltoc.pod
2300            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.ga.def
2301            ! win32/config.bc win32/config.gc win32/config.vc
2302            ! win32/config.vc64 wince/config.ce
2303 ____________________________________________________________________________
2304 [ 16290] By: jhi                                   on 2002/05/01  01:17:53
2305         Log: Remove sv_setpviv{_,mg}; regen perlapi.
2306      Branch: perl
2307            ! embed.fnc embed.h pod/perlapi.pod proto.h sv.c
2308 ____________________________________________________________________________
2309 [ 16289] By: jhi                                   on 2002/05/01  01:10:52
2310         Log: Subject: [PATCH sv.c] remove macroized bincompat functions  
2311              From: Dave Mitchell <davem@fdgroup.com>
2312              Date: Tue, 30 Apr 2002 23:55:43 +0100
2313              Message-ID: <20020430235543.A27796@fdgroup.com>
2314      Branch: perl
2315            ! sv.c
2316 ____________________________________________________________________________
2317 [ 16288] By: jhi                                   on 2002/05/01  01:06:31
2318         Log: Update to Getopt::Long 2.30.
2319      Branch: perl
2320            ! lib/Getopt/Long.pm
2321 ____________________________________________________________________________
2322 [ 16287] By: jhi                                   on 2002/04/30  19:51:08
2323         Log: Integrate perlio;
2324              
2325              Attempt at sanity in PerlIO/makedef.pl world:
2326              1. Add comments to what each clump of symbols is for
2327              2. Explicitly export layer syms like I thought they were
2328              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2329              section.
2330              4. Re-sort perlio.sym
2331      Branch: perl
2332           !> makedef.pl perlio.sym
2333 ____________________________________________________________________________
2334 [ 16286] By: rgs                                   on 2002/04/30  19:03:34
2335         Log: Fix bug id 20020427.004 on %^H.
2336              Add a regression test for %^H.
2337              Change the sort pragma implementation to use a
2338              global variable instead of %^H.
2339      Branch: perl
2340            + t/comp/hints.t
2341            ! MANIFEST lib/sort.pm lib/sort.t pp_sort.c scope.c
2342 ____________________________________________________________________________
2343 [ 16285] By: nick                                  on 2002/04/30  19:00:03
2344         Log: Attempt at sanity in PerlIO/makedef.pl world:
2345              1. Add comments to what each clump of symbols is for
2346              2. Explicitly export layer syms like I thought they were
2347              3. Remove bulk of (now redundant) PerlIO stuff from the <DATA>
2348              section.
2349              4. Re-sort perlio.sym
2350      Branch: perlio
2351            ! makedef.pl perlio.sym
2352 ____________________________________________________________________________
2353 [ 16284] By: nick                                  on 2002/04/30  18:10:23
2354         Log: Rest of integrate
2355      Branch: perlio
2356           +> lib/ExtUtils/MM_MacOS.pm
2357           !> MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
2358           !> ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2359           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2360           !> ext/Storable/Storable.xs hints/openbsd.sh lib/ExtUtils/Changes
2361           !> lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
2362           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
2363           !> lib/ExtUtils/MakeMaker.pm lib/Test/Harness.pm
2364           !> lib/Test/Harness/Assert.pm lib/Test/Harness/Straps.pm
2365           !> lib/Test/Harness/t/strap-analyze.t
2366           !> lib/Test/Harness/t/test-harness.t pod/perlport.pod
2367           !> pod/perltoc.pod t/pod/testp2pt.pl util.c vms/perlvms.pod
2368 ____________________________________________________________________________
2369 [ 16283] By: nick                                  on 2002/04/30  17:53:37
2370         Log: Integrate mailine makedef.pl so I can look at it
2371      Branch: perlio
2372           !> makedef.pl
2373 ____________________________________________________________________________
2374 [ 16282] By: jhi                                   on 2002/04/30  15:46:38
2375         Log: Upgrade to Encode 1.65.
2376      Branch: perl
2377            ! ext/Encode/Changes ext/Encode/Encode.pm
2378            ! ext/Encode/bin/ucm2table ext/Encode/lib/Encode/Guess.pm
2379            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/euc-jp.ucm
2380 ____________________________________________________________________________
2381 [ 16281] By: jhi                                   on 2002/04/30  13:50:54
2382         Log: Missing PerlIO symbols found by Richard Hatch in AIX.
2383      Branch: perl
2384            ! makedef.pl
2385 ____________________________________________________________________________
2386 [ 16280] By: jhi                                   on 2002/04/30  13:04:45
2387         Log: NetWare: disable DEBUG/ASSERT for now.
2388      Branch: perl
2389            ! ext/Storable/Storable.xs
2390 ____________________________________________________________________________
2391 [ 16279] By: jhi                                   on 2002/04/30  12:57:12
2392         Log: Subject: [PATCH] Test::Harness 2.03 -> 2.04
2393              From: Michael G Schwern <schwern@pobox.com>
2394              Date: Tue, 30 Apr 2002 01:05:41 -0400
2395              Message-ID: <20020430050541.GL756@blackrider>
2396      Branch: perl
2397            ! lib/Test/Harness.pm lib/Test/Harness/Assert.pm
2398            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
2399            ! lib/Test/Harness/t/test-harness.t
2400 ____________________________________________________________________________
2401 [ 16278] By: jhi                                   on 2002/04/30  12:38:50
2402         Log: Subject: [PATCH] MakeMaker 5.91_02 -> 5.92_01
2403              From: Michael G Schwern <schwern@pobox.com>
2404              Date: Tue, 30 Apr 2002 00:24:59 -0400
2405              Message-ID: <20020430042459.GJ756@blackrider>
2406      Branch: perl
2407            + lib/ExtUtils/MM_MacOS.pm
2408            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_NW5.pm
2409            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
2410            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
2411 ____________________________________________________________________________
2412 [ 16277] By: jhi                                   on 2002/04/30  12:32:27
2413         Log: Dodge a NULL pointer dereference in cleanup of Class::DBI
2414              0.86's t/04-lazy.t, caught by Tatsuhiko Miyagawa.
2415      Branch: perl
2416            ! util.c
2417 ____________________________________________________________________________
2418 [ 16276] By: ams                                   on 2002/04/30  08:42:32
2419         Log: Subject: [PATCH] t/pod/testp2pt.pl: roll back 16254 for VMS
2420              From: "Craig A. Berry" <craigberry@mac.com>
2421              Date: Mon, 29 Apr 2002 23:37:06 -0500
2422              Message-Id: <a05111701b8f3cad59ba7@[172.16.52.1]>
2423      Branch: perl
2424            ! t/pod/testp2pt.pl
2425 ____________________________________________________________________________
2426 [ 16275] By: jhi                                   on 2002/04/29  23:28:05
2427         Log: Regen toc.
2428      Branch: perl
2429            ! pod/perltoc.pod
2430 ____________________________________________________________________________
2431 [ 16274] By: jhi                                   on 2002/04/29  23:14:47
2432         Log: Subject: [PATCH: perl@16267] update to vms/perlvms.pod
2433              From: PPrymmer@factset.com
2434              Date: Mon, 29 Apr 2002 17:58:06 -0400
2435              Message-ID: <OF908F42F9.8271561B-ON85256BAA.00785843@55.25.11>
2436      Branch: perl
2437            ! vms/perlvms.pod
2438 ____________________________________________________________________________
2439 [ 16273] By: jhi                                   on 2002/04/29  21:43:18
2440         Log: OpenBSD: dynamic loading fix plus a MIPS tweak
2441              from Todd Miller.
2442      Branch: perl
2443            ! hints/openbsd.sh
2444 ____________________________________________________________________________
2445 [ 16272] By: jhi                                   on 2002/04/29  20:14:39
2446         Log: Integrate perlio;
2447              
2448              Adding Encode::* to .pm creates stash at compile time
2449              which means we need a stronger check on Encode at boot time.
2450      Branch: perl
2451           !> ext/PerlIO/encoding/encoding.pm
2452           !> ext/PerlIO/encoding/encoding.xs
2453 ____________________________________________________________________________
2454 [ 16271] By: jhi                                   on 2002/04/29  20:07:38
2455         Log: OpenBSD hints update from Todd Miller.
2456              
2457              - old versions of OpenBSD don't have 'arch -s'
2458              - OpenBSD 3.1 and higher don't use libdl but users may have
2459              and old libdl on the system so we need to avoid using it.
2460      Branch: perl
2461            ! hints/openbsd.sh
2462 ____________________________________________________________________________
2463 [ 16270] By: nick                                  on 2002/04/29  17:33:38
2464         Log: Adding Encode::* to .pm creates stash at compile time
2465              which means we need a stronger check on Encode at boot time.
2466      Branch: perlio
2467            ! ext/PerlIO/encoding/encoding.pm
2468            ! ext/PerlIO/encoding/encoding.xs
2469 ____________________________________________________________________________
2470 [ 16269] By: jhi                                   on 2002/04/29  16:28:44
2471         Log: Detypo by Ronald Kimball.
2472      Branch: perl
2473            ! pod/perlport.pod
2474 ____________________________________________________________________________
2475 [ 16268] By: nick                                  on 2002/04/29  15:47:00
2476         Log: Integrate mainline
2477      Branch: perlio
2478           !> Changes ext/Encode/Changes ext/Encode/Encode.pm
2479           !> ext/Encode/Encode.xs ext/Encode/t/CJKT.t
2480           !> ext/Encode/ucm/euc-jp.ucm ext/Unicode/Normalize/mkheader
2481           !> hints/netbsd.sh lib/ExtUtils/MM_NW5.pm patchlevel.h
2482           !> pod/perlfaq2.pod pod/perlfaq3.pod
2483 ____________________________________________________________________________
2484 [ 16267] By: jhi                                   on 2002/04/29  13:46:56
2485         Log: Update Changes.
2486      Branch: perl
2487            ! Changes patchlevel.h
2488 ____________________________________________________________________________
2489 [ 16266] By: jhi                                   on 2002/04/29  13:25:03
2490         Log: MM_NW5 update from C Aditya.
2491      Branch: perl
2492            ! lib/ExtUtils/MM_NW5.pm
2493 ____________________________________________________________________________
2494 [ 16265] By: jhi                                   on 2002/04/29  12:59:01
2495         Log: FAQ sync.
2496      Branch: perl
2497            ! pod/perlfaq2.pod pod/perlfaq3.pod
2498 ____________________________________________________________________________
2499 [ 16264] By: jhi                                   on 2002/04/29  12:52:01
2500         Log: NetBSD hints rewrite from Johnny Lam.
2501      Branch: perl
2502            ! hints/netbsd.sh
2503 ____________________________________________________________________________
2504 [ 16263] By: jhi                                   on 2002/04/29  12:18:31
2505         Log: Upgrade to Encode 1.64.
2506      Branch: perl
2507            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2508            ! ext/Encode/t/CJKT.t ext/Encode/ucm/euc-jp.ucm
2509 ____________________________________________________________________________
2510 [ 16262] By: jhi                                   on 2002/04/29  12:12:37
2511         Log: Subject: [Unicode::Normalize] mkheader tweak
2512              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2513              Date: Mon, 29 Apr 2002 12:58:01 +0900
2514              Message-Id: <20020429125617.AA35.BQW10602@nifty.com>
2515      Branch: perl
2516            ! ext/Unicode/Normalize/mkheader
2517 ____________________________________________________________________________
2518 [ 16261] By: nick                                  on 2002/04/29  06:29:48
2519         Log: Integrate mainline
2520      Branch: perlio
2521            - macos/MacPerlTests.cmd macos/xsubpp.patch
2522           !> (integrate 40 files)
2523 ____________________________________________________________________________
2524 [ 16260] By: jhi                                   on 2002/04/29  01:11:10
2525         Log: Upgrade to Unicode::Normalize 0.76,
2526              from SADAHIRO Tomoyuki.
2527      Branch: perl
2528            ! ext/Unicode/Normalize/Changes
2529            ! ext/Unicode/Normalize/Normalize.pm
2530            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
2531            ! ext/Unicode/Normalize/t/func.t
2532 ____________________________________________________________________________
2533 [ 16259] By: jhi                                   on 2002/04/28  22:22:44
2534         Log: Subject: [PATCH: perl@16189] updates to perlport.pod
2535              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
2536              Date: Sun, 28 Apr 2002 18:03:26 +0000 (GMT)
2537              Message-ID: <Pine.BSF.4.40.0204281757400.23417-100000@pvhp.best.vwh.net>
2538      Branch: perl
2539            ! pod/perlport.pod
2540 ____________________________________________________________________________
2541 [ 16258] By: jhi                                   on 2002/04/28  20:34:12
2542         Log: Sigh.  #16249 didn't help NetBSD (made it worse,
2543              the basic and list tests started hanging).
2544      Branch: perl
2545            ! ext/threads/t/basic.t ext/threads/t/list.t
2546            ! ext/threads/t/thread.t
2547 ____________________________________________________________________________
2548 [ 16257] By: jhi                                   on 2002/04/28  20:26:30
2549         Log: Integrate #16254 from macperl;
2550              
2551              Fix most tests on MacOS (not yet ext/ or /lib)
2552      Branch: perl
2553           !> (integrate 30 files)
2554 ____________________________________________________________________________
2555 [ 16256] By: jhi                                   on 2002/04/28  19:43:02
2556         Log: As requested by pudge.
2557      Branch: perl
2558            - macos/MacPerlTests.cmd macos/xsubpp.patch
2559            ! MANIFEST
2560 ____________________________________________________________________________
2561 [ 16255] By: pudge                                 on 2002/04/28  19:25:04
2562         Log: Integrate perl
2563      Branch: macperl
2564           +> ext/PerlIO/t/fallback.t ext/threads/t/list.t
2565           +> wince/cecopy-lib.pl wince/comp.pl
2566           !> (integrate 38 files)
2567 ____________________________________________________________________________
2568 [ 16254] By: pudge                                 on 2002/04/28  19:12:05
2569         Log: Fix most tests on MacOS (not yet ext/ or /lib)
2570      Branch: macperl
2571            ! lib/Pod/Find.pm t/comp/cpp.t t/io/dup.t t/io/fs.t
2572            ! t/io/inplace.t t/io/iprefix.t t/io/open.t t/io/openpid.t
2573            ! t/japh/abigail.t t/lib/1_compile.t t/lib/compmod.pl
2574            ! t/op/chdir.t t/op/exec.t t/op/magic.t t/op/read.t
2575            ! t/op/readdir.t t/op/runlevel.t t/op/srand.t t/op/stat.t
2576            ! t/op/study.t t/op/subst_wamp.t t/op/taint.t t/op/write.t
2577            ! t/pod/testp2pt.pl t/run/exit.t t/run/fresh_perl.t
2578            ! t/run/switchPx.t t/run/switcht.t t/run/switchx.t t/test.pl
2579 ____________________________________________________________________________
2580 [ 16253] By: nick                                  on 2002/04/28  19:10:50
2581         Log: Integrate mainline
2582      Branch: perlio
2583           +> wince/cecopy-lib.pl wince/comp.pl
2584           !> MANIFEST ext/PerlIO/t/fallback.t ext/threads/shared/t/cond.t
2585           !> ext/threads/t/basic.t ext/threads/t/list.t
2586           !> ext/threads/t/thread.t pp_sort.c t/win32/system.t utf8.c
2587           !> wince/Makefile.ce wince/config_h.PL wince/perldll.def
2588           !> wince/win32.h wince/wince.c
2589 ____________________________________________________________________________
2590 [ 16252] By: pudge                                 on 2002/04/28  19:07:33
2591         Log: More configuration/build changes
2592      Branch: macperl
2593            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
2594            ! macos/Makefile.mk macos/config.h macos/config.sh
2595            ! macos/macish.h
2596 ____________________________________________________________________________
2597 [ 16251] By: jhi                                   on 2002/04/28  18:23:52
2598         Log: Subject: WinCE many fixes
2599              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
2600              Date: Sun, 28 Apr 2002 21:54:31 +0400
2601              Message-ID: <00bf01c1eedd$c0c62a00$d25cc3d9@vad>
2602      Branch: perl
2603            + wince/cecopy-lib.pl wince/comp.pl
2604            ! MANIFEST pp_sort.c t/win32/system.t utf8.c wince/Makefile.ce
2605            ! wince/config_h.PL wince/perldll.def wince/win32.h
2606            ! wince/wince.c
2607 ____________________________________________________________________________
2608 [ 16250] By: jhi                                   on 2002/04/28  17:35:12
2609         Log: Retract the cond.t part of #16249 since the nature
2610              of the test changed.
2611      Branch: perl
2612            ! ext/threads/shared/t/cond.t
2613 ____________________________________________________________________________
2614 [ 16249] By: jhi                                   on 2002/04/28  16:13:34
2615         Log: (retracted by #16258)
2616              
2617              Fix thread tests not to depend on sleep() as
2618              a scheduling aid.  In two tests (basic and list)
2619              I had to change from sleep() hack to another hack...
2620              basically, using the filesystem as a semaphore.
2621              The assumption made is that rmdir() is atomic.
2622              (The sleep() scheduling assumption broke with the
2623              GNU pth in NetBSD.)
2624              
2625              (the cond.t part retracted by #16250)
2626      Branch: perl
2627            ! ext/threads/shared/t/cond.t ext/threads/t/basic.t
2628            ! ext/threads/t/list.t ext/threads/t/thread.t
2629 ____________________________________________________________________________
2630 [ 16248] By: jhi                                   on 2002/04/28  16:04:23
2631         Log: Be tidy.
2632      Branch: perl
2633            ! ext/PerlIO/t/fallback.t
2634 ____________________________________________________________________________
2635 [ 16247] By: jhi                                   on 2002/04/28  15:26:39
2636         Log: Integrate perlio;
2637              
2638              Builds under -Uuseperlio
2639              Uses PUSHSTACK/POPSTACK in :encoding and :Via
2640              
2641              Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
2642              as gate on layer tests which fail on -Dusesfio
2643              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
2644              
2645              Have :encoding() default to perlqq style fallbacks.
2646              Add test for that.
2647      Branch: perl
2648           +> ext/PerlIO/t/fallback.t
2649           !> MANIFEST ext/Encode/Encode.xs ext/PerlIO/PerlIO.t
2650           !> ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.pm
2651           !> ext/PerlIO/encoding/encoding.xs lib/open.t lib/warnings.t
2652           !> t/io/binmode.t t/io/crlf.t
2653 ____________________________________________________________________________
2654 [ 16246] By: nick                                  on 2002/04/28  10:08:05
2655         Log: Have :encoding() default to perlqq style fallbacks.
2656              Add test for that.
2657      Branch: perlio
2658            + ext/PerlIO/t/fallback.t
2659            ! MANIFEST ext/PerlIO/encoding/encoding.pm
2660            ! ext/PerlIO/encoding/encoding.xs
2661 ____________________________________________________________________________
2662 [ 16245] By: nick                                  on 2002/04/28  08:57:54
2663         Log: Use (file PerlIO::Layer 'perlio') rather than $Config{useperlio}
2664              as gate on layer tests which fail on -Dusesfio
2665              (ext/XS/Typemap/Typemap.t still fails on -Dusesfio)
2666      Branch: perlio
2667            ! ext/PerlIO/PerlIO.t lib/open.t lib/warnings.t t/io/binmode.t
2668            ! t/io/crlf.t
2669 ____________________________________________________________________________
2670 [ 16244] By: nick                                  on 2002/04/28  08:22:07
2671         Log: Builds under -Uuseperlio
2672              Uses PUSHSTACK/POPSTACK in :encoding and :Via
2673      Branch: perlio
2674            ! ext/PerlIO/Via/Via.xs ext/PerlIO/encoding/encoding.xs
2675 ____________________________________________________________________________
2676 [ 16243] By: nick                                  on 2002/04/28  07:19:01
2677         Log: Integrate mainline
2678      Branch: perlio
2679           +> ext/threads/t/list.t
2680           !> (integrate 40 files)
2681 ____________________________________________________________________________
2682 [ 16242] By: jhi                                   on 2002/04/28  02:49:28
2683         Log: Future-proof NetBSD for kernel pthreads, from Johnny Lam.
2684      Branch: perl
2685            ! hints/netbsd.sh
2686 ____________________________________________________________________________
2687 [ 16241] By: jhi                                   on 2002/04/28  02:22:00
2688         Log: Plan better.
2689      Branch: perl
2690            ! t/io/fs.t
2691 ____________________________________________________________________________
2692 [ 16240] By: jhi                                   on 2002/04/28  02:20:18
2693         Log: No trunc worries.
2694      Branch: perl
2695            ! pod/perldelta.pod
2696 ____________________________________________________________________________
2697 [ 16239] By: jhi                                   on 2002/04/28  02:19:45
2698         Log: Subject: [PATCH] Truncate the truncate tests (was Re: truncate to grow file)
2699              From: Michael G Schwern <schwern@pobox.com>
2700              Date: Sat, 27 Apr 2002 23:20:19 -0400
2701              Message-ID: <20020428032019.GF1821@blackrider>
2702      Branch: perl
2703            ! pod/perlfunc.pod t/io/fs.t
2704 ____________________________________________________________________________
2705 [ 16238] By: jhi                                   on 2002/04/28  01:55:10
2706         Log: More valgrind findings: e.g. t/op/utfhash.t.
2707      Branch: perl
2708            ! hv.c
2709 ____________________________________________________________________________
2710 [ 16237] By: jhi                                   on 2002/04/28  01:44:37
2711         Log: Unused variables now that "did you use incorrect case" is gone;
2712              and valgrind claims that the savepvn() in utilize() leaks in e.g.
2713              lib/blib.t.
2714      Branch: perl
2715            ! op.c
2716 ____________________________________________________________________________
2717 [ 16236] By: sky                                   on 2002/04/28  00:15:45
2718         Log: Added test cases and fixed some obvious things.
2719      Branch: perl
2720            + ext/threads/t/list.t
2721            ! MANIFEST ext/threads/threads.xs
2722 ____________________________________________________________________________
2723 [ 16235] By: sky                                   on 2002/04/27  23:50:11
2724         Log: Removed last traces of autodetach.
2725              Added list() methid.
2726              Changed documentation.
2727      Branch: perl
2728            ! ext/threads/threads.pm ext/threads/threads.xs
2729 ____________________________________________________________________________
2730 [ 16234] By: jhi                                   on 2002/04/27  22:19:08
2731         Log: Subject: [PATCH] FileCache 1.02 -> 1.021
2732              From: Jerrad Pierce <belg4mit@MIT.EDU>
2733              Date: Sat, 27 Apr 2002 19:14:17 -0400
2734              Message-Id: <200204272314.TAA08101@calloway.mit.edu>       
2735      Branch: perl
2736            ! lib/FileCache.pm
2737 ____________________________________________________________________________
2738 [ 16233] By: jhi                                   on 2002/04/27  22:17:57
2739         Log: More NetBSD patches from Johnny Lam.
2740              
2741              Remove the need for a $prefix setting that was added in the
2742              previous patch I sent.     Also add the proper rpath options
2743              to the linker flags depending on whether we're on a ELF or
2744              a.out platform.     These were tested both in a non-pkgsrc and
2745              pkgsrc build.
2746              
2747              Append to $libs instead of overwriting its value.  This was
2748              causing $(LDLOADLIBS) to not get added to the dynamic_libs
2749              link command on NetBSD systems and was the cause of the GDBM
2750              problems reported.  Also use '$(LDLOADLIBS)' instead of
2751              expanding its value so that it is more easily overridden in
2752              the Makefile by "make all LDLOADLIBS=...".
2753              
2754              Remove "-L/usr/local/lib" because the location of libgdbm.so
2755              is already added during the Configure process, and this
2756              spurious addition may cause the wrong libgdbm.so to be linked
2757              against as a result.
2758      Branch: perl
2759            ! ext/GDBM_File/Makefile.PL hints/netbsd.sh
2760            ! lib/ExtUtils/MM_Unix.pm
2761 ____________________________________________________________________________
2762 [ 16232] By: jhi                                   on 2002/04/27  22:08:08
2763         Log: More VC5-induced casting found by Nikola Knezevic.
2764      Branch: perl
2765            ! av.c hv.c mg.c sv.c
2766 ____________________________________________________________________________
2767 [ 16231] By: jhi                                   on 2002/04/27  21:56:22
2768         Log: More U32 regflags.
2769      Branch: perl
2770            ! op.h regcomp.c thrdvar.h
2771 ____________________________________________________________________________
2772 [ 16230] By: pudge                                 on 2002/04/27  21:50:45
2773         Log: Integrate from bleadperl
2774      Branch: macperl
2775           +> ext/Encode/lib/Encode/Guess.pm
2776           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
2777           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
2778           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
2779           +> ext/threads/shared/t/cond.t lib/ExtUtils/t/00setup_dummy.t
2780           +> lib/ExtUtils/t/VERSION_FROM.t lib/ExtUtils/t/backwards.t
2781           +> lib/ExtUtils/t/zz_cleanup_dummy.t
2782           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
2783           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
2784           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
2785           +> t/lib/sample-tests/die_last_minute t/win32/system_tests
2786            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
2787            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
2788            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
2789            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
2790            - lib/ExtUtils/t/Problem-Module/Makefile.PL
2791            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
2792            - t/op/system_tests
2793           !> (integrate 133 files)
2794 ____________________________________________________________________________
2795 [ 16229] By: jhi                                   on 2002/04/27  19:55:51
2796         Log: Retract #16195 since it seems to be unnecessary.
2797      Branch: perl
2798            ! lib/ExtUtils/MM_Unix.pm
2799 ____________________________________________________________________________
2800 [ 16228] By: jhi                                   on 2002/04/27  19:25:44
2801         Log: Subject: [PATCH] extract enc2xs and piconv for VMS
2802              From: "Craig A. Berry" <craigberry@mac.com>
2803              Date: Sat, 27 Apr 2002 15:11:31 -0500
2804              Message-Id: <a05111701b8f0b5cd5250@[172.16.52.1]>
2805      Branch: perl
2806            ! vms/descrip_mms.template
2807 ____________________________________________________________________________
2808 [ 16227] By: rgs                                   on 2002/04/27  19:25:05
2809         Log: Some more known open() modes.
2810      Branch: perl
2811            ! pod/perldiag.pod
2812 ____________________________________________________________________________
2813 [ 16226] By: jhi                                   on 2002/04/27  19:02:23
2814         Log: Upgrade to Encode 1.63.
2815      Branch: perl
2816            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2817            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
2818            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
2819            ! ext/Encode/lib/Encode/Encoding.pm
2820            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
2821            ! ext/Encode/lib/Encode/JP/JIS7.pm
2822            ! ext/Encode/lib/Encode/KR/2022_KR.pm
2823            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
2824 ____________________________________________________________________________
2825 [ 16225] By: jhi                                   on 2002/04/27  18:13:02
2826         Log: Update Changes.
2827      Branch: perl
2828            ! Changes patchlevel.h
2829 ____________________________________________________________________________
2830 [ 16224] By: jhi                                   on 2002/04/27  17:53:20
2831         Log: Integrate perlio;
2832              
2833              Correct which var is nulled, stack movement protection.
2834      Branch: perl
2835           !> ext/PerlIO/encoding/encoding.xs
2836 ____________________________________________________________________________
2837 [ 16223] By: jhi                                   on 2002/04/27  17:43:26
2838         Log: Subject: PATCH t/TEST
2839              From: Mark-Jason Dominus <mjd@plover.com>
2840              Date: Sat, 27 Apr 2002 14:06:56 -0400
2841              Message-ID: <20020427180656.5422.qmail@plover.com>
2842      Branch: perl
2843            ! t/TEST
2844 ____________________________________________________________________________
2845 [ 16222] By: sky                                   on 2002/04/27  17:00:29
2846         Log: Ahem, look another way.
2847      Branch: perl
2848            ! ext/threads/shared/t/queue.t
2849 ____________________________________________________________________________
2850 [ 16221] By: nick                                  on 2002/04/27  16:34:48
2851         Log: Correct which var is nulled, stack movement protection.
2852      Branch: perlio
2853            ! ext/PerlIO/encoding/encoding.xs
2854 ____________________________________________________________________________
2855 [ 16220] By: jhi                                   on 2002/04/27  16:27:18
2856         Log: Integrate perlio;
2857              
2858              Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
2859              - if encoding loads Encode then stack grows.
2860              - pp_binmode was not allowing for that to happen
2861              - added PUTBACK/SPAGAIN.
2862      Branch: perl
2863           !> pp_sys.c
2864 ____________________________________________________________________________
2865 [ 16219] By: jhi                                   on 2002/04/27  16:23:44
2866         Log: First half of NetBSD patch-ai, from Johnny Lam:
2867              
2868              The first part removes "installman" and "installhtml" from the
2869              .PHONY target, which was causing problems during installation.
2870              
2871              (the installman and installhtml are not phony targets,
2872              they are real files)
2873      Branch: perl
2874            ! Makefile.SH
2875 ____________________________________________________________________________
2876 [ 16218] By: nick                                  on 2002/04/27  16:22:40
2877         Log: Integrate mainline
2878      Branch: perlio
2879           +> ext/threads/shared/t/cond.t
2880           !> MANIFEST ext/threads/shared/shared.xs
2881           !> ext/threads/shared/t/queue.t
2882 ____________________________________________________________________________
2883 [ 16217] By: jhi                                   on 2002/04/27  16:20:49
2884         Log: NetBSD patch-ab from Johnny Lam:
2885              
2886              Some tweaks to the NetBSD hints file to make the Configure
2887              process more useful when not building from pkgsrc.  This file
2888              will definitely need to change again when the 1.6 release of
2889              NetBSD comes out, but I'll handle the changes at the later
2890              date.
2891      Branch: perl
2892            ! hints/netbsd.sh
2893 ____________________________________________________________________________
2894 [ 16216] By: nick                                  on 2002/04/27  16:19:21
2895         Log: Fix weird warnings and/pr segfaults on binmode(,"encoding(...)")
2896              - if encoding loads Encode then stack grows.
2897              - pp_binmode was not allowing for that to happen
2898              - added PUTBACK/SPAGAIN.
2899      Branch: perlio
2900            ! pp_sys.c
2901 ____________________________________________________________________________
2902 [ 16215] By: jhi                                   on 2002/04/27  15:52:24
2903         Log: Integrate perlio;
2904              
2905              Fix fd leak on Via(bogus).
2906              Finish implementing PerlIOVia_open().
2907              Export more guts of PerlIO_* so Via_open() can work.
2908              Fix various PerlIO_allocate() features exposed by above.
2909              
2910              Re-instate $PerlIO::encoding::check at boot.
2911              (Retaining Dan's XS side require though I don't see need.)
2912      Branch: perl
2913           !> embed.fnc ext/PerlIO/Via/Via.xs
2914           !> ext/PerlIO/encoding/encoding.pm
2915           !> ext/PerlIO/encoding/encoding.xs ext/PerlIO/t/via.t makedef.pl
2916           !> perlio.c perlio.h perliol.h
2917 ____________________________________________________________________________
2918 [ 16214] By: jhi                                   on 2002/04/27  15:48:34
2919         Log: Upgrade to Encode 1.62.
2920      Branch: perl
2921            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2922 ____________________________________________________________________________
2923 [ 16213] By: ams                                   on 2002/04/27  15:38:50
2924         Log: Subject: Re: Change 16122: Try to be clearer about perlio.
2925              From: Philip Newton <Philip.Newton@gmx.net>
2926              Date: Sat, 27 Apr 2002 08:51:30 +0200
2927              Message-Id: <bgikcuc301j0ehljjpqbtr5b3tts50m1ge@4ax.com>
2928              
2929              Subject: Re: Change 16183: Stop being coy.
2930              From: Philip Newton <Philip.Newton@gmx.net>
2931              Date: Sat, 27 Apr 2002 08:52:13 +0200
2932              Message-Id: <djikcuksn2cvm35broiqfu8c89abtprfmc@4ax.com>
2933      Branch: perl
2934            ! INSTALL pod/perldelta.pod
2935 ____________________________________________________________________________
2936 [ 16212] By: sky                                   on 2002/04/27  13:54:46
2937         Log: Add test numbers to make "make test" happy. Order is irrelevant
2938              but number of oks is not.
2939      Branch: perl
2940            ! ext/threads/shared/t/queue.t
2941 ____________________________________________________________________________
2942 [ 16211] By: nick                                  on 2002/04/27  13:29:55
2943         Log: Re-instate $PerlIO::encoding::check at boot.
2944              (Retaining Dan's XS side require though I don't see need.)
2945      Branch: perlio
2946            ! ext/PerlIO/encoding/encoding.pm
2947            ! ext/PerlIO/encoding/encoding.xs
2948 ____________________________________________________________________________
2949 [ 16210] By: sky                                   on 2002/04/27  12:56:44
2950         Log: Fixed race condtions and deadlocks in interaction with 
2951              cond_wait/cond_signal and lock.
2952              Now we wait for a lock to gie up if we return from COND_WAIT
2953              and we are still locked. We also notifiers potential 
2954              lockers that it is free for locking when we go into COND_WAIT.
2955      Branch: perl
2956            + ext/threads/shared/t/cond.t
2957            ! MANIFEST ext/threads/shared/shared.xs
2958            ! ext/threads/shared/t/queue.t
2959 ____________________________________________________________________________
2960 [ 16209] By: nick                                  on 2002/04/27  12:32:41
2961         Log: Integrate mainline
2962      Branch: perlio
2963           +> t/win32/system_tests
2964            - t/op/system_tests
2965           !> MANIFEST ext/Digest/MD5/t/files.t ext/Time/HiRes/HiRes.pm
2966           !> hints/netbsd.sh lib/ExtUtils/MM_Unix.pm lib/Time/Local.pm
2967           !> pod/perldelta.pod pod/perltodo.pod pp_ctl.c t/japh/abigail.t
2968           !> t/lib/warnings/pp_hot t/win32/system.t
2969 ____________________________________________________________________________
2970 [ 16208] By: sky                                   on 2002/04/27  11:46:53
2971         Log: Saving locks after we set it to 0 was kind of pointless.
2972              Hunting down fixes in cond_* functions.
2973      Branch: perl
2974            ! ext/threads/shared/shared.xs
2975 ____________________________________________________________________________
2976 [ 16207] By: nick                                  on 2002/04/27  10:12:00
2977         Log: Fix fd leak on Via(bogus).
2978              Finish implementing PerlIOVia_open().
2979              Export more guts of PerlIO_* so Via_open() can work.
2980              Fix various PerlIO_allocate() features exposed by above.
2981      Branch: perlio
2982            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t makedef.pl perlio.c
2983            ! perlio.h perliol.h
2984 ____________________________________________________________________________
2985 [ 16206] By: jhi                                   on 2002/04/27  00:52:30
2986         Log: NetBSD and OpenBSD cannot do comments at #! line
2987              (or long #! lines?)
2988      Branch: perl
2989            ! t/japh/abigail.t
2990 ____________________________________________________________________________
2991 [ 16205] By: jhi                                   on 2002/04/26  23:56:32
2992         Log: Add taint rethink to the todo list.
2993      Branch: perl
2994            ! pod/perltodo.pod
2995 ____________________________________________________________________________
2996 [ 16204] By: jhi                                   on 2002/04/26  22:33:45
2997         Log: Integrate changes #16199 and #16201 from macperl;
2998              
2999              Time::Local compatibility patches, from Graham
3000              
3001              MacPerl require() portability patches
3002      Branch: perl
3003           !> lib/Time/Local.pm pp_ctl.c
3004 ____________________________________________________________________________
3005 [ 16203] By: jhi                                   on 2002/04/26  21:47:06
3006         Log: Subject: [PATCH] Re: [ID 20020425.012] segfault when printing to close indirect filehandle
3007              From: Nicholas Clark <nick@unfortu.net>
3008              Date: Fri, 26 Apr 2002 23:27:23 +0100
3009              Message-ID: <20020426222722.GH312@Bagpuss.unfortu.net>
3010      Branch: perl
3011            ! t/lib/warnings/pp_hot
3012 ____________________________________________________________________________
3013 [ 16202] By: pudge                                 on 2002/04/26  21:11:06
3014         Log: Working on MacPerl tests
3015      Branch: macperl
3016            ! macos/MacPerlTests.cmd
3017 ____________________________________________________________________________
3018 [ 16201] By: pudge                                 on 2002/04/26  21:10:49
3019         Log: MacPerl require() portability patches
3020      Branch: macperl
3021            ! pp_ctl.c
3022 ____________________________________________________________________________
3023 [ 16200] By: pudge                                 on 2002/04/26  21:09:45
3024         Log: Fix a few MacPerl_CanonDir() problems
3025      Branch: macperl
3026            ! macos/macish.c macos/macish.h
3027 ____________________________________________________________________________
3028 [ 16199] By: pudge                                 on 2002/04/26  21:08:52
3029         Log: Time::Local compatibility patches, from Graham
3030      Branch: macperl
3031            ! lib/Time/Local.pm
3032 ____________________________________________________________________________
3033 [ 16198] By: jhi                                   on 2002/04/26  20:10:53
3034         Log: Subject: Re: [PATCH ext/Time/HiRes/HiRes.pm] Political Correctness
3035              From: Simon Cozens <simon@netthink.co.uk>
3036              Date: Fri, 26 Apr 2002 21:58:21 +0100
3037              Message-ID: <20020426205821.GB5855@netthink.co.uk>
3038      Branch: perl
3039            ! ext/Time/HiRes/HiRes.pm
3040 ____________________________________________________________________________
3041 [ 16197] By: jhi                                   on 2002/04/26  20:04:44
3042         Log: NetBSD: if the /usr/pkg/lib is there, the linker wants
3043              to know about it always (not just when using the pth).
3044      Branch: perl
3045            ! hints/netbsd.sh
3046 ____________________________________________________________________________
3047 [ 16196] By: jhi                                   on 2002/04/26  18:27:39
3048         Log: EBCDIC MD5.xs checksum update from Merijn Broeren.
3049      Branch: perl
3050            ! ext/Digest/MD5/t/files.t
3051 ____________________________________________________________________________
3052 [ 16195] By: jhi                                   on 2002/04/26  17:56:51
3053         Log: Subject: FIXIN problem under Win32
3054              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3055              Date: Thu, 25 Apr 2002 23:03:31 +0200
3056              Message-ID: <8920180377.20020425230331@tesla.rcub.bg.ac.yu>
3057      Branch: perl
3058            ! lib/ExtUtils/MM_Unix.pm
3059 ____________________________________________________________________________
3060 [ 16194] By: nick                                  on 2002/04/26  17:36:16
3061         Log: Integrate mainline
3062      Branch: perlio
3063           +> ext/Encode/lib/Encode/Guess.pm
3064           +> ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3065           +> ext/Encode/t/mime-header.t ext/Storable/t/croak.t
3066           +> ext/Storable/t/downgrade.t ext/Storable/t/make_downgrade.pl
3067           +> lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3068           +> lib/Test/Simple/t/strays.t t/lib/sample-tests/bignum
3069           +> t/lib/sample-tests/die t/lib/sample-tests/die_head_end
3070           +> t/lib/sample-tests/die_last_minute
3071           !> (integrate 94 files)
3072 ____________________________________________________________________________
3073 [ 16193] By: jhi                                   on 2002/04/26  17:11:30
3074         Log: Subject: [PATCH t\win32] system_tests are relevant only to win32\system.t
3075              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
3076              Date: Fri, 26 Apr 2002 15:38:16 +0200
3077              Message-ID: <14316006107.20020426153816@tesla.rcub.bg.ac.yu>
3078      Branch: perl
3079            + t/win32/system_tests
3080            - t/op/system_tests
3081            ! MANIFEST t/win32/system.t
3082 ____________________________________________________________________________
3083 [ 16192] By: jhi                                   on 2002/04/26  16:45:28
3084         Log: Mention explicitly the NetBSD + pth combination.
3085      Branch: perl
3086            ! pod/perldelta.pod
3087 ____________________________________________________________________________
3088 [ 16191] By: jhi                                   on 2002/04/26  15:06:20
3089         Log: Subject: [PATCH] Fix email address.
3090              From: Abigail <abigail@foad.org>
3091              Date: Fri, 26 Apr 2002 18:03:11 +0200
3092              Message-ID: <20020426180311.A23545@gatekeeper.osp.nl>
3093      Branch: perl
3094            ! t/japh/abigail.t
3095 ____________________________________________________________________________
3096 [ 16190] By: jhi                                   on 2002/04/26  14:33:03
3097         Log: NetWare update from C Aditya.
3098      Branch: perl
3099            ! NetWare/Makefile lib/ExtUtils/MM_NW5.pm
3100            ! lib/ExtUtils/MM_Unix.pm
3101 ____________________________________________________________________________
3102 [ 16189] By: jhi                                   on 2002/04/26  13:35:48
3103         Log: Subject: [PATCH vms/test.com] use t/TEST
3104              From: "Craig A. Berry" <craigberry@mac.com>
3105              Date: Fri, 26 Apr 2002 09:34:46 -0500
3106              Message-Id: <a05111708b8ef12696579@[172.16.52.1]>
3107      Branch: perl
3108            ! vms/test.com
3109 ____________________________________________________________________________
3110 [ 16188] By: jhi                                   on 2002/04/26  13:34:35
3111         Log: Update Changes.
3112      Branch: perl
3113            ! Changes patchlevel.h
3114 ____________________________________________________________________________
3115 [ 16187] By: jhi                                   on 2002/04/26  12:43:48
3116         Log: Subject: [Encode] s/=over2/=over 2/g
3117              From: Dan Kogai <dankogai@dan.co.jp>
3118              Date: Fri, 26 Apr 2002 14:57:09 +0900
3119              Message-Id: <721D1832-58DA-11D6-A636-00039301D480@dan.co.jp>
3120      Branch: perl
3121            ! ext/Encode/Encode.pm
3122 ____________________________________________________________________________
3123 [ 16186] By: jhi                                   on 2002/04/26  12:28:18
3124         Log: Use temp int variable in the W*() since direct casting
3125              to either an int or an IV would not be right.
3126      Branch: perl
3127            ! ext/POSIX/POSIX.xs
3128 ____________________________________________________________________________
3129 [ 16185] By: jhi                                   on 2002/04/26  12:23:02
3130         Log: The #16182 radiates U32ness.
3131      Branch: perl
3132            ! embed.fnc embed.h proto.h regcomp.c toke.c
3133 ____________________________________________________________________________
3134 [ 16184] By: jhi                                   on 2002/04/26  12:00:04
3135         Log: Subject: t/TEST ported to VMS
3136              From: "Craig A. Berry" <craigberry@mac.com>
3137              Date: Fri, 26 Apr 2002 00:13:31 -0500
3138              Message-Id: <a05111705b8ee84f53e79@[172.16.52.1]>
3139      Branch: perl
3140            ! t/TEST
3141 ____________________________________________________________________________
3142 [ 16183] By: jhi                                   on 2002/04/26  11:57:58
3143         Log: Stop being coy.
3144      Branch: perl
3145            ! pod/perldelta.pod
3146 ____________________________________________________________________________
3147 [ 16182] By: jhi                                   on 2002/04/26  11:53:58
3148         Log: Subject: Re: binary compatibility
3149              From: Mark-Jason Dominus <mjd@plover.com>
3150              Date: Wed, 24 Apr 2002 17:35:07 -0400
3151              Message-ID: <20020424213507.7846.qmail@plover.com>
3152      Branch: perl
3153            ! op.h
3154 ____________________________________________________________________________
3155 [ 16181] By: gsar                                  on 2002/04/26  07:39:20
3156         Log: fix typo that caused pseudo-fork() crashes on win64 (we were only
3157              allocating half of the retstack!)
3158      Branch: perl
3159            ! README.win32 sv.c
3160 ____________________________________________________________________________
3161 [ 16180] By: gsar                                  on 2002/04/26  06:27:11
3162         Log: temporary variable not wide enough to hold all the bits in
3163              op->op_targ
3164      Branch: perl
3165            ! op.c
3166 ____________________________________________________________________________
3167 [ 16179] By: jhi                                   on 2002/04/26  03:21:50
3168         Log: Add an idea/question from Damian. 
3169      Branch: perl
3170            ! pod/perltodo.pod
3171 ____________________________________________________________________________
3172 [ 16178] By: gsar                                  on 2002/04/26  02:46:52
3173         Log: build missing utilities on windows; clean stray files
3174      Branch: perl
3175            ! win32/Makefile win32/makefile.mk
3176 ____________________________________________________________________________
3177 [ 16177] By: jhi                                   on 2002/04/26  02:33:19
3178         Log: Upgrade to Encode 1.61, from Dan Kogai.
3179      Branch: perl
3180            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
3181            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
3182            ! ext/Encode/lib/Encode/Guess.pm
3183            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/CJKT.t
3184            ! ext/Encode/t/guess.t ext/Encode/t/jperl.t
3185            ! ext/Encode/t/mime-header.t
3186 ____________________________________________________________________________
3187 [ 16176] By: jhi                                   on 2002/04/26  01:22:04
3188         Log: Subject: [PATCH doc] bytes::length TIMTOWTDI
3189              From: andreas.koenig@anima.de (Andreas J. Koenig)
3190              Date: Tue, 23 Apr 2002 04:40:42 +0200      
3191              Message-ID: <m37kmzi1cl.fsf@anima.de>
3192      Branch: perl
3193            ! pod/perluniintro.pod
3194 ____________________________________________________________________________
3195 [ 16175] By: gsar                                  on 2002/04/26  01:10:17
3196         Log: MD5.xs checksum, ascii only (TODO: someone with access to an EBCDIC
3197              platform needs to fill in the other branch here)
3198      Branch: perl
3199            ! ext/Digest/MD5/t/files.t
3200 ____________________________________________________________________________
3201 [ 16174] By: gsar                                  on 2002/04/26  00:45:36
3202         Log: MANIFEST is needlessly held open for entire duration of "make test"
3203      Branch: perl
3204            ! t/TEST t/harness
3205 ____________________________________________________________________________
3206 [ 16173] By: gsar                                  on 2002/04/26  00:41:39
3207         Log: various signed/unsigned mismatch nits
3208      Branch: perl
3209            ! ext/B/B.xs ext/ByteLoader/ByteLoader.xs
3210            ! ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
3211            ! ext/Digest/MD5/MD5.xs ext/Encode/Unicode/Unicode.xs
3212            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/Opcode/Opcode.xs
3213            ! ext/PerlIO/encoding/encoding.xs ext/Storable/Storable.xs
3214            ! ext/Time/HiRes/HiRes.xs regcomp.c
3215 ____________________________________________________________________________
3216 [ 16172] By: jhi                                   on 2002/04/25  23:48:03
3217         Log: Subject: [PATCH] Re: [PATCH] another Storable test (Re: perl@16005)
3218              From: Nicholas Clark <nick@unfortu.net>
3219              Date: Thu, 25 Apr 2002 22:41:57 +0100
3220              Message-ID: <20020425214156.GB295@Bagpuss.unfortu.net>       
3221      Branch: perl
3222            + ext/Storable/t/croak.t ext/Storable/t/downgrade.t
3223            + ext/Storable/t/make_downgrade.pl
3224            ! MANIFEST ext/Storable/Storable.pm ext/Storable/Storable.xs
3225            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
3226            ! ext/Storable/t/utf8hash.t
3227 ____________________________________________________________________________
3228 [ 16171] By: jhi                                   on 2002/04/25  22:16:49
3229         Log: Extra guidance for JAPH debuggers.
3230      Branch: perl
3231            ! t/japh/abigail.t
3232 ____________________________________________________________________________
3233 [ 16170] By: jhi                                   on 2002/04/25  22:13:02
3234         Log: Subject: [PATCH] fix vos/vos.c to implement pow(0,0)
3235              From: Paul_GreenVOS@vos.stratus.com
3236              Date: Wed, 24 Apr 02 18:27 edt
3237              Message-Id: <200204242252.SAA07978@mailhub1.stratus.com>
3238      Branch: perl
3239            ! vos/vos.c
3240 ____________________________________________________________________________
3241 [ 16169] By: ams                                   on 2002/04/25  20:33:35
3242         Log: Subject: [PATCH] don't build B/C twice on VMS
3243              From: "Craig A. Berry" <craigberry@mac.com>
3244              Date: Thu, 25 Apr 2002 16:00:57 -0500
3245              Message-Id: <a05111702b8ee1bab9144@[172.16.52.1]>
3246      Branch: perl
3247            ! configure.com
3248 ____________________________________________________________________________
3249 [ 16168] By: ams                                   on 2002/04/25  20:31:19
3250         Log: Subject: Re: POSIX::WEXITSTATUS broken again
3251              From: Andy Dougherty <doughera@lafayette.edu>
3252              Date: Thu, 25 Apr 2002 17:01:08 -0400 (EDT)
3253              Message-Id: <Pine.SOL.4.10.10204251656510.2019-100000@maxwell.phys.lafayette.edu>
3254      Branch: perl
3255            ! ext/POSIX/POSIX.xs
3256 ____________________________________________________________________________
3257 [ 16167] By: ams                                   on 2002/04/25  19:49:09
3258         Log: Subject: [PATCH] Re: [PATCH] ext/attrs.t getting skipped
3259              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
3260              Date: Thu, 25 Apr 2002 13:39:35 -0700
3261              Message-Id: <HmGy8gzkguHW092yn@efn.org>
3262      Branch: perl
3263            ! t/harness
3264 ____________________________________________________________________________
3265 [ 16166] By: ams                                   on 2002/04/25  19:43:06
3266         Log: $fh->close(); print $fh "foo" would segfault under -w in
3267              report_evil_fh() because $fh doesn't have a name.
3268      Branch: perl
3269            ! util.c
3270 ____________________________________________________________________________
3271 [ 16165] By: gsar                                  on 2002/04/25  18:19:32
3272         Log: cwd.t wasn't running all the tests because cmd.exe wasn't
3273              being found properly
3274      Branch: perl
3275            ! ext/Cwd/t/cwd.t
3276 ____________________________________________________________________________
3277 [ 16164] By: jhi                                   on 2002/04/25  17:45:03
3278         Log: Brace yourself from Craig Berry to keep older compilers happy.
3279      Branch: perl
3280            ! vms/vms.c
3281 ____________________________________________________________________________
3282 [ 16163] By: jhi                                   on 2002/04/25  17:43:50
3283         Log: More %{} overload tests.
3284      Branch: perl
3285            ! lib/overload.t
3286 ____________________________________________________________________________
3287 [ 16162] By: gsar                                  on 2002/04/25  17:41:48
3288         Log: some extension builds need to find pl2bat.bat on windows
3289      Branch: perl
3290            ! win32/buildext.pl
3291 ____________________________________________________________________________
3292 [ 16161] By: jhi                                   on 2002/04/25  17:26:53
3293         Log: Subject: [PATCH MM 5.91_02] MM_VMS.pm: handle empty PM_TO_BLIB
3294              From: "Craig A. Berry" <craigberry@mac.com>
3295              Date: Thu, 25 Apr 2002 12:30:06 -0500
3296              Message-Id: <a05111700b8edeb2f3419@[172.16.52.1]>
3297      Branch: perl
3298            ! lib/ExtUtils/MM_VMS.pm
3299 ____________________________________________________________________________
3300 [ 16160] By: gsar                                  on 2002/04/25  17:04:10
3301         Log: windows build fails if there is no perlglob.exe in the PATH
3302      Branch: perl
3303            ! win32/buildext.pl
3304 ____________________________________________________________________________
3305 [ 16159] By: jhi                                   on 2002/04/25  16:06:25
3306         Log: Mysterious setlocale() core dump in ancient Solaris
3307              found by Merijn Broeren.  Doesn't look like Perl's fault.
3308      Branch: perl
3309            ! pod/perldelta.pod
3310 ____________________________________________________________________________
3311 [ 16158] By: jhi                                   on 2002/04/25  14:38:13
3312         Log: Subject: Re: [PATCH] pp_ctl.c:pp_require
3313              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3314              Date: Thu, 25 Apr 2002 17:35:23 +0200
3315              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC77@hamsem01.de.gedas.vwg>
3316      Branch: perl
3317            ! pp_ctl.c
3318 ____________________________________________________________________________
3319 [ 16157] By: jhi                                   on 2002/04/25  14:30:40
3320         Log: Subject: [PATCH] pp_ctl.c:pp_require
3321              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
3322              Date: Thu, 25 Apr 2002 16:01:14 +0200
3323              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCC76@hamsem01.de.gedas.vwg>
3324      Branch: perl
3325            ! pp_ctl.c
3326 ____________________________________________________________________________
3327 [ 16156] By: jhi                                   on 2002/04/25  14:29:16
3328         Log: -Wformat cleanups from Robin Barker.
3329      Branch: perl
3330            ! dump.c embed.fnc proto.h sv.c
3331 ____________________________________________________________________________
3332 [ 16155] By: jhi                                   on 2002/04/25  14:27:07
3333         Log: Subject: [PATCH] Test::Harness 2.01 -> 2.03
3334              From: Michael G Schwern <schwern@pobox.com>
3335              Date: Thu, 25 Apr 2002 01:51:27 -0400
3336              Message-ID: <20020425055127.GB3456@blackrider>
3337      Branch: perl
3338            + t/lib/sample-tests/bignum t/lib/sample-tests/die
3339            + t/lib/sample-tests/die_head_end
3340            + t/lib/sample-tests/die_last_minute
3341            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
3342            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
3343            ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/taint
3344 ____________________________________________________________________________
3345 [ 16154] By: jhi                                   on 2002/04/25  14:24:53
3346         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42 -> 0.44
3347              From: Michael G Schwern <schwern@pobox.com>
3348              Date: Thu, 25 Apr 2002 01:32:10 -0400
3349              Message-ID: <20020425053210.GA3334@blackrider>
3350      Branch: perl
3351            + lib/Test/Simple/t/curr_test.t lib/Test/Simple/t/maybe_regex.t
3352            + lib/Test/Simple/t/strays.t
3353            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
3354            ! lib/Test/Simple.pm lib/Test/Simple/Changes
3355            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
3356            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/exit.t
3357            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/undef.t
3358            ! lib/Test/Simple/t/use_ok.t
3359 ____________________________________________________________________________
3360 [ 16153] By: jhi                                   on 2002/04/25  14:12:35
3361         Log: Elaborate a bit on Storable.
3362      Branch: perl
3363            ! pod/perldelta.pod
3364 ____________________________________________________________________________
3365 [ 16152] By: jhi                                   on 2002/04/25  12:59:50
3366         Log: Cleaner Encode tests under -Mutf8.
3367      Branch: perl
3368            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t ext/Encode/t/jperl.t
3369 ____________________________________________________________________________
3370 [ 16151] By: jhi                                   on 2002/04/25  00:57:24
3371         Log: Subject: [PATCH] installperl
3372              From: Abe Timmerman <abe@ztreet.demon.nl>
3373              Date: Thu, 25 Apr 2002 01:00:00 +0200
3374              Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com>
3375      Branch: perl
3376            ! installperl
3377 ____________________________________________________________________________
3378 [ 16150] By: jhi                                   on 2002/04/25  00:48:09
3379         Log: Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
3380              From: Dan Kogai <dankogai@dan.co.jp>
3381              Date: Thu, 25 Apr 2002 10:49:13 +0900
3382              Message-Id: <A4F06B9C-57EE-11D6-A6E0-00039301D480@dan.co.jp>
3383      Branch: perl
3384            ! ext/PerlIO/encoding/encoding.xs
3385 ____________________________________________________________________________
3386 [ 16149] By: jhi                                   on 2002/04/24  22:57:53
3387         Log: Stray =back.
3388      Branch: perl
3389            ! README.win32
3390 ____________________________________________________________________________
3391 [ 16148] By: rgs                                   on 2002/04/24  21:12:40
3392         Log: Add an untested warning variant.
3393      Branch: perl
3394            ! t/lib/warnings/op
3395 ____________________________________________________________________________
3396 [ 16147] By: jhi                                   on 2002/04/24  20:37:15
3397         Log: Update Changes.
3398      Branch: perl
3399            ! Changes patchlevel.h
3400 ____________________________________________________________________________
3401 [ 16146] By: jhi                                   on 2002/04/24  20:21:43
3402         Log: Wrong plan.
3403      Branch: perl
3404            ! ext/Encode/t/mime-header.t
3405 ____________________________________________________________________________
3406 [ 16145] By: jhi                                   on 2002/04/24  20:20:53
3407         Log: Upgrade to Encode 1.60, from Dan Kogai.
3408      Branch: perl
3409            + ext/Encode/lib/Encode/Guess.pm
3410            + ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/guess.t
3411            + ext/Encode/t/mime-header.t
3412            ! MANIFEST ext/Encode/CN/Makefile.PL ext/Encode/Changes
3413            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3414            ! ext/Encode/Encode/encode.h ext/Encode/JP/Makefile.PL
3415            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
3416            ! ext/Encode/TW/Makefile.PL ext/Encode/lib/Encode/Config.pm
3417            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/fallback.t
3418 ____________________________________________________________________________
3419 [ 16144] By: gsar                                  on 2002/04/24  18:59:05
3420         Log: another case of enabling binmode() where it should not be: if the
3421              *.enc files are CRLF terminated, the result gets CRCRLF terminations
3422      Branch: perl
3423            ! ext/Encode/t/CJKT.t
3424 ____________________________________________________________________________
3425 [ 16143] By: jhi                                   on 2002/04/24  18:34:27
3426         Log: microperl update; boldly assume time() and time_t
3427              (since we assume ANSI and i_time, anyway).
3428      Branch: perl
3429            ! uconfig.h uconfig.sh
3430 ____________________________________________________________________________
3431 [ 16142] By: jhi                                   on 2002/04/24  18:30:14
3432         Log: Integrate #16136, #16137, #16138 from macperl;
3433              
3434              Silly fix for the SC compiler's fixation with "comp" as a type
3435              
3436              Skip more PerlIO symbols for sfio
3437              
3438              Play nicely in miniperl
3439      Branch: perl
3440           !> ext/Unicode/Normalize/Normalize.xs lib/File/Copy.pm
3441           !> lib/File/Spec/Mac.pm makedef.pl
3442 ____________________________________________________________________________
3443 [ 16141] By: pudge                                 on 2002/04/24  18:15:19
3444         Log: Sync configpm and config.h for use in 5.8
3445              (still need to do config.sh)
3446      Branch: macperl
3447            ! macos/config.h macos/configpm
3448 ____________________________________________________________________________
3449 [ 16140] By: pudge                                 on 2002/04/24  18:14:05
3450         Log: Make MM_MacOS work with new MakeMaker
3451      Branch: macperl
3452            ! macos/lib/ExtUtils/MM_MacOS.pm
3453 ____________________________________________________________________________
3454 [ 16139] By: pudge                                 on 2002/04/24  18:13:34
3455         Log: Makefile.mk changes for 5.8: additional extensions
3456              and source files; bump version
3457      Branch: macperl
3458            ! macos/MPVersion.r macos/Makefile.mk macos/macperl/Makefile.mk
3459 ____________________________________________________________________________
3460 [ 16138] By: pudge                                 on 2002/04/24  18:12:22
3461         Log: Play nicely in miniperl
3462      Branch: macperl
3463            ! lib/File/Copy.pm lib/File/Spec/Mac.pm
3464 ____________________________________________________________________________
3465 [ 16137] By: pudge                                 on 2002/04/24  18:10:34
3466         Log: Skip more PerlIO symbols for sfio
3467      Branch: macperl
3468            ! makedef.pl
3469 ____________________________________________________________________________
3470 [ 16136] By: pudge                                 on 2002/04/24  18:09:37
3471         Log: Silly fix for the SC compiler's fixation with "comp" as a type
3472      Branch: macperl
3473            ! ext/Unicode/Normalize/Normalize.xs
3474 ____________________________________________________________________________
3475 [ 16135] By: pudge                                 on 2002/04/24  18:08:45
3476         Log: Merge macperl xsubpp with current xsubpp
3477      Branch: macperl
3478            ! macos/xsubpp
3479 ____________________________________________________________________________
3480 [ 16134] By: nick                                  on 2002/04/24  18:08:37
3481         Log: Integrate mainline
3482      Branch: perlio
3483           +> lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
3484           +> lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
3485            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3486            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3487            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3488            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3489            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3490            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3491           !> (integrate 44 files)
3492 ____________________________________________________________________________
3493 [ 16133] By: pudge                                 on 2002/04/24  18:05:50
3494         Log: Delete more included modules from bundled_ext
3495      Branch: macperl
3496            - macos/bundled_ext/Digest/MD5/Changes
3497            - macos/bundled_ext/Digest/MD5/MD5.pm
3498            - macos/bundled_ext/Digest/MD5/MD5.xs
3499            - macos/bundled_ext/Digest/MD5/Makefile.PL
3500            - macos/bundled_ext/Digest/MD5/Makefile.mk
3501            - macos/bundled_ext/Digest/MD5/README
3502            - macos/bundled_ext/Digest/MD5/hints/dec_osf.pl
3503            - macos/bundled_ext/Digest/MD5/hints/irix_6.pl
3504            - macos/bundled_ext/Digest/MD5/rfc1321.txt
3505            - macos/bundled_ext/Digest/MD5/t/badfile.t
3506            - macos/bundled_ext/Digest/MD5/t/files.t
3507            - macos/bundled_ext/Digest/MD5/t/md5-aaa.t
3508            - macos/bundled_ext/Digest/MD5/typemap
3509            - macos/bundled_ext/Filter/Util/Call/Call.pm
3510            - macos/bundled_ext/Filter/Util/Call/Call.xs
3511            - macos/bundled_ext/Filter/Util/Call/Makefile.PL
3512            - macos/bundled_ext/Filter/Util/Call/ppport.h
3513            - macos/bundled_ext/Filter/t/call.t
3514            - macos/bundled_ext/Filter/t/filter-util.pl
3515            - macos/bundled_ext/List/Util/ChangeLog
3516            - macos/bundled_ext/List/Util/Makefile.PL
3517            - macos/bundled_ext/List/Util/README
3518            - macos/bundled_ext/List/Util/Util.xs
3519            - macos/bundled_ext/List/Util/lib/List/Util.pm
3520            - macos/bundled_ext/List/Util/lib/Scalar/Util.pm
3521            - macos/bundled_ext/List/Util/t/blessed.t
3522            - macos/bundled_ext/List/Util/t/dualvar.t
3523            - macos/bundled_ext/List/Util/t/first.t
3524            - macos/bundled_ext/List/Util/t/max.t
3525            - macos/bundled_ext/List/Util/t/maxstr.t
3526            - macos/bundled_ext/List/Util/t/min.t
3527            - macos/bundled_ext/List/Util/t/minstr.t
3528            - macos/bundled_ext/List/Util/t/readonly.t
3529            - macos/bundled_ext/List/Util/t/reduce.t
3530            - macos/bundled_ext/List/Util/t/reftype.t
3531            - macos/bundled_ext/List/Util/t/shuffle.t
3532            - macos/bundled_ext/List/Util/t/sum.t
3533            - macos/bundled_ext/List/Util/t/tainted.t
3534            - macos/bundled_ext/List/Util/t/weak.t
3535            - macos/bundled_ext/MIME/Base64/Base64.pm
3536            - macos/bundled_ext/MIME/Base64/Base64.xs
3537            - macos/bundled_ext/MIME/Base64/Changes
3538            - macos/bundled_ext/MIME/Base64/Makefile.PL
3539            - macos/bundled_ext/MIME/Base64/QuotedPrint.pm
3540            - macos/bundled_ext/MIME/Base64/README
3541            - macos/bundled_ext/MIME/Base64/t/base64.t
3542            - macos/bundled_ext/MIME/Base64/t/quoted-print.t
3543            - macos/bundled_ext/MIME/Base64/t/unicode.t
3544            - macos/bundled_ext/Storable/ChangeLog
3545            - macos/bundled_ext/Storable/Makefile.PL
3546            - macos/bundled_ext/Storable/README
3547            - macos/bundled_ext/Storable/Storable.pm
3548            - macos/bundled_ext/Storable/Storable.xs
3549            - macos/bundled_ext/Storable/t/blessed.t
3550            - macos/bundled_ext/Storable/t/canonical.t
3551            - macos/bundled_ext/Storable/t/compat-0.6.t
3552            - macos/bundled_ext/Storable/t/dclone.t
3553            - macos/bundled_ext/Storable/t/dump.pl
3554            - macos/bundled_ext/Storable/t/forgive.t
3555            - macos/bundled_ext/Storable/t/freeze.t
3556            - macos/bundled_ext/Storable/t/lock.t
3557            - macos/bundled_ext/Storable/t/overload.t
3558            - macos/bundled_ext/Storable/t/recurse.t
3559            - macos/bundled_ext/Storable/t/retrieve.t
3560            - macos/bundled_ext/Storable/t/store.t
3561            - macos/bundled_ext/Storable/t/tied.t
3562            - macos/bundled_ext/Storable/t/tied_hook.t
3563            - macos/bundled_ext/Storable/t/tied_items.t
3564            - macos/bundled_ext/Storable/t/utf8.t
3565            - macos/bundled_ext/Time/HiRes/Changes
3566            - macos/bundled_ext/Time/HiRes/HiRes.pm
3567            - macos/bundled_ext/Time/HiRes/HiRes.t
3568            - macos/bundled_ext/Time/HiRes/HiRes.xs
3569            - macos/bundled_ext/Time/HiRes/Makefile.PL
3570            - macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
3571            - macos/bundled_ext/Time/HiRes/hints/sco.pl
3572 ____________________________________________________________________________
3573 [ 16132] By: jhi                                   on 2002/04/24  17:03:22
3574         Log: Thou shalt not assume %x works for UVs.
3575      Branch: perl
3576            ! ext/Encode/Encode.xs
3577 ____________________________________________________________________________
3578 [ 16131] By: nick                                  on 2002/04/24  15:50:31
3579         Log: Submit an old integrate
3580      Branch: perlio
3581           +> (branch 27 files)
3582            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
3583            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
3584            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
3585            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
3586            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3587            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3588            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
3589           !> (integrate 84 files)
3590 ____________________________________________________________________________
3591 [ 16130] By: jhi                                   on 2002/04/24  15:38:12
3592         Log: Partially retract #12056, from Craig Berry.
3593      Branch: perl
3594            ! vms/vms.c
3595 ____________________________________________________________________________
3596 [ 16129] By: pudge                                 on 2002/04/24  14:37:10
3597         Log: Delete more included modules from bundled_lib
3598      Branch: macperl
3599            - macos/bundled_lib/blib/lib/Class/ISA.pm
3600            - macos/bundled_lib/blib/lib/Digest.pm
3601            - macos/bundled_lib/blib/lib/Filter/Simple.pm
3602            - macos/bundled_lib/blib/lib/Memoize.pm
3603            - macos/bundled_lib/blib/lib/Memoize/AnyDBM_File.pm
3604            - macos/bundled_lib/blib/lib/Memoize/Expire.pm
3605            - macos/bundled_lib/blib/lib/Memoize/ExpireFile.pm
3606            - macos/bundled_lib/blib/lib/Memoize/ExpireTest.pm
3607            - macos/bundled_lib/blib/lib/Memoize/NDBM_File.pm
3608            - macos/bundled_lib/blib/lib/Memoize/SDBM_File.pm
3609            - macos/bundled_lib/blib/lib/Memoize/Storable.pm
3610            - macos/bundled_lib/blib/lib/NEXT.pm
3611            - macos/bundled_lib/blib/lib/Net/Cmd.pm
3612            - macos/bundled_lib/blib/lib/Net/Config.pm
3613            - macos/bundled_lib/blib/lib/Net/Domain.pm
3614            - macos/bundled_lib/blib/lib/Net/FTP.pm
3615            - macos/bundled_lib/blib/lib/Net/FTP/A.pm
3616            - macos/bundled_lib/blib/lib/Net/FTP/E.pm
3617            - macos/bundled_lib/blib/lib/Net/FTP/I.pm
3618            - macos/bundled_lib/blib/lib/Net/FTP/L.pm
3619            - macos/bundled_lib/blib/lib/Net/FTP/dataconn.pm
3620            - macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
3621            - macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
3622            - macos/bundled_lib/blib/lib/Net/NNTP.pm
3623            - macos/bundled_lib/blib/lib/Net/Netrc.pm
3624            - macos/bundled_lib/blib/lib/Net/POP3.pm
3625            - macos/bundled_lib/blib/lib/Net/SMTP.pm
3626            - macos/bundled_lib/blib/lib/Net/Time.pm
3627            - macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
3628            - macos/bundled_lib/blib/lib/Switch.pm
3629            - macos/bundled_lib/t/Class/ISA/test.pl
3630            - macos/bundled_lib/t/Digest/Digest.t
3631            - macos/bundled_lib/t/Filter/Simple/ExportTest.pm
3632            - macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
3633            - macos/bundled_lib/t/Filter/Simple/FilterTest.pm
3634            - macos/bundled_lib/t/Filter/Simple/ImportTest.pm
3635            - macos/bundled_lib/t/Filter/Simple/data.t
3636            - macos/bundled_lib/t/Filter/Simple/export.t
3637            - macos/bundled_lib/t/Filter/Simple/filter.t
3638            - macos/bundled_lib/t/Filter/Simple/filter_only.t
3639            - macos/bundled_lib/t/Filter/Simple/import.t
3640            - macos/bundled_lib/t/Memoize/array.t
3641            - macos/bundled_lib/t/Memoize/array_confusion.t
3642            - macos/bundled_lib/t/Memoize/correctness.t
3643            - macos/bundled_lib/t/Memoize/errors.t
3644            - macos/bundled_lib/t/Memoize/expire.t
3645            - macos/bundled_lib/t/Memoize/expire_file.t
3646            - macos/bundled_lib/t/Memoize/expire_module_n.t
3647            - macos/bundled_lib/t/Memoize/expire_module_t.t
3648            - macos/bundled_lib/t/Memoize/flush.t
3649            - macos/bundled_lib/t/Memoize/normalize.t
3650            - macos/bundled_lib/t/Memoize/prototype.t
3651            - macos/bundled_lib/t/Memoize/speed.t
3652            - macos/bundled_lib/t/Memoize/tie.t
3653            - macos/bundled_lib/t/Memoize/tie_gdbm.t
3654            - macos/bundled_lib/t/Memoize/tie_ndbm.t
3655            - macos/bundled_lib/t/Memoize/tie_sdbm.t
3656            - macos/bundled_lib/t/Memoize/tie_storable.t
3657            - macos/bundled_lib/t/Memoize/tiefeatures.t
3658            - macos/bundled_lib/t/Memoize/unmemoize.t
3659            - macos/bundled_lib/t/NEXT/actual.t
3660            - macos/bundled_lib/t/NEXT/actuns.t
3661            - macos/bundled_lib/t/NEXT/next.t
3662            - macos/bundled_lib/t/NEXT/unseen.t
3663            - macos/bundled_lib/t/Switch/t/given.t
3664            - macos/bundled_lib/t/Switch/t/nested.t
3665            - macos/bundled_lib/t/Switch/t/switch.t
3666            - macos/bundled_lib/t/libnet/config.t
3667            - macos/bundled_lib/t/libnet/ftp.t
3668            - macos/bundled_lib/t/libnet/hostname.t
3669            - macos/bundled_lib/t/libnet/libnet_t.pl
3670            - macos/bundled_lib/t/libnet/netrc.t
3671            - macos/bundled_lib/t/libnet/nntp.t
3672            - macos/bundled_lib/t/libnet/require.t
3673            - macos/bundled_lib/t/libnet/smtp.t
3674 ____________________________________________________________________________
3675 [ 16128] By: pudge                                 on 2002/04/24  14:18:55
3676         Log: Remove Text::Balanced from bundled_lib (already in lib)
3677      Branch: macperl
3678            - macos/bundled_lib/blib/lib/Text/Balanced.pm
3679            - macos/bundled_lib/t/Text/Balanced/t/extbrk.t
3680            - macos/bundled_lib/t/Text/Balanced/t/extcbk.t
3681            - macos/bundled_lib/t/Text/Balanced/t/extdel.t
3682            - macos/bundled_lib/t/Text/Balanced/t/extmul.t
3683            - macos/bundled_lib/t/Text/Balanced/t/extqlk.t
3684            - macos/bundled_lib/t/Text/Balanced/t/exttag.t
3685            - macos/bundled_lib/t/Text/Balanced/t/extvar.t
3686            - macos/bundled_lib/t/Text/Balanced/t/gentag.t
3687 ____________________________________________________________________________
3688 [ 16127] By: jhi                                   on 2002/04/24  14:17:16
3689         Log: A word of warning to the users of UTF-8 locales.
3690      Branch: perl
3691            ! pod/perluniintro.pod
3692 ____________________________________________________________________________
3693 [ 16126] By: jhi                                   on 2002/04/24  12:54:17
3694         Log: Forgotten from #16125.
3695      Branch: perl
3696            ! t/lib/MakeMaker/Test/Utils.pm
3697 ____________________________________________________________________________
3698 [ 16125] By: jhi                                   on 2002/04/24  05:16:09
3699         Log: Upgrade to MakeMaker 5.91_02, from Michael Schwern.
3700      Branch: perl
3701            + lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/VERSION_FROM.t
3702            + lib/ExtUtils/t/backwards.t lib/ExtUtils/t/zz_cleanup_dummy.t
3703            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
3704            - lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
3705            - lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
3706            - lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
3707            - lib/ExtUtils/t/Problem-Module/Makefile.PL
3708            - lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
3709            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
3710            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Cygwin.pm
3711            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
3712            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
3713            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
3714            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
3715            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/Manifest.t
3716            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/hints.t
3717            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/problems.t
3718 ____________________________________________________________________________
3719 [ 16124] By: jhi                                   on 2002/04/24  02:03:08
3720         Log: Subject: New UTF-8 surprise
3721              From: andreas.koenig@anima.de (Andreas J. Koenig)
3722              Date: Mon, 22 Apr 2002 12:08:48 +0200
3723              Message-ID: <m38z7gjb9r.fsf@anima.de>
3724      Branch: perl
3725            ! pp_hot.c t/op/subst.t
3726 ____________________________________________________________________________
3727 [ 16123] By: gsar                                  on 2002/04/24  01:25:17
3728         Log: create a //depot/macperl/... branch with a //depot/macperl/macos/...
3729              tree that is branched from //depot/maint-5.6/macperl/macos/...
3730      Branch: macperl
3731           +> (branch 3590 files)
3732 ____________________________________________________________________________
3733 [ 16122] By: jhi                                   on 2002/04/23  23:52:11
3734         Log: Try to be clearer about perlio.
3735      Branch: perl
3736            ! INSTALL
3737 ____________________________________________________________________________
3738 [ 16121] By: jhi                                   on 2002/04/23  23:45:41
3739         Log: Subject: Re: binary compatibility
3740              From: Andy Dougherty <doughera@lafayette.edu>
3741              Date: Tue, 23 Apr 2002 16:21:26 -0400 (EDT)
3742              Message-ID: <Pine.SOL.4.10.10204231614020.754-100000@maxwell.phys.lafayette.edu>
3743      Branch: perl
3744            ! INSTALL patchlevel.h
3745 ____________________________________________________________________________
3746 [ 16120] By: jhi                                   on 2002/04/23  23:41:52
3747         Log: Go on record about the binary backward incompatibility.
3748      Branch: perl
3749            ! pod/perldelta.pod
3750 ____________________________________________________________________________
3751 [ 16119] By: jhi                                   on 2002/04/23  23:09:02
3752         Log: Subject: [PATCH] was: t/win32/system.t Borland too helpful
3753              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
3754              Date: Wed, 24 Apr 2002 01:51:43 +0400
3755              Message-ID: <006e01c1eb11$156d2390$695cc3d9@vad>
3756      Branch: perl
3757            ! t/win32/system.t
3758 ____________________________________________________________________________
3759 [ 16118] By: jhi                                   on 2002/04/23  23:08:12
3760         Log: Subject: [PATCH: perl@16083] fix lib/locale.t for VMS with many installed locales
3761              From: PPrymmer@factset.com
3762              Date: Tue, 23 Apr 2002 17:14:32 -0400
3763              Message-ID: <OF099100A8.2627549C-ON85256BA4.007443F3@55.25.11>
3764      Branch: perl
3765            ! lib/locale.t
3766 ____________________________________________________________________________
3767 [ 16117] By: jhi                                   on 2002/04/23  23:07:02
3768         Log: Subject: [PATCH Redux] Nuke obsolete way to build debugging (etc) perls
3769              From: Paul_GreenVOS@vos.stratus.com
3770              Date: Tue, 23 Apr 02 15:06 edt   
3771              Message-Id: <200204231906.PAA26393@mailhub1.stratus.com>
3772      Branch: perl
3773            ! Makefile.SH cflags.SH
3774 ____________________________________________________________________________
3775 [ 16116] By: jhi                                   on 2002/04/23  23:05:14
3776         Log: metaconfig unit change for #16115.
3777      Branch: metaconfig
3778            ! U/compline/byteorder.U
3779      Branch: perl
3780            ! config_h.SH
3781 ____________________________________________________________________________
3782 [ 16115] By: jhi                                   on 2002/04/23  23:04:24
3783         Log: Regen Configure to mirror #16111 (with one added tweak).
3784      Branch: perl
3785            ! Configure
3786 ____________________________________________________________________________
3787 [ 16114] By: jhi                                   on 2002/04/23  22:54:46
3788         Log: Retract #16109.
3789      Branch: perl
3790            ! lib/ExtUtils/MM_Unix.pm
3791 ____________________________________________________________________________
3792 [ 16113] By: jhi                                   on 2002/04/23  22:38:04
3793         Log: FAQ sync.
3794      Branch: perl
3795            ! pod/perlfaq3.pod pod/perlfaq8.pod
3796 ____________________________________________________________________________
3797 [ 16112] By: jhi                                   on 2002/04/23  22:34:08
3798         Log: use encoding no more defaults to Latin 1.
3799      Branch: perl
3800            ! pod/perluniintro.pod
3801 ____________________________________________________________________________
3802 [ 16111] By: gsar                                  on 2002/04/23  22:27:07
3803         Log: Configure test for byteorder loses bits
3804      Branch: perl
3805            ! Configure
3806 ____________________________________________________________________________
3807 [ 16110] By: gsar                                  on 2002/04/23  21:32:03
3808         Log: hacking around byteorder variance between config.sh and config.h
3809              isn't needed after change#16099
3810      Branch: perl
3811            ! ext/Storable/t/malice.t
3812 ____________________________________________________________________________
3813 [ 16109] By: jhi                                   on 2002/04/23  17:54:33
3814         Log: (retracted by #16114)
3815              
3816              Subject: [PATCH] Nuke obsolete way to build debugging (etc) perls
3817              From: "Green, Paul" <Paul.Green@stratus.com>
3818              Date: Tue, 23 Apr 2002 13:47:19 -0400
3819              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E24ED@EXNA4.stratus.com>
3820      Branch: perl
3821            ! lib/ExtUtils/MM_Unix.pm
3822 ____________________________________________________________________________
3823 [ 16108] By: jhi                                   on 2002/04/23  14:45:07
3824         Log: Subject: [PATCH] lib/File/Find.pm for QNX, NTO
3825              From: Norton Allen <allen@huarp.harvard.edu>
3826              Date: Tue, 23 Apr 2002 11:50:07 -0400 (edt)
3827              Message-Id: <200204231550.LAA24648@bottesini.harvard.edu>
3828      Branch: perl
3829            ! lib/File/Find.pm
3830 ____________________________________________________________________________
3831 [ 16107] By: jhi                                   on 2002/04/23  14:44:13
3832         Log: Subject: [PATCH] README.qnx, hints/qnx.sh
3833              From: Norton Allen <allen@huarp.harvard.edu>
3834              Date: Tue, 23 Apr 2002 11:48:54 -0400 (edt)
3835              Message-Id: <200204231548.LAA24135@bottesini.harvard.edu>
3836      Branch: perl
3837            ! README.qnx hints/qnx.sh
3838 ____________________________________________________________________________
3839 [ 16106] By: jhi                                   on 2002/04/23  13:57:48
3840         Log: Subject: [PATCH] pod/perlhist.pod
3841              From: Abigail <abigail@foad.org>
3842              Date: Tue, 23 Apr 2002 16:21:31 +0200
3843              Message-ID: <20020423162131.A7017@gatekeeper.osp.nl>
3844              
3845              (removed 5.005_04 which never happened)
3846      Branch: perl
3847            ! pod/perlhist.pod
3848 ____________________________________________________________________________
3849 [ 16105] By: jhi                                   on 2002/04/23  13:46:31
3850         Log: Subject: Re: [PATCH abigail.t] another portability attempt
3851              From: Abigail <abigail@foad.org>
3852              Date: Tue, 23 Apr 2002 11:35:54 +0200
3853              Message-ID: <20020423113554.A25149@gatekeeper.osp.nl>
3854      Branch: perl
3855            ! t/japh/abigail.t
3856 ____________________________________________________________________________
3857 [ 16104] By: jhi                                   on 2002/04/23  13:35:03
3858         Log: NetWare tweak from C Aditya.
3859      Branch: perl
3860            ! NetWare/Nwmain.c NetWare/nw5.c
3861 ____________________________________________________________________________
3862 [ 16103] By: gsar                                  on 2002/04/23  06:33:25
3863         Log: fix a typo
3864      Branch: perl
3865            ! regexec.c
3866 ____________________________________________________________________________
3867 [ 16102] By: jhi                                   on 2002/04/23  04:41:43
3868         Log: Uncurliff.
3869      Branch: perl
3870            ! README.ko
3871 ____________________________________________________________________________
3872 [ 16101] By: jhi                                   on 2002/04/23  04:36:27
3873         Log: Pointer to UV casting.
3874      Branch: perl
3875            ! regexec.c
3876 ____________________________________________________________________________
3877 [ 16100] By: jhi                                   on 2002/04/23  02:36:09
3878         Log: metaconfig unit change for #16099.
3879      Branch: metaconfig
3880            ! U/compline/byteorder.U
3881 ____________________________________________________________________________
3882 [ 16099] By: jhi                                   on 2002/04/23  02:35:52
3883         Log: Use UV (not long) for BYTEORDER.
3884      Branch: perl
3885            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
3886            ! config_h.SH
3887 ____________________________________________________________________________
3888 [ 16098] By: jhi                                   on 2002/04/23  02:18:10
3889         Log: # cpp commands must start in the first column.
3890      Branch: perl
3891            ! scope.c
3892 ____________________________________________________________________________
3893 [ 16097] By: jhi                                   on 2002/04/23  01:52:36
3894         Log: Reborn as text.
3895      Branch: perl
3896            + NetWare/interface.cpp
3897 ____________________________________________________________________________
3898 [ 16096] By: jhi                                   on 2002/04/23  01:52:00
3899         Log: Dead as binary.
3900      Branch: perl
3901            - NetWare/interface.cpp
3902 ____________________________________________________________________________
3903 [ 16095] By: jhi                                   on 2002/04/23  01:49:37
3904         Log: Undo #16091, a time-warped escapee.
3905      Branch: perl
3906            ! lib/ExtUtils/t/MM_Cygwin.t
3907 ____________________________________________________________________________
3908 [ 16094] By: jhi                                   on 2002/04/23  01:43:42
3909         Log: *size tweaks from Sarathy.
3910      Branch: perl
3911            ! ext/Storable/t/malice.t
3912 ____________________________________________________________________________
3913 [ 16093] By: jhi                                   on 2002/04/23  01:12:50
3914         Log: Subject: [PATCH pod/perlguts.pod] remove a redundant =over
3915              From: Stas Bekman <stas@stason.org>
3916              Date: Tue, 23 Apr 2002 01:52:22 +0800
3917              Message-ID: <3CC44DD6.3090401@stason.org>
3918      Branch: perl
3919            ! pod/perlguts.pod
3920 ____________________________________________________________________________
3921 [ 16092] By: jhi                                   on 2002/04/23  01:05:37
3922         Log: Subject: [PATCH] (Updated) Work around bug in gcc 2.95.2 on hppa targets
3923              From: Paul_GreenVOS@vos.stratus.com
3924              Date: Mon, 22 Apr 02 20:35 edt
3925              Message-Id: <200204230034.UAA01134@mailhub2.stratus.com>
3926      Branch: perl
3927            + hints/t001.c
3928            ! MANIFEST hints/README.hints hints/vos.sh
3929 ____________________________________________________________________________
3930 [ 16091] By: jhi                                   on 2002/04/23  00:42:12
3931         Log: (retracted by #16095)
3932      Branch: perl
3933            ! lib/ExtUtils/t/MM_Cygwin.t
3934 ____________________________________________________________________________
3935 [ 16090] By: jhi                                   on 2002/04/23  00:16:09
3936         Log: Subject: Re: perl@16083
3937              From: Nicholas Clark <nick@unfortu.net>
3938              Date: Mon, 22 Apr 2002 23:17:45 +0100
3939              Message-ID: <20020422221744.GF302@Bagpuss.unfortu.net>
3940      Branch: perl
3941            ! ext/Storable/t/malice.t
3942 ____________________________________________________________________________
3943 [ 16089] By: jhi                                   on 2002/04/23  00:12:09
3944         Log: Upgrade to Encode 1.58.
3945      Branch: perl
3946            + ext/Encode/t/CJKT.t ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
3947            + ext/Encode/t/big5-eten.enc ext/Encode/t/big5-eten.utf
3948            + ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
3949            + ext/Encode/t/gb2312.enc ext/Encode/t/gb2312.utf
3950            + ext/Encode/t/jisx0201.enc ext/Encode/t/jisx0201.utf
3951            + ext/Encode/t/jisx0208.enc ext/Encode/t/jisx0208.utf
3952            + ext/Encode/t/jisx0212.enc ext/Encode/t/jisx0212.utf
3953            + ext/Encode/t/ksc5601.enc ext/Encode/t/ksc5601.utf
3954            - ext/Encode/t/CN.t ext/Encode/t/JP.t ext/Encode/t/KR.t
3955            - ext/Encode/t/TW.t ext/Encode/t/bogus.ucm
3956            - ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
3957            - ext/Encode/t/jisx0201.euc ext/Encode/t/jisx0201.ref
3958            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
3959            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
3960            - ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
3961            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
3962            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/TW/TW.pm
3963            ! ext/Encode/bin/ucm2table ext/Encode/t/perlio.t
3964 ____________________________________________________________________________
3965 [ 16088] By: jhi                                   on 2002/04/22  19:55:18
3966         Log: On Win32 the end.t failure should be gone now.
3967      Branch: perl
3968            ! pod/perldelta.pod
3969 ____________________________________________________________________________
3970 [ 16087] By: jhi                                   on 2002/04/22  19:51:29
3971         Log: Subject: [PATCH] update VOS-specific pod files
3972              From: Paul_GreenVOS@vos.stratus.com
3973              Date: Mon, 22 Apr 02 16:02 edt
3974              Message-Id: <200204222002.QAA07350@mailhub1.stratus.com>
3975      Branch: perl
3976            ! README.vos pod/perlport.pod
3977 ____________________________________________________________________________
3978 [ 16086] By: jhi                                   on 2002/04/22  19:50:05
3979         Log: Subject: [PATCH] cleanup ./hints/vos.sh
3980              From: Paul_GreenVOS@vos.stratus.com
3981              Date: Mon, 22 Apr 02 15:26 edt
3982              Message-Id: <200204221926.PAA05539@mailhub1.stratus.com>
3983      Branch: perl
3984            ! hints/vos.sh
3985 ____________________________________________________________________________
3986 [ 16085] By: jhi                                   on 2002/04/22  19:48:20
3987         Log: Upgrade to Encode 1.57, from Dan Kogai.
3988      Branch: perl
3989            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
3990            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/CN/HZ.pm
3991            ! ext/Encode/lib/Encode/Encoding.pm
3992            ! ext/Encode/lib/Encode/JP/JIS7.pm
3993            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/JP.t
3994            ! ext/Encode/t/KR.t ext/Encode/t/jperl.t ext/Encode/t/perlio.t
3995 ____________________________________________________________________________
3996 [ 16084] By: ams                                   on 2002/04/22  18:10:13
3997         Log: Subject: [PATCH perl5005delta perlhack perlhist] small corrections
3998              From: Stas Bekman <stas@stason.org>
3999              Date: Tue, 23 Apr 2002 01:59:07 +0800
4000              Message-Id: <3CC44F6B.5010300@stason.org>
4001      Branch: perl
4002            ! pod/perl5005delta.pod pod/perlhack.pod pod/perlhist.pod
4003 ____________________________________________________________________________
4004 [ 16083] By: jhi                                   on 2002/04/22  16:41:03
4005         Log: Update Changes.
4006      Branch: perl
4007            ! Changes patchlevel.h
4008 ____________________________________________________________________________
4009 [ 16082] By: jhi                                   on 2002/04/22  16:22:50
4010         Log: In MANIFEST but not added.
4011      Branch: perl
4012            + NetWare/interface.cpp
4013 ____________________________________________________________________________
4014 [ 16081] By: jhi                                   on 2002/04/22  16:15:26
4015         Log: Duh.
4016      Branch: perl
4017            ! lib/ExtUtils/MM_Unix.pm
4018 ____________________________________________________________________________
4019 [ 16080] By: jhi                                   on 2002/04/22  16:07:26
4020         Log: Subject: Re: t/japh/abigail.t [PATCH]
4021              From: Norton Allen <allen@huarp.harvard.edu>
4022              Date: Sun, 21 Apr 2002 21:14:59 -0400 (edt)
4023              Message-Id: <200204220114.VAA06066@bottesini.harvard.edu>
4024      Branch: perl
4025            ! t/japh/abigail.t
4026 ____________________________________________________________________________
4027 [ 16079] By: ams                                   on 2002/04/22  15:59:55
4028         Log: Subject: {PATCH docs] sockatmark
4029              From: Mark-Jason Dominus <mjd@plover.com>
4030              Date: Mon, 22 Apr 2002 02:43:42 -0400
4031              Message-Id: <20020422064342.24646.qmail@plover.com>
4032      Branch: perl
4033            ! ext/IO/lib/IO/Socket.pm pod/perlfunc.pod
4034 ____________________________________________________________________________
4035 [ 16078] By: jhi                                   on 2002/04/22  15:57:21
4036         Log: Subject: [PATCH] cflags.SH -- to preserve hint file options
4037              From: Paul_GreenVOS@vos.stratus.com
4038              Date: Mon, 22 Apr 02 12:40 edt
4039              Message-Id: <200204221639.MAA11298@mailhub2.stratus.com>
4040      Branch: perl
4041            ! cflags.SH
4042 ____________________________________________________________________________
4043 [ 16077] By: jhi                                   on 2002/04/22  15:18:18
4044         Log: Add new files from #16076; re-sort.
4045      Branch: perl
4046            ! MANIFEST
4047 ____________________________________________________________________________
4048 [ 16076] By: jhi                                   on 2002/04/22  15:15:22
4049         Log: NetWare changeover from Watcom to Codewarrior, from C Aditya.
4050      Branch: perl
4051            + NetWare/MP.imp NetWare/bat/CWbuild.bat NetWare/nwhashcls.cpp
4052            + NetWare/nwhashcls.h NetWare/nwperlhost.h NetWare/nwvmem.h
4053            + NetWare/perllib.cpp NetWare/splittree.pl
4054            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
4055            ! NetWare/dl_netware.xs NetWare/interface.h NetWare/iperlhost.h
4056            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/t/NWScripts.pl
4057            ! NetWare/testnlm/type/type.c ext/File/Glob/bsd_glob.c
4058            ! iperlsys.h lib/ExtUtils/MM.pm lib/ExtUtils/MM_NW5.pm
4059            ! lib/ExtUtils/MM_Unix.pm makedef.pl perl.c x2p/a2py.c
4060            ! x2p/hash.c x2p/walk.c
4061 ____________________________________________________________________________
4062 [ 16074] By: jhi                                   on 2002/04/22  15:04:25
4063         Log: Subject: Re: [ID 20020422.003] Suggestion in Perl 5.6.1 installation on AIX
4064              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4065              Date: Mon, 22 Apr 2002 17:56:17 +0200
4066              Message-Id: <20020422175549.BECB.H.M.BRAND@hccnet.nl>
4067      Branch: perl
4068            ! README.aix
4069 ____________________________________________________________________________
4070 [ 16073] By: jhi                                   on 2002/04/22  12:59:17
4071         Log: Signedness nit.
4072      Branch: perl
4073            ! ext/PerlIO/encoding/encoding.xs
4074 ____________________________________________________________________________
4075 [ 16072] By: jhi                                   on 2002/04/22  12:58:04
4076         Log: No semicolons after blocks.
4077      Branch: perl
4078            ! ext/Encode/Encode.xs
4079 ____________________________________________________________________________
4080 [ 16071] By: jhi                                   on 2002/04/22  12:48:19
4081         Log: Upgrade to PerlIO::encoding 0.04, from Dan Kogai.
4082      Branch: perl
4083            ! ext/PerlIO/encoding/encoding.pm
4084            ! ext/PerlIO/encoding/encoding.xs
4085 ____________________________________________________________________________
4086 [ 16070] By: jhi                                   on 2002/04/22  12:44:09
4087         Log: Upgrade to Encode 1.56, from Dan Kogai.
4088      Branch: perl
4089            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4090            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4091            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/README
4092            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4093            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
4094            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4095            ! ext/Encode/bin/ucmlint ext/Encode/encoding.pm
4096            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
4097            ! ext/Encode/lib/Encode/Config.pm
4098            ! ext/Encode/lib/Encode/Encoder.pm
4099            ! ext/Encode/lib/Encode/Encoding.pm
4100            ! ext/Encode/lib/Encode/JP/H2Z.pm
4101            ! ext/Encode/lib/Encode/JP/JIS7.pm
4102            ! ext/Encode/lib/Encode/KR/2022_KR.pm
4103            ! ext/Encode/lib/Encode/PerlIO.pod
4104            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/jperl.t
4105            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4106            ! ext/Encode/ucm/big5-hkscs.ucm
4107 ____________________________________________________________________________
4108 [ 16069] By: jhi                                   on 2002/04/22  12:38:30
4109         Log: Comment tweak from Philip.
4110      Branch: perl
4111            ! opcode.pl
4112 ____________________________________________________________________________
4113 [ 16068] By: gsar                                  on 2002/04/22  09:53:36
4114         Log: a Test::Harness tweak to make the test lines show up prettier
4115      Branch: perl
4116            ! lib/Test/Harness.pm
4117 ____________________________________________________________________________
4118 [ 16067] By: nick                                  on 2002/04/22  09:19:23
4119         Log: Integrate mainline
4120      Branch: perlio
4121           !> lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4122           !> lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4123           !> t/lib/warnings/perlio t/win32/system.t
4124 ____________________________________________________________________________
4125 [ 16066] By: nick                                  on 2002/04/22  09:01:43
4126         Log: Integrate //depot/perlio into mainline
4127      Branch: perl
4128           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
4129           !> ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
4130           !> ext/PerlIO/encoding/encoding.xs pod/perliol.pod
4131 ____________________________________________________________________________
4132 [ 16065] By: gsar                                  on 2002/04/22  08:37:17
4133         Log: clean up after stray test file littering
4134              
4135              NOTE: PerlIO/t/via.t leaves behind a via$$ file on windows when
4136              it seems that it shouldn't (looks like a handle leak in PerlIO
4137              to me)
4138      Branch: perl
4139            ! lib/FileCache.t lib/Pod/t/eol.t lib/Tie/File/t/31_autodefer.t
4140            ! lib/Tie/File/t/32_defer_misc.t lib/Tie/File/t/33_defer_vs.t
4141            ! t/lib/warnings/perlio t/win32/system.t
4142 ____________________________________________________________________________
4143 [ 16064] By: nick                                  on 2002/04/22  08:02:58
4144         Log: Integrate mainline into perlio
4145      Branch: perlio
4146           +> ext/Storable/t/malice.t
4147            ! pod/perliol.pod
4148           !> (integrate 57 files)
4149 ____________________________________________________________________________
4150 [ 16063] By: gsar                                  on 2002/04/22  07:23:30
4151         Log: integrate change#16062 from mainline
4152              
4153              another windows fix: only create a new console for subprocesses
4154              when all three stdhandles are invalid (from Jan Dubois)
4155      Branch: maint-5.6/perl
4156            ! win32/win32.c
4157 ____________________________________________________________________________
4158 [ 16062] By: gsar                                  on 2002/04/22  07:02:03
4159         Log: another windows fix: only create a new console for subprocesses
4160              when all three stdhandles are invalid (from Jan Dubois)
4161      Branch: perl
4162            ! win32/win32.c
4163 ____________________________________________________________________________
4164 [ 16060] By: gsar                                  on 2002/04/22  02:40:57
4165         Log: all the thread tests now pass on windows (32-bit and 64-bit)
4166      Branch: perl
4167            ! README.win32
4168 ____________________________________________________________________________
4169 [ 16059] By: gsar                                  on 2002/04/22  02:35:45
4170         Log: enable maximal optimizations on win64
4171      Branch: perl
4172            ! win32/Makefile win32/makefile.mk
4173 ____________________________________________________________________________
4174 [ 16058] By: jhi                                   on 2002/04/22  01:38:31
4175         Log: Tweaks copied from Philip Newton's Encode patches.
4176      Branch: perl
4177            ! AUTHORS
4178 ____________________________________________________________________________
4179 [ 16057] By: sky                                   on 2002/04/22  00:19:40
4180         Log: End blocks were not run on Win32.
4181              The real fix should be to turn this flag on in RunPerl but
4182              I think we are too close 5.8 to change that.
4183      Branch: perl
4184            ! ext/threads/threads.xs
4185 ____________________________________________________________________________
4186 [ 16056] By: sky                                   on 2002/04/21  23:29:22
4187         Log: Do not unlock mutex twice.
4188              Do not unlock mutex after it has been destroyed and freed.
4189              Do not email p5p without uncrossing eyes.
4190      Branch: perl
4191            ! ext/threads/threads.xs
4192 ____________________________________________________________________________
4193 [ 16055] By: gsar                                  on 2002/04/21  22:32:29
4194         Log: squelch some more type mismatch warnings
4195              
4196              SvREFCNT_dec(x ? y : z) did not typecast the right thing due to
4197              missing parens in macro definition
4198      Branch: perl
4199            ! dump.c ext/Cwd/Cwd.xs ext/Data/Dumper/Dumper.xs
4200            ! ext/File/Glob/bsd_glob.c ext/IO/IO.xs ext/IO/poll.c
4201            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/encoding/encoding.xs
4202            ! pp.c regexec.c sv.h
4203 ____________________________________________________________________________
4204 [ 16054] By: jhi                                   on 2002/04/21  22:24:52
4205         Log: Make writing user-defined character properties nicer.
4206      Branch: perl
4207            ! lib/utf8_heavy.pl pod/perlunicode.pod t/op/pat.t
4208 ____________________________________________________________________________
4209 [ 16053] By: gsar                                  on 2002/04/21  21:39:08
4210         Log: test appears to be ass_u_ming sizeof(long) == sizeof(IV), which
4211              isn't the case on win64
4212      Branch: perl
4213            ! ext/Storable/t/malice.t
4214 ____________________________________________________________________________
4215 [ 16052] By: jhi                                   on 2002/04/21  21:24:07
4216         Log: One more way to do character class subtraction.
4217      Branch: perl
4218            ! pod/perlunicode.pod
4219 ____________________________________________________________________________
4220 [ 16051] By: jhi                                   on 2002/04/21  21:04:19
4221         Log: Mopup of #16048.
4222      Branch: perl
4223            ! pp_sys.c
4224 ____________________________________________________________________________
4225 [ 16050] By: gsar                                  on 2002/04/21  20:55:38
4226         Log: some test failures have been fixed
4227      Branch: perl
4228            ! README.win32
4229 ____________________________________________________________________________
4230 [ 16049] By: gsar                                  on 2002/04/21  20:50:21
4231         Log: use compare_text() rather than compare() to avoid bogus
4232              failures when the test files happen to be CRLF terminated
4233      Branch: perl
4234            ! ext/Encode/t/JP.t
4235 ____________________________________________________________________________
4236 [ 16048] By: gsar                                  on 2002/04/21  19:53:08
4237         Log: fixes for all the warnings reported by Visual C (most of this
4238              change is from change#12026)
4239      Branch: perl
4240            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs gv.c hv.c
4241            ! locale.c mg.c op.c perl.c perl.h perlio.c perly.c perly.y pp.c
4242            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regcomp.c
4243            ! regexec.c sv.c toke.c universal.c utf8.c util.c
4244            ! vms/perly_c.vms win32/perllib.c win32/win32.c win32/win32sck.c
4245 ____________________________________________________________________________
4246 [ 16047] By: jhi                                   on 2002/04/21  17:21:56
4247         Log: Subject: [PATCH] another Storable test (Re: perl@16005)
4248              From: Nicholas Clark <nick@unfortu.net>
4249              Date: Sun, 21 Apr 2002 19:15:24 +0100
4250              Message-ID: <20020421181523.GC332@Bagpuss.unfortu.net>
4251      Branch: perl
4252            + ext/Storable/t/malice.t
4253            ! MANIFEST ext/Storable/Storable.pm
4254 ____________________________________________________________________________
4255 [ 16046] By: jhi                                   on 2002/04/21  17:09:01
4256         Log: Subject: [PATCH] Win32: encode/t/perlio.t needs some binmode
4257              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
4258              Date: Sun, 21 Apr 2002 19:37:51 +0200
4259              Message-ID: <3CC3150F.5798.22A05AE@localhost>
4260      Branch: perl
4261            ! ext/Encode/t/perlio.t
4262 ____________________________________________________________________________
4263 [ 16045] By: jhi                                   on 2002/04/21  16:29:28
4264         Log: Subject: [PATCH 5.7.3 docs] Typo in pod/perltrap.pod
4265              From: Andrey Sapozhnikov <sapa@icb.chel.su>
4266              Date: Fri, 19 Apr 2002 19:55:56 +0600
4267              Message-ID: <3CC021EC.5080005@icb.chel.su>
4268              
4269              (tweaked a bit)
4270      Branch: perl
4271            ! pod/perltrap.pod
4272 ____________________________________________________________________________
4273 [ 16044] By: jhi                                   on 2002/04/21  16:22:17
4274         Log: Do not assume that io buffer flushing happens in the same
4275              order as joins (that assumption broke in a multicpu IRIX box)
4276      Branch: perl
4277            ! ext/threads/t/thread.t
4278 ____________________________________________________________________________
4279 [ 16043] By: jhi                                   on 2002/04/21  15:56:30
4280         Log: As if people would be reading the documentation :-)
4281      Branch: perl
4282            ! opcode.pl
4283 ____________________________________________________________________________
4284 [ 16042] By: jhi                                   on 2002/04/21  15:15:05
4285         Log: Typo tweaks.
4286      Branch: perl
4287            ! pod/perlrun.pod
4288 ____________________________________________________________________________
4289 [ 16041] By: sky                                   on 2002/04/21  13:53:54
4290         Log: Got the last memory leak in the while(1) { threads->create(sub 
4291              {})->join() }, now we can loop over a million threads without a 
4292              problem. 
4293              Cleared up SVs that should have been mortal but never where.
4294      Branch: perl
4295            ! ext/threads/threads.xs
4296 ____________________________________________________________________________
4297 [ 16040] By: rgs                                   on 2002/04/21  12:25:15
4298         Log: Make doc clearer, as suggested by Brent Dax
4299      Branch: perl
4300            ! opcode.pl
4301 ____________________________________________________________________________
4302 [ 16039] By: rgs                                   on 2002/04/21  12:20:47
4303         Log: Revert change #15974.
4304      Branch: perl
4305            ! ext/B/B/Deparse.pm
4306 ____________________________________________________________________________
4307 [ 16038] By: nick                                  on 2002/04/21  08:43:48
4308         Log: Integrate mainline
4309      Branch: perlio
4310           +> win32/config.vc64 win32/config_H.vc64
4311           !> (integrate 43 files)
4312 ____________________________________________________________________________
4313 [ 16037] By: nick                                  on 2002/04/21  08:10:07
4314         Log: Integrate mainline
4315      Branch: perlio
4316           +> ext/Encode/ucm/big5-eten.ucm
4317            - ext/Encode/ucm/big5.ucm win32/Makefile.win64
4318            - win32/config.win64 win32/config_H.win64
4319           !> MANIFEST Porting/makerel ext/Encode/Changes
4320           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
4321           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4322           !> ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
4323           !> ext/Encode/lib/Encode/Config.pm
4324           !> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4325           !> ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4326           !> ext/threads/threads.xs lib/Memoize/t/errors.t pod/perlfunc.pod
4327           !> pod/perlunicode.pod vms/vms.c
4328 ____________________________________________________________________________
4329 [ 16036] By: jhi                                   on 2002/04/21  03:04:41
4330         Log: S_ stands sfor static.
4331      Branch: perl
4332            ! hv.c
4333 ____________________________________________________________________________
4334 [ 16035] By: jhi                                   on 2002/04/21  02:52:35
4335         Log: htovs et al might be macros.
4336      Branch: perl
4337            ! perl.h
4338 ____________________________________________________________________________
4339 [ 16034] By: gsar                                  on 2002/04/21  02:11:06
4340         Log: missed checkin of this file in change#16033
4341      Branch: perl
4342            ! makedef.pl
4343 ____________________________________________________________________________
4344 [ 16033] By: gsar                                  on 2002/04/21  01:55:35
4345         Log: Windows 64-bit support:
4346              
4347              * support for building it in the regular makefiles
4348              * large files support via the _*i64() functions (this should be
4349              portable to the 32-bit universe too, but quite untested and
4350              and binary-incompatible, therefore not enabled there)
4351              * three additional test failures in addition to the t/end.t one
4352              (see README.win32)
4353              * sprintf() on Windows gets %I{32,64,}[xoud] format that parallel
4354              the ones available from the CRT (needed because Perl uses
4355              the UVxf macros in both sprintf() *and* in sv_catpvf() et al.)
4356              * add a few 64-bit notes to README.win32
4357              
4358              The following general problems were also fixed:
4359              
4360              * s/struct stat/Stat_t/g
4361              * Data::Dumper had some naughty 'long' typecasts
4362              * Errno_pm.PL didn't work safe when winsock.h was not in the same
4363              directory as errno.h
4364              * various tell/seek things were incorrectly prototyped
4365              * squelch ugly looking noise when running tests
4366              * Embed.t wasn't linking in all the libraries
4367              * perl57.dll is now perl58.dll (anticipating 5.8.0-RC1)
4368              * re-enable all the disabled warnings (additional fixes may be
4369              needed for the warnings uncovered by this)
4370      Branch: perl
4371            + win32/config.vc64 win32/config_H.vc64
4372            ! MANIFEST README.win32 doio.c dosish.h
4373            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL iperlsys.h
4374            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/basic.t mg.c perl.c
4375            ! perl.h sv.c t/op/exec.t util.c win32/Makefile win32/config.gc
4376            ! win32/config.vc win32/makefile.mk win32/perlglob.c
4377            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32io.c
4378            ! win32/win32iop.h win32/win32sck.c
4379 ____________________________________________________________________________
4380 [ 16032] By: jhi                                   on 2002/04/20  23:07:20
4381         Log: Upgrade to Encode 1.52, from Dan Kogai.
4382      Branch: perl
4383            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
4384            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
4385            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
4386            ! ext/Encode/lib/Encode/JP/JIS7.pm
4387            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/TW.t
4388            ! ext/Encode/t/perlio.t ext/Encode/ucm/big5-eten.ucm
4389            ! ext/Encode/ucm/big5-hkscs.ucm
4390 ____________________________________________________________________________
4391 [ 16031] By: jhi                                   on 2002/04/20  22:22:23
4392         Log: Subject: Re: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4393              From: Mark-Jason Dominus <mjd@plover.com>
4394              Date: Sat, 20 Apr 2002 03:36:28 -0400
4395              Message-ID: <20020420073628.324.qmail@plover.com>
4396      Branch: perl
4397            ! pod/perlopentut.pod
4398 ____________________________________________________________________________
4399 [ 16030] By: sky                                   on 2002/04/20  22:02:32
4400         Log: Remove auto-detach
4401              Cleans up memory now, destroys the mutex and frees thread
4402              Makes returnvalues mortal
4403              Doesn't run thread_destruct until the thread has stopped AND
4404              all references to it are gone.
4405      Branch: perl
4406            ! ext/threads/threads.xs
4407 ____________________________________________________________________________
4408 [ 16029] By: jhi                                   on 2002/04/20  21:46:33
4409         Log: Subject: [PATCH @16005] rescue perldoc for VMS
4410              From: "Craig A. Berry" <craigberry@mac.com>
4411              Date: Sat, 20 Apr 2002 15:16:30 -0500
4412              Message-Id: <a05111701b8e779a639b9@[172.16.52.1]>
4413      Branch: perl
4414            ! vms/vms.c
4415 ____________________________________________________________________________
4416 [ 16028] By: jhi                                   on 2002/04/20  21:44:27
4417         Log: Subject: Re: [PATCH] typo
4418              From: andreas.koenig@anima.de (Andreas J. Koenig)
4419              Date: Sat, 20 Apr 2002 15:41:23 +0200
4420              Message-ID: <m37kn2o5bw.fsf@anima.de>
4421      Branch: perl
4422            ! ext/Encode/encoding.pm
4423 ____________________________________________________________________________
4424 [ 16027] By: nick                                  on 2002/04/20  21:42:09
4425         Log: Fix perlio for Encode/t/perlio.t's SKIPPED TODO tests,
4426              and change test not to skip them.
4427      Branch: perlio
4428            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.xs
4429 ____________________________________________________________________________
4430 [ 16026] By: jhi                                   on 2002/04/20  21:40:20
4431         Log: Upgrade to Encode 1.51, from Dan Kogai.
4432      Branch: perl
4433            + ext/Encode/ucm/big5-eten.ucm
4434            - ext/Encode/ucm/big5.ucm
4435            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
4436            ! ext/Encode/Encode.xs ext/Encode/MANIFEST
4437            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
4438            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
4439            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
4440            ! ext/Encode/t/TW.t ext/Encode/ucm/big5-hkscs.ucm
4441 ____________________________________________________________________________
4442 [ 16025] By: gsar                                  on 2002/04/20  19:58:59
4443         Log: purge existing win64 stuff (this never really worked in 5.7.x)
4444              in preparation for completely redone win64 support
4445      Branch: perl
4446            - win32/Makefile.win64 win32/config.win64 win32/config_H.win64
4447            ! MANIFEST Porting/makerel
4448 ____________________________________________________________________________
4449 [ 16024] By: rgs                                   on 2002/04/20  19:09:35
4450         Log: Subject: Re: perl@16005
4451              From: Stas Bekman <stas@stason.org>
4452              Date: Sat, 20 Apr 2002 13:06:49 +0800
4453              Message-ID: <3CC0F769.1010705@stason.org>
4454              (with a minor formatting nit)
4455      Branch: perl
4456            ! pod/perlfunc.pod
4457 ____________________________________________________________________________
4458 [ 16023] By: nick                                  on 2002/04/20  19:06:04
4459         Log: Some tweaks for encodings which need lines.
4460              Also disabled trial of using fallbacks.
4461      Branch: perlio
4462            ! ext/PerlIO/encoding/encoding.pm
4463            ! ext/PerlIO/encoding/encoding.xs
4464 ____________________________________________________________________________
4465 [ 16022] By: nick                                  on 2002/04/20  18:37:38
4466         Log: Various tweaks to Encode
4467      Branch: perlio
4468            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4469            ! ext/Encode/Unicode/Unicode.xs
4470            ! ext/Encode/lib/Encode/Encoding.pm
4471            ! ext/Encode/lib/Encode/JP/JIS7.pm
4472            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/perlio.t
4473 ____________________________________________________________________________
4474 [ 16021] By: jhi                                   on 2002/04/20  14:31:31
4475         Log: Subject: [PATCH] perlunicode.pod typos
4476              From: andreas.koenig@anima.de (Andreas J. Koenig)     
4477              Date: Sat, 20 Apr 2002 11:20:25 +0200
4478              Message-ID: <m3vgamoheu.fsf@anima.de>
4479      Branch: perl
4480            ! pod/perlunicode.pod
4481 ____________________________________________________________________________
4482 [ 16020] By: jhi                                   on 2002/04/20  14:28:12
4483         Log: Test tweak from mjd.
4484      Branch: perl
4485            ! lib/Memoize/t/errors.t
4486 ____________________________________________________________________________
4487 [ 16019] By: jhi                                   on 2002/04/20  14:26:17
4488         Log: Integrate perlio;
4489              
4490              Tweak to Encode.xs to avoid buffer overrun.
4491              
4492              Add :bytes to POD part.
4493              Remove 'alias' to Encode now it exists as a module.
4494              
4495              Fill in the PERLIO sections.
4496      Branch: perl
4497           !> ext/Encode/Encode.xs lib/PerlIO.pm pod/perlrun.pod
4498 ____________________________________________________________________________
4499 [ 16018] By: nick                                  on 2002/04/20  13:38:24
4500         Log: Fill in the PERLIO sections.
4501      Branch: perlio
4502            ! pod/perlrun.pod
4503 ____________________________________________________________________________
4504 [ 16017] By: nick                                  on 2002/04/20  13:37:15
4505         Log: Add :bytes to POD part.
4506              Remove 'alias' to Encode now it exists as a module.
4507      Branch: perlio
4508            ! lib/PerlIO.pm
4509 ____________________________________________________________________________
4510 [ 16016] By: sky                                   on 2002/04/20  13:12:31
4511         Log: Really let the update of the link list do something.
4512      Branch: perl
4513            ! ext/threads/threads.xs
4514 ____________________________________________________________________________
4515 [ 16015] By: nick                                  on 2002/04/20  07:51:26
4516         Log: Integrate mainline
4517      Branch: perlio
4518           !> README.cn README.tw ext/B/O.pm lib/utf8_heavy.pl
4519           !> pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
4520           !> t/io/open.t t/japh/abigail.t t/lib/warnings/doio t/op/pat.t
4521 ____________________________________________________________________________
4522 [ 16014] By: nick                                  on 2002/04/20  07:46:11
4523         Log: Tweak to Encode.xs to avoid buffer overrun.
4524      Branch: perlio
4525            ! ext/Encode/Encode.xs
4526 ____________________________________________________________________________
4527 [ 16013] By: jhi                                   on 2002/04/20  01:48:13
4528         Log: Subject: [PATCH] t/japh/abigail.t
4529              From: abigail@foad.org
4530              Date: Fri, 19 Apr 2002 02:21:36 +0200
4531              Message-ID: <20020419002136.16948.qmail@foad.org>
4532              
4533              Subject: Re: [PATCH] t/japh/abigail.t
4534              From: "Craig A. Berry" <craigberry@mac.com>
4535              Date: Fri, 19 Apr 2002 11:23:45 -0500
4536              Message-Id: <a05111705b8e5f49d5618@[172.16.52.1]>
4537      Branch: perl
4538            ! t/japh/abigail.t
4539 ____________________________________________________________________________
4540 [ 16012] By: jhi                                   on 2002/04/20  01:46:03
4541         Log: User-defined character properties were unintentionally
4542              removed, noticed by Dan Kogai.
4543      Branch: perl
4544            ! lib/utf8_heavy.pl pod/perlre.pod pod/perlretut.pod
4545            ! pod/perlunicode.pod t/op/pat.t
4546 ____________________________________________________________________________
4547 [ 16011] By: jhi                                   on 2002/04/19  21:53:55
4548         Log: Subject: Re: [PATCH] Big5-related changes.
4549              From: Autrijus Tang <autrijus@autrijus.org>
4550              Date: Sat, 20 Apr 2002 04:06:31 +0800
4551              Message-ID: <20020419200631.GA20964@not.autrijus.org>
4552      Branch: perl
4553            ! README.cn README.tw
4554 ____________________________________________________________________________
4555 [ 16010] By: rgs                                   on 2002/04/19  20:52:19
4556         Log: Add a BUGS sections to O.pm
4557      Branch: perl
4558            ! ext/B/O.pm
4559 ____________________________________________________________________________
4560 [ 16009] By: rgs                                   on 2002/04/19  20:07:02
4561         Log: Disable warning noise
4562      Branch: perl
4563            ! t/io/open.t
4564 ____________________________________________________________________________
4565 [ 16008] By: rgs                                   on 2002/04/19  19:54:08
4566         Log: More tests for the 3-arg open
4567      Branch: perl
4568            ! t/io/open.t t/lib/warnings/doio
4569 ____________________________________________________________________________
4570 [ 16007] By: nick                                  on 2002/04/19  17:45:53
4571         Log: Silence warning generating warning message for U+FFFF does not map etc.
4572      Branch: perlio
4573            ! ext/Encode/Encode.xs
4574 ____________________________________________________________________________
4575 [ 16006] By: nick                                  on 2002/04/19  15:24:57
4576         Log: Integrate mainline (for Tk with Encode testing)
4577              Some perlio & encode issues otherwise cleanish.
4578      Branch: perlio
4579           +> ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
4580           +> ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
4581           +> ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
4582           +> ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
4583           +> ext/threads/t/thread.t
4584            - ext/Encode/lib/Encode/Unicode.pm
4585           !> (integrate 38 files)
4586 ____________________________________________________________________________
4587 [ 16005] By: jhi                                   on 2002/04/19  13:26:39
4588         Log: Update Changes.
4589      Branch: perl
4590            ! Changes patchlevel.h
4591 ____________________________________________________________________________
4592 [ 16004] By: jhi                                   on 2002/04/19  13:15:22
4593         Log: Subject: [PATCH] warn on ref open without perlio
4594              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4595              Date: Thu, 18 Apr 2002 23:17:44 +0200
4596              Message-ID: <20020418231744.A24159@rafael>
4597              
4598              (with one nit, the skip message needed "# " prefix)
4599      Branch: perl
4600            ! doio.c pod/perldiag.pod t/lib/warnings/doio
4601 ____________________________________________________________________________
4602 [ 16003] By: jhi                                   on 2002/04/19  12:59:11
4603         Log: Subject: Smoke 15996 /pro/3gl/CPAN/perl-current  
4604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4605              Date: Fri, 19 Apr 2002 15:43:47 +0200
4606              Message-Id: <20020419153704.C397.H.M.BRAND@hccnet.nl>
4607      Branch: perl
4608            ! README.hpux
4609 ____________________________________________________________________________
4610 [ 16002] By: jhi                                   on 2002/04/19  12:58:23
4611         Log: Upgrade to PerlIO::encoding 0.02, from Dan Kogai.
4612      Branch: perl
4613            ! ext/PerlIO/encoding/encoding.pm
4614            ! ext/PerlIO/encoding/encoding.xs
4615 ____________________________________________________________________________
4616 [ 16001] By: jhi                                   on 2002/04/19  12:58:00
4617         Log: Upgrade to Encode 1.50, from Dan Kogai.
4618      Branch: perl
4619            + ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
4620            + ext/Encode/Unicode/Unicode.xs ext/Encode/lib/Encode/PerlIO.pod
4621            + ext/Encode/t/fallback.t ext/Encode/t/jisx0201.euc
4622            + ext/Encode/t/jisx0201.ref ext/Encode/t/perlio.t
4623            - ext/Encode/lib/Encode/Unicode.pm
4624            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
4625            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4626            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/encode.h
4627            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
4628            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4629            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/JP/JIS7.pm
4630            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/JP.t
4631            ! ext/Encode/t/KR.t ext/Encode/t/jisx0208.euc
4632            ! ext/Encode/t/jisx0208.ref
4633 ____________________________________________________________________________
4634 [ 16000] By: jhi                                   on 2002/04/19  12:16:08
4635         Log: Subject: CPAN.pm sync
4636              From: andreas.koenig@anima.de (Andreas J. Koenig)
4637              Date: Fri, 19 Apr 2002 11:55:07 +0200
4638              Message-ID: <m3ads0qah0.fsf@anima.de>
4639      Branch: perl
4640            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
4641 ____________________________________________________________________________
4642 [ 15999] By: jhi                                   on 2002/04/19  12:08:54
4643         Log: Snip away an obsolete section noticed by Benjamin Goldberg.
4644      Branch: perl
4645            ! pod/perltooc.pod
4646 ____________________________________________________________________________
4647 [ 15998] By: jhi                                   on 2002/04/19  00:43:45
4648         Log: The previous change on this was *ahem* slightly off-topic.
4649      Branch: perl
4650            ! ext/PerlIO/encoding/encoding.pm
4651 ____________________________________________________________________________
4652 [ 15997] By: gsar                                  on 2002/04/19  00:19:47
4653         Log: variant of change#14657 from mainline, modified for binary
4654              compatibility for 5.6.x (from  Jan Dubois)
4655      Branch: maint-5.6/perl
4656            ! lib/Win32.pod win32/win32.c
4657 ____________________________________________________________________________
4658 [ 15996] By: ams                                   on 2002/04/18  16:16:26
4659         Log: Subject: [PATCH] Typo in pod/perldebtut.pod
4660              From: abigail@foad.org
4661              Date: Thu, 18 Apr 2002 17:09:45 +0200
4662              Message-Id: <20020418150945.389.qmail@foad.org>
4663      Branch: perl
4664            ! pod/perldebtut.pod
4665 ____________________________________________________________________________
4666 [ 15995] By: jhi                                   on 2002/04/18  14:14:10
4667         Log: z/OS situation update.
4668      Branch: perl
4669            ! pod/perldelta.pod
4670 ____________________________________________________________________________
4671 [ 15994] By: jhi                                   on 2002/04/18  13:43:37
4672         Log: Doc tweaks.
4673      Branch: perl
4674            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
4675 ____________________________________________________________________________
4676 [ 15993] By: jhi                                   on 2002/04/18  13:05:46
4677         Log: The tests need perlio.
4678      Branch: perl
4679            ! ext/Encode/t/JP.t ext/Encode/t/encoding.t
4680 ____________________________________________________________________________
4681 [ 15992] By: jhi                                   on 2002/04/18  12:58:17
4682         Log: Subject: [PATCH 5.7.3 docs] The question deals with a bug that was fixed
4683              From: Mark-Jason Dominus <mjd@plover.com>
4684              Date: Thu, 18 Apr 2002 09:38:17 -0400
4685              Message-ID: <20020418133817.22436.qmail@plover.com>    
4686              
4687              Subject: [PATCH 5.7.3 docs] Backticks in void context are no longer inefficient
4688              From: Mark-Jason Dominus <mjd@plover.com>
4689              Date: Thu, 18 Apr 2002 09:54:50 -0400
4690              Message-ID: <20020418135450.22999.qmail@plover.com>    
4691      Branch: perl
4692            ! pod/perlfaq8.pod
4693 ____________________________________________________________________________
4694 [ 15991] By: sky                                   on 2002/04/18  09:18:14
4695         Log: Port testcases from thr5005 tests so we don't fail on same things.
4696              Added yield support using threads->yield().
4697      Branch: perl
4698            + ext/threads/t/thread.t
4699            ! MANIFEST ext/threads/threads.pm ext/threads/threads.xs
4700 ____________________________________________________________________________
4701 [ 15990] By: nick                                  on 2002/04/18  07:56:40
4702         Log: Integrate mainline
4703      Branch: perlio
4704            - t/io/full.t
4705           !> MANIFEST README.cn README.hpux README.jp README.ko README.tw
4706           !> hints/unicos.sh hints/unicosmk.sh lib/ExtUtils/t/Embed.t
4707           !> perl.c t/op/groups.t toke.c win32/win32.c
4708 ____________________________________________________________________________
4709 [ 15989] By: sky                                   on 2002/04/18  07:15:55
4710         Log: Always flush the PerlIO buffers after running END blocks in 
4711              perl_destruct. This should fix ext/threads/t/end.t under Win32.
4712      Branch: perl
4713            ! perl.c
4714 ____________________________________________________________________________
4715 [ 15988] By: dougm                                 on 2002/04/18  01:56:16
4716         Log: plug memory leak in perl_destruct() by cleaning out PL_debug_pad
4717      Branch: perl
4718            ! perl.c
4719 ____________________________________________________________________________
4720 [ 15987] By: jhi                                   on 2002/04/17  21:51:18
4721         Log: Move /dev/full testing post-5.8.0.
4722      Branch: perl
4723            - t/io/full.t
4724            ! MANIFEST
4725 ____________________________________________________________________________
4726 [ 15986] By: jhi                                   on 2002/04/17  21:38:43
4727         Log: Neither UNICOS nor UNICOS/mk sport shared libraries.
4728              ("Crays have only REAL memory.")
4729      Branch: perl
4730            ! hints/unicos.sh hints/unicosmk.sh
4731 ____________________________________________________________________________
4732 [ 15985] By: jhi                                   on 2002/04/17  21:33:56
4733         Log: Subject: [PATCH 5.7.3 Win32] Devel::DProf Real Elapsed Times
4734              From: luc.st-louis@ca.transport.bombardier.com
4735              Date: Wed, 17 Apr 2002 14:22:25 -0400
4736              Message-ID: <85256B9E.0064EBE9.00@btg_hub01.bombardier.com>
4737      Branch: perl
4738            ! win32/win32.c
4739 ____________________________________________________________________________
4740 [ 15984] By: jhi                                   on 2002/04/17  21:12:34
4741         Log: With -Uuseperlio the error might be EBADF.
4742      Branch: perl
4743            ! t/io/full.t
4744 ____________________________________________________________________________
4745 [ 15983] By: jhi                                   on 2002/04/17  21:05:04
4746         Log: Subject: [PATCH@15930] Borland for Win32 adaptation for lib/ExtUtils/t/Embed.t
4747              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4748              Date: Wed, 17 Apr 2002 21:16:22 +0400
4749              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028117@cio-test001.spb.lucent.com>
4750      Branch: perl
4751            ! lib/ExtUtils/t/Embed.t
4752 ____________________________________________________________________________
4753 [ 15982] By: jhi                                   on 2002/04/17  21:04:02
4754         Log: Subject: [PATCH] RE: failed with undefined USE_PERLIO for Win32
4755              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4756              Date: Wed, 17 Apr 2002 20:08:03 +0400
4757              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C028116@cio-test001.spb.lucent.com>
4758      Branch: perl
4759            ! win32/win32.c
4760 ____________________________________________________________________________
4761 [ 15981] By: jhi                                   on 2002/04/17  21:02:13
4762         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
4763              From: Mark-Jason Dominus <mjd@plover.com>
4764              Date: Wed, 17 Apr 2002 11:14:17 -0400
4765              Message-ID: <20020417151417.27268.qmail@plover.com>
4766      Branch: perl
4767            ! t/io/full.t
4768 ____________________________________________________________________________
4769 [ 15980] By: jhi                                   on 2002/04/17  20:57:36
4770         Log: README.cjk update.
4771      Branch: perl
4772            ! README.cn README.jp README.ko README.tw
4773 ____________________________________________________________________________
4774 [ 15979] By: rgs                                   on 2002/04/17  20:24:48
4775         Log: Subject: [PATCH toke.c] @:foo?
4776              From: Philip Newton <Philip.Newton@gmx.net>
4777              Date: Wed, 17 Apr 2002 19:48:09 +0200
4778              Message-ID: <v6drbu0mkupaklru4efcq40lv7d4vajdp1@4ax.com>
4779      Branch: perl
4780            ! toke.c
4781 ____________________________________________________________________________
4782 [ 15978] By: rgs                                   on 2002/04/17  20:20:19
4783         Log: Subject: Re: gcc on HP
4784              From: Philip Newton <Philip.Newton@gmx.net>
4785              Date: Wed, 17 Apr 2002 20:36:34 +0200
4786              Message-ID: <83grbucf0imh8pnnjf6o5q4t0st3ja14j4@4ax.com>
4787      Branch: perl
4788            ! README.hpux
4789 ____________________________________________________________________________
4790 [ 15977] By: rgs                                   on 2002/04/17  19:54:49
4791         Log: Adjust test for groups that appear multiple times on Cygwin
4792      Branch: perl
4793            ! t/op/groups.t
4794 ____________________________________________________________________________
4795 [ 15976] By: nick                                  on 2002/04/17  17:03:40
4796         Log: Integrate mainline
4797      Branch: perlio
4798           +> ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
4799           +> ext/PerlIO/encoding/encoding.pm
4800           +> ext/PerlIO/encoding/encoding.xs ext/threads/shared/queue.pm
4801           +> ext/threads/shared/t/queue.t t/io/full.t
4802            - ext/Encode/lib/Encode/XS.pm
4803           !> (integrate 50 files)
4804 ____________________________________________________________________________
4805 [ 15975] By: jhi                                   on 2002/04/17  14:40:03
4806         Log: Update Changes.
4807      Branch: perl
4808            ! Changes patchlevel.h
4809 ____________________________________________________________________________
4810 [ 15974] By: jhi                                   on 2002/04/17  14:34:16
4811         Log: Subject: [PATCH B::Deparse] "foo bar"->()
4812              From: Robin Houston <robin@kitsite.com>
4813              Date: Wed, 17 Apr 2002 15:45:32 +0100
4814              Message-ID: <20020417154532.A25446@puffinry.freeserve.co.uk>
4815      Branch: perl
4816            ! ext/B/B/Deparse.pm
4817 ____________________________________________________________________________
4818 [ 15973] By: jhi                                   on 2002/04/17  14:34:03
4819         Log: metaconfig unit change for #15972.
4820      Branch: metaconfig/U/perl
4821            ! Extensions.U
4822 ____________________________________________________________________________
4823 [ 15972] By: jhi                                   on 2002/04/17  14:31:42
4824         Log: As suggested by Arthur: the threads and threads::shared
4825              modules are always present.  This tries to preempt two
4826              kinds of bug reports: (1) "the Perl 5.8.0 was supposed
4827              to have this new fancy threads implementation but my Perl
4828              doesn't seem to have it" (2) someone attempting to install
4829              threads using CPAN.pm and CPAN.pm helpfully starting to
4830              install perl 5.8.0 (which they might already have installed).
4831      Branch: perl
4832            ! Configure ext/threads/Makefile.PL
4833            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.pm
4834            ! ext/threads/shared/shared.xs ext/threads/threads.pm
4835            ! ext/threads/threads.xs
4836 ____________________________________________________________________________
4837 [ 15971] By: jhi                                   on 2002/04/17  14:19:07
4838         Log: More signedness nits.
4839      Branch: perl
4840            ! ext/Encode/Encode.xs
4841 ____________________________________________________________________________
4842 [ 15970] By: jhi                                   on 2002/04/17  13:02:33
4843         Log: fast_abs_path() is tainted.
4844      Branch: perl
4845            ! ext/Cwd/t/cwd.t
4846 ____________________________________________________________________________
4847 [ 15969] By: jhi                                   on 2002/04/17  12:56:17
4848         Log: Signedness nit.
4849      Branch: perl
4850            ! ext/Encode/bin/enc2xs
4851 ____________________________________________________________________________
4852 [ 15968] By: jhi                                   on 2002/04/17  12:45:42
4853         Log: Subject: gcc on HP
4854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4855              Date: Wed, 17 Apr 2002 12:43:38 +0200
4856              Message-Id: <20020417124159.66F5.H.M.BRAND@hccnet.nl>     
4857      Branch: perl
4858            ! README.hpux
4859 ____________________________________________________________________________
4860 [ 15967] By: jhi                                   on 2002/04/17  12:43:07
4861         Log: Add just a little bit more explanation to PerlIO::encoding.
4862      Branch: perl
4863            ! ext/PerlIO/encoding/encoding.pm
4864 ____________________________________________________________________________
4865 [ 15966] By: jhi                                   on 2002/04/17  12:32:17
4866         Log: PerlIO::encoding 0.01 from Dan Kogai.
4867      Branch: perl
4868            + ext/PerlIO/encoding/MANIFEST ext/PerlIO/encoding/Makefile.PL
4869            + ext/PerlIO/encoding/encoding.pm
4870            + ext/PerlIO/encoding/encoding.xs
4871            ! MANIFEST
4872 ____________________________________________________________________________
4873 [ 15965] By: jhi                                   on 2002/04/17  12:24:56
4874         Log: Upgrade to Encode 1.42, from Dan Kogai.
4875      Branch: perl
4876            - ext/Encode/lib/Encode/XS.pm
4877            ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm
4878            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
4879            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
4880            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/_PM.e2x
4881            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
4882            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
4883            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
4884            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
4885            ! ext/Encode/lib/Encode/Config.pm
4886            ! ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/CN.t
4887            ! ext/Encode/t/Encoder.t ext/Encode/t/JP.t ext/Encode/t/KR.t
4888            ! ext/Encode/t/TW.t ext/Encode/t/Unicode.t
4889            ! ext/Encode/t/encoding.t
4890 ____________________________________________________________________________
4891 [ 15964] By: jhi                                   on 2002/04/17  12:17:42
4892         Log: Test tweaks from mjd and Benjamin Goldberg.
4893      Branch: perl
4894            ! t/io/full.t
4895 ____________________________________________________________________________
4896 [ 15963] By: jhi                                   on 2002/04/16  22:31:24
4897         Log: Document taint-safeness.   Life in the fast_abs_path()
4898              lane is unsafe.
4899      Branch: perl
4900            ! lib/Cwd.pm
4901 ____________________________________________________________________________
4902 [ 15962] By: jhi                                   on 2002/04/16  22:14:41
4903         Log: Subject: Re: [ID 20020416.001] 'close' does not report failure when buffer flush fails
4904              From: Mark-Jason Dominus <mjd@plover.com>
4905              Date: Tue, 16 Apr 2002 19:24:12 -0400
4906              Message-ID: <20020416232412.14297.qmail@plover.com>
4907      Branch: perl
4908            + t/io/full.t
4909            ! MANIFEST perlio.c
4910 ____________________________________________________________________________
4911 [ 15961] By: jhi                                   on 2002/04/16  22:10:54
4912         Log: Manifestations of mjd, from mjd.
4913      Branch: perl
4914            ! MANIFEST
4915 ____________________________________________________________________________
4916 [ 15960] By: jhi                                   on 2002/04/16  22:10:11
4917         Log: metaconfig unit change for #15959.
4918      Branch: metaconfig/U/perl
4919            ! Extensions.U
4920 ____________________________________________________________________________
4921 [ 15959] By: jhi                                   on 2002/04/16  22:09:56
4922         Log: Subject: Re: [-Uusedl] Encode does work but perl -V goes funny! 
4923              From: Andy Dougherty <doughera@lafayette.edu>
4924              Date: Tue, 16 Apr 2002 13:39:14 -0400 (EDT)
4925              Message-ID: <Pine.SOL.4.10.10204161333450.28145-100000@maxwell.phys.lafayette.edu>
4926      Branch: perl
4927            ! Configure
4928 ____________________________________________________________________________
4929 [ 15958] By: jhi                                   on 2002/04/16  22:05:07
4930         Log: Subject: [PATCH] Re: Unbalanced string table refcount (was: perl@15930)
4931              From: Nicholas Clark <nick@unfortu.net>
4932              Date: Tue, 16 Apr 2002 22:22:41 +0100
4933              Message-ID: <20020416212241.GA315@Bagpuss.unfortu.net>
4934      Branch: perl
4935            ! embed.fnc global.sym hv.c universal.c
4936 ____________________________________________________________________________
4937 [ 15957] By: jhi                                   on 2002/04/16  21:58:44
4938         Log: Documents for Merijn and lots of XXXs for NI-S :-)
4939      Branch: perl
4940            ! pod/perlfunc.pod pod/perlrun.pod
4941 ____________________________________________________________________________
4942 [ 15956] By: sky                                   on 2002/04/16  21:26:53
4943         Log: Added queue.pm and test case, still disabled because of discovered race (or am I insane)
4944              in the locking code. All threaded code seems to fail mysteriusly from the PL_utf8_idstart
4945              stuff being 0xabababab on cleanup.
4946      Branch: perl
4947            + ext/threads/shared/queue.pm ext/threads/shared/t/queue.t
4948            ! MANIFEST
4949 ____________________________________________________________________________
4950 [ 15955] By: nick                                  on 2002/04/16  20:46:03
4951         Log: Integate mainline (other machine)
4952      Branch: perlio
4953           !> Changes lib/FileCache.t patchlevel.h pod/perlhist.pod
4954           !> t/op/magic.t
4955 ____________________________________________________________________________
4956 [ 15954] By: nick                                  on 2002/04/16  20:13:32
4957         Log: Integrate mainline
4958      Branch: perlio
4959           +> README.cn README.jp README.ko README.tw
4960           +> ext/threads/shared/t/av_refs.t
4961           +> ext/threads/shared/t/shared_attr.t t/japh/abigail.t
4962           !> (integrate 41 files)
4963 ____________________________________________________________________________
4964 [ 15953] By: rgs                                   on 2002/04/16  19:53:28
4965         Log: B::walkoptree bugfix (see also #15850)
4966      Branch: perl
4967            ! ext/B/B.xs ext/B/t/terse.t
4968 ____________________________________________________________________________
4969 [ 15952] By: rgs                                   on 2002/04/16  18:36:49
4970         Log: Subject: [PATCH perltodo.pod] Small patch: detypo and style change
4971              From: Philip Newton <Philip.Newton@gmx.net>
4972              Date: Tue, 16 Apr 2002 21:09:44 +0200
4973              Message-ID: <altobus8993o1qee6eu6ac1ro4topkt0vr@4ax.com>
4974      Branch: perl
4975            ! pod/perltodo.pod
4976 ____________________________________________________________________________
4977 [ 15951] By: jhi                                   on 2002/04/16  13:44:28
4978         Log: Subject: [PATCH] B::Deparse problems with japhs
4979              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4980              Date: Tue, 16 Apr 2002 15:47:33 +0100
4981              Message-Id: <200204161447.g3GElX016515@crypt.compulink.co.uk>    
4982      Branch: perl
4983            ! ext/B/B/Deparse.pm
4984 ____________________________________________________________________________
4985 [ 15950] By: jhi                                   on 2002/04/16  13:36:30
4986         Log: Stas' tainting worries, obscured by me.
4987      Branch: perl
4988            ! ext/Cwd/t/cwd.t lib/Cwd.pm
4989 ____________________________________________________________________________
4990 [ 15949] By: jhi                                   on 2002/04/16  13:16:31
4991         Log: Pod tweak to avoid =item<japanese> problems.
4992      Branch: perl
4993            ! README.jp
4994 ____________________________________________________________________________
4995 [ 15948] By: jhi                                   on 2002/04/16  12:39:18
4996         Log: Some UTF-8 todos.
4997      Branch: perl
4998            ! pod/perltodo.pod
4999 ____________________________________________________________________________
5000 [ 15947] By: jhi                                   on 2002/04/16  12:34:36
5001         Log: Let's not promise too much: use utf8 only works on identifier
5002              names, not package or subroutine names (admittedly limited [1], but
5003              that's what the Camel says, and that's what we are going to stick
5004              to for 5.8.0).  Also document that use vars does not do utf8.
5005              [1] The obvious problem in both is that package and subroutine
5006              names need to mappable to the filesystem.
5007      Branch: perl
5008            ! lib/utf8.pm lib/vars.pm pod/perluniintro.pod
5009 ____________________________________________________________________________
5010 [ 15946] By: jhi                                   on 2002/04/16  12:02:18
5011         Log: Subject: [PATCH] small typo in IO::Pipe pod
5012              From: Slaven Rezic <rezic@onlineoffice.de>
5013              Date: Tue, 16 Apr 2002 12:31:10 +0200
5014              Message-Id: <200204161031.MAA08156@mom.intra.onlineoffice.de>
5015      Branch: perl
5016            ! ext/IO/lib/IO/Pipe.pm
5017 ____________________________________________________________________________
5018 [ 15945] By: jhi                                   on 2002/04/16  11:57:45
5019         Log: Subject: [PATCH] Flaw in Attribute::Handlers 0.76
5020              From: Arthur Bergman <arthur@contiller.se>
5021              Date: Tue, 16 Apr 2002 11:58:45 +0200
5022              Message-Id: <8A74F82C-5120-11D6-AEA5-003065D64CBE@contiller.se>
5023      Branch: perl
5024            ! lib/Attribute/Handlers.pm
5025 ____________________________________________________________________________
5026 [ 15944] By: jhi                                   on 2002/04/16  04:31:49
5027         Log: Add CJK READMEs from Autrijus Tang, Dan Kogai, and
5028              Jungshik Shin.  Regen toc.
5029      Branch: perl
5030            + README.cn README.jp README.ko README.tw
5031            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5032 ____________________________________________________________________________
5033 [ 15943] By: jhi                                   on 2002/04/16  03:59:00
5034         Log: my $utf8here, our $utf8here, and package variable $utf8here.
5035              
5036              The actual minimal fix is in utf8.c and from NI-S,
5037              the rest are the tests (in fresh_perl since I couldn't get
5038              them easily to work elsewhere) and a slight behaviour change:
5039              previously UTF-8 identifiers had to start with an alphabetic
5040              character.  No more so, now they can start with an (Unicode)
5041              ID_Continue character (which however is not a (Unicode) digit).
5042              (Limiting the first character to ID_Start would be rather
5043              restrictive, since ID_Start allows only alphabetic letters.)
5044              
5045              TODO: use vars qw($utf8here).  This I don't find to be
5046              a showstopper.
5047      Branch: perl
5048            ! embed.fnc embed.h embedvar.h handy.h intrpvar.h lib/vars.pm
5049            ! perl.c perlapi.h proto.h sv.c t/run/fresh_perl.t utf8.c
5050 ____________________________________________________________________________
5051 [ 15942] By: ams                                   on 2002/04/16  02:24:25
5052         Log: Subject: [PATCH] lib/FileCache.t needs to use valid filename chars
5053              From: "Craig A. Berry" <craigberry@mac.com>
5054              Date: Mon, 15 Apr 2002 22:06:14 -0500
5055              Message-Id: <a05101501b8e144aa1d4a@[172.16.52.1]>
5056      Branch: perl
5057            ! lib/FileCache.t
5058 ____________________________________________________________________________
5059 [ 15941] By: ams                                   on 2002/04/16  02:16:35
5060         Log: Subject: [PATCH] s2p fix for VMS
5061              From: "Craig A. Berry" <craigberry@mac.com>
5062              Date: Mon, 15 Apr 2002 21:48:36 -0500
5063              Message-Id: <a05101500b8e13f80e770@[172.16.52.1]>
5064      Branch: perl
5065            ! configure.com t/x2p/s2p.t x2p/s2p.PL
5066 ____________________________________________________________________________
5067 [ 15940] By: jhi                                   on 2002/04/15  22:23:31
5068         Log: The LGPL code relicensed, with permission from Mark Klein of DIS.
5069              (and the licensing of the other code clarified, from Mark Bixby.)
5070      Branch: perl
5071            ! mpeix/mpeix.c
5072 ____________________________________________________________________________
5073 [ 15939] By: jhi                                   on 2002/04/15  22:17:16
5074         Log: AUTHORS updates.
5075      Branch: perl
5076            ! AUTHORS
5077 ____________________________________________________________________________
5078 [ 15938] By: sky                                   on 2002/04/15  22:13:17
5079         Log: Add support for my $foo : shared; 
5080              Add testcase for this.
5081              Update manifest.
5082      Branch: perl
5083            + ext/threads/shared/t/shared_attr.t
5084            ! MANIFEST ext/threads/shared/shared.pm
5085 ____________________________________________________________________________
5086 [ 15937] By: jhi                                   on 2002/04/15  21:58:38
5087         Log: Subject: [PATCH] t/japh/abigail.t (was: FETCH for tied $" called an odd number of times.)
5088              From: abigail@foad.org
5089              Date: Mon, 15 Apr 2002 17:41:17 +0200
5090              Message-ID: <20020415154117.1559.qmail@foad.org>
5091              
5092              (With EBCDIC skippage added, and the skip reason
5093              skippage on the two ?? loops tweaked.)
5094      Branch: perl
5095            + t/japh/abigail.t
5096            ! MANIFEST t/TEST
5097 ____________________________________________________________________________
5098 [ 15936] By: jhi                                   on 2002/04/15  21:48:56
5099         Log: Subject: Re: [ID 20020412.005] Dancing ??s
5100              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
5101              Date: Sun, 14 Apr 2002 16:09:30 +0100
5102              Message-Id: <200204141509.g3EF9UQ18111@crypt.compulink.co.uk>
5103      Branch: perl
5104            ! pod/perlop.pod pp_hot.c t/op/pat.t
5105 ____________________________________________________________________________
5106 [ 15935] By: jhi                                   on 2002/04/15  21:47:45
5107         Log: Subject: [PATCH] t/test.pl additional functionality for runperl
5108              From: abigail@foad.org
5109              Date: Mon, 15 Apr 2002 17:40:02 +0200
5110              Message-ID: <20020415154002.1549.qmail@foad.org>
5111      Branch: perl
5112            ! t/test.pl
5113 ____________________________________________________________________________
5114 [ 15934] By: jhi                                   on 2002/04/15  21:46:27
5115         Log: Subject: [PATCH]universal.c:XS_Internals_hv_clear_placeholders is too long
5116              From: "Craig A. Berry" <craigberry@mac.com>
5117              Date: Mon, 15 Apr 2002 14:05:26 -0500
5118              Message-Id: <5.1.0.14.2.20020415125256.0332ede0@exchi01>
5119      Branch: perl
5120            ! universal.c
5121 ____________________________________________________________________________
5122 [ 15933] By: sky                                   on 2002/04/15  21:26:16
5123         Log: Test arrays containing references, and references to shared arrays.
5124      Branch: perl
5125            + ext/threads/shared/t/av_refs.t
5126 ____________________________________________________________________________
5127 [ 15932] By: nick                                  on 2002/04/15  15:06:49
5128         Log: Integrate mainline (for Encode)
5129      Branch: perlio
5130           +> ext/Encode/Encode/ConfigLocal_PM.e2x
5131           +> ext/Encode/lib/Encode/JP/JIS7.pm
5132            - ext/Encode/lib/Encode/JP/2022_JP.pm
5133            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5134            - ext/Encode/lib/Encode/JP/JIS.pm
5135           !> (integrate 26 files)
5136 ____________________________________________________________________________
5137 [ 15931] By: ams                                   on 2002/04/15  14:51:31
5138         Log: Subject: [PATCH] Chip didn't time travel.
5139              From: abigail@foad.org
5140              Date: Mon, 15 Apr 2002 17:40:22 +0200
5141              Message-Id: <20020415154022.1554.qmail@foad.org>
5142      Branch: perl
5143            ! pod/perlhist.pod
5144 ____________________________________________________________________________
5145 [ 15930] By: jhi                                   on 2002/04/15  14:40:56
5146         Log: Update Changes.
5147      Branch: perl
5148            ! Changes patchlevel.h
5149 ____________________________________________________________________________
5150 [ 15929] By: jhi                                   on 2002/04/15  14:33:52
5151         Log: The #15921 made the 'no warnings' unnecessary.
5152      Branch: perl
5153            ! t/op/magic.t
5154 ____________________________________________________________________________
5155 [ 15928] By: jhi                                   on 2002/04/15  14:28:59
5156         Log: Subject: Re: [FILE] FileCache.t
5157              From: belg4mit <belg4mit@mit.edu>
5158              Date: Mon, 15 Apr 2002 01:31:21 -0400
5159              Message-ID: <3CBA65A9.A228DBA1@mit.edu>
5160      Branch: perl
5161            ! lib/FileCache.t
5162 ____________________________________________________________________________
5163 [ 15927] By: jhi                                   on 2002/04/15  14:19:27
5164         Log: FileCache 1.02, from Jerrad Pierce <belg4mit@MIT.EDU>.
5165      Branch: perl
5166            ! lib/FileCache.pm lib/FileCache.t
5167 ____________________________________________________________________________
5168 [ 15926] By: jhi                                   on 2002/04/15  13:47:16
5169         Log: Subject: [PATCH] Re: [PATCH] Re: restricted hashes are unblessable
5170              From: Nicholas Clark <nick@unfortu.net>
5171              Date: Sun, 14 Apr 2002 22:54:43 +0100
5172              Message-ID: <20020414215442.GE301@Bagpuss.unfortu.net>
5173      Branch: perl
5174            ! lib/Hash/Util.t
5175 ____________________________________________________________________________
5176 [ 15925] By: jhi                                   on 2002/04/15  13:23:34
5177         Log: Subject: [Encode] 1.40 released!
5178              From: Dan Kogai <dankogai@dan.co.jp>
5179              Date: Mon, 15 Apr 2002 07:51:52 +0900
5180              Message-Id: <3699DFE8-4FFA-11D6-AEA5-00039301D480@dan.co.jp>
5181      Branch: perl
5182            + ext/Encode/Encode/ConfigLocal_PM.e2x
5183            + ext/Encode/lib/Encode/JP/JIS7.pm
5184            - ext/Encode/lib/Encode/JP/2022_JP.pm
5185            - ext/Encode/lib/Encode/JP/2022_JP1.pm
5186            - ext/Encode/lib/Encode/JP/JIS.pm
5187            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
5188            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
5189            ! ext/Encode/JP/JP.pm ext/Encode/MANIFEST ext/Encode/README
5190            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
5191            ! ext/Encode/lib/Encode/Config.pm
5192            ! ext/Encode/lib/Encode/Encoder.pm
5193            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5194            ! ext/Encode/t/jperl.t ext/Encode/t/unibench.pl
5195 ____________________________________________________________________________
5196 [ 15924] By: jhi                                   on 2002/04/15  12:52:58
5197         Log: return undef is of questionable style.
5198      Branch: perl
5199            ! lib/Hash/Util.pm
5200 ____________________________________________________________________________
5201 [ 15923] By: jhi                                   on 2002/04/15  12:47:26
5202         Log: Subject: [PATCH 5.7.3 tests] Check to make sure @- and @+ interpolation bug is  fixed
5203              From: mjd@plover.com
5204              Date: 15 Apr 2002 06:46:02 -0000
5205              Message-ID: <20020415064602.17052.qmail@plover.com>     
5206      Branch: perl
5207            ! t/op/magic.t
5208 ____________________________________________________________________________
5209 [ 15922] By: jhi                                   on 2002/04/15  12:40:09
5210         Log: Subject: [PATCH 5.7.3] test @+ and @- features   
5211              From: mjd@plover.com
5212              Date: 14 Apr 2002 22:30:17 -0000
5213              Message-ID: <20020414223017.17361.qmail@plover.com>
5214      Branch: perl
5215            ! t/op/re_tests
5216 ____________________________________________________________________________
5217 [ 15921] By: jhi                                   on 2002/04/15  12:37:04
5218         Log: Subject: [PATCH 5.7.3] Supporess spurious warnings for @+ and and @-
5219              From: Mark-Jason Dominus <mjd@plover.com>
5220              Date: Mon, 15 Apr 2002 02:41:52 -0400
5221              Message-ID: <20020415064152.16958.qmail@plover.com>
5222      Branch: perl
5223            ! perl.c t/lib/warnings/toke
5224 ____________________________________________________________________________
5225 [ 15920] By: jhi                                   on 2002/04/15  12:32:43
5226         Log: Subject: [PATCH configure.com] was (Re: [PATCH] MakeMaker 5.55_03 -> 5.90_01)
5227              From: "Craig A. Berry" <craigberry@mac.com>
5228              Date: Sun, 14 Apr 2002 18:56:02 -0500
5229              Message-Id: <a05101500b8df8f770e55@[172.16.52.1]>
5230      Branch: perl
5231            ! configure.com
5232 ____________________________________________________________________________
5233 [ 15919] By: nick                                  on 2002/04/15  06:14:25
5234         Log: Integrate mainline
5235      Branch: perlio
5236           !> AUTHORS Configure ext/Storable/Storable.xs hints/hpux.sh
5237           !> lib/Cwd.pm lib/FileCache.pm lib/Hash/Util.pm lib/Hash/Util.t
5238           !> lib/vars.pm perl.c reentr.pl t/lib/warnings/toke universal.c
5239 ____________________________________________________________________________
5240 [ 15918] By: ams                                   on 2002/04/15  04:25:48
5241         Log: Subject: [PATCH lib/Cwd.pm] solve one taint problem
5242              From: Stas Bekman <stas@stason.org>
5243              Date: Mon, 15 Apr 2002 11:45:03 +0800
5244              Message-Id: <3CBA4CBF.9030306@stason.org>
5245      Branch: perl
5246            ! lib/Cwd.pm
5247 ____________________________________________________________________________
5248 [ 15917] By: ams                                   on 2002/04/15  04:21:14
5249         Log: Subject: Re: [PATCH 5.7.3] Suppress warnings about @F when -a flag supplied
5250              From: Mark-Jason Dominus <mjd@plover.com>
5251              Date: Mon, 15 Apr 2002 00:30:26 -0400
5252              Message-Id: <20020415043026.11417.qmail@plover.com>
5253      Branch: perl
5254            ! perl.c t/lib/warnings/toke
5255 ____________________________________________________________________________
5256 [ 15916] By: rgs                                   on 2002/04/14  19:30:41
5257         Log: Correct precedence problem in #15915
5258      Branch: perl
5259            ! lib/vars.pm
5260 ____________________________________________________________________________
5261 [ 15915] By: jhi                                   on 2002/04/14  15:41:01
5262         Log: use vars wasn't use utf8 aware.
5263      Branch: perl
5264            ! lib/vars.pm
5265 ____________________________________________________________________________
5266 [ 15914] By: jhi                                   on 2002/04/14  15:20:58
5267         Log: Subject: [PATCH] Re: restricted hashes are unblessable
5268              From: Nicholas Clark <nick@unfortu.net>
5269              Date: Sat, 13 Apr 2002 23:43:02 +0100
5270              Message-ID: <20020413224302.GB14889@Bagpuss.unfortu.net>
5271              
5272              The function name sucks but can't think of anything better.
5273      Branch: perl
5274            ! lib/Hash/Util.pm lib/Hash/Util.t universal.c
5275 ____________________________________________________________________________
5276 [ 15913] By: jhi                                   on 2002/04/14  14:55:07
5277         Log: Subject: AUTHORS update
5278              From: Chris Nandor <pudge@pobox.com>
5279              Date: Sun, 14 Apr 2002 11:54:40 -0400
5280              Message-ID: <pudge-BDAEFB.11544014042002@onion.valueclick.com>
5281      Branch: perl
5282            ! AUTHORS
5283 ____________________________________________________________________________
5284 [ 15912] By: nick                                  on 2002/04/14  14:47:18
5285         Log: XS versions of encode/decode for Encode::Unicode
5286      Branch: perlio
5287            ! ext/Encode/Encode.xs ext/Encode/lib/Encode/Unicode.pm
5288 ____________________________________________________________________________
5289 [ 15911] By: jhi                                   on 2002/04/14  14:28:59
5290         Log: metaconfig unit changes for #15910.
5291      Branch: metaconfig
5292            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
5293            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
5294            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
5295            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
5296            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
5297            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
5298            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
5299            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
5300            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
5301            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
5302            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
5303            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
5304            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
5305            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
5306            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
5307            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
5308            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
5309            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
5310            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
5311            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
5312            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
5313            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
5314            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
5315            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
5316 ____________________________________________________________________________
5317 [ 15910] By: jhi                                   on 2002/04/14  14:26:14
5318         Log: Simplify the _r probing code by adding the i_systime
5319              only for the APIs where it matters.
5320      Branch: perl
5321            ! Configure reentr.pl
5322 ____________________________________________________________________________
5323 [ 15909] By: jhi                                   on 2002/04/14  14:10:14
5324         Log: Integrate perlio;
5325              
5326              Avoid expensive paranoid check that decoder does return legal UTF-8
5327              
5328              Disable test code (assertions) in CRLF layer.
5329      Branch: perl
5330           !> ext/Encode/Encode.xs perlio.c
5331 ____________________________________________________________________________
5332 [ 15908] By: jhi                                   on 2002/04/14  14:05:45
5333         Log: Subject: patch for FileCache in 5.7.3
5334              From: JPIERCE <belg4mit@MIT.EDU>
5335              Date: Sun, 14 Apr 2002 00:38:21 -0400
5336              Message-Id: <200204140438.AAA30812@calloway.mit.edu>
5337      Branch: perl
5338            ! lib/FileCache.pm
5339 ____________________________________________________________________________
5340 [ 15907] By: jhi                                   on 2002/04/14  14:03:53
5341         Log: Subject: Re: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5342              From: Tim Bunce <Tim.Bunce@pobox.com>
5343              Date: Sun, 14 Apr 2002 12:07:35 +0100
5344              Message-ID: <20020414120735.U81028@dansat.data-plan.com>
5345      Branch: perl
5346            ! ext/Storable/Storable.xs
5347 ____________________________________________________________________________
5348 [ 15906] By: jhi                                   on 2002/04/14  14:00:03
5349         Log: Subject: [ PATCH ] time problem on 10.20 w/ threads
5350              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5351              Date: Sun, 14 Apr 2002 16:29:59 +0200
5352              Message-Id: <20020414143200.07BC.H.M.BRAND@hccnet.nl>
5353      Branch: perl
5354            ! hints/hpux.sh
5355 ____________________________________________________________________________
5356 [ 15905] By: jhi                                   on 2002/04/14  13:50:14
5357         Log: Subject: Enable portable gcc code on hp-ux
5358              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5359              Date: Sun, 14 Apr 2002 16:30:01 +0200
5360              Message-Id: <20020414162907.07C4.H.M.BRAND@hccnet.nl>
5361      Branch: perl
5362            ! hints/hpux.sh
5363 ____________________________________________________________________________
5364 [ 15904] By: nick                                  on 2002/04/14  09:18:01
5365         Log: Disable test code (assertions) in CRLF layer.
5366      Branch: perlio
5367            ! perlio.c
5368 ____________________________________________________________________________
5369 [ 15903] By: nick                                  on 2002/04/14  09:16:39
5370         Log: Avoid expensive paranoid check that decoder does return legal UTF-8
5371      Branch: perlio
5372            ! ext/Encode/Encode.xs
5373 ____________________________________________________________________________
5374 [ 15902] By: nick                                  on 2002/04/14  09:15:45
5375         Log: Integrate mainline
5376      Branch: perlio
5377           +> ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5378           +> t/win32/longpath.t t/win32/system.t
5379            - t/op/winsystem.t
5380           !> (integrate 30 files)
5381 ____________________________________________________________________________
5382 [ 15901] By: jhi                                   on 2002/04/13  23:10:36
5383         Log: Fixed URL for the Alpha editor.
5384      Branch: perl
5385            ! pod/perlfaq3.pod
5386 ____________________________________________________________________________
5387 [ 15900] By: jhi                                   on 2002/04/13  21:43:19
5388         Log: Dedodgify.
5389      Branch: perl
5390            ! ext/Storable/Storable.xs
5391 ____________________________________________________________________________
5392 [ 15899] By: jhi                                   on 2002/04/13  21:23:41
5393         Log: AUTHORS updates.
5394      Branch: perl
5395            ! AUTHORS
5396 ____________________________________________________________________________
5397 [ 15898] By: jhi                                   on 2002/04/13  19:59:49
5398         Log: s2p needs Config.pm.
5399      Branch: perl
5400            ! Makefile.SH
5401 ____________________________________________________________________________
5402 [ 15897] By: jhi                                   on 2002/04/13  19:58:15
5403         Log: Subject: [PATCH] Benchmark.t 75,90,109
5404              From: Nicholas Clark <nick@unfortu.net>
5405              Date: Sat, 13 Apr 2002 21:43:04 +0100
5406              Message-ID: <20020413204303.GB12835@Bagpuss.unfortu.net>
5407      Branch: perl
5408            ! lib/Benchmark.t
5409 ____________________________________________________________________________
5410 [ 15896] By: jhi                                   on 2002/04/13  19:10:08
5411         Log: Tweaks by Autrijus Tang.
5412      Branch: perl
5413            ! ext/Encode/encoding.pm
5414 ____________________________________________________________________________
5415 [ 15895] By: jhi                                   on 2002/04/13  18:27:05
5416         Log: FAQ sync.
5417      Branch: perl
5418            ! pod/perlfaq5.pod
5419 ____________________________________________________________________________
5420 [ 15894] By: jhi                                   on 2002/04/13  16:22:06
5421         Log: z/OS tally update.
5422      Branch: perl
5423            ! pod/perldelta.pod
5424 ____________________________________________________________________________
5425 [ 15893] By: jhi                                   on 2002/04/13  15:25:55
5426         Log: Subject: [dodgy PATCH] Re: [Storable] utf8 keys started working!
5427              From: Nicholas Clark <nick@unfortu.net>
5428              Date: Sat, 13 Apr 2002 02:58:07 +0100
5429              Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net>
5430      Branch: perl
5431            + ext/Storable/t/restrict.t ext/Storable/t/utf8hash.t
5432            ! MANIFEST dump.c embed.fnc embed.h ext/Storable/Storable.xs
5433            ! ext/Storable/t/utf8.t global.sym hv.c hv.h proto.h
5434            ! t/lib/st-dump.pl
5435 ____________________________________________________________________________
5436 [ 15892] By: jhi                                   on 2002/04/13  15:24:54
5437         Log: Add piconv and enc2xs to the list of utilities.
5438      Branch: perl
5439            ! utils.lst
5440 ____________________________________________________________________________
5441 [ 15891] By: jhi                                   on 2002/04/13  14:55:11
5442         Log: s.
5443      Branch: perl
5444            ! pod/perlunicode.pod
5445 ____________________________________________________________________________
5446 [ 15890] By: rgs                                   on 2002/04/13  14:51:27
5447         Log: Phrasing fixes by Nick Clark
5448      Branch: perl
5449            ! pod/perlunicode.pod
5450 ____________________________________________________________________________
5451 [ 15889] By: rgs                                   on 2002/04/13  12:33:09
5452         Log: More POD fixes and typos
5453      Branch: perl
5454            ! pod/perlunicode.pod
5455 ____________________________________________________________________________
5456 [ 15888] By: rgs                                   on 2002/04/13  10:49:14
5457         Log: Subject: Re: UTF-8 and DB_File ?
5458              From: andreas.koenig@anima.de (Andreas J. Koenig)
5459              Date: Sat, 13 Apr 2002 13:29:41 +0200
5460              Message-ID: <m3ads7j0pm.fsf@anima.de>
5461      Branch: perl
5462            ! pod/perlunicode.pod
5463 ____________________________________________________________________________
5464 [ 15887] By: jhi                                   on 2002/04/12  22:38:23
5465         Log: Fix a typo noticed by Paul Johnson.
5466      Branch: perl
5467            ! MANIFEST
5468 ____________________________________________________________________________
5469 [ 15886] By: jhi                                   on 2002/04/12  21:38:11
5470         Log: Subject: Re: Win32 Status
5471              From: Michael G Schwern <schwern@pobox.com>
5472              Date: Fri, 12 Apr 2002 10:15:33 -0400
5473              Message-ID: <20020412141533.GB9788@blackrider>
5474      Branch: perl
5475            ! lib/ExtUtils/t/INST.t
5476 ____________________________________________________________________________
5477 [ 15885] By: jhi                                   on 2002/04/12  20:18:41
5478         Log: Upgrade to Encode 1.34, from Dan Kogai.
5479      Branch: perl
5480            ! ext/Encode/Changes ext/Encode/Encode.pm
5481            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
5482            ! ext/Encode/t/Unicode.t
5483 ____________________________________________________________________________
5484 [ 15884] By: jhi                                   on 2002/04/12  20:16:16
5485         Log: Subject: [PATCH] Updated e-mail address in AUTHORS file
5486              From: Graham TerMarsch <graham@howlingfrog.com>
5487              Date: Fri, 12 Apr 2002 12:28:47 -0700
5488              Message-Id: <200204121228.47826.graham@howlingfrog.com>
5489      Branch: perl
5490            ! AUTHORS
5491 ____________________________________________________________________________
5492 [ 15883] By: jhi                                   on 2002/04/12  20:01:37
5493         Log: Subject: [PATCH] Re: OK, what did I break in unpack?
5494              From: Nicholas Clark <nick@unfortu.net>
5495              Date: Fri, 12 Apr 2002 21:59:06 +0100
5496              Message-ID: <20020412205906.GD353@Bagpuss.unfortu.net>
5497      Branch: perl
5498            ! pp_pack.c t/op/pack.t
5499 ____________________________________________________________________________
5500 [ 15882] By: jhi                                   on 2002/04/12  19:59:36
5501         Log: Re-sort MANIFEST.
5502      Branch: perl
5503            ! MANIFEST
5504 ____________________________________________________________________________
5505 [ 15881] By: jhi                                   on 2002/04/12  19:58:43
5506         Log: Move also the Win32 system testing to t/win32.
5507      Branch: perl
5508            + t/win32/system.t
5509            - t/op/winsystem.t
5510            ! MANIFEST
5511 ____________________________________________________________________________
5512 [ 15880] By: jhi                                   on 2002/04/12  19:57:05
5513         Log: Integrate change #15879 from maint-5.6;
5514              
5515              Win32::GetLongPathName() did not return valid results if there
5516              were "." and ".." components in the path; also fix a potential
5517              buffer overflow if the long path happens to be longer than
5518              MAX_PATH (this can presumably happen if they use \\?\... style
5519              paths); add a rather limited testsuite that exercises just the
5520              edge cases
5521      Branch: perl
5522           +> t/win32/longpath.t
5523           !> MANIFEST t/harness win32/win32.c
5524 ____________________________________________________________________________
5525 [ 15879] By: gsar                                  on 2002/04/12  19:45:50
5526         Log: Win32::GetLongPathName() did not return valid results if there
5527              were "." and ".." components in the path; also fix a potential
5528              buffer overflow if the long path happens to be longer than
5529              MAX_PATH (this can presumably happen if they use \\?\... style
5530              paths); add a rather limited testsuite that exercises just the
5531              edge cases
5532      Branch: maint-5.6/perl
5533            + t/win32/longpath.t
5534            ! MANIFEST t/harness win32/win32.c
5535 ____________________________________________________________________________
5536 [ 15878] By: nick                                  on 2002/04/12  14:38:32
5537         Log: Integrate mainline
5538      Branch: perlio
5539           +> lib/ExtUtils/t/INST_PREFIX.t
5540           !> (integrate 37 files)
5541 ____________________________________________________________________________
5542 [ 15877] By: jhi                                   on 2002/04/12  14:05:23
5543         Log: Update Changes.
5544      Branch: perl
5545            ! Changes patchlevel.h
5546 ____________________________________________________________________________
5547 [ 15876] By: jhi                                   on 2002/04/12  13:36:52
5548         Log: Discuss the magic of \w in security terms.
5549      Branch: perl
5550            ! pod/perlsec.pod pod/perlunicode.pod
5551 ____________________________________________________________________________
5552 [ 15875] By: jhi                                   on 2002/04/12  13:16:43
5553         Log: Add a warning about the symbolic methods and
5554              symbolic sub refs not being checked for taint.
5555      Branch: perl
5556            ! pod/perlsec.pod
5557 ____________________________________________________________________________
5558 [ 15874] By: jhi                                   on 2002/04/12  12:27:41
5559         Log: In EBCDIC the BOM detection doesn't seem
5560              to be working right.  For now skipping the test,
5561              waiting for Dan's opinion.
5562      Branch: perl
5563            ! ext/Encode/t/Unicode.t
5564 ____________________________________________________________________________
5565 [ 15873] By: jhi                                   on 2002/04/12  02:10:33
5566         Log: Update to Net::Ping 2.16.
5567      Branch: perl
5568            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
5569 ____________________________________________________________________________
5570 [ 15872] By: jhi                                   on 2002/04/12  02:06:04
5571         Log: Upgrade to CGI.pm 2.81.
5572      Branch: perl
5573            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/html.t
5574 ____________________________________________________________________________
5575 [ 15871] By: jhi                                   on 2002/04/12  01:48:01
5576         Log: Move up restricted hashes a bit.
5577      Branch: perl
5578            ! pod/perldelta.pod
5579 ____________________________________________________________________________
5580 [ 15870] By: jhi                                   on 2002/04/12  01:23:58
5581         Log: Now using Unicode 3.2.0.
5582      Branch: perl
5583            ! pod/perldelta.pod
5584 ____________________________________________________________________________
5585 [ 15869] By: jhi                                   on 2002/04/11  22:48:24
5586         Log: UNICOS too has sockpair issues (unsurprisingly,
5587              since UNICOS/mk has them too)
5588      Branch: perl
5589            ! ext/Socket/socketpair.t
5590 ____________________________________________________________________________
5591 [ 15868] By: jhi                                   on 2002/04/11  20:41:23
5592         Log: FAQ patch from mjd regarding Tie::File.
5593      Branch: perl
5594            ! pod/perlfaq5.pod
5595 ____________________________________________________________________________
5596 [ 15867] By: jhi                                   on 2002/04/11  19:19:36
5597         Log: ZWNJ, ZWJ.  Any further convenience aliasing should
5598              consider using the NamesList.
5599      Branch: perl
5600            ! lib/charnames.pm lib/charnames.t
5601 ____________________________________________________________________________
5602 [ 15866] By: jhi                                   on 2002/04/11  18:40:55
5603         Log: Subject: [PATCH] free CheckTree from the tyranny of the forward slash
5604              From: "Craig A. Berry" <craigberry@mac.com>
5605              Date: Thu, 11 Apr 2002 13:47:21 -0500
5606              Message-Id: <a05101500b8db89763fbf@[172.16.52.1]>
5607      Branch: perl
5608            ! lib/File/CheckTree.pm lib/File/CheckTree.t
5609 ____________________________________________________________________________
5610 [ 15865] By: jhi                                   on 2002/04/11  18:39:36
5611         Log: More NT Unicode information from Jan Dubois.
5612      Branch: perl
5613            ! pod/perltodo.pod
5614 ____________________________________________________________________________
5615 [ 15864] By: jhi                                   on 2002/04/11  18:21:39
5616         Log: Add one perltodo item (and move bunch of them to better spot),
5617              add sysopen() to "Functions for filehandles, files, or directories".
5618      Branch: perl
5619            ! pod/perlfunc.pod pod/perltodo.pod
5620 ____________________________________________________________________________
5621 [ 15863] By: jhi                                   on 2002/04/11  14:46:45
5622         Log: Prettyprinting: shorten the lines to avoid linewrapping.
5623      Branch: perl
5624            ! t/TEST
5625 ____________________________________________________________________________
5626 [ 15862] By: jhi                                   on 2002/04/11  14:42:06
5627         Log: Also NEC SUPER-UX has buggy sockpair().
5628      Branch: perl
5629            ! ext/Socket/socketpair.t
5630 ____________________________________________________________________________
5631 [ 15861] By: jhi                                   on 2002/04/11  13:35:01
5632         Log: dTHX works on its own just fine.
5633      Branch: perl
5634            ! ext/DynaLoader/dl_aix.xs
5635 ____________________________________________________________________________
5636 [ 15860] By: jhi                                   on 2002/04/11  13:34:40
5637         Log: Must hold off building s2p until there's a miniperl.
5638      Branch: perl
5639            ! Makefile.SH
5640 ____________________________________________________________________________
5641 [ 15859] By: jhi                                   on 2002/04/11  13:02:10
5642         Log: AIX: strerror_r() needs dTHX.
5643      Branch: perl
5644            ! ext/DynaLoader/dl_aix.xs
5645 ____________________________________________________________________________
5646 [ 15858] By: jhi                                   on 2002/04/11  12:42:57
5647         Log: Extracting the s2p may require the right dynlibpath.
5648      Branch: perl
5649            ! Makefile.SH
5650 ____________________________________________________________________________
5651 [ 15857] By: jhi                                   on 2002/04/11  12:40:59
5652         Log: Doc tweaks.
5653      Branch: perl
5654            ! ext/Time/HiRes/HiRes.pm
5655 ____________________________________________________________________________
5656 [ 15856] By: jhi                                   on 2002/04/11  12:33:57
5657         Log: Subject: [PATCH] MakeMaker 5.55_03 -> 5.90_01
5658              From: Michael G Schwern <schwern@pobox.com>
5659              Date: Thu, 11 Apr 2002 01:25:26 -0400
5660              Message-ID: <20020411052525.GA17038@blackrider>
5661      Branch: perl
5662            + lib/ExtUtils/t/INST_PREFIX.t
5663            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
5664            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
5665            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
5666            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/INST.t
5667            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
5668            ! lib/ExtUtils/t/prefixify.t
5669 ____________________________________________________________________________
5670 [ 15855] By: nick                                  on 2002/04/11  06:26:44
5671         Log: Integrate mainline
5672      Branch: perlio
5673           !> (integrate 42 files)
5674 ____________________________________________________________________________
5675 [ 15854] By: jhi                                   on 2002/04/11  02:38:50
5676         Log: Unused variables.
5677      Branch: perl
5678            ! ext/threads/shared/shared.xs ext/threads/threads.xs
5679 ____________________________________________________________________________
5680 [ 15853] By: jhi                                   on 2002/04/11  02:15:51
5681         Log: Subject: [ PATCH ] Minor Term::ReadLine POD fix
5682              From: Ilya Martynov <ilya@martynov.org>
5683              Date: 11 Apr 2002 03:21:17 +0400
5684              Message-ID: <87u1qj9m36.fsf_-_@abra.ru>
5685      Branch: perl
5686            ! lib/Term/ReadLine.pm
5687 ____________________________________________________________________________
5688 [ 15852] By: jhi                                   on 2002/04/10  22:48:15
5689         Log: Upgrade to Encode 1.33, from Dan Kogai.
5690      Branch: perl
5691            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
5692            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Encoder.pm
5693            ! ext/Encode/lib/Encode/Supported.pod
5694            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Encoder.t
5695            ! ext/Encode/t/bogus.ucm ext/Encode/ucm/adobeStdenc.ucm
5696            ! ext/Encode/ucm/adobeSymbol.ucm
5697            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
5698 ____________________________________________________________________________
5699 [ 15851] By: jhi                                   on 2002/04/10  21:25:30
5700         Log: Backward portability from Dan Kogai.
5701      Branch: perl
5702            ! ext/Storable/t/blessed.t ext/Storable/t/canonical.t
5703            ! ext/Storable/t/compat06.t ext/Storable/t/dclone.t
5704            ! ext/Storable/t/forgive.t ext/Storable/t/freeze.t
5705            ! ext/Storable/t/lock.t ext/Storable/t/overload.t
5706            ! ext/Storable/t/recurse.t ext/Storable/t/retrieve.t
5707            ! ext/Storable/t/store.t ext/Storable/t/tied.t
5708            ! ext/Storable/t/tied_hook.t ext/Storable/t/tied_items.t
5709            ! ext/Storable/t/utf8.t
5710 ____________________________________________________________________________
5711 [ 15850] By: rgs                                   on 2002/04/10  20:07:42
5712         Log: Fix a bug in B::walkoptree_slow (wasn't handling OP_SUBSTCONT
5713              correctly). As a side-effect, fix a bug in B::Lint. The corresponding
5714              bug in B::walkoptree still to be fixed.
5715      Branch: perl
5716            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/t/lint.t
5717 ____________________________________________________________________________
5718 [ 15849] By: jhi                                   on 2002/04/10  18:39:15
5719         Log: Subject: [PATCH perldelta.pod] Japanese language is ja
5720              From: Philip Newton <Philip.Newton@gmx.net>
5721              Date: Wed, 10 Apr 2002 21:29:58 +0200
5722              Message-ID: <0h49bukom05uc62sqkp3ogr5gsv8udquh7@4ax.com>
5723      Branch: perl
5724            ! pod/perldelta.pod
5725 ____________________________________________________________________________
5726 [ 15848] By: jhi                                   on 2002/04/10  14:22:12
5727         Log: Integrate perlio;
5728              
5729              Add a \t to Win32 pm_to_blib $(TOUCH) line.
5730      Branch: perl
5731           !> lib/ExtUtils/MM_Win32.pm
5732 ____________________________________________________________________________
5733 [ 15847] By: nick                                  on 2002/04/10  13:08:29
5734         Log: Add a \t to Win32 pm_to_blib $(TOUCH) line.
5735      Branch: perlio
5736            ! lib/ExtUtils/MM_Win32.pm
5737 ____________________________________________________________________________
5738 [ 15846] By: jhi                                   on 2002/04/10  12:57:51
5739         Log: Try to fool old AIX when threading, from Merijn.
5740      Branch: perl
5741            ! perl.h
5742 ____________________________________________________________________________
5743 [ 15845] By: jhi                                   on 2002/04/10  12:44:51
5744         Log: Update Changes.
5745      Branch: perl
5746            ! Changes patchlevel.h
5747 ____________________________________________________________________________
5748 [ 15844] By: jhi                                   on 2002/04/10  12:38:41
5749         Log: Welcome to the 5.7.3.
5750      Branch: perl
5751            ! NetWare/Makefile win32/Makefile
5752 ____________________________________________________________________________
5753 [ 15843] By: jhi                                   on 2002/04/10  12:34:01
5754         Log: Make x2p/s2p part of the test_prep target now that we
5755              have a test for it.
5756      Branch: perl
5757            ! Makefile.SH
5758 ____________________________________________________________________________
5759 [ 15842] By: jhi                                   on 2002/04/10  11:47:23
5760         Log: Integrate perlio.
5761              
5762              We have been 5.7.3 for a while - install there ...
5763      Branch: perl
5764           !> win32/makefile.mk
5765 ____________________________________________________________________________
5766 [ 15841] By: jhi                                   on 2002/04/10  11:45:14
5767         Log: SImilarly to old HP-UX, in old AIX too including
5768              crypt.h leads into trouble.  (from Merijn)
5769      Branch: perl
5770            ! hints/aix.sh
5771 ____________________________________________________________________________
5772 [ 15840] By: nick                                  on 2002/04/10  10:04:19
5773         Log: We have been 5.7.3 for a while - install there ...
5774      Branch: perlio
5775            ! win32/makefile.mk
5776 ____________________________________________________________________________
5777 [ 15839] By: nick                                  on 2002/04/10  10:03:46
5778         Log: Intgrate mainline
5779      Branch: perlio
5780           +> ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm t/x2p/s2p.t
5781            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
5782            - ext/Encode/ucm/macGurmukhi.ucm ext/File/Glob/t/utf8.t
5783           !> (integrate 40 files)
5784 ____________________________________________________________________________
5785 [ 15838] By: ams                                   on 2002/04/10  04:16:45
5786         Log: Subject: [PATCH] ext/attrs.t getting skipped
5787              From: "Craig A. Berry" <craigberry@mac.com>
5788              Date: Tue, 9 Apr 2002 23:58:49 -0500
5789              Message-Id: <a05101503b8d970983e6d@[172.16.52.1]>
5790      Branch: perl
5791            ! t/TEST
5792 ____________________________________________________________________________
5793 [ 15837] By: jhi                                   on 2002/04/10  01:18:57
5794         Log: Subject: [PATCH] Re: another patch (unready) against t/op/sub_lval.t
5795              From: Michael G Schwern <schwern@pobox.com>
5796              Date: Tue, 9 Apr 2002 20:52:55 -0400
5797              Message-ID: <20020410005254.GI8954@blackrider>
5798      Branch: perl
5799            ! t/op/sub_lval.t
5800 ____________________________________________________________________________
5801 [ 15836] By: jhi                                   on 2002/04/09  23:43:55
5802         Log: Undo accident in #15385.
5803      Branch: metaconfig/U/perl
5804            ! Extensions.U
5805 ____________________________________________________________________________
5806 [ 15835] By: jhi                                   on 2002/04/09  23:41:01
5807         Log: Retract the UTF-8 filenames patch.  This may be
5808              better dealt with in Perl level, a la File::Spec
5809              (since the whole mess is strongly filesystem-specific).
5810      Branch: metaconfig/U/perl
5811            + usecjk.U
5812            ! Extensions.U
5813      Branch: perl
5814            - ext/File/Glob/t/utf8.t
5815            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
5816            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
5817            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
5818            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
5819            ! t/op/readdir.t
5820 ____________________________________________________________________________
5821 [ 15834] By: jhi                                   on 2002/04/09  20:05:59
5822         Log: Upgrade to Encode 1.32, from Dan Kogai.
5823      Branch: perl
5824            + ext/Encode/bin/ucmlint ext/Encode/t/bogus.ucm
5825            - ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macGujarati.ucm
5826            - ext/Encode/ucm/macGurmukhi.ucm
5827            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
5828            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
5829            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/Alias.pm
5830            ! ext/Encode/lib/Encode/Encoder.pm
5831            ! ext/Encode/lib/Encode/Supported.pod
5832            ! ext/Encode/lib/Encode/Unicode.pm
5833            ! ext/Encode/ucm/adobeStdenc.ucm ext/Encode/ucm/adobeSymbol.ucm
5834            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/macROMnn.ucm
5835 ____________________________________________________________________________
5836 [ 15833] By: jhi                                   on 2002/04/09  18:32:27
5837         Log: Add tests for s2p/psed, from Wolfgang Laun.
5838      Branch: perl
5839            + t/x2p/s2p.t
5840            ! MANIFEST t/TEST
5841 ____________________________________________________________________________
5842 [ 15832] By: jhi                                   on 2002/04/09  18:14:57
5843         Log: FAQ sync.
5844      Branch: perl
5845            ! pod/perlfaq2.pod pod/perlfaq3.pod
5846 ____________________________________________________________________________
5847 [ 15831] By: jhi                                   on 2002/04/09  18:02:55
5848         Log: Remove false dependency between getgrent and setpwent
5849              having/not having FILE**.  Also make the names of the
5850              {set,get,end}* interface struct members a bit shorter.
5851      Branch: perl
5852            ! reentr.c reentr.h reentr.pl
5853 ____________________________________________________________________________
5854 [ 15830] By: jhi                                   on 2002/04/09  16:11:43
5855         Log: Avoid bad prototypes.
5856      Branch: perl
5857            ! hints/hpux.sh
5858 ____________________________________________________________________________
5859 [ 15829] By: jhi                                   on 2002/04/09  14:45:48
5860         Log: metaconfig unit change for #15828.
5861      Branch: metaconfig
5862            ! U/protos/Protochk.U
5863 ____________________________________________________________________________
5864 [ 15828] By: jhi                                   on 2002/04/09  14:45:21
5865         Log: As Merijn points out, pthread.h really needs to be known
5866              by protochk.
5867      Branch: perl
5868            ! Configure
5869 ____________________________________________________________________________
5870 [ 15827] By: jhi                                   on 2002/04/09  12:45:56
5871         Log: Integrate perlio;
5872              
5873              Patch up Encode for Tk
5874      Branch: perl
5875           !> ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
5876           !> ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
5877 ____________________________________________________________________________
5878 [ 15826] By: nick                                  on 2002/04/09  12:38:25
5879         Log: Patch up Encode for Tk
5880      Branch: perlio
5881            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Alias.pm
5882            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
5883 ____________________________________________________________________________
5884 [ 15825] By: jhi                                   on 2002/04/09  11:51:36
5885         Log: Portability tweak.
5886      Branch: perl
5887            ! lib/File/CheckTree.t
5888 ____________________________________________________________________________
5889 [ 15824] By: sky                                   on 2002/04/09  10:51:07
5890         Log: Subject: [PATCH] perlhist.pod doesn't mention 5.7.3.
5891              From: Abigail <abigail@osp.nl>
5892              Date: tis apr 09, 2002  01:46:58  Europe/Stockholm
5893              Message-Id: <20020409134658.A18986@gatekeeper.osp.nl>
5894      Branch: perl
5895            ! pod/perlhist.pod
5896 ____________________________________________________________________________
5897 [ 15823] By: nick                                  on 2002/04/09  08:17:59
5898         Log: Integrate mainline
5899      Branch: perlio
5900           +> ext/Encode/lib/Encode/Config.pm
5901           +> ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/Encoder.t
5902           !> (integrate 37 files)
5903 ____________________________________________________________________________
5904 [ 15822] By: ams                                   on 2002/04/09  06:43:50
5905         Log: Subject: [PATCH @15821] File::CheckTree hates @'s
5906              From: Spider Boardman <spider@Orb.Nashua.NH.US>
5907              Date: Tue, 09 Apr 2002 02:00:51 -0400
5908              Message-Id: <200204090600.CAA20267@Orb.Nashua.NH.US>
5909      Branch: perl
5910            ! lib/File/CheckTree.pm
5911 ____________________________________________________________________________
5912 [ 15821] By: jhi                                   on 2002/04/09  01:56:05
5913         Log: Small perldelta tweaks.
5914      Branch: perl
5915            ! pod/perldelta.pod
5916 ____________________________________________________________________________
5917 [ 15820] By: jhi                                   on 2002/04/09  01:37:28
5918         Log: File::Checktree update from Paul Grassie.
5919      Branch: perl
5920            ! lib/File/CheckTree.pm lib/File/CheckTree.t
5921 ____________________________________________________________________________
5922 [ 15819] By: ams                                   on 2002/04/08  22:43:48
5923         Log: Subject: patch against t/op/sub_lval.t
5924              From: Jim Cromie <jcromie@divsol.com>
5925              Date: Mon, 08 Apr 2002 17:38:16 -0600
5926              Message-Id: <3CB229E8.9080500@divsol.com>
5927      Branch: perl
5928            ! t/op/sub_lval.t
5929 ____________________________________________________________________________
5930 [ 15818] By: ams                                   on 2002/04/08  22:40:16
5931         Log: Humbly pay homage to the redundancy gods.
5932      Branch: perl
5933            ! mg.c
5934 ____________________________________________________________________________
5935 [ 15817] By: jhi                                   on 2002/04/08  22:20:46
5936         Log: metaconfig mirror #15816.
5937      Branch: metaconfig
5938            ! U/modified/Unix.U
5939 ____________________________________________________________________________
5940 [ 15816] By: ams                                   on 2002/04/08  22:18:32
5941         Log: Nuke one overly-broad generalisation, as suggested by Sarathy.
5942      Branch: perl
5943            ! Porting/Glossary
5944 ____________________________________________________________________________
5945 [ 15815] By: jhi                                   on 2002/04/08  22:05:08
5946         Log: Small piconv tweaks (sent to Dan).
5947      Branch: perl
5948            ! ext/Encode/Encode.pm ext/Encode/bin/piconv
5949            ! ext/Encode/lib/Encode/Alias.pm
5950 ____________________________________________________________________________
5951 [ 15814] By: jhi                                   on 2002/04/08  19:04:52
5952         Log: Update Changes.
5953      Branch: perl
5954            ! Changes patchlevel.h
5955 ____________________________________________________________________________
5956 [ 15813] By: jhi                                   on 2002/04/08  18:56:58
5957         Log: FAQ sync.  (Ignoring the few URL differences for now.)
5958      Branch: perl
5959            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
5960            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
5961            ! pod/perlfaq7.pod pod/perlfaq9.pod
5962 ____________________________________________________________________________
5963 [ 15812] By: jhi                                   on 2002/04/08  18:23:41
5964         Log: Upgrade to Encode 1.31, from Dan Kogai.
5965      Branch: perl
5966            + ext/Encode/lib/Encode/Config.pm ext/Encode/t/Encoder.t
5967            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
5968            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Encoder.pm
5969            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
5970 ____________________________________________________________________________
5971 [ 15811] By: ams                                   on 2002/04/08  17:00:37
5972         Log: Subject: Re: lib/sort.t failure -- real PATCH enclosed
5973              From: Andy Dougherty <doughera@lafayette.edu>
5974              Date: Mon, 8 Apr 2002 13:20:39 -0400 (EDT)
5975              Message-Id: <Pine.SOL.4.10.10204081317040.20618-100000@maxwell.phys.lafayette.edu>
5976      Branch: perl
5977            ! lib/sort.t pp_sort.c
5978 ____________________________________________________________________________
5979 [ 15810] By: jhi                                   on 2002/04/08  16:27:32
5980         Log: metaconfig unit changes for #15809.
5981      Branch: metaconfig
5982            ! U/Glossary.patch U/modified/Unix.U U/modified/libs.U
5983 ____________________________________________________________________________
5984 [ 15809] By: jhi                                   on 2002/04/08  16:27:10
5985         Log: Mirroring #15806.
5986      Branch: perl
5987            ! Porting/Glossary Porting/config.sh Porting/config_H
5988 ____________________________________________________________________________
5989 [ 15808] By: jhi                                   on 2002/04/08  13:57:41
5990         Log: metaconfig unit changes for #15807.
5991      Branch: metaconfig
5992            ! U/protos/Protochk.U U/threads/d_asctime_r.U
5993            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
5994            ! U/threads/d_ctime_r.U U/threads/d_drand48_r.U
5995            ! U/threads/d_endgrent_r.U U/threads/d_endhostent_r.U
5996            ! U/threads/d_endnetent_r.U U/threads/d_endprotoent_r.U
5997            ! U/threads/d_endpwent_r.U U/threads/d_endservent_r.U
5998            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
5999            ! U/threads/d_getgrnam_r.U U/threads/d_gethostbyaddr_r.U
6000            ! U/threads/d_gethostbyname_r.U U/threads/d_gethostent_r.U
6001            ! U/threads/d_getlogin_r.U U/threads/d_getnetbyaddr_r.U
6002            ! U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
6003            ! U/threads/d_getprotobyname_r.U
6004            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
6005            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
6006            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
6007            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
6008            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
6009            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
6010            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
6011            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
6012            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
6013            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
6014            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
6015            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
6016            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
6017            ! U/threads/i_pthread.U
6018      Branch: perl
6019            ! config_h.SH
6020 ____________________________________________________________________________
6021 [ 15807] By: jhi                                   on 2002/04/08  13:57:12
6022         Log: Subject: [ PATCH ] Re: no snapshot today, no RC1 Monday    
6023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6024              Date: Mon, 08 Apr 2002 14:34:27 +0200
6025              Message-Id: <20020408141403.CE45.H.M.BRAND@hccnet.nl>
6026      Branch: perl
6027            ! Configure hints/hpux.sh reentr.pl
6028 ____________________________________________________________________________
6029 [ 15806] By: ams                                   on 2002/04/08  13:50:43
6030         Log: Subject: [PATCH] Updates to Porting/Glossary
6031              From: Paul_GreenVOS@vos.stratus.com
6032              Date: Mon, 8 Apr 02 10:44 edt
6033              Message-Id: <200204081445.KAA16861@mailhub1.stratus.com>
6034      Branch: perl
6035            ! Porting/Glossary
6036 ____________________________________________________________________________
6037 [ 15805] By: ams                                   on 2002/04/08  13:47:32
6038         Log: Subject: [PATCH] Re: MakeMaker broken (was Re: perl patch level 15780
6039              coredumps on startup)
6040              From: Michael G Schwern <schwern@pobox.com>
6041              Date: Mon, 8 Apr 2002 10:34:49 -0400
6042              Message-Id: <20020408143449.GB3245@blackrider>
6043      Branch: perl
6044            ! lib/ExtUtils/MM_Unix.pm
6045 ____________________________________________________________________________
6046 [ 15804] By: ams                                   on 2002/04/08  13:29:28
6047         Log: Subject: [PATCH] example in pod/perllexwarn.pod
6048              From: Slaven Rezic <slaven.rezic@berlin.de>
6049              Date: Mon, 8 Apr 2002 16:12:52 +0200 (CEST)
6050              Message-Id: <200204081412.g38ECqkX049116@vran.herceg.de>
6051      Branch: perl
6052            ! pod/perllexwarn.pod
6053 ____________________________________________________________________________
6054 [ 15803] By: jhi                                   on 2002/04/08  12:35:08
6055         Log: Upgrade to Encode 1.30, from Dan Kogai. 
6056      Branch: perl
6057            + ext/Encode/lib/Encode/Encoder.pm
6058            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6059            ! ext/Encode/MANIFEST ext/Encode/lib/Encode/Alias.pm
6060            ! ext/Encode/lib/Encode/Supported.pod
6061            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Unicode.t
6062            ! ext/Encode/t/grow.t
6063 ____________________________________________________________________________
6064 [ 15802] By: jhi                                   on 2002/04/08  12:11:26
6065         Log: Subject: Re: [MIME::Base64 patch] t/base64.t fix
6066              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
6067              Date: Mon, 08 Apr 2002 01:08:40 +0100
6068              Message-Id: <200204080008.g3808eT02175@crypt.compulink.co.uk>
6069      Branch: perl
6070            ! ext/MIME/Base64/t/base64.t
6071 ____________________________________________________________________________
6072 [ 15801] By: nick                                  on 2002/04/08  07:28:27
6073         Log: Integrate mainline
6074      Branch: perlio
6075           +> ext/Encode/t/Unicode.t ext/Encode/t/unibench.pl
6076           +> ext/Encode/ucm/jis0208.ucm ext/Encode/ucm/jis0212.ucm
6077           +> ext/File/Glob/t/utf8.t
6078           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6079           +> lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6080           +> lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6081            - ext/Encode/lib/Encode/10646_1.pm
6082            - ext/Encode/lib/Encode/Internal.pm
6083            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6084            - ext/Encode/ucm/cp37.ucm ext/Encode/ucm/ibm-1250.ucm
6085            - ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
6086            - ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
6087            - ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
6088            - ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
6089            - ext/Encode/ucm/macJapan.ucm ext/Encode/ucm/macRumanian.ucm
6090           !> (integrate 157 files)
6091 ____________________________________________________________________________
6092 [ 15800] By: ams                                   on 2002/04/08  07:06:21
6093         Log: Subject: [PATCH] ExtUtils::Packlist doesn't grok filenames with spaces
6094              From: Jan Dubois <JanD@ActiveState.com>
6095              Date: Mon, 08 Apr 2002 00:10:39 -0700
6096              Message-Id: <hkf2bu4tq2j4784o3mua795jgochaesuas@4ax.com>
6097      Branch: perl
6098            ! lib/ExtUtils/Packlist.pm
6099 ____________________________________________________________________________
6100 [ 15799] By: ams                                   on 2002/04/08  04:50:36
6101         Log: Subject: [PATCH pod/perlguts.pod] docco fixes
6102              From: Stas Bekman <stas@stason.org>
6103              Date: Mon, 8 Apr 2002 13:43:36 +0800 (SGT)
6104              Message-Id: <Pine.LNX.4.44.0204081316090.23983-100000@hope.stason.org>
6105      Branch: perl
6106            ! pod/perlguts.pod
6107 ____________________________________________________________________________
6108 [ 15798] By: ams                                   on 2002/04/08  03:56:52
6109         Log: New descriptions for savepv*(), as suggested by Gisle Aas.
6110      Branch: perl
6111            ! util.c
6112 ____________________________________________________________________________
6113 [ 15797] By: ams                                   on 2002/04/08  01:30:38
6114         Log: Remove, eliminate, and destroy multiple, redundant occurences of the
6115              same line of code. (As suggested by Simon Cozens.)
6116      Branch: perl
6117            ! mg.c
6118 ____________________________________________________________________________
6119 [ 15796] By: ams                                   on 2002/04/08  01:27:24
6120         Log: Fix prototypes of save{,shared}pv{,n} (s/sv/pv/) as suggested by
6121              Simon Cozens.
6122      Branch: perl
6123            ! embed.fnc util.c
6124 ____________________________________________________________________________
6125 [ 15795] By: ams                                   on 2002/04/08  01:05:16
6126         Log: Subject: [ID 20020407.002] Bug (?) and patch for DProf
6127              From: Tom Brown <thecap@peach.ece.utexas.edu>
6128              Date: Sun, 07 Apr 2002 23:20:05 GMT
6129              Message-Id: <E16uM6r-0002up-00@peach.ece.utexas.edu>
6130      Branch: perl
6131            ! ext/Devel/DProf/DProf.xs
6132 ____________________________________________________________________________
6133 [ 15794] By: jhi                                   on 2002/04/07  23:31:28
6134         Log: Retract #15793 since #15775 should fix the problem.
6135      Branch: perl
6136            ! hv.c
6137 ____________________________________________________________________________
6138 [ 15793] By: jhi                                   on 2002/04/07  23:25:14
6139         Log: (Retracted by #15794)
6140              Subject: [PATCH] hv.c
6141              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6142              Date: Sun, 7 Apr 2002 14:25:48 +0200
6143              Message-ID: <3CB056EC.16340.1119992@localhost>
6144      Branch: perl
6145            ! hv.c
6146 ____________________________________________________________________________
6147 [ 15792] By: ams                                   on 2002/04/07  21:48:49
6148         Log: Make other nits nervous.
6149      Branch: perl
6150            ! gv.c perl.c
6151 ____________________________________________________________________________
6152 [ 15791] By: ams                                   on 2002/04/07  20:31:08
6153         Log: Subject: [MIME::Base64 patch] t/base64.t fix
6154              From: Dan Kogai <dankogai@dan.co.jp>
6155              Date: Mon, 8 Apr 2002 06:19:29 +0900
6156              Message-Id: <25BF9A84-4A6D-11D6-9F9F-00039301D480@dan.co.jp>
6157      Branch: perl
6158            ! ext/MIME/Base64/t/base64.t
6159 ____________________________________________________________________________
6160 [ 15790] By: ams                                   on 2002/04/07  20:15:52
6161         Log: Subject: [PATCH] Devel/Peek/Peek.xs: reverse ifdef logic
6162              From: Slaven Rezic <slaven.rezic@berlin.de>
6163              Date: Sun, 7 Apr 2002 22:59:47 +0200 (CEST)
6164              Message-Id: <200204072059.g37KxlgN091129@vran.herceg.de>
6165      Branch: perl
6166            ! ext/Devel/Peek/Peek.xs
6167 ____________________________________________________________________________
6168 [ 15789] By: rgs                                   on 2002/04/07  19:34:10
6169         Log: Fully qualify in warning message the name of a subroutine redefined
6170              via glob assignment
6171      Branch: perl
6172            ! sv.c t/lib/warnings/op t/lib/warnings/sv
6173 ____________________________________________________________________________
6174 [ 15788] By: jhi                                   on 2002/04/07  17:32:49
6175         Log: Update from Dan Kogai.
6176      Branch: perl
6177            ! ext/Encode/t/Unicode.t
6178 ____________________________________________________________________________
6179 [ 15787] By: jhi                                   on 2002/04/07  16:59:45
6180         Log: Can't right now twist my brain to figure out
6181              the right CR/LF code point mappings in EBCDIC.
6182      Branch: perl
6183            ! lib/Pod/t/eol.t
6184 ____________________________________________________________________________
6185 [ 15786] By: jhi                                   on 2002/04/07  16:57:21
6186         Log: Subject: [PATCH] Re: [PATCH] Re: perl@15772
6187              From: Nicholas Clark <nick@ccl4.org>
6188              Date: Sun, 7 Apr 2002 15:01:56 +0100
6189              Message-ID: <20020407150156.R10686@plum.flirble.org>
6190      Branch: perl
6191            ! ext/Data/Dumper/Dumper.xs
6192 ____________________________________________________________________________
6193 [ 15785] By: jhi                                   on 2002/04/07  16:52:53
6194         Log: Tpyo.
6195      Branch: perl
6196            ! lib/Pod/t/eol.t
6197 ____________________________________________________________________________
6198 [ 15784] By: jhi                                   on 2002/04/07  16:41:29
6199         Log: EBCDIC branch was forgotten.
6200      Branch: perl
6201            ! ext/Devel/Peek/Peek.t
6202 ____________________________________________________________________________
6203 [ 15783] By: jhi                                   on 2002/04/07  16:29:09
6204         Log: charnames::viacode() was broken, noticed by Jeffrey.
6205      Branch: perl
6206            ! lib/charnames.pm lib/charnames.t
6207 ____________________________________________________________________________
6208 [ 15782] By: jhi                                   on 2002/04/07  15:53:35
6209         Log: Missing files.
6210      Branch: perl
6211            + ext/Encode/t/Unicode.t ext/Encode/t/grow.t
6212            ! MANIFEST ext/Encode/MANIFEST
6213 ____________________________________________________________________________
6214 [ 15781] By: jhi                                   on 2002/04/07  15:47:27
6215         Log: (intentionally empty)
6216      Branch: perl
6217            ! MANIFEST sv.h
6218 ____________________________________________________________________________
6219 [ 15780] By: jhi                                   on 2002/04/07  15:34:10
6220         Log: Upgrade to Encode 1.26, from Dan Kogai.
6221      Branch: perl
6222            + ext/Encode/t/unibench.pl ext/Encode/ucm/jis0208.ucm
6223            + ext/Encode/ucm/jis0212.ucm
6224            - ext/Encode/lib/Encode/10646_1.pm
6225            - ext/Encode/lib/Encode/Internal.pm
6226            - ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6227            - ext/Encode/t/grow.t ext/Encode/ucm/cp37.ucm
6228            - ext/Encode/ucm/ibm-1250.ucm ext/Encode/ucm/ibm-1251.ucm
6229            - ext/Encode/ucm/ibm-1252.ucm ext/Encode/ucm/ibm-1253.ucm
6230            - ext/Encode/ucm/ibm-1254.ucm ext/Encode/ucm/ibm-1255.ucm
6231            - ext/Encode/ucm/ibm-1256.ucm ext/Encode/ucm/ibm-1257.ucm
6232            - ext/Encode/ucm/ibm-1258.ucm ext/Encode/ucm/macJapan.ucm
6233            - ext/Encode/ucm/macRumanian.ucm
6234            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
6235            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6236            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
6237            ! ext/Encode/bin/piconv ext/Encode/bin/unidump
6238            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
6239            ! ext/Encode/lib/Encode/Encoding.pm
6240            ! ext/Encode/lib/Encode/Supported.pod
6241            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/t/Aliases.t
6242            ! ext/Encode/t/jperl.t ext/Encode/ucm/adobeStdenc.ucm
6243            ! ext/Encode/ucm/adobeSymbol.ucm
6244            ! ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/ascii.ucm
6245            ! ext/Encode/ucm/cp037.ucm ext/Encode/ucm/cp1006.ucm
6246            ! ext/Encode/ucm/cp1026.ucm ext/Encode/ucm/cp1250.ucm
6247            ! ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
6248            ! ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
6249            ! ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
6250            ! ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
6251            ! ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
6252            ! ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
6253            ! ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
6254            ! ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
6255            ! ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
6256            ! ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
6257            ! ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
6258            ! ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
6259            ! ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6260            ! ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6261            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
6262            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
6263            ! ext/Encode/ucm/jis0201.ucm ext/Encode/ucm/koi8-r.ucm
6264            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macCentEuro.ucm
6265            ! ext/Encode/ucm/macChinsimp.ucm ext/Encode/ucm/macChintrad.ucm
6266            ! ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
6267            ! ext/Encode/ucm/macDevanaga.ucm ext/Encode/ucm/macDingbats.ucm
6268            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGreek.ucm
6269            ! ext/Encode/ucm/macGujarati.ucm ext/Encode/ucm/macGurmukhi.ucm
6270            ! ext/Encode/ucm/macHebrew.ucm ext/Encode/ucm/macIceland.ucm
6271            ! ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6272            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRoman.ucm
6273            ! ext/Encode/ucm/macSymbol.ucm ext/Encode/ucm/macThai.ucm
6274            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6275            ! ext/Encode/ucm/nextstep.ucm
6276 ____________________________________________________________________________
6277 [ 15779] By: jhi                                   on 2002/04/07  14:51:04
6278         Log: Duh.  If the input is a stream of UTF-8 bytes, all that's
6279              needed is SvUTF8_on(), sv_utf8_upgrade() is quite bogus.
6280              Now, where was my coffee mug...
6281      Branch: perl
6282            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs pod/perlfunc.pod
6283            ! pp_sys.c
6284 ____________________________________________________________________________
6285 [ 15778] By: jhi                                   on 2002/04/07  14:35:15
6286         Log: Subject: [PATCH] MakeMaker basic.t on Win32
6287              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6288              Date: Sun, 7 Apr 2002 14:25:48 +0200
6289              Message-ID: <3CB056EC.27101.1119A3D@localhost>
6290              
6291              Subject: [PATCH] MakeMaker && Win32 && nmake
6292              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
6293              Date: Sun, 7 Apr 2002 14:25:48 +0200
6294              Message-ID: <3CB056EC.9001.11199ED@localhost>
6295      Branch: perl
6296            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
6297 ____________________________________________________________________________
6298 [ 15777] By: jhi                                   on 2002/04/07  14:27:06
6299         Log: Subject: Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,
6300              From: Philip Newton <Philip.Newton@gmx.net>
6301              Date: Sun, 07 Apr 2002 07:51:49 +0200      
6302              Message-ID: <1dnvau4j684hke2igk990f01nit8r2811s@4ax.com>
6303      Branch: perl
6304            ! utf8.c
6305 ____________________________________________________________________________
6306 [ 15776] By: jhi                                   on 2002/04/07  14:25:28
6307         Log: There was no nice way of getting in UTF-8 filenames:
6308              now one can use in the (new) three-arg form of readdir()
6309              and in File::Glob import a ":utf8" to transparently accept
6310              the filenames as Unicode.  Note that only :utf8 is supported,
6311              not fancier stuff like :encoding(foobar)
6312      Branch: perl
6313            + ext/File/Glob/t/utf8.t
6314            ! MANIFEST ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
6315            ! ext/File/Glob/Makefile.PL ext/File/Glob/bsd_glob.h opcode.h
6316            ! opcode.pl pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
6317            ! pod/perlunicode.pod pod/perluniintro.pod pp_sys.c sv.h
6318            ! t/op/readdir.t
6319 ____________________________________________________________________________
6320 [ 15775] By: rgs                                   on 2002/04/07  11:15:46
6321         Log: Subject: [PATCH] Re: perl@15772
6322              From: Nicholas Clark <nick@ccl4.org>
6323              Date: Sun, 7 Apr 2002 11:06:42 +0100
6324              Message-ID: <20020407110641.O10686@plum.flirble.org>
6325      Branch: perl
6326            ! hv.c
6327 ____________________________________________________________________________
6328 [ 15774] By: jhi                                   on 2002/04/07  01:21:07
6329         Log: Subject: [PATCH] Re: 15764 breakage
6330              From: Michael G Schwern <schwern@pobox.com>
6331              Date: Sat, 6 Apr 2002 19:14:02 -0500
6332              Message-ID: <20020407001401.GA7076@blackrider>
6333      Branch: perl
6334            ! lib/ExtUtils/MM_Unix.pm
6335 ____________________________________________________________________________
6336 [ 15773] By: jhi                                   on 2002/04/06  19:25:47
6337         Log: Instruction tweak.
6338      Branch: perl
6339            ! README.os390
6340 ____________________________________________________________________________
6341 [ 15772] By: jhi                                   on 2002/04/06  19:05:50
6342         Log: Update Changes.
6343      Branch: perl
6344            ! Changes patchlevel.h
6345 ____________________________________________________________________________
6346 [ 15771] By: jhi                                   on 2002/04/06  18:59:53
6347         Log: Subject: [PATCH] Encode tweaks for VMS
6348              From: Michael G Schwern <schwern@pobox.com>
6349              Date: Sat, 6 Apr 2002 03:26:09 -0500
6350              Message-ID: <20020406082609.GA28758@blackrider>
6351      Branch: perl
6352            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6353            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/JP/Makefile.PL
6354            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6355            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6356 ____________________________________________________________________________
6357 [ 15770] By: jhi                                   on 2002/04/06  18:54:06
6358         Log: Prettyprinting and version paranoia.
6359      Branch: perl
6360            ! ext/DB_File/t/db-recno.t
6361 ____________________________________________________________________________
6362 [ 15769] By: jhi                                   on 2002/04/06  18:50:17
6363         Log: Be explicit about the two DB_File tests croaking
6364              in Mac OS X.
6365      Branch: perl
6366            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
6367 ____________________________________________________________________________
6368 [ 15768] By: jhi                                   on 2002/04/06  17:53:52
6369         Log: Regen toc.
6370      Branch: perl
6371            ! pod/perltoc.pod
6372 ____________________________________________________________________________
6373 [ 15767] By: jhi                                   on 2002/04/06  17:25:13
6374         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6375              From: Benjamin Goldberg <goldbb2@earthlink.net>
6376              Date: Fri, 05 Apr 2002 19:15:42 -0500
6377              Message-ID: <3CAE3E2E.8483505@earthlink.net>
6378      Branch: perl
6379            ! hv.h
6380 ____________________________________________________________________________
6381 [ 15766] By: jhi                                   on 2002/04/06  17:18:14
6382         Log: Underline that the current implementation is not
6383              guaranteed to be forever; and reformat a bit.
6384      Branch: perl
6385            ! lib/utf8.pm
6386 ____________________________________________________________________________
6387 [ 15765] By: jhi                                   on 2002/04/06  17:15:34
6388         Log: Subject: Weak spots in the utf8 manpage
6389              From: andreas.koenig@anima.de (Andreas J. Koenig)
6390              Date: Fri, 05 Apr 2002 10:08:44 +0200      
6391              Message-ID: <m3u1qqefeb.fsf@anima.de>      
6392      Branch: perl
6393            ! lib/utf8.pm
6394 ____________________________________________________________________________
6395 [ 15764] By: jhi                                   on 2002/04/06  16:58:02
6396         Log: Subject: [PATCH] MakeMaker core sync 5.54_01 -> 5.55_02
6397              From: Michael G Schwern <schwern@pobox.com>
6398              Date: Sat, 6 Apr 2002 03:22:03 -0500
6399              Message-ID: <20020406082203.GA28713@blackrider>
6400      Branch: perl
6401            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/Makefile.PL
6402            + lib/ExtUtils/t/Big-Fat-Dummy/Liar/lib/Big/Fat/Liar.pm
6403            + lib/ExtUtils/t/INST.t lib/ExtUtils/t/prefixify.t
6404            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
6405            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Cygwin.pm
6406            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
6407            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
6408            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
6409            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Win32.t
6410            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
6411 ____________________________________________________________________________
6412 [ 15763] By: jhi                                   on 2002/04/06  16:53:50
6413         Log: No need to avoid utf8 warnings after #15762.
6414      Branch: perl
6415            ! lib/Unicode/Collate.pm
6416 ____________________________________________________________________________
6417 [ 15762] By: jhi                                   on 2002/04/06  16:41:06
6418         Log: As noted by Philip Newton: nothing wrong with BOM,
6419              but 0xFFFE quite wrong.
6420      Branch: perl
6421            ! t/lib/warnings/utf8 utf8.c utf8.h
6422 ____________________________________________________________________________
6423 [ 15761] By: jhi                                   on 2002/04/06  16:17:57
6424         Log: Explain the "gaps" in the UTF-8 encoding.
6425      Branch: perl
6426            ! pod/perlunicode.pod utf8.h
6427 ____________________________________________________________________________
6428 [ 15760] By: jhi                                   on 2002/04/06  16:09:20
6429         Log: Subject: [PATCH] Re: Dumper.pm and Unicode code points (was Re: Data::Dumper and integer conversions)
6430              From: Nicholas Clark <nick@unfortu.net>
6431              Date: Sat, 6 Apr 2002 14:54:51 +0100
6432              Message-ID: <20020406135450.GA644@Bagpuss.unfortu.net>
6433      Branch: perl
6434            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
6435 ____________________________________________________________________________
6436 [ 15759] By: jhi                                   on 2002/04/06  16:08:14
6437         Log: Signedness nits.
6438      Branch: perl
6439            ! hv.c
6440 ____________________________________________________________________________
6441 [ 15758] By: jhi                                   on 2002/04/06  16:07:03
6442         Log: Make hv_notallowed a static as suggested by Nick Clark;
6443              and synchronize the nomenclature to talk about restricted
6444              (not fixed) hashes.
6445      Branch: perl
6446            ! embed.fnc embed.h hv.c lib/Hash/Util.t pod/perldiag.pod
6447            ! proto.h
6448 ____________________________________________________________________________
6449 [ 15757] By: jhi                                   on 2002/04/06  15:47:52
6450         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6451              From: Nicholas Clark <nick@unfortu.net>
6452              Date: Sat, 6 Apr 2002 00:21:17 +0100
6453              Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net>
6454              
6455              (with the last one reversed)
6456      Branch: perl
6457            ! doop.c dump.c embed.fnc ext/Devel/Peek/Peek.t hv.c hv.h
6458            ! pod/perlunicode.pod pp.c sv.h t/op/utfhash.t
6459 ____________________________________________________________________________
6460 [ 15756] By: jhi                                   on 2002/04/06  15:46:35
6461         Log: Update the warning message.
6462      Branch: perl
6463            ! README.tru64
6464 ____________________________________________________________________________
6465 [ 15755] By: jhi                                   on 2002/04/06  15:26:44
6466         Log: Subject: [perlunicode]   A nasty doc bug causing the real one!
6467              From: Dan Kogai <dankogai@dan.co.jp>
6468              Date: Sat, 6 Apr 2002 06:08:40 +0900
6469              Message-Id: <4DB9C576-48D9-11D6-84DC-00039301D480@dan.co.jp>
6470      Branch: perl
6471            ! pod/perlunicode.pod
6472 ____________________________________________________________________________
6473 [ 15754] By: rgs                                   on 2002/04/05  20:47:22
6474         Log: Some tests were failing silently instead of saying "not ok"
6475      Branch: perl
6476            ! t/comp/proto.t
6477 ____________________________________________________________________________
6478 [ 15753] By: nick                                  on 2002/04/05  19:30:12
6479         Log: Integrate mainline
6480      Branch: perlio
6481           !> Configure NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c
6482           !> dosish.h ext/Storable/Storable.xs ext/Storable/t/dclone.t
6483           !> lib/Tie/File/t/26_twrite.t lib/sort.t pod/perlfunc.pod
6484 ____________________________________________________________________________
6485 [ 15752] By: jhi                                   on 2002/04/05  18:37:32
6486         Log: Minor Tie::File test patch, from mjd.
6487      Branch: perl
6488            ! lib/Tie/File/t/24_cache_loop.t
6489 ____________________________________________________________________________
6490 [ 15751] By: jhi                                   on 2002/04/05  18:35:35
6491         Log: Not *that* different line endings (noticed by Philip Newton)
6492      Branch: perl
6493            ! pod/perldelta.pod
6494 ____________________________________________________________________________
6495 [ 15750] By: jhi                                   on 2002/04/05  18:02:26
6496         Log: Retract #15745 for now; won't work without more Encode fixes.
6497      Branch: perl
6498            ! ext/Encode/lib/Encode/10646_1.pm
6499 ____________________________________________________________________________
6500 [ 15749] By: jhi                                   on 2002/04/05  17:00:01
6501         Log: metaconfig unit change for #15748.
6502      Branch: metaconfig
6503            ! U/modified/Oldconfig.U
6504 ____________________________________________________________________________
6505 [ 15748] By: jhi                                   on 2002/04/05  16:58:45
6506         Log: Subject: [ID 20020405.004] Configure doesn't always choose the openbsd hints fine on OpenBSD systems
6507              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
6508              Date: Fri, 5 Apr 2002 10:43:43 -0700 (MST)
6509              Message-Id: <200204051743.g35Hhhb7031096@xerxes.courtesan.com>
6510      Branch: perl
6511            ! Configure
6512 ____________________________________________________________________________
6513 [ 15747] By: jhi                                   on 2002/04/05  13:42:29
6514         Log: NetWare update from C Aditya.
6515      Branch: perl
6516            ! NetWare/Makefile NetWare/Nwmain.c NetWare/nw5.c dosish.h
6517 ____________________________________________________________________________
6518 [ 15746] By: jhi                                   on 2002/04/05  13:34:11
6519         Log: Win32 pacifying from mjd.
6520      Branch: perl
6521            ! lib/Tie/File/t/26_twrite.t
6522 ____________________________________________________________________________
6523 [ 15745] By: jhi                                   on 2002/04/05  13:07:21
6524         Log: Integrate perlio;
6525              
6526              Not only did UCS-2 have dodgy name it was buggy.
6527      Branch: perl
6528           !> ext/Encode/lib/Encode/10646_1.pm
6529 ____________________________________________________________________________
6530 [ 15744] By: nick                                  on 2002/04/05  13:02:36
6531         Log: Not only did UCS-2 have dodgy name it was buggy.
6532      Branch: perlio
6533            ! ext/Encode/lib/Encode/10646_1.pm
6534 ____________________________________________________________________________
6535 [ 15743] By: jhi                                   on 2002/04/05  12:50:21
6536         Log: Subject: Patch for bug ID 20020221.007
6537              From: Archer Sully <archer@meer.net>
6538              Date: Thu, 4 Apr 2002 21:45:34 -0700
6539              Message-Id: <20020405044630.8F2B3C859@mail.goldenagewireless.net>
6540              
6541              Fix for "[ID 20020221.007] SEGV in Storable with empty string
6542              scalar object" (dclone)
6543      Branch: perl
6544            ! ext/Storable/Storable.xs ext/Storable/t/dclone.t
6545 ____________________________________________________________________________
6546 [ 15742] By: rgs                                   on 2002/04/05  12:22:26
6547         Log: Subject: Re: lib/sort.t failure 
6548              From: "John P. Linderman" <jpl@research.att.com>
6549              Date: Fri, 05 Apr 2002 06:19:07 -0500
6550              Message-ID: <200204051119.GAA00032@raptor.research.att.com>
6551              
6552              with a minor formatting tweak
6553      Branch: perl
6554            ! pod/perlfunc.pod
6555 ____________________________________________________________________________
6556 [ 15741] By: rgs                                   on 2002/04/05  11:58:14
6557         Log: Subject: Re: lib/sort.t failure (and [PATCH])
6558              From: "John P. Linderman" <jpl@research.att.com>
6559              Date: Fri, 05 Apr 2002 07:13:27 -0500
6560              Message-ID: <200204051213.HAA13004@raptor.research.att.com>
6561      Branch: perl
6562            ! lib/sort.t
6563 ____________________________________________________________________________
6564 [ 15740] By: nick                                  on 2002/04/05  09:31:42
6565         Log: Integrate mainline
6566      Branch: perlio
6567           +> (branch 49 files)
6568           !> (integrate 82 files)
6569 ____________________________________________________________________________
6570 [ 15739] By: jhi                                   on 2002/04/05  01:52:28
6571         Log: Subject: A TEST. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
6572              From: Dan Kogai <dankogai@dan.co.jp>
6573              Date: Fri, 5 Apr 2002 11:52:50 +0900
6574              Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
6575      Branch: perl
6576            ! ext/Encode/t/Aliases.t
6577 ____________________________________________________________________________
6578 [ 15738] By: jhi                                   on 2002/04/05  01:45:24
6579         Log: Subject: A FIX. [Re: qr/^UCS2-le$/i    => '"UCS-2"'  -- what is it?]
6580              From: Dan Kogai <dankogai@dan.co.jp>
6581              Date: Fri, 5 Apr 2002 11:39:55 +0900
6582              Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
6583      Branch: perl
6584            ! ext/Encode/lib/Encode/Alias.pm
6585 ____________________________________________________________________________
6586 [ 15737] By: jhi                                   on 2002/04/04  22:28:32
6587         Log: Subject: Re: [ID 20020305.025] PACKAGE::SUPER doesn't work anymore
6588              From: Ilmari Karonen <iltzu@sci.fi>
6589              Date: Fri, 5 Apr 2002 01:35:08 +0300 (EET DST)
6590              Message-ID: <Pine.SOL.3.96.1020405004632.9372C-100000@simpukka>
6591      Branch: perl
6592            ! gv.c t/op/method.t
6593 ____________________________________________________________________________
6594 [ 15736] By: jhi                                   on 2002/04/04  22:28:10
6595         Log: I was fooled for a while, somebody else might be too.
6596      Branch: perl
6597            ! t/test.pl
6598 ____________________________________________________________________________
6599 [ 15735] By: jhi                                   on 2002/04/04  22:10:51
6600         Log: test.pl-ify.
6601      Branch: perl
6602            ! t/op/method.t
6603 ____________________________________________________________________________
6604 [ 15734] By: jhi                                   on 2002/04/04  19:54:19
6605         Log: Upgrade to Encode 1.20, from Dan Kogai.
6606      Branch: perl
6607            + ext/Encode/bin/unidump ext/Encode/ucm/adobeStdenc.ucm
6608            + ext/Encode/ucm/adobeSymbol.ucm
6609            + ext/Encode/ucm/adobeZdingbat.ucm ext/Encode/ucm/cp037.ucm
6610            + ext/Encode/ucm/cp1006.ucm ext/Encode/ucm/cp1026.ucm
6611            + ext/Encode/ucm/cp1251.ucm ext/Encode/ucm/cp1252.ucm
6612            + ext/Encode/ucm/cp1253.ucm ext/Encode/ucm/cp1254.ucm
6613            + ext/Encode/ucm/cp1255.ucm ext/Encode/ucm/cp1256.ucm
6614            + ext/Encode/ucm/cp1257.ucm ext/Encode/ucm/cp1258.ucm
6615            + ext/Encode/ucm/cp424.ucm ext/Encode/ucm/cp437.ucm
6616            + ext/Encode/ucm/cp500.ucm ext/Encode/ucm/cp737.ucm
6617            + ext/Encode/ucm/cp775.ucm ext/Encode/ucm/cp850.ucm
6618            + ext/Encode/ucm/cp852.ucm ext/Encode/ucm/cp855.ucm
6619            + ext/Encode/ucm/cp856.ucm ext/Encode/ucm/cp857.ucm
6620            + ext/Encode/ucm/cp860.ucm ext/Encode/ucm/cp861.ucm
6621            + ext/Encode/ucm/cp862.ucm ext/Encode/ucm/cp863.ucm
6622            + ext/Encode/ucm/cp864.ucm ext/Encode/ucm/cp865.ucm
6623            + ext/Encode/ucm/cp866.ucm ext/Encode/ucm/cp869.ucm
6624            + ext/Encode/ucm/cp874.ucm ext/Encode/ucm/cp875.ucm
6625            + ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macChinsimp.ucm
6626            + ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDevanaga.ucm
6627            + ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macGujarati.ucm
6628            + ext/Encode/ucm/macGurmukhi.ucm ext/Encode/ucm/macHebrew.ucm
6629            + ext/Encode/ucm/macJapanese.ucm ext/Encode/ucm/macKorean.ucm
6630            + ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macRUMnn.ucm
6631            + ext/Encode/ucm/macSymbol.ucm
6632            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
6633            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
6634            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
6635            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
6636            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
6637            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/JP.pm
6638            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
6639            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
6640            ! ext/Encode/Makefile.PL ext/Encode/Symbol/Makefile.PL
6641            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/Makefile.PL
6642            ! ext/Encode/TW/TW.pm ext/Encode/bin/enc2xs
6643            ! ext/Encode/bin/piconv ext/Encode/lib/Encode/10646_1.pm
6644            ! ext/Encode/lib/Encode/Alias.pm
6645            ! ext/Encode/lib/Encode/Supported.pod
6646            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
6647            ! ext/Encode/t/Aliases.t ext/Encode/t/encoding.t
6648            ! ext/Encode/t/jperl.t ext/Encode/ucm/ascii.ucm
6649            ! ext/Encode/ucm/cp1250.ucm ext/Encode/ucm/cp932.ucm
6650            ! ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
6651            ! ext/Encode/ucm/cp950.ucm ext/Encode/ucm/koi8-r.ucm
6652            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macCroatian.ucm
6653            ! ext/Encode/ucm/macCyrillic.ucm ext/Encode/ucm/macDingbats.ucm
6654            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macIceland.ucm
6655            ! ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macThai.ucm
6656            ! ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
6657            ! ext/Encode/ucm/nextstep.ucm
6658 ____________________________________________________________________________
6659 [ 15733] By: jhi                                   on 2002/04/04  17:23:31
6660         Log: Subject: left-over "use 5.7.2" in threads.pm
6661              From: Slaven Rezic <slaven.rezic@berlin.de>
6662              Date: 21 Mar 2002 23:18:13 +0100
6663              Message-ID: <87k7s5pntm.fsf@vran.herceg.de>
6664      Branch: perl
6665            ! ext/threads/threads.pm
6666 ____________________________________________________________________________
6667 [ 15732] By: ams                                   on 2002/04/04  17:08:13
6668         Log: Subject: [PATCH 5.7.3 DOCS]
6669              From: mjd@plover.com
6670              Date: 4 Apr 2002 15:59:39 -0000
6671              Message-Id: <20020404155939.6754.qmail@plover.com>
6672      Branch: perl
6673            ! pod/perlfaq9.pod
6674 ____________________________________________________________________________
6675 [ 15731] By: jhi                                   on 2002/04/04  16:11:47
6676         Log: metaconfig unit change for #15730.
6677      Branch: metaconfig
6678            ! U/threads/usethreads.U
6679 ____________________________________________________________________________
6680 [ 15730] By: jhi                                   on 2002/04/04  16:11:06
6681         Log: Subject: Re: lib/sort.t failure [PATCH]
6682              From: Andy Dougherty <doughera@lafayette.edu>
6683              Date: Thu, 4 Apr 2002 12:05:30 -0500 (EST)
6684              Message-ID: <Pine.SOL.4.10.10204041204001.20180-100000@maxwell.phys.lafayette.edu>
6685              
6686              Default to usethreads in case the user most probably forgot it.
6687      Branch: perl
6688            ! Configure
6689 ____________________________________________________________________________
6690 [ 15729] By: jhi                                   on 2002/04/04  13:57:41
6691         Log: Typo nits from Wolfgang Laun.
6692      Branch: perl
6693            ! lib/Test/Harness.pm lib/Test/More.pm lib/Test/Simple.pm
6694 ____________________________________________________________________________
6695 [ 15728] By: rgs                                   on 2002/04/04  07:09:12
6696         Log: Detypo in diagnostics.
6697      Branch: perl
6698            ! lib/locale.t
6699 ____________________________________________________________________________
6700 [ 15727] By: jhi                                   on 2002/04/04  05:54:20
6701         Log: pod2html: try to be EOL agnostic.
6702              (Needs testing on CRLF and CR platforms.)
6703      Branch: perl
6704            + lib/Pod/t/eol.t
6705            ! MANIFEST lib/Pod/Html.pm pod/perldelta.pod
6706 ____________________________________________________________________________
6707 [ 15726] By: jhi                                   on 2002/04/04  00:27:19
6708         Log: Subject: [PATCH} Pod::HTML and HTML4
6709              From: Robert Spier <rspier@pobox.com>
6710              Date: Wed, 03 Apr 2002 16:26:21 -0800
6711              Message-ID: <3CAB9DAD.20305@pobox.com>
6712      Branch: perl
6713            ! lib/Pod/Html.pm
6714 ____________________________________________________________________________
6715 [ 15725] By: jhi                                   on 2002/04/03  22:53:41
6716         Log: Byebye, beebee.
6717      Branch: perl
6718            ! t/lib/warnings/perlio
6719 ____________________________________________________________________________
6720 [ 15724] By: jhi                                   on 2002/04/03  22:39:48
6721         Log: Subject: Re: enc2xs needs portable way to know it's in the core
6722              From: PPrymmer@factset.com
6723              Date: Wed, 3 Apr 2002 14:29:32 -0500
6724              Message-ID: <OF58635186.C7427DDE-ON85256B90.0067A130@55.25.11>
6725      Branch: perl
6726            ! configure.com
6727 ____________________________________________________________________________
6728 [ 15723] By: jhi                                   on 2002/04/03  22:33:09
6729         Log: Subject: [PATCH] Re: [ID 20020401.004] [PATCH] lib/File/Spec/t/rel2abs2rel.t fails if  paths contain shell metacharacters
6730              From: Dominic Dunlop <domo@computer.org>
6731              Date: Wed, 3 Apr 2002 22:44:01 +0200
6732              Message-Id: <p05101502b8d10666f60c@[192.168.1.6]>
6733      Branch: perl
6734            ! lib/File/Spec/t/rel2abs2rel.t
6735 ____________________________________________________________________________
6736 [ 15722] By: jhi                                   on 2002/04/03  22:25:48
6737         Log: Subject: [PATCH] pp_pack.c - remove SIGFPE on VOS
6738              From: Paul_GreenVOS@vos.stratus.com
6739              Date: Wed, 3 Apr 02 16:34 est
6740              Message-Id: <200204032134.QAA29744@mailhub2.stratus.com>
6741      Branch: perl
6742            ! pp_pack.c
6743 ____________________________________________________________________________
6744 [ 15721] By: jhi                                   on 2002/04/03  22:13:35
6745         Log: Upgrade to Tie::File 0.93, from mjd.
6746      Branch: perl
6747            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
6748            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
6749            ! lib/Tie/File/t/41_heap.t
6750 ____________________________________________________________________________
6751 [ 15720] By: jhi                                   on 2002/04/03  21:33:54
6752         Log: Subject: lib/AnyDBM_File.t incorrectly passes even without any dbm
6753              From: Andy Dougherty <doughera@lafayette.edu>
6754              Date: Wed, 3 Apr 2002 16:17:51 -0500 (EST)
6755              Message-ID: <Pine.SOL.4.10.10204031607030.20955-100000@maxwell.phys.lafayette.edu>
6756      Branch: perl
6757            ! lib/AnyDBM_File.t
6758 ____________________________________________________________________________
6759 [ 15719] By: rgs                                   on 2002/04/03  21:08:21
6760         Log: Tweak the Atof macro : perl wasn't compiling with -Duseithreads
6761              and ccflags including -DNO_LOCALE
6762      Branch: perl
6763            ! perl.h
6764 ____________________________________________________________________________
6765 [ 15718] By: jhi                                   on 2002/04/03  20:27:49
6766         Log: EPOC tweaks from Olaf Flebbe.
6767      Branch: perl
6768            ! README.epoc epoc/epoc.c epoc/epocish.h util.c
6769 ____________________________________________________________________________
6770 [ 15717] By: jhi                                   on 2002/04/03  20:25:55
6771         Log: Subject: [PATCH] Set @INC earlier
6772              From: Andy Dougherty <doughera@lafayette.edu>
6773              Date: Wed, 3 Apr 2002 16:18:47 -0500 (EST)
6774              Message-ID: <Pine.SOL.4.10.10204031618150.20955-100000@maxwell.phys.lafayette.edu>
6775      Branch: perl
6776            ! lib/AnyDBM_File.t lib/sort.t
6777 ____________________________________________________________________________
6778 [ 15716] By: rgs                                   on 2002/04/03  19:28:38
6779         Log: perlcompile.pod was listing all B:: modules, except B::Concise
6780              (resubmitted)
6781      Branch: perl
6782            ! pod/perlcompile.pod
6783 ____________________________________________________________________________
6784 [ 15715] By: rgs                                   on 2002/04/03  19:16:27
6785         Log: perlcompile.pod was listing all B:: modules, except B::Concise
6786      Branch: perl
6787            ! pod/perlcompile.pod
6788 ____________________________________________________________________________
6789 [ 15714] By: jhi                                   on 2002/04/03  19:15:33
6790         Log: non-perlio robustness.
6791      Branch: perl
6792            ! ext/Socket/socketpair.t lib/utf8.t
6793 ____________________________________________________________________________
6794 [ 15713] By: nick                                  on 2002/04/03  18:06:49
6795         Log: Integrate mainline
6796      Branch: perlio
6797           +> lib/Tie/File/t/41_heap.t
6798           !> MANIFEST ext/threads/threads.pm lib/ExtUtils/MM_Win95.pm
6799           !> lib/File/Compare.pm perl.c pod/perldiag.pod pp_ctl.c regcomp.c
6800           !> regexec.c t/op/re_tests t/op/tiearray.t
6801 ____________________________________________________________________________
6802 [ 15712] By: jhi                                   on 2002/04/03  17:55:48
6803         Log: Tweak for 8.3 compat.
6804      Branch: perl
6805            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
6806            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.xs
6807            ! ext/Encode/Encode/Makefile_PL.e2x ext/Encode/JP/Makefile.PL
6808            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
6809            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
6810            ! ext/Encode/bin/enc2xs
6811 ____________________________________________________________________________
6812 [ 15711] By: jhi                                   on 2002/04/03  17:04:22
6813         Log: Subject: Re: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
6814              From: Mark-Jason Dominus <mjd@plover.com>
6815              Date: Wed, 03 Apr 2002 13:04:40 -0500
6816              Message-ID: <20020403180440.7614.qmail@plover.com>
6817      Branch: perl
6818            ! t/op/tiearray.t
6819 ____________________________________________________________________________
6820 [ 15710] By: jhi                                   on 2002/04/03  15:49:10
6821         Log: Forgotten.
6822      Branch: perl
6823            + lib/Tie/File/t/41_heap.t
6824            ! MANIFEST
6825 ____________________________________________________________________________
6826 [ 15709] By: jhi                                   on 2002/04/03  15:04:15
6827         Log: Subject: Re: the dirty half dozen (Re: perl@15662)
6828              From: Mark Kvale <kvale@phy.ucsf.edu>
6829              Date: Tue, 2 Apr 2002 13:57:37 -0800
6830              Message-Id: <02040213573702.66352@ivy.ucsf.edu>
6831      Branch: perl
6832            ! t/op/re_tests
6833 ____________________________________________________________________________
6834 [ 15708] By: jhi                                   on 2002/04/03  15:01:51
6835         Log: Subject: Re: [ID 20020311.008] "foo bar" =~ /^(\w+)\s+(.+)(\s+)?$(\s)/ core dumps
6836              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
6837              Date: Wed, 03 Apr 2002 03:34:34 +0100
6838              Message-Id: <200204030234.g332YYP15141@crypt.compulink.co.uk>
6839      Branch: perl
6840            ! regcomp.c
6841 ____________________________________________________________________________
6842 [ 15707] By: jhi                                   on 2002/04/03  15:00:53
6843         Log: The leavetry crash should now be history.
6844      Branch: perl
6845            ! t/op/tiearray.t
6846 ____________________________________________________________________________
6847 [ 15706] By: jhi                                   on 2002/04/03  14:56:47
6848         Log: Subject: [PATCH lib/ExtUtils/MM_Win95.pm] Re: I can't build anything in ext/
6849              From: Michael G Schwern <schwern@pobox.com>
6850              Date: Wed, 3 Apr 2002 10:56:44 -0500
6851              Message-ID: <20020403155644.GC916@blackrider>
6852      Branch: perl
6853            ! lib/ExtUtils/MM_Win95.pm
6854 ____________________________________________________________________________
6855 [ 15705] By: jhi                                   on 2002/04/03  14:49:35
6856         Log: Subject: [PATCH pp_ctl.c] [ID 20020301.011] Core dump in 'leavetry' in 5.7.2
6857              From: Dave Mitchell <davem@fdgroup.com>
6858              Date: Wed, 3 Apr 2002 02:08:26 +0100
6859              Message-ID: <20020403020825.B16724@fdgroup.com>
6860      Branch: perl
6861            ! pp_ctl.c
6862 ____________________________________________________________________________
6863 [ 15704] By: jhi                                   on 2002/04/03  14:18:58
6864         Log: Prototype tweak for non-threaded builds.
6865      Branch: perl
6866            ! perl.c
6867 ____________________________________________________________________________
6868 [ 15703] By: jhi                                   on 2002/04/03  14:12:03
6869         Log: Detached threads do not help; they still hold resources.
6870      Branch: perl
6871            ! ext/threads/threads.pm pod/perldiag.pod
6872 ____________________________________________________________________________
6873 [ 15702] By: jhi                                   on 2002/04/03  13:55:17
6874         Log: Doc tweak from Wolfgang Laun.
6875      Branch: perl
6876            ! lib/File/Compare.pm
6877 ____________________________________________________________________________
6878 [ 15701] By: jhi                                   on 2002/04/03  13:49:11
6879         Log: Subject: [PATCH bleadperl] regexec.c
6880              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6881              Date: Wed, 3 Apr 2002 11:13:30 +0200
6882              Message-ID: <1673159227.20020403111330@tesla.rcub.bg.ac.yu>
6883      Branch: perl
6884            ! regexec.c
6885 ____________________________________________________________________________
6886 [ 15700] By: jhi                                   on 2002/04/03  13:47:22
6887         Log: Document the "Cleanup skipped ..." warning.
6888      Branch: perl
6889            ! ext/threads/threads.pm pod/perldiag.pod
6890 ____________________________________________________________________________
6891 [ 15699] By: jhi                                   on 2002/04/03  13:35:58
6892         Log: Integrate perlio;
6893              
6894              Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
6895              
6896              Fix segfaults when mainthread exits with other threads running:
6897              - track number of running threads
6898              - if main thread calls perl_destruct() with other threads running
6899              skip most of cleanup (with a warning).
6900      Branch: perl
6901           !> embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
6902           !> lib/ExtUtils/xsubpp perl.c perl.h perlapi.h perlvars.h
6903           !> pod/perlapi.pod proto.h
6904 ____________________________________________________________________________
6905 [ 15698] By: nick                                  on 2002/04/03  13:15:30
6906         Log: Fix segfaults when mainthread exits with other threads running:
6907              - track number of running threads
6908              - if main thread calls perl_destruct() with other threads running
6909              skip most of cleanup (with a warning).
6910      Branch: perlio
6911            ! embed.fnc embed.h embedvar.h ext/threads/threads.xs global.sym
6912            ! perl.c perl.h perlapi.h perlvars.h pod/perlapi.pod proto.h
6913 ____________________________________________________________________________
6914 [ 15697] By: nick                                  on 2002/04/03  07:34:13
6915         Log: Integrate mainline
6916      Branch: perlio
6917           +> lib/Net/Ping/t/250_ping_hires.t
6918           !> (integrate 33 files)
6919 ____________________________________________________________________________
6920 [ 15696] By: nick                                  on 2002/04/03  06:41:58
6921         Log: Add -hiertype option to xsubpp for easier mapping C++ with namespaces.
6922      Branch: perlio
6923            ! lib/ExtUtils/xsubpp
6924 ____________________________________________________________________________
6925 [ 15695] By: jhi                                   on 2002/04/03  03:10:27
6926         Log: Subject: [PATCH @15047] debugger
6927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6928              Date: Sat, 16 Mar 2002 04:38:50 -0500
6929              Message-ID: <20020316043850.A9223@math.ohio-state.edu>
6930      Branch: perl
6931            ! lib/perl5db.pl
6932 ____________________________________________________________________________
6933 [ 15694] By: jhi                                   on 2002/04/02  22:26:23
6934         Log: Third Degree flags.
6935      Branch: perl
6936            ! Makefile.SH
6937 ____________________________________________________________________________
6938 [ 15693] By: jhi                                   on 2002/04/02  21:19:21
6939         Log: Subject: [5.7.3 DOC PATCH] 'splice' with negative LENGTH
6940              From: Mark-Jason Dominus <mjd@plover.com>
6941              Date: Tue, 02 Apr 2002 16:35:11 -0500
6942              Message-ID: <20020402213511.27781.qmail@plover.com>
6943              
6944              (tweaked)
6945      Branch: perl
6946            ! pod/perlfunc.pod
6947 ____________________________________________________________________________
6948 [ 15692] By: jhi                                   on 2002/04/02  21:01:41
6949         Log: Upgrade to Tie::File 0.92, from mjd.
6950      Branch: perl
6951            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
6952            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
6953            ! lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/09_gen_rs.t
6954            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/16_handle.t
6955            ! lib/Tie/File/t/20_cache_full.t lib/Tie/File/t/30_defer.t
6956            ! lib/Tie/File/t/40_abs_cache.t
6957 ____________________________________________________________________________
6958 [ 15691] By: jhi                                   on 2002/04/02  20:42:56
6959         Log: Subject: [PATCH] Update my email address in perl.c
6960              From: Paul_GreenVOS@vos.stratus.com
6961              Date: Tue, 2 Apr 02 15:27 est
6962              Message-Id: <200204022027.PAA29837@mailhub1.stratus.com>
6963      Branch: perl
6964            ! AUTHORS perl.c
6965 ____________________________________________________________________________
6966 [ 15690] By: rgs                                   on 2002/04/02  20:36:04
6967         Log: POD fix.
6968      Branch: perl
6969            ! pod/perldelta.pod
6970 ____________________________________________________________________________
6971 [ 15689] By: jhi                                   on 2002/04/02  20:35:13
6972         Log: What started as a small nit (the charnames test, nit found
6973              be Hugo), ballooned a bit... the goal is Larry's wish that
6974              illegal Unicode (such as U+FFFF) by default doesn't warn,
6975              since what if somebody WANTS to create illegal Unicode?
6976              Now getting close to this in the regex runtime.
6977              (Also, fix more of my fixation that BOM would be U+FFFE.)
6978      Branch: perl
6979            ! lib/Unicode/Collate.pm lib/charnames.t pp.c pp_pack.c
6980            ! regexec.c t/lib/warnings/utf8 utf8.c utf8.h
6981 ____________________________________________________________________________
6982 [ 15688] By: jhi                                   on 2002/04/02  18:57:19
6983         Log: Talk more about Net::Ping.
6984      Branch: perl
6985            ! pod/perldelta.pod
6986 ____________________________________________________________________________
6987 [ 15687] By: jhi                                   on 2002/04/02  18:35:27
6988         Log: Upgrade to Net::Ping 2.14.
6989      Branch: perl
6990            + lib/Net/Ping/t/250_ping_hires.t
6991            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/CHANGES
6992            ! lib/Net/Ping/README lib/Net/Ping/t/130_tcp_inst.t
6993            ! lib/Net/Ping/t/140_stream_inst.t
6994 ____________________________________________________________________________
6995 [ 15686] By: jhi                                   on 2002/04/02  18:09:46
6996         Log: XML::Parser 2.31 should be out shortly.
6997      Branch: perl
6998            ! pod/perldelta.pod
6999 ____________________________________________________________________________
7000 [ 15685] By: jhi                                   on 2002/04/02  17:37:44
7001         Log: Subject: RE: Sorry... (was: Re: Bug: cygwin Perl uses File/Spec/Unix.pm instead of File/Spec/Win32.pm)
7002              From: George Necula <necula@eecs.berkeley.edu>
7003              Date: Tue, 2 Apr 2002 10:22:41 -0800
7004              Message-ID: <4E06A937DADC3842ACE4D3A1096A9EAC038C6F@JANUS.eecs.berkeley.edu>
7005      Branch: perl
7006            ! lib/File/Spec/Cygwin.pm
7007 ____________________________________________________________________________
7008 [ 15684] By: jhi                                   on 2002/04/02  15:39:04
7009         Log: EBCDIC test tweak.
7010      Branch: perl
7011            ! pod/perldelta.pod t/uni/case.pl
7012 ____________________________________________________________________________
7013 [ 15683] By: nick                                  on 2002/04/02  15:36:17
7014         Log: Integrate mainline
7015      Branch: perlio
7016           !> NetWare/t/NWScripts.pl ext/Encode/Encode.xs lib/CPAN.pm
7017           !> lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7018           !> lib/Net/SMTP.pm lib/perl5db.pl os2/os2ish.h perlio.c scope.c
7019 ____________________________________________________________________________
7020 [ 15682] By: jhi                                   on 2002/04/02  15:05:58
7021         Log: Subject: [PATCH @15047] ASCII vs BINARY on OS/2 in perlio
7022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7023              Date: Tue, 2 Apr 2002 00:37:08 -0500
7024              Message-ID: <20020402003708.A8648@math.ohio-state.edu>
7025      Branch: perl
7026            ! os2/os2ish.h perlio.c
7027 ____________________________________________________________________________
7028 [ 15681] By: jhi                                   on 2002/04/02  15:01:34
7029         Log: Subject: [PATCH @15047] debugger again
7030              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7031              Date: Tue, 2 Apr 2002 00:30:31 -0500
7032              Message-ID: <20020402003030.A8567@math.ohio-state.edu>
7033      Branch: perl
7034            ! lib/perl5db.pl
7035 ____________________________________________________________________________
7036 [ 15680] By: jhi                                   on 2002/04/02  14:53:19
7037         Log: Subject: [PATCH @15047] test() in CPAN.pm
7038              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7039              Date: Tue, 2 Apr 2002 00:46:45 -0500
7040              Message-ID: <20020402004645.A8674@math.ohio-state.edu>
7041      Branch: perl
7042            ! lib/CPAN.pm
7043 ____________________________________________________________________________
7044 [ 15679] By: gbarr                                 on 2002/04/02  14:27:37
7045         Log: Sync with libnet-1.11
7046      Branch: perl
7047            ! lib/Net/ChangeLog.libnet lib/Net/FTP/dataconn.pm
7048            ! lib/Net/SMTP.pm
7049 ____________________________________________________________________________
7050 [ 15678] By: jhi                                   on 2002/04/02  14:01:35
7051         Log: NetWare tweaks from C Aditya.
7052      Branch: perl
7053            ! NetWare/t/NWScripts.pl scope.c
7054 ____________________________________________________________________________
7055 [ 15677] By: jhi                                   on 2002/04/02  13:35:49
7056         Log: Subject: Re: [Encode] Perl community vs. Encode.xs; verdit reached
7057              From: Dan Kogai <dankogai@dan.co.jp>
7058              Date: Tue, 2 Apr 2002 22:21:47 +0900
7059              Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>
7060      Branch: perl
7061            ! ext/Encode/Encode.xs
7062 ____________________________________________________________________________
7063 [ 15676] By: jhi                                   on 2002/04/02  13:22:51
7064         Log: Integrate perlio;
7065              
7066              Calculate buffer size needs in float to avoid 32-bit overflow.
7067              
7068              Add buffer size growth test.
7069      Branch: perl
7070           +> ext/Encode/t/grow.t
7071           !> MANIFEST ext/Encode/Encode.xs ext/Encode/MANIFEST
7072 ____________________________________________________________________________
7073 [ 15675] By: nick                                  on 2002/04/02  07:49:41
7074         Log: Add buffer size growth test.
7075      Branch: perlio
7076            + ext/Encode/t/grow.t
7077            ! MANIFEST ext/Encode/MANIFEST
7078 ____________________________________________________________________________
7079 [ 15674] By: nick                                  on 2002/04/02  07:40:49
7080         Log: Calculate buffer size needs in float to avoid 32-bit overflow.
7081      Branch: perlio
7082            ! ext/Encode/Encode.xs
7083 ____________________________________________________________________________
7084 [ 15673] By: nick                                  on 2002/04/02  07:40:06
7085         Log: Integrate mainline
7086      Branch: perlio
7087           +> (branch 102 files)
7088            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7089            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7090            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7091            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7092            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7093            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7094            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7095            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7096            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5-hkscs.ucm
7097            - ext/Encode/Encode/big5.ucm ext/Encode/Encode/cp1047.ucm
7098            - ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
7099            - ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
7100            - ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
7101            - ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/euc-cn.ucm
7102            - ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/euc-kr.ucm
7103            - ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
7104            - ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/hp-roman8.ucm
7105            - ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
7106            - ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
7107            - ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
7108            - ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
7109            - ext/Encode/Encode/ibm-1258.ucm ext/Encode/Encode/ir-165.ucm
7110            - ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/johab.ucm
7111            - ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-r.ucm
7112            - ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/ksc5601.ucm
7113            - ext/Encode/Encode/macCentEuro.ucm
7114            - ext/Encode/Encode/macCroatian.ucm
7115            - ext/Encode/Encode/macCyrillic.ucm
7116            - ext/Encode/Encode/macDingbats.ucm
7117            - ext/Encode/Encode/macGreek.ucm
7118            - ext/Encode/Encode/macIceland.ucm
7119            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7120            - ext/Encode/Encode/macRumanian.ucm
7121            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7122            - ext/Encode/Encode/macTurkish.ucm
7123            - ext/Encode/Encode/macUkraine.ucm
7124            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7125            - ext/Encode/Encode/roman8.ucm ext/Encode/Encode/shiftjis.ucm
7126            - ext/Encode/Encode/symbol.ucm ext/Encode/Encode/viscii.ucm
7127            - ext/Encode/compile ext/Encode/encode.h
7128            - ext/Encode/lib/Encode/CN/2022_CN.pm
7129            - ext/Encode/lib/Encode/Details.pod ext/Encode/ucm2table
7130            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7131            - lib/Memoize/t/expire_module_t.t lib/encoding.pm lib/encoding.t
7132            - lib/unicore/PropertyValueAliases.txt
7133           !> (integrate 143 files)
7134 ____________________________________________________________________________
7135 [ 15672] By: ams                                   on 2002/04/02  04:42:44
7136         Log: Win32 fix for Tie::File from MJD.
7137      Branch: perl
7138            ! lib/Tie/File.pm
7139 ____________________________________________________________________________
7140 [ 15671] By: jhi                                   on 2002/04/02  01:59:40
7141         Log: Add a few tests to the timing-sensitive list.
7142      Branch: perl
7143            ! INSTALL
7144 ____________________________________________________________________________
7145 [ 15670] By: jhi                                   on 2002/04/01  20:57:03
7146         Log: Subject: [PATCH sort.t] extensive regression testing
7147              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7148              Date: Mon, 1 Apr 2002 23:50:24 +0200
7149              Message-ID: <20020401235024.E677@rafael>
7150      Branch: perl
7151            ! lib/sort.t
7152 ____________________________________________________________________________
7153 [ 15669] By: jhi                                   on 2002/04/01  20:38:57
7154         Log: Subject: [PATCH] for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7)
7155              From: Nicholas Clark <nick@unfortu.net>
7156              Date: Mon, 1 Apr 2002 21:54:05 +0100
7157              Message-ID: <20020401205405.GI319@Bagpuss.unfortu.net>
7158      Branch: perl
7159            ! lib/Memoize/t/errors.t
7160 ____________________________________________________________________________
7161 [ 15668] By: jhi                                   on 2002/04/01  20:33:06
7162         Log: Subject: getting rid of a few superfluous $&/$`
7163              From: Jeffrey Friedl <jfriedl@yahoo.com>
7164              Date: Mon, 1 Apr 2002 01:32:34 -0800 (PST)
7165              Message-Id: <200204010932.g319WY886939@ventrue.corp.yahoo.com>
7166              
7167              (with more-backward-compat than just using @- and @+, also by Jeffrey)
7168              
7169              (The version number of Text::Balanced intentionally not
7170              increased since Damian will make a new release after 5.8)
7171      Branch: perl
7172            ! lib/Pod/Html.pm lib/Text/Balanced.pm
7173 ____________________________________________________________________________
7174 [ 15667] By: jhi                                   on 2002/04/01  20:16:46
7175         Log: Subject: [PATCH 5.7.3 TESTS]
7176              From: mjd@plover.com
7177              Date: 1 Apr 2002 20:32:18 -0000
7178              Message-ID: <20020401203218.25230.qmail@plover.com>
7179      Branch: perl
7180            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
7181            ! t/op/tiearray.t t/test.pl
7182 ____________________________________________________________________________
7183 [ 15666] By: jhi                                   on 2002/04/01  20:13:49
7184         Log: Subject: [PATCH] VOS-specific patch to iperlsys.h to work around errno bu
7185              From: Paul_GreenVOS@vos.stratus.com
7186              Date: Mon, 1 Apr 02 15:15 est
7187              Message-Id: <200204012048.PAA05178@mailhub2.stratus.com>
7188      Branch: perl
7189            ! iperlsys.h
7190 ____________________________________________________________________________
7191 [ 15665] By: jhi                                   on 2002/04/01  19:14:18
7192         Log: Subject: [PATCH] VOS-only change to lib/ExtUtils/MM_Unix.pm
7193              From: Paul_GreenVOS@vos.stratus.com
7194              Date: Mon, 1 Apr 02 14:11 est
7195              Message-Id: <200204011911.OAA06024@mailhub1.stratus.com>
7196      Branch: perl
7197            ! lib/ExtUtils/MM_Unix.pm
7198 ____________________________________________________________________________
7199 [ 15664] By: jhi                                   on 2002/04/01  17:58:49
7200         Log: Subject: [PATCH] (not solving: Re: Storable can't do utf8 hash keys)
7201              From: Nicholas Clark <nick@unfortu.net>
7202              Date: Mon, 1 Apr 2002 19:30:05 +0100
7203              Message-ID: <20020401183004.GH319@Bagpuss.unfortu.net>
7204      Branch: perl
7205            ! t/op/pat.t t/op/utfhash.t
7206 ____________________________________________________________________________
7207 [ 15663] By: jhi                                   on 2002/04/01  17:56:27
7208         Log: Subject: [PATCH 5.7.3] warning for split(/.../g, ...);
7209              From: Mark-Jason Dominus <mjd@plover.com>
7210              Date: Mon, 01 Apr 2002 13:22:01 -0500
7211              Message-ID: <20020401182201.21189.qmail@plover.com>
7212      Branch: perl
7213            ! op.c pod/perldelta.pod pod/perldiag.pod t/lib/warnings/op
7214 ____________________________________________________________________________
7215 [ 15662] By: jhi                                   on 2002/04/01  17:06:10
7216         Log: Update Changes.
7217      Branch: perl
7218            ! Changes patchlevel.h
7219 ____________________________________________________________________________
7220 [ 15661] By: jhi                                   on 2002/04/01  16:22:54
7221         Log: Subject: [PATCH 5.7.3 DOC]
7222              From: mjd@plover.com
7223              Date: 1 Apr 2002 17:23:40 -0000
7224              Message-ID: <20020401172340.16410.qmail@plover.com>
7225      Branch: perl
7226            ! pod/perldelta.pod
7227 ____________________________________________________________________________
7228 [ 15660] By: jhi                                   on 2002/04/01  15:38:56
7229         Log: CRAY TS does not have -h rounddiv, from Keith Thompson.
7230      Branch: perl
7231            ! hints/unicos.sh
7232 ____________________________________________________________________________
7233 [ 15659] By: jhi                                   on 2002/04/01  15:14:13
7234         Log: Advertise piconv and enc2xs.
7235      Branch: perl
7236            ! pod/perldelta.pod
7237 ____________________________________________________________________________
7238 [ 15658] By: jhi                                   on 2002/04/01  15:08:02
7239         Log: Add enc2xs.
7240      Branch: perl
7241            + utils/enc2xs.PL
7242            ! MANIFEST utils/Makefile
7243 ____________________________________________________________________________
7244 [ 15657] By: jhi                                   on 2002/04/01  14:28:09
7245         Log: Integrate perlio;
7246              
7247              Be more explicit testing for \015 not \r
7248      Branch: perl
7249           !> MANIFEST ext/Socket/socketpair.t pod/perldelta.pod
7250           !> pod/perldiag.pod pod/perlretut.pod t/io/crlf.t toke.c utf8.c
7251 ____________________________________________________________________________
7252 [ 15656] By: jhi                                   on 2002/04/01  14:22:14
7253         Log: Subject: BOM, 0xFFFE, 0xFEFF, etc.
7254              From: Philip Newton <Philip.Newton@gmx.net>
7255              Date: Mon, 01 Apr 2002 17:06:18 +0200
7256              Message-ID: <aptgauk21cvnpiotsrm3gaul98j2dqsj9p@4ax.com>
7257      Branch: perl
7258            ! lib/charnames.pm lib/charnames.t
7259 ____________________________________________________________________________
7260 [ 15655] By: jhi                                   on 2002/04/01  13:56:06
7261         Log: Subject: detypo patch
7262              From: andreas.koenig@anima.de (Andreas J. Koenig)
7263              Date: Mon, 01 Apr 2002 10:09:21 +0200
7264              Message-ID: <m3r8lzsuvi.fsf@anima.de>
7265      Branch: perl
7266            ! INSTALL
7267 ____________________________________________________________________________
7268 [ 15654] By: jhi                                   on 2002/04/01  13:49:57
7269         Log: Subject: Re: Change 15637: Behaviour (make viacode 0xFFFE to return BYTE ORDER  MARK,
7270              From: Philip Newton <Philip.Newton@gmx.net>
7271              Date: Mon, 01 Apr 2002 08:12:01 +0200
7272              Message-ID: <63ufauo0nrvcgmj6o3u1fjaf1t787a5l1n@4ax.com>
7273      Branch: perl
7274            ! lib/charnames.pm lib/charnames.t
7275 ____________________________________________________________________________
7276 [ 15653] By: nick                                  on 2002/04/01  09:20:24
7277         Log: Be more explicit testing for \015 not \r
7278      Branch: perlio
7279            ! t/io/crlf.t
7280 ____________________________________________________________________________
7281 [ 15652] By: jhi                                   on 2002/04/01  04:41:45
7282         Log: If under UTF-8 locale the utf8.pm really needs to be found.
7283      Branch: perl
7284            ! t/comp/cpp.t t/run/switchPx.t
7285 ____________________________________________________________________________
7286 [ 15651] By: jhi                                   on 2002/04/01  02:55:22
7287         Log: Upgrade to Tie::File 0.91, from mjd.
7288      Branch: perl
7289            + lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/25_gen_nocache.t
7290            + lib/Tie/File/t/26_twrite.t
7291            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7292            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7293            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
7294            ! lib/Tie/File/t/16_handle.t
7295 ____________________________________________________________________________
7296 [ 15650] By: jhi                                   on 2002/04/01  02:49:14
7297         Log: DJGPP tweaks from Laszlo.
7298      Branch: perl
7299            ! lib/ExtUtils/MM_DOS.pm util.c
7300 ____________________________________________________________________________
7301 [ 15649] By: jhi                                   on 2002/04/01  02:47:14
7302         Log: Discussion about minimal installations.
7303      Branch: perl
7304            ! INSTALL
7305 ____________________________________________________________________________
7306 [ 15648] By: jhi                                   on 2002/04/01  02:42:41
7307         Log: Comment tweak from Hugo.
7308      Branch: perl
7309            ! regexec.c
7310 ____________________________________________________________________________
7311 [ 15647] By: jhi                                   on 2002/04/01  02:30:18
7312         Log: Another UTF-8 locale tweak from Hugo.
7313      Branch: perl
7314            ! regexec.c
7315 ____________________________________________________________________________
7316 [ 15646] By: jhi                                   on 2002/04/01  02:26:49
7317         Log: Document the known MacOS X locale problem.
7318      Branch: perl
7319            ! pod/perldelta.pod
7320 ____________________________________________________________________________
7321 [ 15645] By: jhi                                   on 2002/04/01  02:17:50
7322         Log: Regex fix from Hugo: in UTF-8 locales the character
7323              counting code didn't work right for minimal matches.
7324      Branch: perl
7325            ! regexec.c
7326 ____________________________________________________________________________
7327 [ 15644] By: jhi                                   on 2002/04/01  02:02:32
7328         Log: Subject: Re: 14986 xsubpp patch broke Unicode::Map8
7329              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7330              Date: Sun, 31 Mar 2002 20:32:43 -0500
7331              Message-Id: <200204010132.UAA14443@Orb.Nashua.NH.US>
7332      Branch: perl
7333            ! lib/ExtUtils/xsubpp
7334 ____________________________________________________________________________
7335 [ 15643] By: jhi                                   on 2002/04/01  02:00:10
7336         Log: Document known FreeBSD locale glitch. 
7337      Branch: perl
7338            ! pod/perldelta.pod
7339 ____________________________________________________________________________
7340 [ 15642] By: jhi                                   on 2002/04/01  00:57:44
7341         Log: There is --list in glibc iconv.
7342      Branch: perl
7343            ! ext/Encode/bin/piconv
7344 ____________________________________________________________________________
7345 [ 15641] By: jhi                                   on 2002/03/31  23:18:51
7346         Log: Slight usage tweaks to piconv: show usage with
7347              no -t -f or -l arguments, or with -h.
7348      Branch: perl
7349            ! ext/Encode/bin/piconv
7350 ____________________________________________________________________________
7351 [ 15640] By: jhi                                   on 2002/03/31  23:08:28
7352         Log: Get the piconv installed.
7353      Branch: perl
7354            + utils/piconv.PL
7355            ! MANIFEST utils/Makefile
7356 ____________________________________________________________________________
7357 [ 15639] By: jhi                                   on 2002/03/31  22:35:21
7358         Log: Spelling tweaks.
7359      Branch: perl
7360            ! ext/Encode/bin/piconv
7361 ____________________________________________________________________________
7362 [ 15638] By: jhi                                   on 2002/03/31  22:31:29
7363         Log: Upgrade to Encode 1.11, from Dan Kogai.
7364      Branch: perl
7365            + ext/Encode/Encode/Changes.e2x
7366            + ext/Encode/Encode/Makefile_PL.e2x ext/Encode/Encode/README.e2x
7367            + ext/Encode/Encode/_PM.e2x ext/Encode/Encode/_T.e2x
7368            + ext/Encode/bin/ucm2table ext/Encode/encoding.pm
7369            + ext/Encode/t/encoding.t ext/Encode/t/jperl.t
7370            + ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
7371            + ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
7372            + ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
7373            + ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
7374            + ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
7375            + ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
7376            + ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
7377            + ext/Encode/ucm/8859-9.ucm ext/Encode/ucm/ascii.ucm
7378            + ext/Encode/ucm/big5-hkscs.ucm ext/Encode/ucm/big5.ucm
7379            + ext/Encode/ucm/cp1047.ucm ext/Encode/ucm/cp1250.ucm
7380            + ext/Encode/ucm/cp37.ucm ext/Encode/ucm/cp932.ucm
7381            + ext/Encode/ucm/cp936.ucm ext/Encode/ucm/cp949.ucm
7382            + ext/Encode/ucm/cp950.ucm ext/Encode/ucm/dingbats.ucm
7383            + ext/Encode/ucm/euc-cn.ucm ext/Encode/ucm/euc-jp.ucm
7384            + ext/Encode/ucm/euc-kr.ucm ext/Encode/ucm/gb12345.ucm
7385            + ext/Encode/ucm/gb2312.ucm ext/Encode/ucm/gsm0338.ucm
7386            + ext/Encode/ucm/hp-roman8.ucm ext/Encode/ucm/ibm-1250.ucm
7387            + ext/Encode/ucm/ibm-1251.ucm ext/Encode/ucm/ibm-1252.ucm
7388            + ext/Encode/ucm/ibm-1253.ucm ext/Encode/ucm/ibm-1254.ucm
7389            + ext/Encode/ucm/ibm-1255.ucm ext/Encode/ucm/ibm-1256.ucm
7390            + ext/Encode/ucm/ibm-1257.ucm ext/Encode/ucm/ibm-1258.ucm
7391            + ext/Encode/ucm/ir-165.ucm ext/Encode/ucm/jis0201.ucm
7392            + ext/Encode/ucm/johab.ucm ext/Encode/ucm/koi8-f.ucm
7393            + ext/Encode/ucm/koi8-r.ucm ext/Encode/ucm/koi8-u.ucm
7394            + ext/Encode/ucm/ksc5601.ucm ext/Encode/ucm/macCentEuro.ucm
7395            + ext/Encode/ucm/macCroatian.ucm ext/Encode/ucm/macCyrillic.ucm
7396            + ext/Encode/ucm/macDingbats.ucm ext/Encode/ucm/macGreek.ucm
7397            + ext/Encode/ucm/macIceland.ucm ext/Encode/ucm/macJapan.ucm
7398            + ext/Encode/ucm/macRoman.ucm ext/Encode/ucm/macRumanian.ucm
7399            + ext/Encode/ucm/macSami.ucm ext/Encode/ucm/macThai.ucm
7400            + ext/Encode/ucm/macTurkish.ucm ext/Encode/ucm/macUkraine.ucm
7401            + ext/Encode/ucm/nextstep.ucm ext/Encode/ucm/posix-bc.ucm
7402            + ext/Encode/ucm/shiftjis.ucm ext/Encode/ucm/symbol.ucm
7403            + ext/Encode/ucm/viscii.ucm
7404            - ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7405            - ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7406            - ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7407            - ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7408            - ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7409            - ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7410            - ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7411            - ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7412            - ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
7413            - ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7414            - ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
7415            - ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
7416            - ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
7417            - ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
7418            - ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
7419            - ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
7420            - ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
7421            - ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
7422            - ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
7423            - ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
7424            - ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
7425            - ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
7426            - ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
7427            - ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
7428            - ext/Encode/Encode/ksc5601.ucm
7429            - ext/Encode/Encode/macCentEuro.ucm
7430            - ext/Encode/Encode/macCroatian.ucm
7431            - ext/Encode/Encode/macCyrillic.ucm
7432            - ext/Encode/Encode/macDingbats.ucm
7433            - ext/Encode/Encode/macGreek.ucm
7434            - ext/Encode/Encode/macIceland.ucm
7435            - ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7436            - ext/Encode/Encode/macRumanian.ucm
7437            - ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7438            - ext/Encode/Encode/macTurkish.ucm
7439            - ext/Encode/Encode/macUkraine.ucm
7440            - ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7441            - ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
7442            - ext/Encode/Encode/viscii.ucm ext/Encode/ucm2table
7443            - lib/encoding.pm lib/encoding.t
7444            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
7445            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/Makefile.PL
7446            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
7447            ! ext/Encode/Encode.pm ext/Encode/JP/Makefile.PL
7448            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
7449            ! ext/Encode/Makefile.PL ext/Encode/README
7450            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
7451            ! ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7452            ! ext/Encode/lib/Encode/Alias.pm
7453            ! ext/Encode/lib/Encode/Supported.pod
7454 ____________________________________________________________________________
7455 [ 15637] By: jhi                                   on 2002/03/31  20:50:23
7456         Log: Behaviour (make viacode 0xFFFE to return BYTE ORDER MARK,
7457              make viacode no-allocatedcode to return the 0xFFFD) tweaks,
7458              respective test    and doc tweaks.
7459      Branch: perl
7460            ! lib/charnames.pm lib/charnames.t
7461 ____________________________________________________________________________
7462 [ 15636] By: jhi                                   on 2002/03/31  20:34:29
7463         Log: Subject: [PATCH] Re: no <Module> <version>; (was Re: Backwards Compatibility wrt: open(FILE,">",\$var);)
7464              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7465              Date: Sun, 31 Mar 2002 22:47:31 +0200
7466              Message-ID: <20020331224731.E854@rafael>
7467      Branch: perl
7468            ! pod/perlfunc.pod
7469 ____________________________________________________________________________
7470 [ 15635] By: jhi                                   on 2002/03/31  19:45:33
7471         Log: Subject: [PATCH] __attribute__ problems with g++
7472              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
7473              Date: Sun, 31 Mar 2002 22:43:03 +0200
7474              Message-ID: <3CA790F7.23864.27BD5B4@localhost>
7475      Branch: perl
7476            ! perl.h
7477 ____________________________________________________________________________
7478 [ 15634] By: jhi                                   on 2002/03/31  19:28:38
7479         Log: Put back the #! line, false alarm.
7480      Branch: perl
7481            ! lib/ExtUtils/t/Constant.t
7482 ____________________________________________________________________________
7483 [ 15633] By: jhi                                   on 2002/03/31  15:07:20
7484         Log: Subject: Re: [Patch] pod/perlvar.pod
7485              From: Philip Newton <Philip.Newton@gmx.net>
7486              Date: Sun, 31 Mar 2002 07:40:43 +0200
7487              Message-ID: <r88dauoji5t185p6vss7cfm8c43bosmte6@4ax.com>
7488      Branch: perl
7489            ! pod/perlvar.pod
7490 ____________________________________________________________________________
7491 [ 15632] By: jhi                                   on 2002/03/31  03:03:11
7492         Log: Subject: [PATCH @15615] Bad socketpair.t can hang anywhere
7493              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7494              Date: Sat, 30 Mar 2002 21:37:37 -0500
7495              Message-Id: <200203310237.VAA10274@Orb.Nashua.NH.US>      
7496      Branch: perl
7497            ! ext/Socket/socketpair.t
7498 ____________________________________________________________________________
7499 [ 15631] By: jhi                                   on 2002/03/30  23:30:45
7500         Log: Subject: Re: compile tweak for Win32
7501              From: Michael G Schwern <schwern@pobox.com>
7502              Date: Fri, 29 Mar 2002 17:48:22 -0500      
7503              Message-ID: <20020329224822.GG16816@blackrider>
7504      Branch: perl
7505            ! win32/buildext.pl
7506 ____________________________________________________________________________
7507 [ 15630] By: jhi                                   on 2002/03/30  23:21:56
7508         Log: Subject: [PATCH 1_compile.t] +B::Disassembler -B::C
7509              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7510              Date: Sat, 30 Mar 2002 22:19:46 +0100
7511              Message-ID: <20020330221946.A28497@rafael>
7512      Branch: perl
7513            ! t/lib/1_compile.t
7514 ____________________________________________________________________________
7515 [ 15629] By: jhi                                   on 2002/03/30  23:21:23
7516         Log: Subject: [PATCH regmesg.t] increase output verbosity
7517              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7518              Date: Sat, 30 Mar 2002 22:34:08 +0100
7519              Message-ID: <20020330223408.C28497@rafael>
7520      Branch: perl
7521            ! t/op/regmesg.t
7522 ____________________________________________________________________________
7523 [ 15628] By: jhi                                   on 2002/03/30  23:19:59
7524         Log: Subject: [PATCH] Re: 64 bit SEGV in t/op/regmesg.t
7525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7526              Date: Sat, 30 Mar 2002 21:36:23 +0100
7527              Message-ID: <20020330213623.A677@rafael>
7528      Branch: perl
7529            ! regcomp.c
7530 ____________________________________________________________________________
7531 [ 15627] By: jhi                                   on 2002/03/30  17:43:51
7532         Log: If using a network filesystem several different hosts
7533              may be trying to lock the same file.  In this case offering
7534              to kill the other process is not that helpful.  (Unless one
7535              has *real* clustering, but that's not usually the case.)
7536      Branch: perl
7537            ! lib/CPAN.pm
7538 ____________________________________________________________________________
7539 [ 15626] By: jhi                                   on 2002/03/30  16:52:09
7540         Log: Subject: [DOC PATCH] Document Dumpvalue::stringify
7541              From: andreas.koenig@anima.de (Andreas J. Koenig)
7542              Date: Sat, 30 Mar 2002 06:12:36 +0100
7543              Message-ID: <m3hemyvdtn.fsf@anima.de>
7544      Branch: perl
7545            ! lib/Dumpvalue.pm
7546 ____________________________________________________________________________
7547 [ 15625] By: jhi                                   on 2002/03/30  16:50:33
7548         Log: Subject: [PATCH] dprofpp - allow command-line args passed to a script...
7549              From: Jeremy Zawodny <Jeremy@Zawodny.com>
7550              Date: Fri, 29 Mar 2002 17:55:20 -0800
7551              Message-ID: <20020330015520.GA4897@thinkpad0.zawodny.com>
7552      Branch: perl
7553            ! utils/dprofpp.PL
7554 ____________________________________________________________________________
7555 [ 15624] By: jhi                                   on 2002/03/30  16:03:12
7556         Log: Subject: [Patch] pod/perlvar.pod
7557              From: Dan Kogai <dankogai@dan.co.jp>
7558              Date: Sun, 31 Mar 2002 02:03:36 +0900
7559              Message-Id: <131A588F-4400-11D6-BB3E-00039301D480@dan.co.jp>
7560      Branch: perl
7561            ! pod/perlvar.pod
7562 ____________________________________________________________________________
7563 [ 15623] By: jhi                                   on 2002/03/30  15:56:31
7564         Log: Subject: [PATCH] MM & Encode fixes
7565              From: Michael G Schwern <schwern@pobox.com>
7566              Date: Sat, 30 Mar 2002 06:41:56 -0500
7567              Message-ID: <20020330114156.GA16533@blackrider>
7568      Branch: perl
7569            + lib/ExtUtils/t/basic.t
7570            - lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
7571            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Cygwin.pm
7572            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
7573            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
7574            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
7575            ! lib/ExtUtils/t/hints.t
7576 ____________________________________________________________________________
7577 [ 15622] By: jhi                                   on 2002/03/30  15:13:30
7578         Log: EBCDICification.
7579      Branch: perl
7580            ! lib/charnames.t
7581 ____________________________________________________________________________
7582 [ 15621] By: jhi                                   on 2002/03/30  15:12:45
7583         Log: Upgrade to Tie::File 0.90, from mjd.
7584      Branch: perl
7585            + lib/Tie/File/t/33_defer_vs.t lib/Tie/File/t/40_abs_cache.t
7586            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
7587            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
7588            ! lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
7589            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
7590            ! lib/Tie/File/t/17_misc_meth.t lib/Tie/File/t/18_rs_fixrec.t
7591            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
7592            ! lib/Tie/File/t/21_win32.t lib/Tie/File/t/22_autochomp.t
7593            ! lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
7594 ____________________________________________________________________________
7595 [ 15620] By: jhi                                   on 2002/03/29  22:25:35
7596         Log: Subject: [DOC PATCH] Re: [BUG] sort pragma not working ?
7597              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7598              Date: Sat, 30 Mar 2002 00:20:39 +0100
7599              Message-ID: <20020330002039.A716@rafael>
7600      Branch: perl
7601            ! lib/sort.pm
7602 ____________________________________________________________________________
7603 [ 15619] By: jhi                                   on 2002/03/29  22:15:37
7604         Log: Subject: Makefile.PL's in core must be called with PERL_CORE=1
7605              From: Michael G Schwern <schwern@pobox.com>
7606              Date: Fri, 29 Mar 2002 18:14:20 -0500
7607              Message-ID: <20020329231419.GI16816@blackrider>
7608      Branch: perl
7609            ! NetWare/Makefile os2/Makefile.SHs win32/Makefile.win64
7610            ! wince/Makefile.ce
7611 ____________________________________________________________________________
7612 [ 15618] By: jhi                                   on 2002/03/29  22:09:26
7613         Log: Subject: [PATCH] Flush unixisms in lib/ExtUtils/t/Constant.t and hints.t
7614              From: Paul_GreenVOS@vos.stratus.com
7615              Date: Fri, 29 Mar 02 18:01 est
7616              Message-Id: <200203292301.SAA22919@mailhub1.stratus.com>
7617      Branch: perl
7618            ! lib/ExtUtils/t/Constant.t lib/ExtUtils/t/hints.t
7619 ____________________________________________________________________________
7620 [ 15617] By: jhi                                   on 2002/03/29  22:02:28
7621         Log: AUTHORS updates.
7622      Branch: perl
7623            ! AUTHORS
7624 ____________________________________________________________________________
7625 [ 15616] By: jhi                                   on 2002/03/29  21:00:32
7626         Log: Upgrade to Encode 1.01, from Dan Kogai.
7627      Branch: perl
7628            ! ext/Encode/Changes ext/Encode/Encode.pm
7629            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
7630            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
7631            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
7632            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
7633            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
7634            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
7635            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
7636            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
7637            ! ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/big5.ucm
7638            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
7639            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/cp932.ucm
7640            ! ext/Encode/Encode/cp936.ucm ext/Encode/Encode/cp949.ucm
7641            ! ext/Encode/Encode/cp950.ucm ext/Encode/Encode/dingbats.ucm
7642            ! ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-jp.ucm
7643            ! ext/Encode/Encode/euc-kr.ucm ext/Encode/Encode/gb12345.ucm
7644            ! ext/Encode/Encode/gb2312.ucm ext/Encode/Encode/gsm0338.ucm
7645            ! ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/ibm-1250.ucm
7646            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
7647            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
7648            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
7649            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
7650            ! ext/Encode/Encode/ir-165.ucm ext/Encode/Encode/jis0201.ucm
7651            ! ext/Encode/Encode/johab.ucm ext/Encode/Encode/koi8-f.ucm
7652            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
7653            ! ext/Encode/Encode/ksc5601.ucm
7654            ! ext/Encode/Encode/macCentEuro.ucm
7655            ! ext/Encode/Encode/macCroatian.ucm
7656            ! ext/Encode/Encode/macCyrillic.ucm
7657            ! ext/Encode/Encode/macDingbats.ucm
7658            ! ext/Encode/Encode/macGreek.ucm
7659            ! ext/Encode/Encode/macIceland.ucm
7660            ! ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
7661            ! ext/Encode/Encode/macRumanian.ucm
7662            ! ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
7663            ! ext/Encode/Encode/macTurkish.ucm
7664            ! ext/Encode/Encode/macUkraine.ucm
7665            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
7666            ! ext/Encode/Encode/shiftjis.ucm ext/Encode/Encode/symbol.ucm
7667            ! ext/Encode/Encode/viscii.ucm ext/Encode/Makefile.PL
7668            ! ext/Encode/README ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7669            ! ext/Encode/lib/Encode/CJKConstants.pm
7670            ! ext/Encode/lib/Encode/JP/H2Z.pm ext/Encode/t/Aliases.t
7671            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
7672            ! ext/Encode/t/KR.t ext/Encode/t/TW.t ext/Encode/ucm2table
7673 ____________________________________________________________________________
7674 [ 15615] By: jhi                                   on 2002/03/29  18:47:01
7675         Log: Subject: [PATCH @15606] use PERL_CORE=1 to build extensions on VMS
7676              From: "Craig A. Berry" <craigberry@mac.com>
7677              Date: Fri, 29 Mar 2002 13:46:28 -0600
7678              Message-Id: <a05101501b8ca725b1d7f@[172.16.52.1]>
7679      Branch: perl
7680            ! configure.com
7681 ____________________________________________________________________________
7682 [ 15614] By: jhi                                   on 2002/03/29  18:34:27
7683         Log: Upgrade to Memoize 1.00, from mjd, modulo the Memoize::Saves,
7684              which one has to get from the CPAN distribution.
7685      Branch: perl
7686            + lib/Memoize/t/expfile.t lib/Memoize/t/expmod_n.t
7687            + lib/Memoize/t/expmod_t.t
7688            - lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7689            - lib/Memoize/t/expire_module_t.t
7690            ! MANIFEST lib/Memoize.pm lib/Memoize/Expire.pm
7691            ! lib/Memoize/README
7692 ____________________________________________________________________________
7693 [ 15613] By: jhi                                   on 2002/03/29  17:40:09
7694         Log: metaconfig unit tweak.
7695      Branch: metaconfig/U/perl
7696            ! versiononly.U
7697 ____________________________________________________________________________
7698 [ 15612] By: jhi                                   on 2002/03/29  17:39:38
7699         Log: Configure-related tweaks.
7700      Branch: perl
7701            ! Porting/Glossary Porting/config.sh Porting/config_H
7702            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7703            ! vos/config.ga.h
7704 ____________________________________________________________________________
7705 [ 15611] By: jhi                                   on 2002/03/29  17:27:51
7706         Log: Ooops.
7707      Branch: perl
7708            ! t/op/ver.t
7709 ____________________________________________________________________________
7710 [ 15610] By: jhi                                   on 2002/03/29  17:26:42
7711         Log: Subject: [PATCH @15606] d_time for vms
7712              From: "Craig A. Berry" <craigberry@mac.com>
7713              Date: Fri, 29 Mar 2002 11:58:29 -0600
7714              Message-Id: <a05101500b8ca5a9c8cc6@[192.168.56.168]>
7715      Branch: perl
7716            ! configure.com
7717 ____________________________________________________________________________
7718 [ 15609] By: jhi                                   on 2002/03/29  17:25:26
7719         Log: Subject: Re: Regex-Unicode bugs
7720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7721              Date: Thu, 28 Mar 2002 10:12:35 +0100
7722              Message-ID: <20020328101235.F678@rafael>
7723      Branch: perl
7724            ! t/op/regmesg.t
7725 ____________________________________________________________________________
7726 [ 15608] By: jhi                                   on 2002/03/29  17:21:22
7727         Log: Subject: Re: [DOC PATCH] Regex \G and POSIX restrictions
7728              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
7729              Date: Fri, 29 Mar 2002 16:53:27 +0000
7730              Message-Id: <200203291653.g2TGrRp26588@crypt.compulink.co.uk>
7731      Branch: perl
7732            ! pod/perlre.pod pod/perlretut.pod
7733 ____________________________________________________________________________
7734 [ 15607] By: jhi                                   on 2002/03/29  17:19:26
7735         Log: Subject: Re: debugger debuggers wanted
7736              From: spidb@cpan.org
7737              Date: Fri, 29 Mar 2002 06:34:11 -0500
7738              Message-Id: <200203291134.GAA15727@Orb.Nashua.NH.US>
7739      Branch: perl
7740            ! lib/perl5db.pl
7741 ____________________________________________________________________________
7742 [ 15606] By: jhi                                   on 2002/03/29  15:42:51
7743         Log: Update Changes.
7744      Branch: perl
7745            ! Changes patchlevel.h
7746 ____________________________________________________________________________
7747 [ 15605] By: jhi                                   on 2002/03/29  15:36:43
7748         Log: Rename for 8.3-friendliness.
7749      Branch: perl
7750            + lib/unicore/PropValueAliases.txt
7751            - lib/unicore/PropertyValueAliases.txt
7752            ! MANIFEST lib/unicore/README.perl
7753 ____________________________________________________________________________
7754 [ 15604] By: jhi                                   on 2002/03/29  15:33:19
7755         Log: Retract ExtUtils/t/basic.t until it works.
7756      Branch: perl
7757            - lib/ExtUtils/t/basic.t
7758            ! MANIFEST
7759 ____________________________________________________________________________
7760 [ 15603] By: jhi                                   on 2002/03/29  15:12:08
7761         Log: Subject: [PATCH] hints/freebsd.sh to allow usemymalloc
7762              From: Slaven Rezic <slaven.rezic@berlin.de>
7763              Date: 28 Mar 2002 22:27:14 +0100
7764              Message-ID: <87bsd88jt9.fsf_-_@vran.herceg.de>
7765      Branch: perl
7766            ! hints/freebsd.sh
7767 ____________________________________________________________________________
7768 [ 15602] By: jhi                                   on 2002/03/29  15:10:43
7769         Log: Interesting... where did this come from?
7770              (The Configure change in #15600)
7771      Branch: perl
7772            ! config_h.SH
7773 ____________________________________________________________________________
7774 [ 15601] By: jhi                                   on 2002/03/29  15:10:12
7775         Log: metaconfig unit change for #15600.
7776      Branch: metaconfig/U/perl
7777            ! versiononly.U
7778 ____________________________________________________________________________
7779 [ 15600] By: jhi                                   on 2002/03/29  15:08:22
7780         Log: Subject: versiononly should not put `old' versions in inc
7781              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7782              Date: Fri, 29 Mar 2002 12:53:49 +0100
7783              Message-Id: <20020329125040.8A8C.H.M.BRAND@hccnet.nl>
7784      Branch: perl
7785            ! Configure
7786 ____________________________________________________________________________
7787 [ 15599] By: jhi                                   on 2002/03/29  14:45:52
7788         Log: Subject: [PATCH] MakeMaker sync 5.48_03 -> 5.53_01
7789              From: Michael G Schwern <schwern@pobox.com>
7790              Date: Fri, 29 Mar 2002 04:12:47 -0500
7791              Message-ID: <20020329091247.GA7432@blackrider>
7792              
7793              (with two nits: (1) change lib/Extutils/Command/MM.pm
7794              in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
7795              @INC to compile.t)
7796      Branch: perl
7797            + lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
7798            + lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
7799            + lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_UWIN.pm
7800            + lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
7801            + lib/ExtUtils/t/Big-Fat-Dummy/Makefile.PL
7802            + lib/ExtUtils/t/Big-Fat-Dummy/lib/Big/Fat/Dummy.pm
7803            + lib/ExtUtils/t/Big-Fat-Dummy/t/compile.t
7804            + lib/ExtUtils/t/Problem-Module/Makefile.PL
7805            + lib/ExtUtils/t/Problem-Module/subdir/Makefile.PL
7806            + lib/ExtUtils/t/basic.t lib/ExtUtils/t/problems.t
7807            + t/lib/MakeMaker/Test/Utils.pm
7808            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
7809            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
7810            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MANIFEST.SKIP
7811            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
7812            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
7813            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
7814            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
7815            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mksymlists.pm
7816            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Command.t
7817            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
7818            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
7819            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
7820            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
7821            ! lib/ExtUtils/t/Packlist.t lib/ExtUtils/t/hints.t
7822            ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm
7823            ! t/lib/TieOut.pm
7824 ____________________________________________________________________________
7825 [ 15598] By: jhi                                   on 2002/03/29  14:11:58
7826         Log: Leftovers from Encode 0.99.
7827      Branch: perl
7828            - ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/roman8.ucm
7829            - ext/Encode/compile ext/Encode/encode.h
7830            - ext/Encode/lib/Encode/CN/2022_CN.pm
7831            - ext/Encode/lib/Encode/Details.pod
7832 ____________________________________________________________________________
7833 [ 15597] By: nick                                  on 2002/03/29  14:03:35
7834         Log: Integrate mainline
7835      Branch: perlio
7836           +> ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
7837           +> ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
7838           +> ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7839           !> (integrate 130 files)
7840 ____________________________________________________________________________
7841 [ 15596] By: jhi                                   on 2002/03/29  13:46:35
7842         Log: Subject: Another Unicode-3.2-induced doc fix
7843              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7844              Date: Fri, 29 Mar 2002 21:45:47 +0900
7845              Message-Id: <20020329214046.4C1E.BQW10602@nifty.com>
7846      Branch: perl
7847            ! ext/Unicode/Normalize/Normalize.pm
7848 ____________________________________________________________________________
7849 [ 15595] By: jhi                                   on 2002/03/29  13:44:25
7850         Log: Subject: [PATCH] reentr.pl: warning fixes, getpwentr_size fix
7851              From: Slaven Rezic <slaven.rezic@berlin.de>
7852              Date: Fri, 29 Mar 2002 12:19:58 +0100 (CET)
7853              Message-Id: <200203291119.g2TBJwqB016888@vran.herceg.de>
7854      Branch: perl
7855            ! reentr.c reentr.pl
7856 ____________________________________________________________________________
7857 [ 15594] By: jhi                                   on 2002/03/29  13:38:48
7858         Log: Subject: [PATCH] Quieting OS X
7859              From: Michael G Schwern <schwern@pobox.com>
7860              Date: Fri, 29 Mar 2002 05:46:23 -0500
7861              Message-ID: <20020329104622.GA9163@blackrider>
7862      Branch: perl
7863            ! ext/POSIX/t/posix.t t/op/stat.t
7864 ____________________________________________________________________________
7865 [ 15593] By: ams                                   on 2002/03/29  07:32:22
7866         Log: Subject: [PATCH] optimize ext/Time/HiRes/HiRes.xs
7867              From: Paul_GreenVOS@vos.stratus.com
7868              Date: Fri, 29 Mar 02 0:05 est
7869              Message-Id: <200203290506.AAA20433@mailhub1.stratus.com>
7870      Branch: perl
7871            ! ext/Time/HiRes/HiRes.xs
7872 ____________________________________________________________________________
7873 [ 15592] By: ams                                   on 2002/03/29  07:28:29
7874         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
7875              From: Spider Boardman <spidb@cpan.org>
7876              Date: Fri, 29 Mar 2002 00:52:24 -0500
7877              Message-Id: <200203290552.AAA47443@leggy.zk3.dec.com>
7878      Branch: perl
7879            ! op.c t/op/attrs.t
7880 ____________________________________________________________________________
7881 [ 15591] By: jhi                                   on 2002/03/29  03:15:18
7882         Log: It's perlce.
7883      Branch: perl
7884            ! pod/perldelta.pod
7885 ____________________________________________________________________________
7886 [ 15590] By: jhi                                   on 2002/03/29  02:59:03
7887         Log: MPE/iX tweaks from Mark Bixby.
7888      Branch: perl
7889            ! ext/Storable/t/lock.t mpeix/relink
7890 ____________________________________________________________________________
7891 [ 15589] By: jhi                                   on 2002/03/29  02:30:48
7892         Log: Upgrade to Encode 1.00, from Dan Kogai.
7893              
7894              (one nit: bin/enc2xs needed also ../..)
7895      Branch: perl
7896            + ext/Encode/Encode/big5-hkscs.ucm ext/Encode/Encode/encode.h
7897            + ext/Encode/Encode/hp-roman8.ucm ext/Encode/Encode/johab.ucm
7898            + ext/Encode/bin/enc2xs ext/Encode/bin/piconv
7899            ! (edit 104 files)
7900 ____________________________________________________________________________
7901 [ 15588] By: jhi                                   on 2002/03/29  01:38:10
7902         Log: Subject: [PATCH] NEXT LINE --> NEL
7903              From: Philip Newton <Philip.Newton@gmx.net>
7904              Date: Thu, 28 Mar 2002 21:03:10 +0000
7905              Message-ID: <6q07au0eh4rp6493h756mjerp9r5l97th1@4ax.com>
7906      Branch: perl
7907            ! lib/charnames.pm lib/charnames.t
7908 ____________________________________________________________________________
7909 [ 15587] By: jhi                                   on 2002/03/28  18:17:08
7910         Log: binmode :bytes, again.
7911      Branch: perl
7912            ! lib/utf8.t
7913 ____________________________________________________________________________
7914 [ 15586] By: jhi                                   on 2002/03/28  16:23:41
7915         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier with s///
7916              From: Mark-Jason Dominus <mjd@plover.com>
7917              Date: Thu, 28 Mar 2002 10:36:03 -0500
7918              Message-ID: <20020328153603.11992.qmail@plover.com>
7919      Branch: perl
7920            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
7921 ____________________________________________________________________________
7922 [ 15585] By: jhi                                   on 2002/03/28  16:20:03
7923         Log: Support Unicode 3.1 names, names without the (XX), and BOM.
7924      Branch: perl
7925            ! lib/charnames.pm lib/charnames.t pp_pack.c
7926 ____________________________________________________________________________
7927 [ 15584] By: jhi                                   on 2002/03/28  15:52:30
7928         Log: If expecting UTF-8, probably not expecting UTF-16.
7929      Branch: perl
7930            ! t/comp/require.t
7931 ____________________________________________________________________________
7932 [ 15583] By: jhi                                   on 2002/03/28  13:48:29
7933         Log: Subject: [PATCH] Fix lib/Time/Local.pm for VOS
7934              From: Paul_GreenVOS@vos.stratus.com
7935              Date: Thu, 28 Mar 02 8:22 est
7936              Message-Id: <200203281322.IAA15632@mailhub1.stratus.com>
7937      Branch: perl
7938            ! lib/Time/Local.pm
7939 ____________________________________________________________________________
7940 [ 15582] By: jhi                                   on 2002/03/28  13:47:14
7941         Log: Subject: [PATCH] Neuter socketpair on Stratus VOS
7942              From: Paul_GreenVOS@vos.stratus.com
7943              Date: Thu, 28 Mar 02 7:46 est
7944              Message-Id: <200203281246.HAA14426@mailhub1.stratus.com>
7945      Branch: perl
7946            ! ext/Socket/socketpair.t hints/vos.sh vos/vos.c vos/vosish.h
7947 ____________________________________________________________________________
7948 [ 15581] By: jhi                                   on 2002/03/28  13:45:48
7949         Log: A little bit better error message for \pq, still
7950              not good because the script context is not shown.
7951      Branch: perl
7952            ! lib/utf8_heavy.pl pod/perldiag.pod t/op/pat.t utf8.c
7953 ____________________________________________________________________________
7954 [ 15580] By: jhi                                   on 2002/03/28  13:28:44
7955         Log: Subject: Re: [ID 20020324.003] fairly major problem with qr/.../x (with test PATCH)
7956              From: Jeffrey Friedl <jfriedl@yahoo.com>
7957              Date: Thu, 28 Mar 2002 02:12:03 -0800 (PST)
7958              Message-Id: <200203281012.g2SAC3K93291@ventrue.corp.yahoo.com>
7959      Branch: perl
7960            ! sv.c t/op/pat.t
7961 ____________________________________________________________________________
7962 [ 15579] By: jhi                                   on 2002/03/28  13:22:25
7963         Log: Subject: [PATCH 5.7.3] warning at use of /c modifier without /g modifier
7964              From: Mark-Jason Dominus <mjd@plover.com>
7965              Date: Thu, 28 Mar 2002 05:04:40 -0500
7966              Message-ID: <20020328100440.22081.qmail@plover.com>
7967      Branch: perl
7968            ! pod/perldelta.pod pod/perldiag.pod t/lib/warnings/toke toke.c
7969 ____________________________________________________________________________
7970 [ 15578] By: jhi                                   on 2002/03/28  13:19:21
7971         Log: Subject: [PATCH 5.7.3 Encode] encoding.t not properly skipped when Encode extension not built
7972              From: mjd@plover.com
7973              Date: 28 Mar 2002 09:22:06 -0000
7974              Message-ID: <20020328092206.18833.qmail@plover.com>
7975      Branch: perl
7976            ! lib/encoding.t
7977 ____________________________________________________________________________
7978 [ 15577] By: jhi                                   on 2002/03/28  13:03:48
7979         Log: Unicode 3.2.0-induced doc tweaks.
7980      Branch: perl
7981            ! pod/perlretut.pod pod/perlunicode.pod
7982 ____________________________________________________________________________
7983 [ 15576] By: nick                                  on 2002/03/28  07:40:04
7984         Log: Integrate mainline (clean in Win32/MinGW but for end.t)
7985      Branch: perlio
7986           +> (branch 31 files)
7987           !> (integrate 162 files)
7988 ____________________________________________________________________________
7989 [ 15575] By: jhi                                   on 2002/03/28  04:19:51
7990         Log: Subject: [PATCH] ext/POSIX/t/posix.t -- neuter final test on VOS
7991              From: Paul_GreenVOS@vos.stratus.com
7992              Date: Thu, 28 Mar 02 0:16 est
7993              Message-Id: <200203280516.AAA16625@mailhub2.stratus.com>
7994      Branch: perl
7995            ! ext/POSIX/t/posix.t
7996 ____________________________________________________________________________
7997 [ 15574] By: jhi                                   on 2002/03/28  04:07:23
7998         Log: Subject: Re: Regex-Unicode bugs
7999              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8000              Date: Wed, 27 Mar 2002 13:48:06 +0100
8001              Message-ID: <20020327134806.C18945@rafael>
8002              
8003              regmesg.t patch still would be nice.
8004      Branch: perl
8005            ! regcomp.c
8006 ____________________________________________________________________________
8007 [ 15573] By: jhi                                   on 2002/03/28  03:46:14
8008         Log: Subject: Re: Regex-Unicode bugs
8009              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>    
8010              Date: Wed, 27 Mar 2002 12:39:57 +0000
8011              Message-Id: <200203271239.g2RCdvL31355@crypt.compulink.co.uk>
8012      Branch: perl
8013            ! pod/perldiag.pod regcomp.c
8014 ____________________________________________________________________________
8015 [ 15572] By: jhi                                   on 2002/03/28  03:38:34
8016         Log: Subject: [PATCH] t/io/fs.t - skip all tests that fail on VOS
8017              From: Paul_GreenVOS@vos.stratus.com
8018              Date: Wed, 27 Mar 02 23:33 est
8019              Message-Id: <200203280433.XAA01502@mailhub1.stratus.com>
8020      Branch: perl
8021            ! t/io/fs.t
8022 ____________________________________________________________________________
8023 [ 15571] By: jhi                                   on 2002/03/28  02:25:53
8024         Log: The Official 3.2.0 came out.
8025      Branch: perl
8026            + lib/unicore/lib/Buhid.pl lib/unicore/lib/Deprecat.pl
8027            + lib/unicore/lib/Grapheme.pl lib/unicore/lib/Hanunoo.pl
8028            + lib/unicore/lib/IdsBinar.pl lib/unicore/lib/IdsTrina.pl
8029            + lib/unicore/lib/InBuhid.pl lib/unicore/lib/InCyril2.pl
8030            + lib/unicore/lib/InGreekA.pl lib/unicore/lib/InHanuno.pl
8031            + lib/unicore/lib/InKatak2.pl lib/unicore/lib/InMisce3.pl
8032            + lib/unicore/lib/InMisce4.pl lib/unicore/lib/InSuppl2.pl
8033            + lib/unicore/lib/InSuppl3.pl lib/unicore/lib/InSuppl4.pl
8034            + lib/unicore/lib/InSuppl5.pl lib/unicore/lib/InSupple.pl
8035            + lib/unicore/lib/InTagalo.pl lib/unicore/lib/InTagban.pl
8036            + lib/unicore/lib/InVariat.pl lib/unicore/lib/LogicalO.pl
8037            + lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
8038            + lib/unicore/lib/Radical.pl lib/unicore/lib/SoftDott.pl
8039            + lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
8040            + lib/unicore/lib/UnifiedI.pl
8041            ! MANIFEST lib/unicore/README.perl lib/unicore/ReadMe.txt
8042 ____________________________________________________________________________
8043 [ 15570] By: jhi                                   on 2002/03/28  02:00:29
8044         Log: socketpair binmode :bytes.
8045      Branch: perl
8046            ! ext/Socket/socketpair.t
8047 ____________________________________________________________________________
8048 [ 15569] By: jhi                                   on 2002/03/28  01:46:21
8049         Log: Don't install anything beneath 't' directories.
8050      Branch: perl
8051            ! installperl
8052 ____________________________________________________________________________
8053 [ 15568] By: jhi                                   on 2002/03/28  01:43:52
8054         Log: More UTF-8 locale sensitivity.
8055      Branch: perl
8056            ! t/io/utf8.t
8057 ____________________________________________________________________________
8058 [ 15567] By: jhi                                   on 2002/03/28  01:20:31
8059         Log: Subject: Re: Smoke 15526 /pro/3gl/CPAN/perl-current
8060              From: Stas Bekman <stas@stason.org>
8061              Date: Thu, 28 Mar 2002 10:13:45 +0800
8062              Message-ID: <3CA27C59.4020209@stason.org>
8063              
8064              Temp file cleanup.
8065      Branch: perl
8066            ! lib/Pod/t/pod2html-lib.pl
8067 ____________________________________________________________________________
8068 [ 15566] By: jhi                                   on 2002/03/28  01:12:17
8069         Log: Be compatible also with non-UTF-8 locales.
8070      Branch: perl
8071            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
8072            ! lib/Locale/Language.pod
8073 ____________________________________________________________________________
8074 [ 15565] By: jhi                                   on 2002/03/28  00:58:36
8075         Log: Subject: Re: perl 5.7.3 + XS lvalue subs
8076              From: Spider Boardman <spidb@cpan.org>
8077              Date: Wed, 27 Mar 2002 20:52:28 -0500
8078              Message-Id: <200203280152.UAA415562@leggy.zk3.dec.com>
8079      Branch: perl
8080            ! cv.h op.c t/op/attrs.t toke.c
8081 ____________________________________________________________________________
8082 [ 15564] By: jhi                                   on 2002/03/27  23:54:59
8083         Log: "Last element".
8084      Branch: perl
8085            ! pod/perlfunc.pod
8086 ____________________________________________________________________________
8087 [ 15563] By: jhi                                   on 2002/03/27  23:53:27
8088         Log: Subject: Error in perlfunc for "die"
8089              From: William R Ward <bill@wards.net>
8090              Date: 27 Mar 2002 12:31:32 -0800
8091              Message-ID: <m2it7hrbvf.fsf@komodo.home.wards.net>
8092      Branch: perl
8093            ! pod/perlfunc.pod
8094 ____________________________________________________________________________
8095 [ 15562] By: jhi                                   on 2002/03/27  23:50:23
8096         Log: Subject: [DOC PATCH] Regex \G and POSIX restrictions
8097              From: Mark Kvale <kvale@phy.ucsf.edu>
8098              Date: Wed, 27 Mar 2002 16:45:37 -0800
8099              Message-Id: <02032716453705.38063@ivy.ucsf.edu>
8100      Branch: perl
8101            ! pod/perlre.pod pod/perlretut.pod
8102 ____________________________________________________________________________
8103 [ 15561] By: jhi                                   on 2002/03/27  23:48:15
8104         Log: Try to handle UTF-8 locales.
8105      Branch: perl
8106            ! lib/locale.t
8107 ____________________________________________________________________________
8108 [ 15560] By: jhi                                   on 2002/03/27  22:57:45
8109         Log: More binmode :bytes.
8110      Branch: perl
8111            ! t/io/utf8.t
8112 ____________________________________________________________________________
8113 [ 15559] By: jhi                                   on 2002/03/27  22:48:39
8114         Log: binmode(FH, ":bytes") is the right way, methinks.
8115      Branch: perl
8116            ! ext/PerlIO/t/encoding.t
8117 ____________________________________________________________________________
8118 [ 15558] By: jhi                                   on 2002/03/27  22:29:30
8119         Log: UTF-8 locale: need to open explicitly for bytes.
8120      Branch: perl
8121            ! ext/PerlIO/t/encoding.t
8122 ____________________________________________________________________________
8123 [ 15557] By: jhi                                   on 2002/03/27  21:59:54
8124         Log: UTF-8-ify __DATA__.  (TODO: let Neil Bowers know.)
8125      Branch: perl
8126            ! lib/Locale/Language.pm lib/Locale/Language.pod
8127 ____________________________________________________________________________
8128 [ 15556] By: jhi                                   on 2002/03/27  21:44:37
8129         Log: Warn instead of croak.
8130      Branch: perl
8131            ! pod/perldiag.pod utf8.c
8132 ____________________________________________________________________________
8133 [ 15555] By: jhi                                   on 2002/03/27  21:18:40
8134         Log: UTF-8 locale: there might already be one UTF-8 discipline.
8135      Branch: perl
8136            ! lib/open.t
8137 ____________________________________________________________________________
8138 [ 15554] By: jhi                                   on 2002/03/27  21:09:20
8139         Log: Subject: [PATCH @15551] 1_compile.t fix for VMS
8140              From: "Craig A. Berry" <craigberry@mac.com>
8141              Date: Wed, 27 Mar 2002 15:22:13 -0600
8142              Message-Id: <5.1.0.14.2.20020327150907.01b17470@exchi01>
8143      Branch: perl
8144            ! t/lib/1_compile.t t/lib/compmod.pl
8145 ____________________________________________________________________________
8146 [ 15553] By: jhi                                   on 2002/03/27  21:08:03
8147         Log: Subject: [DOC PATCH] Re: [ID 20020324.002] \G bug on zero-length matches
8148              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8149              Date: Wed, 27 Mar 2002 22:35:03 +0100
8150              Message-ID: <20020327223503.A678@rafael>
8151      Branch: perl
8152            ! pod/perlop.pod
8153 ____________________________________________________________________________
8154 [ 15552] By: jhi                                   on 2002/03/27  20:52:19
8155         Log: Start using the Unicode 3.2.0 data (NOTE: still
8156              unofficial, but the data is unlikely to change much.
8157              Doublecheck when 3.2.0 gets released.)
8158      Branch: perl
8159            + lib/unicore/PropertyAliases.txt
8160            + lib/unicore/PropertyValueAliases.txt
8161            ! (edit 129 files)
8162 ____________________________________________________________________________
8163 [ 15551] By: jhi                                   on 2002/03/27  15:20:05
8164         Log: Update Changes.
8165      Branch: perl
8166            ! Changes patchlevel.h
8167 ____________________________________________________________________________
8168 [ 15550] By: jhi                                   on 2002/03/27  15:06:56
8169         Log: Further fixing for #15549.  Six tests are failing
8170              under Solaris with en_US.UTF-8 but those failures seem
8171              unrelated to the BOUND problem, will look at them later.
8172      Branch: perl
8173            ! regexec.c
8174 ____________________________________________________________________________
8175 [ 15549] By: jhi                                   on 2002/03/27  14:45:05
8176         Log: Possible fix for "Orks, Dragons, and Elves":
8177              should now build under UTF-8 locales (is building
8178              under Solaris en_US.UTF-8 right now).
8179      Branch: perl
8180            ! Makefile.SH regexec.c
8181 ____________________________________________________________________________
8182 [ 15548] By: jhi                                   on 2002/03/27  14:11:37
8183         Log: Forgotten from #15523.
8184      Branch: perl
8185            ! lib/Math/BigInt/Calc.pm
8186 ____________________________________________________________________________
8187 [ 15547] By: jhi                                   on 2002/03/27  13:53:31
8188         Log: Subject: [PATCH regcomp.c] A warning wasn't turnable off
8189              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>      
8190              Date: Wed, 27 Mar 2002 13:32:00 +0100
8191              Message-ID: <20020327133200.A18945@rafael>
8192      Branch: perl
8193            ! regcomp.c t/lib/warnings/regcomp
8194 ____________________________________________________________________________
8195 [ 15546] By: jhi                                   on 2002/03/27  13:51:52
8196         Log: Subject: [PATCH] MANIFES --> MANIFEST
8197              From: Philip Newton <Philip.Newton@gmx.net>
8198              Date: Wed, 27 Mar 2002 10:05:46 +0000
8199              Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com>
8200              
8201              (plus a few tweaks more)
8202      Branch: perl
8203            ! Porting/check83.pl
8204 ____________________________________________________________________________
8205 [ 15545] By: nick                                  on 2002/03/27  07:37:36
8206         Log: Integrate mainline
8207      Branch: perlio
8208           +> lib/Math/BigInt/t/with_sub.t
8209            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8210            - lib/bignum/t/trace.t
8211           !> (integrate 76 files)
8212 ____________________________________________________________________________
8213 [ 15544] By: jhi                                   on 2002/03/27  03:17:46
8214         Log: Obsolete mailing list information.
8215      Branch: perl
8216            ! README.bs2000 README.os390 README.vmesa
8217 ____________________________________________________________________________
8218 [ 15543] By: jhi                                   on 2002/03/27  03:11:55
8219         Log: More URL "whitespacing".
8220      Branch: perl
8221            ! README.bs2000 README.hurd README.mpeix README.netware
8222            ! README.os390 README.vmesa README.vos README.win32
8223            ! pod/perl5004delta.pod pod/perl5005delta.pod
8224            ! pod/perl561delta.pod pod/perl56delta.pod pod/perl570delta.pod
8225            ! pod/perl571delta.pod pod/perl572delta.pod pod/perldelta.pod
8226            ! pod/perlembed.pod pod/perlfaq2.pod pod/perlfaq3.pod
8227            ! pod/perlhack.pod pod/perlintro.pod pod/perllocale.pod
8228            ! pod/perlnewmod.pod pod/perlport.pod pod/perlreftut.pod
8229            ! pod/perltodo.pod
8230 ____________________________________________________________________________
8231 [ 15542] By: jhi                                   on 2002/03/27  02:40:33
8232         Log: I like doubleclicking on URLs in pods to select them.
8233      Branch: perl
8234            ! README.amiga README.epoc README.vos pod/perl561delta.pod
8235            ! pod/perl570delta.pod pod/perl571delta.pod pod/perldelta.pod
8236            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8237            ! pod/perlfaq9.pod pod/perlhack.pod pod/perlmodinstall.pod
8238            ! pod/perlmodlib.PL pod/perlmodlib.pod pod/perlport.pod
8239            ! pod/perltodo.pod pod/perlvar.pod
8240 ____________________________________________________________________________
8241 [ 15541] By: jhi                                   on 2002/03/27  02:04:47
8242         Log: Regen modlib.
8243      Branch: perl
8244            ! pod/perlmodlib.pod
8245 ____________________________________________________________________________
8246 [ 15540] By: jhi                                   on 2002/03/27  01:43:52
8247         Log: Update the CPAN sites list.
8248      Branch: perl
8249            ! pod/perlmodlib.PL pod/perlmodlib.pod
8250 ____________________________________________________________________________
8251 [ 15539] By: jhi                                   on 2002/03/27  01:15:11
8252         Log: Regen modlib, toc.
8253      Branch: perl
8254            ! pod/perlmodlib.pod pod/perltoc.pod
8255 ____________________________________________________________________________
8256 [ 15538] By: jhi                                   on 2002/03/27  01:13:12
8257         Log: s/rationale/rational/
8258      Branch: perl
8259            ! lib/Math/BigRat.pm lib/bigrat.pm
8260 ____________________________________________________________________________
8261 [ 15537] By: jhi                                   on 2002/03/27  01:01:33
8262         Log: s/done/esac/
8263      Branch: perl
8264            ! hints/dec_osf.sh
8265 ____________________________________________________________________________
8266 [ 15536] By: jhi                                   on 2002/03/27  00:54:21
8267         Log: Advertise big* and BigRat.
8268      Branch: perl
8269            ! pod/perldelta.pod
8270 ____________________________________________________________________________
8271 [ 15535] By: jhi                                   on 2002/03/26  22:42:41
8272         Log: A missing ) in #15527.
8273      Branch: perl
8274            ! pp_sys.c
8275 ____________________________________________________________________________
8276 [ 15534] By: jhi                                   on 2002/03/26  22:24:17
8277         Log: Subject: Re: [PATCH] STRLEN typemap entry should be T_UV
8278              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8279              Date: Tue, 26 Mar 2002 13:24:27 -1000 (HST)
8280              Message-ID: <Pine.LNX.4.33.0203261318490.2854-100000@lapaki>
8281      Branch: perl
8282            ! lib/ExtUtils/typemap
8283 ____________________________________________________________________________
8284 [ 15533] By: jhi                                   on 2002/03/26  22:19:04
8285         Log: Subject: Re: Cygwin PerlIO.t failing
8286              From: Stas Bekman <stas@stason.org>
8287              Date: Wed, 27 Mar 2002 01:34:11 +0800
8288              Message-ID: <3CA0B113.1070800@stason.org>
8289      Branch: perl
8290            ! ext/PerlIO/PerlIO.t
8291 ____________________________________________________________________________
8292 [ 15532] By: jhi                                   on 2002/03/26  22:11:17
8293         Log: Subject: [PATCH] safety check for vms/test.com
8294              From: "Craig A. Berry" <craigberry@mac.com>
8295              Date: Tue, 26 Mar 2002 12:15:21 -0600
8296              Message-Id: <5.1.0.14.2.20020326121340.02b46c50@exchi01>
8297      Branch: perl
8298            ! vms/test.com
8299 ____________________________________________________________________________
8300 [ 15531] By: jhi                                   on 2002/03/26  22:10:33
8301         Log: Subject: [PATCH: perl@15489] remove Thread extension if not use_threads
8302              From: PPrymmer@factset.com
8303              Date: Tue, 26 Mar 2002 13:04:59 -0500
8304              Message-ID: <OFA872ECE0.98E1F5D3-ON85256B88.0059C33A@55.25.11>
8305      Branch: perl
8306            ! configure.com
8307 ____________________________________________________________________________
8308 [ 15530] By: jhi                                   on 2002/03/26  22:08:35
8309         Log: Subject: [PATCH] Minor typo in test harness
8310              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
8311              Date: Tue, 26 Mar 2002 17:44:06 -0000
8312              Message-ID: <AIEAJICLCBDNAAOLLOKLOENDEAAA.Paul.Marquess@Openwave.com>
8313      Branch: perl
8314            ! t/lib/warnings/perlio
8315 ____________________________________________________________________________
8316 [ 15529] By: jhi                                   on 2002/03/26  22:06:59
8317         Log: Subject: PATCH s2p.PL
8318              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
8319              Date: Tue, 26 Mar 2002 17:16:46 +0100
8320              Message-ID: <3CA09EEE.E499DD38@alcatel.at>
8321      Branch: perl
8322            ! x2p/s2p.PL
8323 ____________________________________________________________________________
8324 [ 15528] By: jhi                                   on 2002/03/26  22:03:22
8325         Log: Retract Math::BigInt::Lite, Tels had second thoughts.
8326      Branch: perl
8327            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8328            - lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8329            ! MANIFEST
8330 ____________________________________________________________________________
8331 [ 15527] By: jhi                                   on 2002/03/26  22:01:01
8332         Log: Avoid and document a weird bug in UNICOS/mk.
8333      Branch: perl
8334            ! pod/perldelta.pod pp_sys.c
8335 ____________________________________________________________________________
8336 [ 15526] By: jhi                                   on 2002/03/26  20:28:45
8337         Log: Math::BigInt::Lite 0.09, from Tels.
8338      Branch: perl
8339            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8340            ! MANIFEST
8341 ____________________________________________________________________________
8342 [ 15525] By: jhi                                   on 2002/03/26  20:14:38
8343         Log: For now disable the test in OS/390; it seems to hang,
8344              but frustratingly seems to run from command line and
8345              from Perl debugger.
8346      Branch: perl
8347            ! lib/Math/BigInt/t/mbi_rand.t
8348 ____________________________________________________________________________
8349 [ 15524] By: jhi                                   on 2002/03/26  19:57:27
8350         Log: EPOC update from Olaf Flebbe.
8351      Branch: perl
8352            ! README.epoc doio.c epoc/epoc.c lib/File/Spec/Epoc.pm
8353            ! pod/perlport.pod t/io/fs.t
8354 ____________________________________________________________________________
8355 [ 15523] By: jhi                                   on 2002/03/26  19:54:48
8356         Log: Upgrade to Math::BigInt 1.56, Math::BigRat 0.05,
8357              and bignum 0.11, from Tels.
8358      Branch: perl
8359            + lib/Math/BigInt/t/with_sub.t
8360            - lib/bignum/t/trace.t
8361            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8362            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.t
8363            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/constant.t
8364            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/require.t
8365            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/use.t
8366            ! lib/Math/BigInt/t/use_lib1.t lib/Math/BigInt/t/use_lib2.t
8367            ! lib/Math/BigInt/t/use_lib3.t lib/Math/BigInt/t/use_lib4.t
8368            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltrt.t
8369            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.t
8370            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
8371            ! lib/bignum/t/bigrat.t lib/bigrat.pm
8372            ! t/lib/Math/BigInt/Subclass.pm
8373 ____________________________________________________________________________
8374 [ 15522] By: jhi                                   on 2002/03/26  16:07:58
8375         Log: Integrate perlio;
8376              
8377              Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8378              
8379              Testcase for crlf spanning buffer boundary
8380      Branch: perl
8381           +> t/io/crlf.t
8382           !> MANIFEST perlio.c
8383 ____________________________________________________________________________
8384 [ 15521] By: nick                                  on 2002/03/26  15:31:55
8385         Log: Testcase for crlf spanning buffer boundary
8386      Branch: perlio
8387            + t/io/crlf.t
8388            ! MANIFEST
8389 ____________________________________________________________________________
8390 [ 15520] By: nick                                  on 2002/03/26  15:09:52
8391         Log: Fix [ID 20020326.001] - cr/lf spanning buffer boundary
8392      Branch: perlio
8393            ! perlio.c
8394 ____________________________________________________________________________
8395 [ 15519] By: jhi                                   on 2002/03/26  14:50:08
8396         Log: Can't test Net:: much in OS/390 without Convert::EBCDIC.
8397      Branch: perl
8398            ! t/lib/1_compile.t
8399 ____________________________________________________________________________
8400 [ 15518] By: jhi                                   on 2002/03/26  14:39:08
8401         Log: Document the Configure (really, awk) glitch in
8402              UNICOS/mk.
8403      Branch: perl
8404            ! pod/perldelta.pod
8405 ____________________________________________________________________________
8406 [ 15517] By: jhi                                   on 2002/03/26  13:32:31
8407         Log: Subject: [PATCH] Win32 w/o multiplicity build fails
8408              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8409              Date: Fri, 22 Mar 2002 16:11:28 +0100
8410              Message-ID: <3C9B57B0.31936.496399@localhost>
8411      Branch: perl
8412            ! win32/win32.c
8413 ____________________________________________________________________________
8414 [ 15516] By: jhi                                   on 2002/03/26  13:29:24
8415         Log: Subject: Re: Jarkko likes OOOOs
8416              From: "Gerrit P. Haase" <gp@familiehaase.de>
8417              Date: Tue, 26 Mar 2002 08:44:02 +0100
8418              Message-ID: <40509050505.20020326084402@familiehaase.de>
8419      Branch: perl
8420            ! t/io/fs.t
8421 ____________________________________________________________________________
8422 [ 15515] By: jhi                                   on 2002/03/26  13:23:32
8423         Log: Subject: [patch utils/perlbug] subject header setting problem      
8424              From: Stas Bekman <stas@stason.org>
8425              Date: Tue, 26 Mar 2002 21:12:49 +0800 (SGT)
8426              Message-ID: <Pine.LNX.4.44.0203262107310.2288-100000@hope.stason.org>
8427      Branch: perl
8428            ! utils/perlbug.PL
8429 ____________________________________________________________________________
8430 [ 15514] By: jhi                                   on 2002/03/26  13:20:23
8431         Log: Subject: [PATCH] win32/makefile.mk
8432              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
8433              Date: Tue, 26 Mar 2002 13:56:19 +0100
8434              Message-ID: <3CA07E03.13094.8ACAD1@localhost>
8435      Branch: perl
8436            ! win32/makefile.mk
8437 ____________________________________________________________________________
8438 [ 15513] By: nick                                  on 2002/03/26  07:17:17
8439         Log: Integrate mainline
8440      Branch: perlio
8441           +> (branch 39 files)
8442            - (delete 109 files)
8443           !> (integrate 105 files)
8444 ____________________________________________________________________________
8445 [ 15512] By: nick                                  on 2002/03/26  06:52:42
8446         Log: Integrate mainline
8447      Branch: perlio
8448           !> Changes ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t
8449           !> hints/freebsd.sh lib/open.pm lib/open.t lib/warnings.pm
8450           !> lib/warnings.t mg.c patchlevel.h perl.c perlio.c perly.c
8451           !> perly.fixer perly.y perly_c.diff pod/perllexwarn.pod
8452           !> t/lib/warnings/perlio vms/perly_c.vms warnings.h warnings.pl
8453 ____________________________________________________________________________
8454 [ 15511] By: jhi                                   on 2002/03/26  04:25:44
8455         Log: Installation advice from Robert Spier. 
8456      Branch: perl
8457            ! INSTALL
8458 ____________________________________________________________________________
8459 [ 15510] By: jhi                                   on 2002/03/26  04:12:15
8460         Log: Stas setting things right.
8461      Branch: perl
8462            ! ext/PerlIO/PerlIO.t
8463 ____________________________________________________________________________
8464 [ 15509] By: jhi                                   on 2002/03/26  03:57:22
8465         Log: Subject: [PATCH] ext/IO/lib/IO/t/io_unix.t
8466              From: Paul_GreenVOS@vos.stratus.com
8467              Date: Mon, 25 Mar 02 23:57 est
8468              Message-Id: <200203260457.XAA19233@mailhub2.stratus.com>
8469      Branch: perl
8470            ! ext/IO/lib/IO/t/io_unix.t
8471 ____________________________________________________________________________
8472 [ 15508] By: jhi                                   on 2002/03/26  03:55:54
8473         Log: Add threads hints for UNICOS/mk and UNICOS.
8474              (I'm just guessing on UNICOS.)
8475      Branch: perl
8476            ! hints/unicos.sh hints/unicosmk.sh
8477 ____________________________________________________________________________
8478 [ 15507] By: jhi                                   on 2002/03/26  01:19:57
8479         Log: Mention the effect of Unicode keys on hashes.
8480      Branch: perl
8481            ! pod/perlunicode.pod
8482 ____________________________________________________________________________
8483 [ 15506] By: jhi                                   on 2002/03/25  22:38:12
8484         Log: Subject: [PATCH @15489] yfix fix for VMS (was YYDEBUG etc.)
8485              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8486              Date: Mon, 25 Mar 2002 17:24:33 -0600
8487              Message-Id: <5.1.0.14.2.20020325135745.01aeabc0@exchi01>
8488      Branch: perl
8489            ! perl.c perly.c perly.y perly_c.diff vms/perly_c.vms
8490            ! vms/vms_yfix.pl
8491 ____________________________________________________________________________
8492 [ 15505] By: jhi                                   on 2002/03/25  22:36:18
8493         Log: Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.
8494      Branch: perl
8495            ! hints/dec_osf.sh
8496 ____________________________________________________________________________
8497 [ 15504] By: jhi                                   on 2002/03/25  20:39:05
8498         Log: The .ucm of Encode are big when uncompressed.
8499      Branch: perl
8500            ! INSTALL
8501 ____________________________________________________________________________
8502 [ 15503] By: jhi                                   on 2002/03/25  19:58:04
8503         Log: I don't understand what is going on what these
8504              news tests, retracting the whole lot.
8505      Branch: perl
8506            ! ext/PerlIO/PerlIO.t
8507 ____________________________________________________________________________
8508 [ 15502] By: jhi                                   on 2002/03/25  19:50:32
8509         Log: Upgrade to Encode 0.99, from Dan Kogai.
8510      Branch: perl
8511            + ext/Encode/Encode/big5-hk.ucm ext/Encode/Encode/big5.ucm
8512            + ext/Encode/Encode/cp932.ucm ext/Encode/Encode/cp936.ucm
8513            + ext/Encode/Encode/cp949.ucm ext/Encode/Encode/cp950.ucm
8514            + ext/Encode/Encode/euc-cn.ucm ext/Encode/Encode/euc-kr.ucm
8515            + ext/Encode/Encode/gb12345.ucm ext/Encode/Encode/gb2312.ucm
8516            + ext/Encode/Encode/gsm0338.ucm ext/Encode/Encode/ir-165.ucm
8517            + ext/Encode/Encode/ksc5601.ucm
8518            + ext/Encode/Encode/macCentEuro.ucm
8519            + ext/Encode/Encode/macCroatian.ucm
8520            + ext/Encode/Encode/macCyrillic.ucm
8521            + ext/Encode/Encode/macDingbats.ucm
8522            + ext/Encode/Encode/macGreek.ucm
8523            + ext/Encode/Encode/macIceland.ucm
8524            + ext/Encode/Encode/macJapan.ucm ext/Encode/Encode/macRoman.ucm
8525            + ext/Encode/Encode/macRumanian.ucm
8526            + ext/Encode/Encode/macSami.ucm ext/Encode/Encode/macThai.ucm
8527            + ext/Encode/Encode/macTurkish.ucm
8528            + ext/Encode/Encode/macUkraine.ucm
8529            + ext/Encode/Encode/shiftjis.ucm
8530            + ext/Encode/lib/Encode/10646_1.pm
8531            + ext/Encode/lib/Encode/CJKConstants.pm
8532            + ext/Encode/lib/Encode/CN/2022_CN.pm
8533            + ext/Encode/lib/Encode/JP/2022_JP.pm
8534            + ext/Encode/lib/Encode/JP/2022_JP1.pm
8535            + ext/Encode/lib/Encode/KR/2022_KR.pm ext/Encode/t/KR.t
8536            + ext/Encode/t/gb2312.euc ext/Encode/t/gb2312.ref
8537            + ext/Encode/t/ksc5601.euc ext/Encode/t/ksc5601.ref
8538            + ext/Encode/ucm2table
8539            - (delete 109 files)
8540            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm
8541            ! ext/Encode/Byte/Makefile.PL ext/Encode/CN/CN.pm
8542            ! ext/Encode/CN/Makefile.PL ext/Encode/Changes
8543            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8544            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8545            ! ext/Encode/Encode/8859-1.ucm ext/Encode/Encode/8859-10.ucm
8546            ! ext/Encode/Encode/8859-11.ucm ext/Encode/Encode/8859-13.ucm
8547            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
8548            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
8549            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
8550            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
8551            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
8552            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
8553            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
8554            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
8555            ! ext/Encode/Encode/euc-jp.ucm ext/Encode/Encode/ibm-1250.ucm
8556            ! ext/Encode/Encode/ibm-1251.ucm ext/Encode/Encode/ibm-1252.ucm
8557            ! ext/Encode/Encode/ibm-1253.ucm ext/Encode/Encode/ibm-1254.ucm
8558            ! ext/Encode/Encode/ibm-1255.ucm ext/Encode/Encode/ibm-1256.ucm
8559            ! ext/Encode/Encode/ibm-1257.ucm ext/Encode/Encode/ibm-1258.ucm
8560            ! ext/Encode/Encode/jis0201.ucm ext/Encode/Encode/koi8-f.ucm
8561            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/koi8-u.ucm
8562            ! ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/posix-bc.ucm
8563            ! ext/Encode/Encode/roman8.ucm ext/Encode/Encode/symbol.ucm
8564            ! ext/Encode/Encode/viscii.ucm ext/Encode/JP/JP.pm
8565            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8566            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
8567            ! ext/Encode/Makefile.PL ext/Encode/README
8568            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8569            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
8570            ! ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
8571            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/CN/HZ.pm
8572            ! ext/Encode/lib/Encode/Details.pod
8573            ! ext/Encode/lib/Encode/Encoding.pm
8574            ! ext/Encode/lib/Encode/Internal.pm
8575            ! ext/Encode/lib/Encode/JP/H2Z.pm
8576            ! ext/Encode/lib/Encode/JP/JIS.pm
8577            ! ext/Encode/lib/Encode/Supported.pod
8578            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
8579            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
8580            ! ext/Encode/t/Aliases.t ext/Encode/t/CN.t ext/Encode/t/Encode.t
8581            ! ext/Encode/t/JP.t ext/Encode/t/TW.t ext/Encode/t/jisx0208.euc
8582            ! ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
8583            ! ext/Encode/t/jisx0212.ref
8584 ____________________________________________________________________________
8585 [ 15501] By: jhi                                   on 2002/03/25  19:16:21
8586         Log: Noise with -w.
8587      Branch: perl
8588            ! ext/PerlIO/PerlIO.t
8589 ____________________________________________________________________________
8590 [ 15500] By: jhi                                   on 2002/03/25  19:02:41
8591         Log: If no perlio no perlio warnings, either.
8592      Branch: perl
8593            ! lib/warnings.t
8594 ____________________________________________________________________________
8595 [ 15499] By: jhi                                   on 2002/03/25  18:57:47
8596         Log: ...and put some of the new perlio tests here.
8597              The in-memory ones not yet since my poor brain
8598              refuses to find the right TODO incantation.
8599      Branch: perl
8600            ! ext/PerlIO/PerlIO.t
8601 ____________________________________________________________________________
8602 [ 15498] By: jhi                                   on 2002/03/25  18:23:36
8603         Log: Take away the perlio-requiring tests..
8604      Branch: perl
8605            ! t/io/open.t
8606 ____________________________________________________________________________
8607 [ 15497] By: jhi                                   on 2002/03/25  18:04:39
8608         Log: More correct now, but actually the two new tests
8609              need to be moved, since they are perlio-only...
8610      Branch: perl
8611            ! t/io/open.t
8612 ____________________________________________________________________________
8613 [ 15496] By: jhi                                   on 2002/03/25  17:57:32
8614         Log: More neo-io tests from Stas Bekman.
8615      Branch: perl
8616            ! t/io/open.t
8617 ____________________________________________________________________________
8618 [ 15495] By: jhi                                   on 2002/03/25  17:52:33
8619         Log: Document the QNX6 sprintf glitch.
8620      Branch: perl
8621            ! pod/perldelta.pod
8622 ____________________________________________________________________________
8623 [ 15494] By: jhi                                   on 2002/03/25  17:46:27
8624         Log: AmigaOS must use the ixemul directly, since there
8625              is no more vfork support.
8626      Branch: perl
8627            ! hints/amigaos.sh
8628 ____________________________________________________________________________
8629 [ 15493] By: jhi                                   on 2002/03/25  17:39:18
8630         Log: Subject: [PATCH pp_sys.c] Must specify fromlen for recvfrom for QNX6
8631              From: Norton Allen <allen@huarp.harvard.edu>
8632              Date: Mon, 25 Mar 2002 13:39:25 -0500 (est)
8633              Message-Id: <200203251839.NAA02055@bottesini.harvard.edu>
8634      Branch: perl
8635            ! pp_sys.c
8636 ____________________________________________________________________________
8637 [ 15492] By: jhi                                   on 2002/03/25  17:38:33
8638         Log: Subject: [PATCH ext/Socket/socketpair.t] TODO for QNX6
8639              From: Norton Allen <allen@huarp.harvard.edu>
8640              Date: Mon, 25 Mar 2002 13:36:17 -0500 (est)
8641              Message-Id: <200203251836.NAA01517@bottesini.harvard.edu>
8642      Branch: perl
8643            ! ext/Socket/socketpair.t
8644 ____________________________________________________________________________
8645 [ 15491] By: jhi                                   on 2002/03/25  16:57:10
8646         Log: Clarify the 8.3 rule.
8647      Branch: perl
8648            ! Porting/check83.pl
8649 ____________________________________________________________________________
8650 [ 15490] By: nick                                  on 2002/03/25  16:05:07
8651         Log: Integrate mainline
8652      Branch: perlio
8653           +> ext/Encode/lib/Encode/EncFormat.pod
8654           +> ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm mpeix/mpeix.c
8655            - ext/Encode/lib/EncodeFormat.pod
8656           !> (integrate 41 files)
8657 ____________________________________________________________________________
8658 [ 15489] By: jhi                                   on 2002/03/25  15:52:33
8659         Log: Update Changes.
8660      Branch: perl
8661            ! Changes patchlevel.h
8662 ____________________________________________________________________________
8663 [ 15488] By: jhi                                   on 2002/03/25  15:32:39
8664         Log: Forgotten from #15486.
8665      Branch: perl
8666            ! perl.c
8667 ____________________________________________________________________________
8668 [ 15487] By: jhi                                   on 2002/03/25  15:23:56
8669         Log: It seems that FreeBSD does not like using Perl's malloc
8670              when multithreaded.
8671      Branch: perl
8672            ! hints/freebsd.sh
8673 ____________________________________________________________________________
8674 [ 15486] By: jhi                                   on 2002/03/25  14:37:03
8675         Log: Subject: [PATCH] Re: what is YYDEBUG and why does it reset errno?
8676              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8677              Date: Mon, 25 Mar 2002 11:33:17 +0100
8678              Message-ID: <20020325113317.A1410@rafael>
8679              
8680              Apparently VMS does not do YYDEBUG.
8681      Branch: perl
8682            ! perly.c perly.fixer perly.y perly_c.diff vms/perly_c.vms
8683 ____________________________________________________________________________
8684 [ 15485] By: jhi                                   on 2002/03/25  14:10:20
8685         Log: Subject: [PATCH] warnings for perlio + others
8686              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
8687              Date: Mon, 25 Mar 2002 13:01:44 -0000
8688              Message-ID: <AIEAJICLCBDNAAOLLOKLMEKNEAAA.paul_marquess@yahoo.co.uk>
8689      Branch: perl
8690            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/via.t lib/open.pm
8691            ! lib/open.t lib/warnings.pm lib/warnings.t mg.c perlio.c
8692            ! pod/perllexwarn.pod t/lib/warnings/perlio warnings.h
8693            ! warnings.pl
8694 ____________________________________________________________________________
8695 [ 15484] By: jhi                                   on 2002/03/25  01:53:29
8696         Log: As verified by Doug MacEachern.
8697      Branch: perl
8698            ! pod/perldelta.pod
8699 ____________________________________________________________________________
8700 [ 15483] By: jhi                                   on 2002/03/24  23:23:50
8701         Log: MPE/iX update from Mark Bixby.
8702      Branch: perl
8703            + mpeix/mpeix.c
8704            ! MANIFEST README.mpeix ext/DynaLoader/dl_mpeix.xs
8705            ! hints/mpeix.sh mpeix/mpeixish.h
8706 ____________________________________________________________________________
8707 [ 15482] By: jhi                                   on 2002/03/24  22:54:00
8708         Log: Subject: [PATCH] To \X{221E} and beyond in ExtUtils::Constant
8709              From: Nicholas Clark <nick@unfortu.net>
8710              Date: Sun, 24 Mar 2002 22:50:06 +0000
8711              Message-ID: <20020324225006.GB410@Bagpuss.unfortu.net>
8712      Branch: perl
8713            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
8714 ____________________________________________________________________________
8715 [ 15481] By: jhi                                   on 2002/03/24  22:35:56
8716         Log: Subject: [PATCH] fix warning + carp interaction
8717              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>       
8718              Date: Sun, 24 Mar 2002 23:00:21 -0000
8719              Message-ID: <AIEAJICLCBDNAAOLLOKLGEKCEAAA.paul_marquess@yahoo.co.uk>
8720      Branch: perl
8721            ! lib/Carp.pm lib/warnings.pm t/lib/warnings/9enabled
8722            ! warnings.pl
8723 ____________________________________________________________________________
8724 [ 15480] By: jhi                                   on 2002/03/24  22:30:48
8725         Log: Upgrade to Tie::File 0.51, from Mark-Jason Dominus.
8726              (All the code changes have already been applied earlier.)
8727      Branch: perl
8728            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
8729 ____________________________________________________________________________
8730 [ 15479] By: jhi                                   on 2002/03/24  22:11:46
8731         Log: DB_File: for the core version, no need to specify
8732              a minimum MM version.
8733      Branch: perl
8734            ! ext/DB_File/Makefile.PL
8735 ____________________________________________________________________________
8736 [ 15478] By: jhi                                   on 2002/03/24  21:33:42
8737         Log: Subject: [PATCH @15470] pack('w') 64-bit buffer overflow
8738              From: Dave Mitchell <davem@fdgroup.com>
8739              Date: Sun, 24 Mar 2002 22:23:08 +0000
8740              Message-ID: <20020324222308.B21963@fdgroup.com>
8741      Branch: perl
8742            ! pp_pack.c
8743 ____________________________________________________________________________
8744 [ 15477] By: jhi                                   on 2002/03/24  21:19:45
8745         Log: Subject: [PATCH @15450] errno help for VMS
8746              From: "Craig A. Berry" <craigberry@mac.com>
8747              Date: Sun, 24 Mar 2002 16:17:52 -0600
8748              Message-Id: <a05101509b8c3fd17e26c@[172.16.52.1]>
8749      Branch: perl
8750            ! ext/POSIX/t/posix.t vms/vms.c
8751 ____________________________________________________________________________
8752 [ 15476] By: jhi                                   on 2002/03/24  21:18:45
8753         Log: Upgrade to Locale::Codes 2.03.
8754      Branch: perl
8755            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
8756            ! lib/Locale/Country.pm
8757 ____________________________________________________________________________
8758 [ 15475] By: jhi                                   on 2002/03/24  20:36:46
8759         Log: metaconfig unit change for #15474.
8760      Branch: metaconfig/U/perl
8761            ! Extensions.U
8762 ____________________________________________________________________________
8763 [ 15474] By: jhi                                   on 2002/03/24  20:35:49
8764         Log: The #15472 said "properly".  Ha!
8765      Branch: perl
8766            ! Configure
8767 ____________________________________________________________________________
8768 [ 15473] By: jhi                                   on 2002/03/24  20:17:37
8769         Log: metaconfig unit change for #15472.
8770      Branch: metaconfig/U/perl
8771            ! Extensions.U
8772 ____________________________________________________________________________
8773 [ 15472] By: jhi                                   on 2002/03/24  20:16:56
8774         Log: Properly scan for the subextensions of Encode
8775              when doing static builds.
8776      Branch: perl
8777            ! Configure
8778 ____________________________________________________________________________
8779 [ 15471] By: jhi                                   on 2002/03/24  19:58:38
8780         Log: Tru64: Document the known odbm failure with static builds.
8781      Branch: perl
8782            ! README.tru64
8783 ____________________________________________________________________________
8784 [ 15470] By: jhi                                   on 2002/03/24  17:56:01
8785         Log: microperl tweaks.
8786      Branch: perl
8787            ! Makefile.micro locale.c util.c
8788 ____________________________________________________________________________
8789 [ 15469] By: jhi                                   on 2002/03/24  17:32:36
8790         Log: metaconfig unit changes for #15468.
8791      Branch: metaconfig
8792            ! U/compline/i_time.U U/modified/Init.U U/modified/Loc.U
8793            ! U/modified/libc.U U/modified/libs.U
8794            ! U/threads/d_pthread_atfork.U
8795 ____________________________________________________________________________
8796 [ 15468] By: jhi                                   on 2002/03/24  17:32:05
8797         Log: Various metaconfig unit cleanup; only one visible change
8798              in Configure, though.
8799      Branch: perl
8800            ! Configure
8801 ____________________________________________________________________________
8802 [ 15467] By: jhi                                   on 2002/03/24  15:53:59
8803         Log: Upgrade to Encode 0.98, from Dan Kogai.
8804      Branch: perl
8805            + ext/Encode/lib/Encode/EncFormat.pod
8806            + ext/Encode/lib/Encode/JP/ISO_2022_JP_1.pm
8807            - ext/Encode/lib/EncodeFormat.pod
8808            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Changes
8809            ! ext/Encode/Encode.pm ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
8810            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
8811            ! ext/Encode/lib/Encode/Alias.pm
8812            ! ext/Encode/lib/Encode/Details.pod
8813            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
8814            ! ext/Encode/lib/Encode/JP/JIS.pm
8815            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
8816 ____________________________________________________________________________
8817 [ 15466] By: jhi                                   on 2002/03/24  13:58:44
8818         Log: Integrate perlio;
8819              
8820              Avoid core-dump in Encode with PERLIO=mmap
8821      Branch: perl
8822           !> ext/Encode/Encode.xs
8823 ____________________________________________________________________________
8824 [ 15465] By: jhi                                   on 2002/03/24  13:51:15
8825         Log: In the spirit of #15464.
8826      Branch: perl
8827            ! perl.c sv.c
8828 ____________________________________________________________________________
8829 [ 15464] By: jhi                                   on 2002/03/24  13:49:02
8830         Log: Subject: [PATCH] Re: [ID 20020323.002] recently-introduced regex segfault    
8831              From: Michael G Schwern <schwern@pobox.com>
8832              Date: Sun, 24 Mar 2002 02:27:25 -0500
8833              Message-ID: <20020324072725.GA3554@blackrider>
8834      Branch: perl
8835            ! perl.c
8836 ____________________________________________________________________________
8837 [ 15463] By: nick                                  on 2002/03/24  10:24:41
8838         Log: Integrate mainline
8839      Branch: perlio
8840           +> (branch 28 files)
8841            - lib/bigfloat.t lib/bigint.t
8842           !> (integrate 59 files)
8843 ____________________________________________________________________________
8844 [ 15462] By: nick                                  on 2002/03/24  08:59:35
8845         Log: Avoid core-dump in Encode with PERLIO=mmap
8846      Branch: perlio
8847            ! ext/Encode/Encode.xs
8848 ____________________________________________________________________________
8849 [ 15461] By: nick                                  on 2002/03/24  08:58:21
8850         Log: Too many machines doing integrate mainline
8851      Branch: perlio
8852           !> Changes Configure lib/AutoSplit.t
8853           !> lib/Test/Simple/t/fail-more.t patchlevel.h pod/perldelta.pod
8854           !> pod/perldiag.pod pod/perlfaq3.pod pod/perlfaq4.pod
8855           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlmodstyle.pod
8856           !> pp_ctl.c reentr.h reentr.pl t/op/override.t
8857 ____________________________________________________________________________
8858 [ 15460] By: jhi                                   on 2002/03/24  04:57:48
8859         Log: Retract Math::BigInt::Lite for now, seems to confuse
8860              bignum and bigrat.
8861      Branch: perl
8862            - lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8863            ! MANIFEST
8864 ____________________________________________________________________________
8865 [ 15459] By: jhi                                   on 2002/03/24  04:48:19
8866         Log: Subject: [PATCH @15450] extend use of home-grown kill() on VMS
8867              From: "Craig A. Berry" <craigberry@mac.com>
8868              Date: Sat, 23 Mar 2002 23:23:00 -0600
8869              Message-Id: <a05101504b8c30e72f3e4@[172.16.52.1]>       
8870      Branch: perl
8871            ! configure.com vms/vms.c
8872 ____________________________________________________________________________
8873 [ 15458] By: jhi                                   on 2002/03/24  04:46:37
8874         Log: Subject: [PATCH] Simplified untested module testing, plus Extutils::MM_NW5 not compiling
8875              From: Michael G Schwern <schwern@pobox.com>
8876              Date: Sat, 23 Mar 2002 21:32:32 -0500
8877              Message-ID: <20020324023232.GA29972@blackrider>
8878              
8879              (with Russ Allbery's simplifications)
8880      Branch: perl
8881            ! lib/ExtUtils/MM_NW5.pm t/lib/1_compile.t
8882 ____________________________________________________________________________
8883 [ 15457] By: jhi                                   on 2002/03/24  00:28:47
8884         Log: Merge Math::BigInt::Lite 0.08, from Tels.
8885      Branch: perl
8886            + lib/Math/BigInt/Lite.pm lib/Math/BigInt/t/lite.t
8887            ! MANIFEST
8888 ____________________________________________________________________________
8889 [ 15456] By: jhi                                   on 2002/03/24  00:23:49
8890         Log: Too chatty.
8891      Branch: perl
8892            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
8893 ____________________________________________________________________________
8894 [ 15455] By: jhi                                   on 2002/03/24  00:21:07
8895         Log: Merge bignum 0.10, from Tels.
8896      Branch: perl
8897            + lib/Math/BigFloat/Trace.pm lib/Math/BigInt/Trace.pm
8898            + lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
8899            + lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
8900            + lib/bignum/t/bn_lite.t lib/bignum/t/br_lite.t
8901            + lib/bignum/t/option_a.t lib/bignum/t/option_l.t
8902            + lib/bignum/t/option_p.t lib/bignum/t/trace.t lib/bigrat.pm
8903            ! MANIFEST
8904 ____________________________________________________________________________
8905 [ 15454] By: jhi                                   on 2002/03/23  23:58:44
8906         Log: Rename the Perl 4 tests in preparation of bignum.
8907      Branch: perl
8908            + lib/bigfloatpl.t lib/bigintpl.t
8909            - lib/bigfloat.t lib/bigint.t
8910            ! MANIFEST
8911 ____________________________________________________________________________
8912 [ 15453] By: jhi                                   on 2002/03/23  23:07:04
8913         Log: Merge Math::BigRat 0.04, from Tels.
8914      Branch: perl
8915            + lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
8916            + lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
8917            + lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
8918            + t/lib/Math/BigRat/Test.pm
8919            ! MANIFEST
8920 ____________________________________________________________________________
8921 [ 15452] By: jhi                                   on 2002/03/23  21:44:23
8922         Log: Subject: [PATCH@15439] tidy sv.[ch] after CRIPPLED_CC removal
8923              From: Dave Mitchell <davem@fdgroup.com>
8924              Date: Sat, 23 Mar 2002 22:27:24 +0000
8925              Message-ID: <20020323222724.A19425@fdgroup.com>
8926      Branch: perl
8927            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.c sv.h
8928 ____________________________________________________________________________
8929 [ 15451] By: jhi                                   on 2002/03/23  21:40:02
8930         Log: Forgotten.
8931      Branch: perl
8932            ! ext/Unicode/Normalize/README
8933 ____________________________________________________________________________
8934 [ 15450] By: jhi                                   on 2002/03/23  21:00:05
8935         Log: Update Changes.
8936      Branch: perl
8937            ! Changes patchlevel.h
8938 ____________________________________________________________________________
8939 [ 15449] By: jhi                                   on 2002/03/23  20:44:57
8940         Log: Subject: perldoc -m [PATCH]
8941              From: "John L. Allen" <allen@grumman.com>
8942              Date: Fri, 22 Mar 2002 15:38:35 -0500 (EST)
8943              Message-ID: <Pine.SOL.3.91.1020322151516.25645A-100000@gateway.grumman.com>    
8944      Branch: perl
8945            ! utils/perldoc.PL
8946 ____________________________________________________________________________
8947 [ 15448] By: jhi                                   on 2002/03/23  20:42:30
8948         Log: Subject: Re: Copious warnings from Sys::Syslog
8949              From: andreas.koenig@anima.de (Andreas J. Koenig)
8950              Date: Sat, 23 Mar 2002 06:47:08 +0100
8951              Message-ID: <m31yebvns3.fsf@anima.de>
8952      Branch: perl
8953            ! ext/Sys/Syslog/Syslog.pm
8954 ____________________________________________________________________________
8955 [ 15447] By: jhi                                   on 2002/03/23  20:34:43
8956         Log: Upgrade to Math::BigInt 1.55, from Tels.
8957      Branch: perl
8958            + lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/use_lib1.t
8959            + lib/Math/BigInt/t/use_lib2.t lib/Math/BigInt/t/use_lib3.t
8960            + lib/Math/BigInt/t/use_lib4.t
8961            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8962            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
8963            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
8964            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
8965            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
8966            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
8967            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
8968            ! lib/Math/BigInt/t/upgrade.t
8969 ____________________________________________________________________________
8970 [ 15446] By: jhi                                   on 2002/03/23  19:50:02
8971         Log: Upgrade to Encode 0.97, from Dan Kogai.
8972      Branch: perl
8973            ! ext/Encode/AUTHORS ext/Encode/Byte/Makefile.PL
8974            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
8975            ! ext/Encode/Changes ext/Encode/EBCDIC/Makefile.PL
8976            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
8977            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
8978            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
8979            ! ext/Encode/Symbol/Makefile.PL ext/Encode/TW/Makefile.PL
8980            ! ext/Encode/TW/TW.pm ext/Encode/compile ext/Encode/t/CN.t
8981            ! ext/Encode/t/Encode.t ext/Encode/t/JP.t ext/Encode/t/TW.t
8982            ! ext/Encode/t/Tcl.t
8983 ____________________________________________________________________________
8984 [ 15445] By: jhi                                   on 2002/03/23  17:33:08
8985         Log: Slight tweaks on #15443.
8986      Branch: perl
8987            ! pod/perlvar.pod
8988 ____________________________________________________________________________
8989 [ 15444] By: nick                                  on 2002/03/23  17:30:42
8990         Log: Integrate mainline
8991      Branch: perlio
8992           +> ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
8993           +> ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
8994           +> ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
8995           !> (integrate 50 files)
8996 ____________________________________________________________________________
8997 [ 15443] By: jhi                                   on 2002/03/23  17:30:09
8998         Log: Subject: patch [bleadperl]: Document %! special variable
8999              From: mjd@plover.com
9000              Date: 23 Mar 2002 18:25:44 -0000
9001              Message-ID: <20020323182544.11741.qmail@plover.com>    
9002      Branch: perl
9003            ! pod/perlvar.pod
9004 ____________________________________________________________________________
9005 [ 15442] By: jhi                                   on 2002/03/23  17:17:47
9006         Log: Since the Encode::JP is unsupported under EBCDIC we
9007              cannot run this test (aliases as such should work fine).
9008      Branch: perl
9009            ! ext/Encode/t/Aliases.t
9010 ____________________________________________________________________________
9011 [ 15441] By: jhi                                   on 2002/03/23  17:15:15
9012         Log: EBCDIC: the sorting order is different under
9013              byte-EBCDIC and Unicode.
9014      Branch: perl
9015            ! t/op/utfhash.t
9016 ____________________________________________________________________________
9017 [ 15440] By: jhi                                   on 2002/03/23  17:09:17
9018         Log: EBCDIC: the character codes are different.
9019      Branch: perl
9020            ! lib/Pod/t/pod2html-lib.pl
9021 ____________________________________________________________________________
9022 [ 15439] By: jhi                                   on 2002/03/23  03:05:11
9023         Log: Purify: #15434 got the test the wrong.
9024              (Is there an approved way of testing "is this an unop"?)
9025      Branch: perl
9026            ! op.c
9027 ____________________________________________________________________________
9028 [ 15438] By: jhi                                   on 2002/03/23  01:40:53
9029         Log: Purify: Array bounds read: could read one character past the end.
9030      Branch: perl
9031            ! pp_pack.c
9032 ____________________________________________________________________________
9033 [ 15437] By: jhi                                   on 2002/03/23  01:22:10
9034         Log: Purify: Array bounds read: reading one byte before the buffer.
9035      Branch: perl
9036            ! util.c
9037 ____________________________________________________________________________
9038 [ 15436] By: jhi                                   on 2002/03/23  01:14:24
9039         Log: Purify: Unitialized memory read.  Too many code paths
9040              to keep track of, I guess.
9041      Branch: perl
9042            ! sv.c
9043 ____________________________________________________________________________
9044 [ 15435] By: jhi                                   on 2002/03/23  01:00:31
9045         Log: Purify: Array bounds write: pre-extend the strxfrm
9046              buffer by a factor of four (suggested maximum by HP-UX;
9047              Solaris suggests using 1 + strxfrm(NULL, s, 0) but I don't
9048              know how portable that is; locale.c uses yet another trick
9049              (not a particularly good trick, I might add))
9050      Branch: perl
9051            ! ext/POSIX/POSIX.xs
9052 ____________________________________________________________________________
9053 [ 15434] By: jhi                                   on 2002/03/23  00:48:23
9054         Log: Purify: Array bounds read: o->op_last was accessed
9055              for unops (via newUNOP() and ck_eof()).
9056              (analysis okay, patch bad: see #15439)
9057      Branch: perl
9058            ! op.c
9059 ____________________________________________________________________________
9060 [ 15433] By: jhi                                   on 2002/03/22  23:19:34
9061         Log: Subject: [PATCH] vms/test.com, File::Find tests
9062              From: "Craig A. Berry" <craigberry@mac.com>
9063              Date: Fri, 22 Mar 2002 16:52:59 -0600
9064              Message-Id: <5.1.0.14.2.20020322162822.01ad96b8@exchi01>
9065      Branch: perl
9066            ! vms/test.com
9067 ____________________________________________________________________________
9068 [ 15432] By: jhi                                   on 2002/03/22  23:18:44
9069         Log: Subject: [PATCH] Re: [ID 20020322.002] install man errors
9070              From: Michael G Schwern <schwern@pobox.com>
9071              Date: Fri, 22 Mar 2002 18:08:19 -0500
9072              Message-ID: <20020322230819.GB16454@blackrider>
9073      Branch: perl
9074            ! ext/Sys/Syslog/Syslog.pm
9075 ____________________________________________________________________________
9076 [ 15431] By: jhi                                   on 2002/03/22  21:52:56
9077         Log: Update the information on Encode.
9078      Branch: perl
9079            ! pod/perldelta.pod
9080 ____________________________________________________________________________
9081 [ 15430] By: jhi                                   on 2002/03/22  21:48:28
9082         Log: Upgrade to Encode 0.96, from Dan Kogai.
9083      Branch: perl
9084            + ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
9085            + ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/EBCDIC/Makefile.PL
9086            + ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
9087            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9088            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
9089            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9090            ! ext/Encode/Makefile.PL ext/Encode/TW/TW.pm
9091            ! ext/Encode/lib/Encode/Alias.pm
9092            ! ext/Encode/lib/Encode/Encoding.pm
9093            ! ext/Encode/lib/Encode/Internal.pm
9094            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9095 ____________________________________________________________________________
9096 [ 15429] By: jhi                                   on 2002/03/22  20:52:18
9097         Log: Subject: [PATCH] h2xs.t fix for VMS
9098              From: "Craig A. Berry" <craigberry@mac.com>
9099              Date: Fri, 22 Mar 2002 15:47:38 -0600
9100              Message-Id: <5.1.0.14.2.20020322154432.01ad4930@exchi01>
9101      Branch: perl
9102            ! lib/h2xs.t
9103 ____________________________________________________________________________
9104 [ 15428] By: jhi                                   on 2002/03/22  20:50:42
9105         Log: One more pass.
9106      Branch: perl
9107            ! epoc/config.sh
9108 ____________________________________________________________________________
9109 [ 15427] By: jhi                                   on 2002/03/22  20:46:43
9110         Log: Even better version from Olaf Flebbe.
9111      Branch: perl
9112            ! epoc/config.sh pp_sys.c util.c
9113 ____________________________________________________________________________
9114 [ 15426] By: jhi                                   on 2002/03/22  20:34:28
9115         Log: EPOC update from Olaf Flebbe.
9116      Branch: perl
9117            ! epoc/config.sh epoc/createpkg.pl epoc/epoc.c epoc/epoc_stubs.c
9118            ! epoc/epocish.c epoc/epocish.h pp_sys.c util.c
9119 ____________________________________________________________________________
9120 [ 15425] By: jhi                                   on 2002/03/22  20:03:33
9121         Log: Tweak from John P. Linderman.
9122      Branch: perl
9123            ! pod/perlhack.pod
9124 ____________________________________________________________________________
9125 [ 15424] By: jhi                                   on 2002/03/22  17:08:36
9126         Log: Subject: [PATCH pod/perlfunc.pod] doc fix
9127              From: Stas Bekman <stas@stason.org>
9128              Date: Sat, 23 Mar 2002 01:42:44 +0800 (SGT)
9129              Message-ID: <Pine.LNX.4.44.0203230138520.8695-100000@hope.stason.org>
9130      Branch: perl
9131            ! pod/perlfunc.pod
9132 ____________________________________________________________________________
9133 [ 15423] By: jhi                                   on 2002/03/22  17:06:42
9134         Log: Subject: [PATCH] check sysconf's return value in reentr.c
9135              From: <slaven.rezic@berlin.de>
9136              Date: Fri, 22 Mar 2002 18:30:36 +0100
9137              Message-Id: <20020322173246.SOLG27460.mailoutvl21@[192.168.139.30]>
9138              
9139              (plus use 4k instead 2k as the "usual" size)
9140      Branch: perl
9141            ! reentr.c reentr.pl
9142 ____________________________________________________________________________
9143 [ 15422] By: jhi                                   on 2002/03/22  15:23:38
9144         Log: Update Changes.
9145      Branch: perl
9146            ! Changes patchlevel.h
9147 ____________________________________________________________________________
9148 [ 15421] By: jhi                                   on 2002/03/22  15:18:30
9149         Log: Forgot from #15416.
9150      Branch: perl
9151            ! pod/perlfaq3.pod
9152 ____________________________________________________________________________
9153 [ 15420] By: jhi                                   on 2002/03/22  15:15:37
9154         Log: Subject: Re: Argument "1.23_45" isn't numeric in subroutine entry
9155              From: andreas.koenig@anima.de (Andreas J. Koenig)
9156              Date: Fri, 22 Mar 2002 16:27:51 +0100
9157              Message-ID: <m3n0x0vczs.fsf@anima.de>
9158      Branch: perl
9159            ! pod/perlmodstyle.pod
9160 ____________________________________________________________________________
9161 [ 15419] By: jhi                                   on 2002/03/22  15:14:42
9162         Log: metaconfig unit changes for #15418.
9163      Branch: metaconfig
9164            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9165            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9166            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9167            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9168            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9169            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9170            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9171            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9172            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9173            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9174            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9175            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9176            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9177            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9178            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9179            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9180            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9181            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9182            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9183            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9184            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9185            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9186            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9187            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9188 ____________________________________________________________________________
9189 [ 15418] By: jhi                                   on 2002/03/22  15:14:09
9190         Log: The I_CSD, I_S, and V_S had wrong recepting datatype.
9191              Also, there's no i_stdio.
9192      Branch: perl
9193            ! Configure reentr.h reentr.pl
9194 ____________________________________________________________________________
9195 [ 15417] By: jhi                                   on 2002/03/22  15:07:33
9196         Log: Document a known AIX warning.
9197      Branch: perl
9198            ! pod/perldelta.pod
9199 ____________________________________________________________________________
9200 [ 15416] By: jhi                                   on 2002/03/22  15:03:05
9201         Log: Undo #15415, allow the faq people to catch up first.
9202      Branch: perl
9203            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9204 ____________________________________________________________________________
9205 [ 15415] By: jhi                                   on 2002/03/22  13:30:38
9206         Log: FAQ sync.
9207      Branch: perl
9208            ! pod/perlfaq3.pod pod/perlfaq5.pod pod/perlfaq6.pod
9209 ____________________________________________________________________________
9210 [ 15414] By: jhi                                   on 2002/03/22  13:25:17
9211         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem       
9212              From: andreas.koenig@anima.de (Andreas J. Koenig)
9213              Date: Fri, 22 Mar 2002 15:16:19 +0100
9214              Message-ID: <m38z8kwuvg.fsf@anima.de>
9215              
9216              (plus reformat)
9217      Branch: perl
9218            ! pod/perldelta.pod
9219 ____________________________________________________________________________
9220 [ 15413] By: jhi                                   on 2002/03/22  13:20:48
9221         Log: Integrate perlio;
9222              
9223              Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9224              
9225              Check for sanity of UTF-8 keys in hashes
9226      Branch: perl
9227           +> t/op/utfhash.t
9228           !> MANIFEST doio.c
9229 ____________________________________________________________________________
9230 [ 15412] By: nick                                  on 2002/03/22  10:50:53
9231         Log: Check for sanity of UTF-8 keys in hashes
9232              (feel free to add more tests...)
9233      Branch: perlio
9234            + t/op/utfhash.t
9235            ! MANIFEST
9236 ____________________________________________________________________________
9237 [ 15411] By: ams                                   on 2002/03/22  08:36:33
9238         Log: Revert #15200 for backwards compatiblity reasons.
9239      Branch: perl
9240            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
9241            ! pp_ctl.c t/op/override.t
9242 ____________________________________________________________________________
9243 [ 15410] By: nick                                  on 2002/03/22  07:47:41
9244         Log: Fix [ID 20020318.003] cannot open STDOUT into in memory variable
9245              - when (e.g.) STDOUT is char special file and gets IoOFP
9246              created - do _NOT_ pass num_svs as that fopen-s stringified
9247              glob, and not fdopen-s the fd.
9248      Branch: perlio
9249            ! doio.c
9250 ____________________________________________________________________________
9251 [ 15409] By: nick                                  on 2002/03/22  07:19:33
9252         Log: Integrate mainline
9253      Branch: perlio
9254           +> ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9255           +> ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9256           +> ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9257           +> ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9258           +> ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9259           +> ext/Encode/lib/Encode/Details.pod
9260           +> ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9261           +> lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9262           +> lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9263           +> lib/Pod/t/pod2html-lib.pl
9264            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9265           !> (integrate 39 files)
9266 ____________________________________________________________________________
9267 [ 15408] By: jhi                                   on 2002/03/22  04:09:19
9268         Log: Win32 tweak from mjd.
9269      Branch: perl
9270            ! lib/Tie/File.pm
9271 ____________________________________________________________________________
9272 [ 15407] By: jhi                                   on 2002/03/22  04:07:13
9273         Log: If Unicode keys are entered to a hash, a bit is turned on.
9274              If the bit is on, when the keys are fetched from the hash
9275              (%h, each %h, keys %h), the Unicodified versions of the keys
9276              are returned if needed.  This solution errs on the size of
9277              over-Unicodifying, the old solution erred on the side of
9278              under-Unicodifying.  As long as the hash keys can be a mix
9279              of byte and Unicode strings, a perfect fit is hard to come by.
9280      Branch: perl
9281            ! doop.c dump.c ext/Devel/Peek/Peek.t hv.c hv.h
9282            ! pod/perlunicode.pod pp.c sv.h t/op/pat.t
9283 ____________________________________________________________________________
9284 [ 15406] By: jhi                                   on 2002/03/22  01:21:57
9285         Log: Subject: Re: Change 15398: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9286              From: Mike Guy <mjtg@cam.ac.uk>
9287              Date: Fri, 22 Mar 2002 02:08:20 +0000
9288              Message-Id: <E16oETc-0000vE-00@virgo.cus.cam.ac.uk>
9289      Branch: perl
9290            ! pod/perldelta.pod
9291 ____________________________________________________________________________
9292 [ 15405] By: jhi                                   on 2002/03/21  23:13:44
9293         Log: PM_SETRE() fallout.
9294      Branch: perl
9295            ! ext/ByteLoader/bytecode.h
9296 ____________________________________________________________________________
9297 [ 15404] By: jhi                                   on 2002/03/21  22:54:42
9298         Log: Subject: [PATCH pod/perlxs.pod] doc fix
9299              From: Stas Bekman <stas@stason.org>
9300              Date: Thu, 21 Mar 2002 18:47:35 +0800
9301              Message-ID: <3C99BA47.9010403@stason.org>
9302      Branch: perl
9303            ! pod/perlxs.pod
9304 ____________________________________________________________________________
9305 [ 15403] By: jhi                                   on 2002/03/21  22:53:11
9306         Log: Subject: [PATCH]
9307              From: Slaven Rezic <slaven.rezic@berlin.de>
9308              Date: 21 Mar 2002 10:19:23 +0100
9309              Message-ID: <87n0x2wa5g.fsf@vran.herceg.de>
9310              
9311              Disable gethostbyaddr_r for all 4.x FreeBSD versions.
9312      Branch: perl
9313            ! hints/freebsd.sh
9314 ____________________________________________________________________________
9315 [ 15402] By: jhi                                   on 2002/03/21  22:50:19
9316         Log: Subject: Storable is inefficient retreiving large hashes [PATCH]
9317              From: Tim Bunce <Tim.Bunce@pobox.com>
9318              Date: Thu, 21 Mar 2002 21:18:05 +0000
9319              Message-ID: <20020321211805.E25276@dansat.data-plan.com>
9320      Branch: perl
9321            ! ext/Storable/Storable.xs
9322 ____________________________________________________________________________
9323 [ 15401] By: jhi                                   on 2002/03/21  20:48:52
9324         Log: Reword the Apache^Wmod_perl bit so that Sarathy
9325              can sleep easier :-)
9326      Branch: perl
9327            ! pod/perldelta.pod
9328 ____________________________________________________________________________
9329 [ 15400] By: jhi                                   on 2002/03/21  20:19:31
9330         Log: It seems that the strange failure (core dump) of
9331              t/uni/fold.t on ithreads Solaris builds is a gcc bug:
9332              (1) using Sun's cc helps
9333              (2) rewriting the ithreads PM_SETRE() to do the
9334              setting in two steps helps
9335              (3) no other platforms have the crash
9336              (4) Tru64's Third Degree sees nothing evil
9337              So we implement (2).
9338      Branch: perl
9339            ! op.h
9340 ____________________________________________________________________________
9341 [ 15399] By: jhi                                   on 2002/03/21  20:09:23
9342         Log: Solaris: default to the SUNwspro cc if it is available.
9343      Branch: perl
9344            ! hints/solaris_2.sh
9345 ____________________________________________________________________________
9346 [ 15398] By: jhi                                   on 2002/03/21  18:41:57
9347         Log: Assuming the Apache 1.3 -D_GNU_SOURCE problem
9348              does not get fixed in time.
9349      Branch: perl
9350            ! pod/perldelta.pod
9351 ____________________________________________________________________________
9352 [ 15397] By: jhi                                   on 2002/03/21  18:19:53
9353         Log: Subject: [PATCH@15387] -DCRIPPLED_CC RIP
9354              From: Dave Mitchell <davem@fdgroup.com>
9355              Date: Thu, 21 Mar 2002 17:24:40 +0000
9356              Message-ID: <20020321172440.C13683@fdgroup.com>
9357      Branch: perl
9358            ! INSTALL embed.fnc embed.h ext/Devel/PPPort/PPPort.pm gv.c gv.h
9359            ! pod/perlapi.pod proto.h sv.h toke.c
9360 ____________________________________________________________________________
9361 [ 15396] By: jhi                                   on 2002/03/21  18:00:51
9362         Log: One more proto escapee.
9363      Branch: perl
9364            ! hints/linux.sh
9365 ____________________________________________________________________________
9366 [ 15395] By: jhi                                   on 2002/03/21  17:56:57
9367         Log: metaconfig unit change for #15394.
9368      Branch: metaconfig/U/perl
9369            ! Checkcc.U
9370 ____________________________________________________________________________
9371 [ 15394] By: jhi                                   on 2002/03/21  17:56:34
9372         Log: Subject: [PATCH Configure] must do -Dcc=gcc with -Dusethreads
9373              From: Robin Barker <rmb1@cise.npl.co.uk>
9374              Date: Thu, 21 Mar 2002 17:35:00 GMT
9375              Message-Id: <200203211735.RAA15135@tempest.npl.co.uk>
9376      Branch: perl
9377            ! Configure
9378 ____________________________________________________________________________
9379 [ 15393] By: jhi                                   on 2002/03/21  17:36:06
9380         Log: Subject: Re: [tests for Pod::Html]
9381              From: Stas Bekman <stas@stason.org>
9382              Date: Fri, 22 Mar 2002 01:28:03 +0800 (SGT)
9383              Message-ID: <Pine.LNX.4.44.0203220126250.29991-100000@hope.stason.org>
9384      Branch: perl
9385            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9386            - t/pod2html/README
9387            ! MANIFEST lib/Pod/t/pod2html-lib.pl
9388 ____________________________________________________________________________
9389 [ 15392] By: jhi                                   on 2002/03/21  16:17:53
9390         Log: Subject: Re: [PATCH lib/Cwd.pm] fixing proto mismatch warning
9391              From: Stas Bekman <stas@stason.org>
9392              Date: Thu, 21 Mar 2002 18:50:56 +0800
9393              Message-ID: <3C99BB10.50004@stason.org>
9394      Branch: perl
9395            ! ext/Cwd/Cwd.xs
9396 ____________________________________________________________________________
9397 [ 15391] By: jhi                                   on 2002/03/21  16:16:57
9398         Log: Upgrade to Encode 0.95, from Dan Kogai.
9399      Branch: perl
9400            + ext/Encode/Encode/ibm-1250.ucm ext/Encode/Encode/ibm-1251.ucm
9401            + ext/Encode/Encode/ibm-1252.ucm ext/Encode/Encode/ibm-1253.ucm
9402            + ext/Encode/Encode/ibm-1254.ucm ext/Encode/Encode/ibm-1255.ucm
9403            + ext/Encode/Encode/ibm-1256.ucm ext/Encode/Encode/ibm-1257.ucm
9404            + ext/Encode/Encode/ibm-1258.ucm ext/Encode/lib/Encode/Alias.pm
9405            + ext/Encode/lib/Encode/Details.pod
9406            + ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Aliases.t
9407            - ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9408            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9409            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
9410            ! ext/Encode/Makefile.PL
9411 ____________________________________________________________________________
9412 [ 15390] By: jhi                                   on 2002/03/21  14:48:35
9413         Log: Mention the new syslog try-harder feature.
9414      Branch: perl
9415            ! pod/perldelta.pod
9416 ____________________________________________________________________________
9417 [ 15389] By: jhi                                   on 2002/03/21  14:44:56
9418         Log: metaconfig unit changes for #15388.
9419      Branch: metaconfig
9420            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
9421            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
9422            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
9423            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
9424            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
9425            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
9426            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
9427            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
9428            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
9429            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
9430            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
9431            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
9432            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
9433            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
9434            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
9435            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
9436            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
9437            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
9438            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
9439            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
9440            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
9441            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
9442            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
9443            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
9444 ____________________________________________________________________________
9445 [ 15388] By: jhi                                   on 2002/03/21  14:44:09
9446         Log: Subject: [PATCH @15373] More HP-UX/IA64 work
9447              From: Spider Boardman <spider@web.zk3.dec.com>
9448              Date: Thu, 21 Mar 2002 09:23:45 -0500
9449              Message-Id: <200203211423.JAA61178@leggy.zk3.dec.com>
9450      Branch: perl
9451            ! Configure hints/hpux.sh reentr.pl
9452 ____________________________________________________________________________
9453 [ 15387] By: jhi                                   on 2002/03/21  14:37:56
9454         Log: NetWare diff from C Aditya.
9455      Branch: perl
9456            ! perl.h
9457 ____________________________________________________________________________
9458 [ 15386] By: jhi                                   on 2002/03/21  14:36:05
9459         Log: The htmlview test doesn't work yet.
9460      Branch: perl
9461            + t/pod2html/README
9462            - lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9463            ! MANIFEST
9464 ____________________________________________________________________________
9465 [ 15385] By: jhi                                   on 2002/03/21  14:15:01
9466         Log: Placeholder.
9467      Branch: perl
9468            ! MANIFEST
9469 ____________________________________________________________________________
9470 [ 15384] By: jhi                                   on 2002/03/21  14:03:50
9471         Log: Integrate perlio: missing tabs in makefile.mk.
9472      Branch: perl
9473           !> win32/makefile.mk
9474 ____________________________________________________________________________
9475 [ 15383] By: jhi                                   on 2002/03/21  13:52:18
9476         Log: Subject: [tests for Pod::Html]
9477              From: Stas Bekman <stas@stason.org>
9478              Date: Tue, 19 Mar 2002 14:39:03 +0800 (SGT)
9479              Message-ID: <Pine.LNX.4.44.0203191437360.25475-100000@hope.stason.org>
9480      Branch: perl
9481            + lib/Pod/t/htmlescp.pod lib/Pod/t/htmlescp.t
9482            + lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
9483            + lib/Pod/t/pod2html-lib.pl
9484            ! MANIFEST
9485 ____________________________________________________________________________
9486 [ 15382] By: nick                                  on 2002/03/21  07:21:57
9487         Log: Integrate mainline (Win2k/MinGW all ok except threads/t/end.t)
9488      Branch: perlio
9489           +> ext/Encode/AUTHORS ext/Encode/Changes
9490           +> ext/Encode/lib/Encode/Description.pod ext/Encode/t/CJKalias.t
9491           +> ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9492           +> ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9493           +> ext/I18N/Langinfo/fallback/const-c.inc
9494           +> ext/I18N/Langinfo/fallback/const-xs.inc
9495           +> lib/ExtUtils/t/Constant.t
9496            - ext/Encode/Encode/euc-jp-0212.enc
9497            - ext/Encode/lib/Encode/Tcl/Extended.pm ext/Encode/t/japanese.pl
9498            - ext/Encode/t/table.euc ext/Encode/t/table.ref
9499            - ext/I18N/Langinfo/fallback.xs lib/ExtUtils/t/ExtUtils.t
9500           !> (integrate 105 files)
9501 ____________________________________________________________________________
9502 [ 15381] By: nick                                  on 2002/03/21  06:59:57
9503         Log: Restore tabs so dmake will parse file!
9504      Branch: perlio
9505            ! win32/makefile.mk
9506 ____________________________________________________________________________
9507 [ 15380] By: jhi                                   on 2002/03/21  04:26:03
9508         Log: Upgrade to Unicode::Normalize 0.16.
9509      Branch: perl
9510            ! ext/Unicode/Normalize/Changes
9511            ! ext/Unicode/Normalize/Normalize.pm
9512 ____________________________________________________________________________
9513 [ 15379] By: jhi                                   on 2002/03/21  02:59:46
9514         Log: Schwern's wallet is a bit more loose.
9515      Branch: perl
9516            ! t/lib/1_compile.t
9517 ____________________________________________________________________________
9518 [ 15378] By: jhi                                   on 2002/03/20  21:57:22
9519         Log: Subject: [PATCH]
9520              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
9521              Date: Wed, 20 Mar 2002 22:56:17 -0000
9522              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEAEAAA.paul_marquess@yahoo.co.uk>
9523              
9524              packWARN also for subdirs.
9525      Branch: perl
9526            ! NetWare/nw5.c cygwin/cygwin.c djgpp/djgpp.c
9527            ! ext/Encode/Encode.xs ext/attrs/attrs.xs os2/os2.c vms/vms.c
9528            ! win32/win32.c
9529 ____________________________________________________________________________
9530 [ 15377] By: jhi                                   on 2002/03/20  21:50:11
9531         Log: A plan is better.
9532      Branch: perl
9533            ! ext/Encode/t/CJKalias.t
9534 ____________________________________________________________________________
9535 [ 15376] By: jhi                                   on 2002/03/20  21:26:09
9536         Log: Upgrade to Encode 0.94, from Dan Kogai.
9537      Branch: perl
9538            + ext/Encode/lib/Encode/Description.pod
9539            ! MANIFEST ext/Encode/AUTHORS ext/Encode/CN/CN.pm
9540            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/JP/JP.pm
9541            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9542            ! ext/Encode/lib/Encode/Encoding.pm
9543            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9544            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9545            ! ext/Encode/t/CJKalias.t
9546 ____________________________________________________________________________
9547 [ 15375] By: jhi                                   on 2002/03/20  21:09:27
9548         Log: Rats' nest.
9549      Branch: perl
9550            ! hints/solaris_2.sh
9551 ____________________________________________________________________________
9552 [ 15374] By: jhi                                   on 2002/03/20  21:01:59
9553         Log: Rrright.
9554      Branch: perl
9555            ! pod/perlguts.pod
9556 ____________________________________________________________________________
9557 [ 15373] By: jhi                                   on 2002/03/20  17:36:43
9558         Log: Update Changes.
9559      Branch: perl
9560            ! Changes patchlevel.h
9561 ____________________________________________________________________________
9562 [ 15372] By: jhi                                   on 2002/03/20  16:54:35
9563         Log: Reapply #15336.
9564      Branch: perl
9565            ! ext/Encode/lib/Encode/Tcl.pm
9566 ____________________________________________________________________________
9567 [ 15371] By: jhi                                   on 2002/03/20  15:28:44
9568         Log: Upgrade to Encode 0.93, from Dan Kogai.
9569      Branch: perl
9570            + ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/t/CJKalias.t
9571            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9572            ! ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm ext/Encode/MANIFEST
9573            ! ext/Encode/README ext/Encode/TW/TW.pm
9574            ! ext/Encode/lib/Encode/CN/HZ.pm
9575            ! ext/Encode/lib/Encode/Encoding.pm
9576            ! ext/Encode/lib/Encode/Internal.pm
9577            ! ext/Encode/lib/Encode/JP/Constants.pm
9578            ! ext/Encode/lib/Encode/JP/H2Z.pm
9579            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9580            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9581            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9582            ! ext/Encode/lib/Encode/Tcl/Table.pm
9583            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9584            ! ext/Encode/lib/Encode/iso10646_1.pm
9585            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9586            ! ext/Encode/t/JP.t
9587 ____________________________________________________________________________
9588 [ 15370] By: jhi                                   on 2002/03/20  15:13:42
9589         Log: Subject: patch for syslog
9590              From: <Nick.Williams@morganstanley.com>
9591              Date: Wed, 20 Mar 2002 15:54:14 +0000 (GMT)
9592              Message-ID: <Pine.GSO.4.33.0203201548300.14623-200000@cwit119>
9593      Branch: perl
9594            ! ext/Sys/Syslog/Syslog.pm
9595 ____________________________________________________________________________
9596 [ 15369] By: jhi                                   on 2002/03/20  15:10:17
9597         Log: Some failure updates.
9598      Branch: perl
9599            ! pod/perldelta.pod
9600 ____________________________________________________________________________
9601 [ 15368] By: jhi                                   on 2002/03/20  15:02:04
9602         Log: Getopt::Long 2.29 from Johan Vromans.
9603      Branch: perl
9604            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
9605 ____________________________________________________________________________
9606 [ 15367] By: jhi                                   on 2002/03/20  14:58:56
9607         Log: Rename ExtUtils.t to Constant.t, as suggested by
9608              Nicholas Clark.
9609      Branch: perl
9610            + lib/ExtUtils/t/Constant.t
9611            - lib/ExtUtils/t/ExtUtils.t
9612            ! MANIFEST
9613 ____________________________________________________________________________
9614 [ 15366] By: jhi                                   on 2002/03/20  14:56:27
9615         Log: Subject: [PATCH] TODO - Make Schwern Poorer
9616              From: Nicholas Clark <nick@unfortu.net>
9617              Date: Tue, 19 Mar 2002 22:50:28 +0000
9618              Message-ID: <20020319225027.GF311@Bagpuss.unfortu.net>
9619      Branch: perl
9620            ! t/lib/1_compile.t
9621 ____________________________________________________________________________
9622 [ 15365] By: jhi                                   on 2002/03/20  14:47:15
9623         Log: Subject: Re: The story of O [PATCH]
9624              From: Richard.Foley@t-online.de (Richard Foley)
9625              Date: Sun, 17 Mar 2002 08:37:26 +0100
9626              Message-ID: <16mUNX-293TDkC@fwd08.sul.t-online.com>
9627      Branch: perl
9628            ! lib/perl5db.pl
9629 ____________________________________________________________________________
9630 [ 15364] By: jhi                                   on 2002/03/20  14:43:11
9631         Log: Mention the external modules Encode::HanExtra and
9632              PadWalker.
9633      Branch: perl
9634            ! pod/perldelta.pod
9635 ____________________________________________________________________________
9636 [ 15363] By: jhi                                   on 2002/03/20  14:38:23
9637         Log: Subject: [PATCH] List lexicals from debugger
9638              From: Peter Scott <Peter@PSDT.com>
9639              Date: Tue, 19 Mar 2002 12:28:52 -0800
9640              Message-id: <4.3.2.7.2.20020319101746.00aa7aa0@shell2.webquarry.com>
9641      Branch: perl
9642            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
9643 ____________________________________________________________________________
9644 [ 15362] By: jhi                                   on 2002/03/20  14:37:05
9645         Log: Tweaks from Autrijus Tang: should use euc-tw for Taiwan,
9646              and :encoding(xxx) was errorneously parsed.
9647      Branch: perl
9648            ! lib/open.pm
9649 ____________________________________________________________________________
9650 [ 15361] By: jhi                                   on 2002/03/20  14:34:38
9651         Log: Subject: [PATCH bleadperl] exec.t tweak
9652              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9653              Date: Wed, 20 Mar 2002 01:21:40 +0100
9654              Message-ID: <18918217607.20020320012140@tesla.rcub.bg.ac.yu>
9655              
9656              4NT returns 2 as error-code for nonexistant file.
9657      Branch: perl
9658            ! t/op/exec.t
9659 ____________________________________________________________________________
9660 [ 15360] By: jhi                                   on 2002/03/20  14:33:09
9661         Log: minor Tie::File test patch to make win32 happier, from mjd.
9662      Branch: perl
9663            ! lib/Tie/File/t/30_defer.t
9664 ____________________________________________________________________________
9665 [ 15359] By: jhi                                   on 2002/03/20  14:31:53
9666         Log: Subject: [PATCH bleadperl] magic.t tweak
9667              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9668              Date: Wed, 20 Mar 2002 00:39:16 +0100
9669              Message-ID: <14415673404.20020320003916@tesla.rcub.bg.ac.yu>
9670      Branch: perl
9671            ! t/op/magic.t
9672 ____________________________________________________________________________
9673 [ 15358] By: jhi                                   on 2002/03/20  14:23:46
9674         Log: Typo fix from Andreas Koenig, plus a tweak.
9675      Branch: perl
9676            ! pod/perlunicode.pod
9677 ____________________________________________________________________________
9678 [ 15357] By: jhi                                   on 2002/03/20  14:21:33
9679         Log: Sigh.  The _GNU_SOURCE is needed for the struct crypt_data
9680              in Mandrake 8.2.  Now we need to figure out a way not to
9681              unbreak Apache.
9682      Branch: perl
9683            ! hints/linux.sh
9684 ____________________________________________________________________________
9685 [ 15356] By: jhi                                   on 2002/03/20  13:59:58
9686         Log: Fix for "UTF-8 bug with s///" from Hugo.
9687      Branch: perl
9688            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c sv.c
9689            ! t/op/pat.t
9690 ____________________________________________________________________________
9691 [ 15355] By: jhi                                   on 2002/03/20  02:23:23
9692         Log: metaconfig unit change for #15354.
9693      Branch: metaconfig
9694            ! U/threads/usethreads.U
9695 ____________________________________________________________________________
9696 [ 15354] By: jhi                                   on 2002/03/20  02:23:01
9697         Log: Installation updates on threads and perlio.
9698      Branch: perl
9699            ! Configure INSTALL
9700 ____________________________________________________________________________
9701 [ 15353] By: jhi                                   on 2002/03/20  01:17:27
9702         Log: Tpo.
9703      Branch: perl
9704            ! pod/perlfaq6.pod
9705 ____________________________________________________________________________
9706 [ 15352] By: jhi                                   on 2002/03/20  01:15:54
9707         Log: Regen modlib and toc.
9708      Branch: perl
9709            ! pod/perlmodlib.pod pod/perltoc.pod
9710 ____________________________________________________________________________
9711 [ 15351] By: jhi                                   on 2002/03/20  01:12:28
9712         Log: Whitespace tweaks.
9713      Branch: perl
9714            ! pod/perldebguts.pod pod/perlfaq5.pod pod/perlfunc.pod
9715            ! pod/perltodo.pod pod/perlunicode.pod
9716 ____________________________________________________________________________
9717 [ 15350] By: jhi                                   on 2002/03/20  00:55:54
9718         Log: If it looks like UTF-8 (either nl_langinfo or locale variables),
9719              think UTF-8, embrace your inner UTF-8, as suggested by Larry.
9720              (And as suggested by Markus Kuhn.)
9721              
9722              While we are at it, document also the case of
9723              mixed hash keys as a known potential troublemaker.
9724              (Since it's locale-related, sometimes.)
9725      Branch: perl
9726            ! embedvar.h intrpvar.h lib/open.pm locale.c perl.c perlapi.h
9727            ! pod/perldelta.pod pod/perllocale.pod pod/perlunicode.pod
9728            ! pod/perluniintro.pod
9729 ____________________________________________________________________________
9730 [ 15349] By: jhi                                   on 2002/03/20  00:47:17
9731         Log: Surely a typo.
9732      Branch: perl
9733            ! gv.c
9734 ____________________________________________________________________________
9735 [ 15348] By: jhi                                   on 2002/03/19  22:05:29
9736         Log: Take two.
9737      Branch: perl
9738            + ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9739            + ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9740 ____________________________________________________________________________
9741 [ 15347] By: jhi                                   on 2002/03/19  22:04:45
9742         Log: Let's try this from scratch.
9743      Branch: perl
9744            - ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9745            - ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9746 ____________________________________________________________________________
9747 [ 15346] By: jhi                                   on 2002/03/19  21:59:14
9748         Log: I could do this all day...
9749      Branch: perl
9750            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9751            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9752 ____________________________________________________________________________
9753 [ 15345] By: jhi                                   on 2002/03/19  21:54:20
9754         Log: Grrr.
9755      Branch: perl
9756            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9757            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9758 ____________________________________________________________________________
9759 [ 15344] By: jhi                                   on 2002/03/19  21:49:47
9760         Log: Subject: Re: Nearly OK for cygwin@15318
9761              From: John Peacock <jpeacock@rowman.com>
9762              Date: Tue, 19 Mar 2002 15:58:08 -0500
9763              Message-ID: <3C97A660.3060302@rowman.com>
9764      Branch: perl
9765            ! pod/perlport.pod
9766 ____________________________________________________________________________
9767 [ 15343] By: jhi                                   on 2002/03/19  21:47:02
9768         Log: Subject: Re: Nearly OK for cygwin@15318
9769              From: <slaven.rezic@berlin.de>
9770              Date: Tue, 19 Mar 2002 21:47:49 +0100
9771              Message-Id: <20020319204958.PTWF27460.mailoutvl21@[192.168.139.30]>
9772              
9773              Subject: Re: Nearly OK for cygwin@15318
9774              From: <slaven.rezic@berlin.de>
9775              Date: Tue, 19 Mar 2002 21:37:18 +0100
9776              Message-Id: <20020319203927.PTPI27460.mailoutvl21@[192.168.139.30]>
9777      Branch: perl
9778            ! pod/perlport.pod t/io/fs.t
9779 ____________________________________________________________________________
9780 [ 15342] By: jhi                                   on 2002/03/19  21:41:12
9781         Log: D'oh.
9782      Branch: perl
9783            + ext/I18N/Langinfo/fallback/const-c.inc
9784            + ext/I18N/Langinfo/fallback/const-xs.inc
9785 ____________________________________________________________________________
9786 [ 15341] By: jhi                                   on 2002/03/19  21:40:49
9787         Log: Subject: [PATCH] proper fallback for I18N::Langinfo
9788              From: Nicholas Clark <nick@unfortu.net>
9789              Date: Tue, 19 Mar 2002 22:37:08 +0000
9790              Message-ID: <20020319223707.GE311@Bagpuss.unfortu.net>
9791              
9792              Subject: Re: [PATCH] proper fallback for I18N::Langinfo
9793              From: Nicholas Clark <nick@ccl4.org>
9794              Date: Tue, 19 Mar 2002 22:39:55 +0000
9795              Message-ID: <20020319223954.G94831@plum.flirble.org>
9796      Branch: perl
9797            - ext/I18N/Langinfo/fallback.xs
9798            ! MANIFEST
9799 ____________________________________________________________________________
9800 [ 15340] By: jhi                                   on 2002/03/19  21:31:16
9801         Log: Text, not binary.
9802      Branch: perl
9803            ! ext/Encode/t/jisx0208.euc ext/Encode/t/jisx0208.ref
9804            ! ext/Encode/t/jisx0212.euc ext/Encode/t/jisx0212.ref
9805 ____________________________________________________________________________
9806 [ 15339] By: jhi                                   on 2002/03/19  21:26:10
9807         Log: Subject: Re: perl@15244
9808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9809              Date: Mon, 18 Mar 2002 17:37:31 +0100
9810              Message-Id: <20020318173508.8D96.H.M.BRAND@hccnet.nl>
9811              
9812              (Goedendag: Dutch whitespace police)
9813      Branch: perl
9814            ! hints/hpux.sh
9815 ____________________________________________________________________________
9816 [ 15338] By: jhi                                   on 2002/03/19  21:10:29
9817         Log: Subject: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7.3 +DEVEL15046 on sun4-solaris 2.7
9818              From: Nicholas Clark <nick@unfortu.net>
9819              Date: Tue, 19 Mar 2002 21:52:47 +0000
9820              Message-ID: <20020319215246.GC311@Bagpuss.unfortu.net>
9821      Branch: perl
9822            ! ext/Fcntl/Makefile.PL ext/File/Glob/Makefile.PL
9823            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Makefile.PL
9824            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
9825            ! ext/Sys/Syslog/Makefile.PL
9826 ____________________________________________________________________________
9827 [ 15337] By: jhi                                   on 2002/03/19  20:09:22
9828         Log: More pathname portability checks.
9829      Branch: perl
9830            ! Porting/check83.pl
9831 ____________________________________________________________________________
9832 [ 15336] By: jhi                                   on 2002/03/19  18:41:50
9833         Log: Begone, Encode::Tcl::Extended.
9834      Branch: perl
9835            ! ext/Encode/lib/Encode/Tcl.pm
9836 ____________________________________________________________________________
9837 [ 15335] By: jhi                                   on 2002/03/19  18:40:10
9838         Log: This is like trying to put the shaving cream
9839              back to the can...
9840      Branch: perl
9841            ! hints/linux.sh
9842 ____________________________________________________________________________
9843 [ 15334] By: jhi                                   on 2002/03/19  18:31:59
9844         Log: With the -D_SVID_SOURCE Debian 2.2 dies on conflicting
9845              types of usleep().  Fun, fun. fun.
9846      Branch: perl
9847            ! hints/linux.sh
9848 ____________________________________________________________________________
9849 [ 15333] By: jhi                                   on 2002/03/19  18:25:21
9850         Log: Sarathy's new suggestion for Linux threading flags.
9851      Branch: perl
9852            ! hints/linux.sh
9853 ____________________________________________________________________________
9854 [ 15332] By: jhi                                   on 2002/03/19  18:23:30
9855         Log: Rename euc-jp-012 as euc-jp, as suggested by Dan Kogai.
9856      Branch: perl
9857            - ext/Encode/Encode/euc-jp-0212.ucm
9858            ! MANIFEST ext/Encode/Encode/euc-jp.ucm
9859            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
9860 ____________________________________________________________________________
9861 [ 15331] By: jhi                                   on 2002/03/19  18:18:21
9862         Log: Subject: [PATCH bleadperl] Add targer _test to win32 makefiles
9863              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9864              Date: Tue, 19 Mar 2002 00:42:22 +0100
9865              Message-ID: <1199171923.20020319004222@tesla.rcub.bg.ac.yu>
9866      Branch: perl
9867            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
9868 ____________________________________________________________________________
9869 [ 15330] By: jhi                                   on 2002/03/19  18:00:48
9870         Log: "+" is not a valid filename character in VMS.
9871      Branch: perl
9872            + ext/Encode/Encode/euc-jp-0212.ucm
9873            - ext/Encode/Encode/euc-jp+0212.ucm
9874            ! ext/Encode/JP/Makefile.PL ext/Encode/MANIFEST
9875 ____________________________________________________________________________
9876 [ 15329] By: jhi                                   on 2002/03/19  15:49:12
9877         Log: Update Changes.
9878      Branch: perl
9879            ! Changes patchlevel.h
9880 ____________________________________________________________________________
9881 [ 15328] By: jhi                                   on 2002/03/19  15:25:58
9882         Log: Take away _GNU_SOURCE since that does not seem
9883              to play well with other software (like Apache),
9884              just hint away the WHOAs.
9885      Branch: perl
9886            ! hints/linux.sh
9887 ____________________________________________________________________________
9888 [ 15327] By: jhi                                   on 2002/03/19  15:17:12
9889         Log: metaconfig unit change for #15326.
9890      Branch: metaconfig
9891            ! U/threads/d_crypt_r.U
9892 ____________________________________________________________________________
9893 [ 15326] By: jhi                                   on 2002/03/19  15:16:43
9894         Log: Support crypt_r(const char*,const char*, CRYPTD*).
9895      Branch: perl
9896            ! Configure reentr.h reentr.pl
9897 ____________________________________________________________________________
9898 [ 15325] By: jhi                                   on 2002/03/19  14:54:21
9899         Log: VMS acrobatics from Peter Prymmer.
9900      Branch: perl
9901            ! lib/ExtUtils/t/ExtUtils.t
9902 ____________________________________________________________________________
9903 [ 15324] By: jhi                                   on 2002/03/19  14:51:56
9904         Log: Subject: [PATCH lib/Pod/Html.pm] remove warning
9905              From: Stas Bekman <stas@stason.org>
9906              Date: Tue, 19 Mar 2002 13:14:53 +0800 (SGT)
9907              Message-ID: <Pine.LNX.4.44.0203191311530.14113-100000@hope.stason.org>
9908      Branch: perl
9909            ! lib/Pod/Html.pm
9910 ____________________________________________________________________________
9911 [ 15323] By: jhi                                   on 2002/03/19  14:51:09
9912         Log: Subject: [PATCH] Re: ext/B/t/xref.t @15300 on VMS
9913              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9914              Date: Tue, 19 Mar 2002 10:49:27 +0100
9915              Message-ID: <20020319104927.C705@rafael>   
9916      Branch: perl
9917            ! ext/B/t/xref.t
9918 ____________________________________________________________________________
9919 [ 15322] By: jhi                                   on 2002/03/19  14:50:02
9920         Log: Integrate perlio;
9921              
9922              Move docs for Encode::valid_utf8 (which does not exist)
9923              to be docs for utf8::valid() (which does).
9924      Branch: perl
9925           !> ext/Encode/Encode.pm lib/utf8.pm
9926 ____________________________________________________________________________
9927 [ 15321] By: jhi                                   on 2002/03/19  14:48:57
9928         Log: Remove Encode::Tcl::Extended, suggested by
9929              SADAHIRO Tomoyuki.
9930      Branch: perl
9931            - ext/Encode/Encode/euc-jp-0212.enc
9932            - ext/Encode/lib/Encode/Tcl/Extended.pm
9933            ! MANIFEST ext/Encode/MANIFEST
9934            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9935            ! ext/Encode/lib/Encode/Tcl/Table.pm ext/Encode/t/Tcl.t
9936 ____________________________________________________________________________
9937 [ 15320] By: jhi                                   on 2002/03/19  14:44:18
9938         Log: Encode 0.90 (the one with jisx0212-1990) from Dan Kogai.
9939      Branch: perl
9940            + ext/Encode/Encode/euc-jp+0212.ucm ext/Encode/t/jisx0208.euc
9941            + ext/Encode/t/jisx0208.ref ext/Encode/t/jisx0212.euc
9942            + ext/Encode/t/jisx0212.ref
9943            - ext/Encode/t/japanese.pl ext/Encode/t/table.euc
9944            - ext/Encode/t/table.ref
9945            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
9946            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm
9947            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
9948            ! ext/Encode/MANIFEST ext/Encode/TW/TW.pm
9949            ! ext/Encode/lib/Encode/CN/HZ.pm
9950            ! ext/Encode/lib/Encode/Encoding.pm
9951            ! ext/Encode/lib/Encode/Internal.pm
9952            ! ext/Encode/lib/Encode/JP/Constants.pm
9953            ! ext/Encode/lib/Encode/JP/H2Z.pm
9954            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
9955            ! ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/Tcl.pm
9956            ! ext/Encode/lib/Encode/Tcl/Escape.pm
9957            ! ext/Encode/lib/Encode/Tcl/Extended.pm
9958            ! ext/Encode/lib/Encode/Tcl/Table.pm
9959            ! ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
9960            ! ext/Encode/lib/Encode/iso10646_1.pm
9961            ! ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
9962            ! ext/Encode/t/CN.t ext/Encode/t/Encode.t ext/Encode/t/JP.t
9963            ! ext/Encode/t/TW.t ext/Encode/t/Tcl.t
9964 ____________________________________________________________________________
9965 [ 15319] By: jhi                                   on 2002/03/19  14:36:41
9966         Log: constness+signedness nit.
9967      Branch: perl
9968            ! ext/Unicode/Normalize/Normalize.xs
9969 ____________________________________________________________________________
9970 [ 15318] By: jhi                                   on 2002/03/19  14:04:55
9971         Log: Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
9972      Branch: perl
9973            ! ext/Unicode/Normalize/Changes
9974            ! ext/Unicode/Normalize/Normalize.pm
9975            ! ext/Unicode/Normalize/Normalize.xs
9976            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
9977            ! ext/Unicode/Normalize/t/func.t
9978 ____________________________________________________________________________
9979 [ 15317] By: jhi                                   on 2002/03/19  13:56:27
9980         Log: Split the ebcdic details to perlebcdic.
9981      Branch: perl
9982            ! pod/perlebcdic.pod pod/perluniintro.pod
9983 ____________________________________________________________________________
9984 [ 15316] By: jhi                                   on 2002/03/19  13:31:55
9985         Log: Be explicit.
9986      Branch: perl
9987            ! pod/perluniintro.pod
9988 ____________________________________________________________________________
9989 [ 15315] By: nick                                  on 2002/03/19  09:24:18
9990         Log: Integrate mainline
9991      Branch: perlio
9992           +> ext/List/Util/t/openhan.t
9993           !> (integrate 53 files)
9994 ____________________________________________________________________________
9995 [ 15314] By: nick                                  on 2002/03/19  07:39:07
9996         Log: Move docs for Encode::valid_utf8 (which does not exist)
9997              to be docs for utf8::valid() (which does).
9998      Branch: perlio
9999            ! ext/Encode/Encode.pm lib/utf8.pm
10000 ____________________________________________________________________________
10001 [ 15313] By: jhi                                   on 2002/03/19  04:58:22
10002         Log: Update the Unicode vs EBCDIC situation.
10003      Branch: perl
10004            ! pod/perlebcdic.pod pod/perluniintro.pod
10005 ____________________________________________________________________________
10006 [ 15312] By: jhi                                   on 2002/03/19  04:01:39
10007         Log: Subject: [DOC PATCH] end.t (was RE: perl@15300 )
10008              From: Robert Spier <rspier@pobox.com>
10009              Date: Mon, 18 Mar 2002 19:22:55 -0800
10010              Message-ID: <15510.44815.383439.823671@rls.cx>
10011      Branch: perl
10012            ! ext/threads/t/end.t
10013 ____________________________________________________________________________
10014 [ 15311] By: jhi                                   on 2002/03/19  04:00:38
10015         Log: UTF-8 walk errors that become visible in EBCDIC.
10016      Branch: perl
10017            ! regexec.c
10018 ____________________________________________________________________________
10019 [ 15310] By: jhi                                   on 2002/03/19  03:48:27
10020         Log: s/regcinclasslen/reginclass/ and remove the old
10021              reginclass since nothing is using it.
10022      Branch: perl
10023            ! embed.fnc embed.h proto.h regexec.c
10024 ____________________________________________________________________________
10025 [ 15309] By: jhi                                   on 2002/03/18  22:18:37
10026         Log: Close the file so it can be (a) removed (b) reopened.
10027      Branch: perl
10028            ! ext/B/t/xref.t
10029 ____________________________________________________________________________
10030 [ 15308] By: jhi                                   on 2002/03/18  22:17:25
10031         Log: Subject: [PATCH utf8.c B.xs] B::perlstring and unicode
10032              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10033              Date: Mon, 18 Mar 2002 23:14:31 +0100
10034              Message-ID: <20020318231431.A699@rafael>
10035      Branch: perl
10036            ! ext/B/B.xs utf8.c
10037 ____________________________________________________________________________
10038 [ 15307] By: jhi                                   on 2002/03/18  20:54:07
10039         Log: Failed patch hunk reapplied.
10040      Branch: perl
10041            ! lib/Tie/File/t/32_defer_misc.t
10042 ____________________________________________________________________________
10043 [ 15306] By: jhi                                   on 2002/03/18  20:18:25
10044         Log: For DEBUGGING threaded builds.
10045      Branch: perl
10046            ! sv.c
10047 ____________________________________________________________________________
10048 [ 15305] By: jhi                                   on 2002/03/18  19:11:43
10049         Log: AUTHORS update.
10050      Branch: perl
10051            ! AUTHORS
10052 ____________________________________________________________________________
10053 [ 15304] By: jhi                                   on 2002/03/18  19:08:32
10054         Log: Someone (*cough* *cough*) stole VMS' getpwent prototype.
10055              (Fix from Craig Berry)
10056      Branch: perl
10057            ! pp_sys.c
10058 ____________________________________________________________________________
10059 [ 15303] By: jhi                                   on 2002/03/18  18:54:27
10060         Log: Subject: [PATCH] configure.com home-grown kill() check
10061              From: "Craig A. Berry" <craigberry@mac.com>
10062              Date: Mon, 18 Mar 2002 13:52:59 -0600
10063              Message-Id: <5.1.0.14.2.20020318134016.01c5ee00@exchi01>
10064      Branch: perl
10065            ! configure.com
10066 ____________________________________________________________________________
10067 [ 15302] By: jhi                                   on 2002/03/18  15:58:00
10068         Log: Upgrade to Tie::File 0.50.
10069      Branch: perl
10070            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
10071            ! lib/Tie/File/t/32_defer_misc.t
10072 ____________________________________________________________________________
10073 [ 15301] By: jhi                                   on 2002/03/18  15:54:52
10074         Log: AUTHORS updates.
10075      Branch: perl
10076            ! AUTHORS
10077 ____________________________________________________________________________
10078 [ 15300] By: jhi                                   on 2002/03/18  14:58:27
10079         Log: Update Changes.
10080      Branch: perl
10081            ! Changes patchlevel.h
10082 ____________________________________________________________________________
10083 [ 15299] By: jhi                                   on 2002/03/18  14:53:11
10084         Log: OS/390 update.
10085      Branch: perl
10086            ! pod/perldelta.pod
10087 ____________________________________________________________________________
10088 [ 15298] By: jhi                                   on 2002/03/18  14:44:19
10089         Log: Forgot from #15288.
10090      Branch: perl
10091            ! ext/B/B.xs
10092 ____________________________________________________________________________
10093 [ 15297] By: jhi                                   on 2002/03/18  14:39:15
10094         Log: Make regex DEBUGGING faster.
10095      Branch: perl
10096            ! perl.c perl.h regexec.c
10097 ____________________________________________________________________________
10098 [ 15296] By: jhi                                   on 2002/03/18  14:28:10
10099         Log: Undo accidental perl.h part of #15295 (wait for #15297)
10100      Branch: perl
10101            ! perl.h
10102 ____________________________________________________________________________
10103 [ 15295] By: jhi                                   on 2002/03/18  14:26:59
10104         Log: Subject: prefix slip
10105              From: andreas.koenig@anima.de (Andreas J. Koenig)
10106              Date: Mon, 18 Mar 2002 16:24:46 +0100
10107              Message-ID: <m3y9gp3nlt.fsf@anima.de>
10108              
10109              (perl.h part accidental, undone by #15296)
10110      Branch: perl
10111            ! INSTALL perl.h
10112 ____________________________________________________________________________
10113 [ 15294] By: jhi                                   on 2002/03/18  14:19:29
10114         Log: Be tidy.
10115      Branch: perl
10116            ! ext/B/t/xref.t
10117 ____________________________________________________________________________
10118 [ 15293] By: jhi                                   on 2002/03/18  14:14:17
10119         Log: Subject: [PATCH] re: long double vs. Tru64 UNIX 
10120              From: Spider Boardman <spider@web.zk3.dec.com>
10121              Date: Mon, 18 Mar 2002 10:09:50 -0500
10122              Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com>
10123      Branch: perl
10124            ! README.tru64 hints/dec_osf.sh
10125 ____________________________________________________________________________
10126 [ 15292] By: jhi                                   on 2002/03/18  13:57:06
10127         Log: NetWare tweaks from C Aditya <caditya@novell.com>
10128      Branch: perl
10129            ! NetWare/nwperlsys.c cop.h iperlsys.h op.c
10130 ____________________________________________________________________________
10131 [ 15291] By: jhi                                   on 2002/03/18  13:52:40
10132         Log: metaconfig unit change for #15290.
10133      Branch: metaconfig/U/perl
10134            ! perlxv.U
10135 ____________________________________________________________________________
10136 [ 15290] By: jhi                                   on 2002/03/18  13:52:15
10137         Log: Subject: d_nv_preserves_uv_bits
10138              From: Nicholas Clark <nick@unfortu.net>
10139              Date: Thu, 14 Mar 2002 22:24:19 +0000
10140              Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
10141      Branch: perl
10142            ! Configure Porting/Glossary Porting/config.sh config_h.SH
10143            ! configure.com epoc/config.sh pod/perltoc.pod t/op/pack.t
10144            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10145            ! win32/config.bc win32/config.gc win32/config.vc
10146            ! win32/config.win64
10147 ____________________________________________________________________________
10148 [ 15289] By: jhi                                   on 2002/03/18  13:44:14
10149         Log: Subject: Re: perl@15244
10150              From: Spider Boardman <spider@web.zk3.dec.com>
10151              Date: Mon, 18 Mar 2002 09:38:55 -0500
10152              Message-Id: <200203181438.JAA406792@leggy.zk3.dec.com>
10153              
10154              (IA64 work.)
10155      Branch: perl
10156            ! hints/hpux.sh perl.h
10157 ____________________________________________________________________________
10158 [ 15288] By: jhi                                   on 2002/03/18  13:41:34
10159         Log: Subject: [PATCH B] B::perlstring()
10160              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10161              Date: Sun, 17 Mar 2002 23:06:12 +0100
10162              Message-ID: <20020317230612.A24442@rafael>
10163      Branch: perl
10164            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/Makefile.PL
10165 ____________________________________________________________________________
10166 [ 15287] By: jhi                                   on 2002/03/18  13:40:28
10167         Log: Subject: [PATCH] another pack "w" thing
10168              From: Nicholas Clark <nick@unfortu.net>
10169              Date: Sat, 16 Mar 2002 21:52:15 +0000
10170              Message-ID: <20020316215215.GF330@Bagpuss.unfortu.net>
10171      Branch: perl
10172            ! pp_pack.c t/op/pack.t
10173 ____________________________________________________________________________
10174 [ 15286] By: jhi                                   on 2002/03/18  13:39:20
10175         Log: More prototypes blindness in Solaris.
10176              (TODO: readdir64_r really needs to be seen.)
10177      Branch: perl
10178            ! hints/solaris_2.sh
10179 ____________________________________________________________________________
10180 [ 15285] By: jhi                                   on 2002/03/18  13:24:03
10181         Log: Integrate perlio;
10182              
10183              Tidy the "does not map" message for non-characters
10184              (e.g. iso-8859-3 "\xA5").
10185      Branch: perl
10186           !> ext/Encode/Encode.xs
10187 ____________________________________________________________________________
10188 [ 15284] By: nick                                  on 2002/03/18  11:00:31
10189         Log: Integrate mainline
10190      Branch: perlio
10191           +> lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10192           +> lib/Tie/File/t/32_defer_misc.t
10193           !> MANIFEST embed.fnc embed.h global.sym hints/solaris_2.sh
10194           !> lib/Tie/File.pm lib/Tie/File/t/00_version.t
10195           !> lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10196           !> lib/Tie/File/t/22_autochomp.t pod/perlfaq3.pod
10197           !> pod/perlhack.pod pp_hot.c pp_sys.c proto.h reentr.c reentr.h
10198           !> reentr.pl regexec.c t/op/pat.t util.c
10199 ____________________________________________________________________________
10200 [ 15283] By: gbarr                                 on 2002/03/18  10:10:55
10201         Log: Sync with Scalar-List-Utils-1.07
10202      Branch: perl
10203            + ext/List/Util/t/openhan.t
10204            ! MANIFEST ext/List/Util/ChangeLog
10205            ! ext/List/Util/lib/List/Util.pm
10206            ! ext/List/Util/lib/Scalar/Util.pm
10207 ____________________________________________________________________________
10208 [ 15282] By: nick                                  on 2002/03/18  08:11:28
10209         Log: Tidy the "does not map" message for non-characters
10210              (e.g. iso-8859-3 "\xA5").
10211      Branch: perlio
10212            ! ext/Encode/Encode.xs
10213 ____________________________________________________________________________
10214 [ 15281] By: ams                                   on 2002/03/18  04:44:37
10215         Log: URL fix from MJD.
10216      Branch: perl
10217            ! pod/perlfaq3.pod
10218 ____________________________________________________________________________
10219 [ 15280] By: jhi                                   on 2002/03/18  01:58:51
10220         Log: More prototype calming (really should fix the Configure
10221              protochk, but not at this point in time).
10222      Branch: perl
10223            ! hints/solaris_2.sh
10224 ____________________________________________________________________________
10225 [ 15279] By: jhi                                   on 2002/03/18  01:19:40
10226         Log: return at the wrong side of #endif.
10227      Branch: perl
10228            ! util.c
10229 ____________________________________________________________________________
10230 [ 15278] By: ams                                   on 2002/03/17  23:45:31
10231         Log: Typo fix from Stas Bekman.
10232      Branch: perl
10233            ! pod/perlhack.pod
10234 ____________________________________________________________________________
10235 [ 15277] By: ams                                   on 2002/03/17  23:41:35
10236         Log: Upgrade to Tie::File 0.21.
10237      Branch: perl
10238            + lib/Tie/File/t/30_defer.t lib/Tie/File/t/31_autodefer.t
10239            + lib/Tie/File/t/32_defer_misc.t
10240            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10241            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/17_misc_meth.t
10242            ! lib/Tie/File/t/22_autochomp.t
10243 ____________________________________________________________________________
10244 [ 15276] By: jhi                                   on 2002/03/17  21:50:26
10245         Log: Simple speed gainback (as it was in 5.6): for non-Unicode
10246              character classes use inlined macros instead of the full
10247              function call.
10248      Branch: perl
10249            ! regexec.c
10250 ____________________________________________________________________________
10251 [ 15275] By: jhi                                   on 2002/03/17  20:14:18
10252         Log: Integrate perlio;
10253              
10254              Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10255              
10256              Other :encoding oddities
10257              - we should really pop while we can still make method calls
10258              in case DESTROY does something.
10259              - Provide a no-op DESTROY
10260              - Use SvPV_only() rather than just SvPV_on()
10261      Branch: perl
10262           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
10263           !> ext/Encode/lib/Encode/Encoding.pm sv.c
10264 ____________________________________________________________________________
10265 [ 15274] By: nick                                  on 2002/03/17  20:00:12
10266         Log: Other :encoding oddities
10267              - we should really pop while we can still make method calls
10268              in case DESTROY does something.
10269              - Provide a no-op DESTROY
10270              - Use SvPV_only() rather than just SvPV_on()
10271      Branch: perlio
10272            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
10273            ! ext/Encode/lib/Encode/Encoding.pm
10274 ____________________________________________________________________________
10275 [ 15273] By: nick                                  on 2002/03/17  19:53:24
10276         Log: Avoid overwrite of un-allocated memory when SvCUR > SvLEN
10277      Branch: perlio
10278            ! sv.c
10279 ____________________________________________________________________________
10280 [ 15272] By: jhi                                   on 2002/03/17  18:39:22
10281         Log: Implement the retry-on-ERANGE for the get*_r().
10282              The buffer will keep doubling until 64k.
10283      Branch: perl
10284            ! embed.fnc embed.h global.sym pp_sys.c proto.h reentr.c
10285            ! reentr.h reentr.pl
10286 ____________________________________________________________________________
10287 [ 15271] By: nick                                  on 2002/03/17  17:38:44
10288         Log: Integrate mainline
10289      Branch: perlio
10290           +> lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10291           +> t/op/pow.t
10292           !> (integrate 28 files)
10293 ____________________________________________________________________________
10294 [ 15270] By: jhi                                   on 2002/03/17  15:49:38
10295         Log: Subject: UTF-8 bug (maybe alreayd known?)
10296              From: andreas.koenig@anima.de (Andreas J. Koenig)
10297              Date: Fri, 08 Mar 2002 16:36:01 +0100
10298              Message-ID: <m3n0xjul5q.fsf@anima.de>
10299      Branch: perl
10300            ! pp_hot.c t/op/pat.t
10301 ____________________________________________________________________________
10302 [ 15269] By: nick                                  on 2002/03/17  09:12:39
10303         Log: Integarate mainline
10304      Branch: perlio
10305           +> lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10306           +> lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10307           +> lib/Tie/File/t/21_win32.t reentr.c reentr.h reentr.pl
10308           !> (integrate 69 files)
10309 ____________________________________________________________________________
10310 [ 15268] By: jhi                                   on 2002/03/17  04:23:49
10311         Log: Subject: SEGV in s/// and UTF-8
10312              From: andreas.koenig@anima.de (Andreas J. Koenig)
10313              Date: Tue, 12 Mar 2002 00:40:09 +0100
10314              Message-ID: <m3r8mqad2e.fsf@anima.de>
10315      Branch: perl
10316            ! regexec.c t/op/pat.t
10317 ____________________________________________________________________________
10318 [ 15267] By: jhi                                   on 2002/03/16  19:57:03
10319         Log: Thwart IRIX long doubles and sloppy pow() (in Perl, **);
10320              from Nicholas Clark.  Fixes lib/integer.t and t/op/pack.t
10321              which assume that 2**someinteger is accurate.
10322      Branch: perl
10323            + t/op/pow.t
10324            ! MANIFEST pp.c t/test.pl
10325 ____________________________________________________________________________
10326 [ 15266] By: jhi                                   on 2002/03/16  18:55:53
10327         Log: _r-ify config.win64, too.
10328      Branch: perl
10329            ! win32/config.win64
10330 ____________________________________________________________________________
10331 [ 15265] By: jhi                                   on 2002/03/16  18:51:45
10332         Log: Better place to initialize (IRIX cc noticed that
10333              the many "goto defchars" bypass the initialization)
10334      Branch: perl
10335            ! regcomp.c
10336 ____________________________________________________________________________
10337 [ 15264] By: jhi                                   on 2002/03/16  18:41:19
10338         Log: If not building threaded, never mind the threaded prototypes.
10339      Branch: perl
10340            ! Configure reentr.pl
10341 ____________________________________________________________________________
10342 [ 15263] By: jhi                                   on 2002/03/16  18:40:53
10343         Log: metaconfig: If not using threads, not point probing for the
10344              prototypes (since they might be hidden behind many defines
10345              we won't have if not building threaded)
10346      Branch: metaconfig
10347            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10348            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10349            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10350            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10351            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10352            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10353            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10354            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10355            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10356            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10357            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10358            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10359            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10360            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10361            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10362            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10363            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10364            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10365            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10366            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10367            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10368            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10369            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10370            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10371 ____________________________________________________________________________
10372 [ 15262] By: jhi                                   on 2002/03/16  18:29:26
10373         Log: FreeBSD is lying to us: there is no threadsafe gethostbyaddr_r.
10374      Branch: perl
10375            ! hints/freebsd.sh
10376 ____________________________________________________________________________
10377 [ 15261] By: ams                                   on 2002/03/16  18:14:04
10378         Log: Upgrade to Tie::File 0.20.
10379      Branch: perl
10380            + lib/Tie/File/t/22_autochomp.t lib/Tie/File/t/23_rv_ac_splice.t
10381            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/00_version.t
10382            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
10383            ! lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/07_rv_splice.t
10384            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10385            ! lib/Tie/File/t/11_rv_splice_rs.t
10386            ! lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/15_pushpop.t
10387            ! lib/Tie/File/t/16_handle.t
10388 ____________________________________________________________________________
10389 [ 15260] By: jhi                                   on 2002/03/16  18:12:25
10390         Log: There seems to be a trend for the *time_r to be hidden.
10391      Branch: perl
10392            ! hints/irix_6.sh
10393 ____________________________________________________________________________
10394 [ 15259] By: jhi                                   on 2002/03/16  17:58:08
10395         Log: Subject: [PATCH lib/Pod/Html.pm] fix anchor generation code (ID 20020312.006)  
10396              From: Stas Bekman <stas@stason.org>
10397              Date: Sun, 17 Mar 2002 02:11:26 +0800 (SGT)
10398              Message-ID: <Pine.LNX.4.44.0203170205130.16962-100000@hope.stason.org>
10399      Branch: perl
10400            ! lib/Pod/Html.pm
10401 ____________________________________________________________________________
10402 [ 15258] By: jhi                                   on 2002/03/16  17:54:49
10403         Log: Subject: [PATCH] Re: dumpvar.pl bug
10404              From: Peter Scott <Peter@PSDT.com>
10405              Date: Fri, 15 Mar 2002 18:19:21 -0800
10406              Message-id: <4.3.2.7.2.20020315153302.00bac420@shell2.webquarry.com>
10407      Branch: perl
10408            ! lib/dumpvar.pl lib/perl5db.pl
10409 ____________________________________________________________________________
10410 [ 15257] By: jhi                                   on 2002/03/16  17:52:29
10411         Log: More paranoid _r protochecking.  At least Tru64 and
10412              Linux need additional hinting help to believe that
10413              the time_r protos exist; turn on FreeBSD _THREAD_SAFE
10414              to see what goes bang.
10415      Branch: perl
10416            ! Configure hints/dec_osf.sh hints/freebsd.sh hints/linux.sh
10417            ! reentr.pl
10418 ____________________________________________________________________________
10419 [ 15256] By: jhi                                   on 2002/03/16  17:51:08
10420         Log: metaconfig: more paranoid _r protochecking.
10421      Branch: metaconfig
10422            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10423            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10424            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10425            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10426            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10427            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10428            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10429            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10430            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10431            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10432            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10433            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10434            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10435            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10436            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10437            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10438            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10439            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10440            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10441            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10442            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10443            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10444            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10445            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10446 ____________________________________________________________________________
10447 [ 15255] By: jhi                                   on 2002/03/16  16:23:07
10448         Log: HP-UX gcc 3 warnings found by Sarathy.
10449      Branch: perl
10450            ! regcomp.c sv.c
10451 ____________________________________________________________________________
10452 [ 15254] By: jhi                                   on 2002/03/16  16:18:49
10453         Log: Subject: Re: [ID 20020315.003] timelocal does not return fractal values anymore
10454              From: Slaven Rezic <slaven.rezic@berlin.de>
10455              Date: 16 Mar 2002 15:29:18 +0100
10456              Message-ID: <877kocwpq9.fsf@vran.herceg.de>
10457      Branch: perl
10458            ! pod/perldelta.pod
10459 ____________________________________________________________________________
10460 [ 15253] By: jhi                                   on 2002/03/16  16:11:49
10461         Log: HP-UX has also endgrent_r/endpwent_r marked obsolete.
10462      Branch: perl
10463            ! Porting/findrfuncs reentr.h reentr.pl
10464 ____________________________________________________________________________
10465 [ 15252] By: gsar                                  on 2002/03/16  15:36:16
10466         Log: UIN32_MAX with borken under HP-UX+gcc
10467      Branch: perl
10468            ! handy.h
10469 ____________________________________________________________________________
10470 [ 15251] By: ams                                   on 2002/03/16  02:38:08
10471         Log: Subject: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10472              *::DESTROY() is deprecated
10473              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10474              Date: Thu, 14 Mar 2002 18:39:22 -0500
10475              Message-Id: <20020314183922.A8448@math.ohio-state.edu>
10476              
10477              Subject: Re: [PATCH @15047] Use of inherited AUTOLOAD for non-method
10478              *::DESTROY() is deprecated
10479              From: Dave Mitchell <davem@fdgroup.com>
10480              Date: Fri, 15 Mar 2002 19:22:49 +0000
10481              Message-Id: <20020315192249.A22389@fdgroup.com>
10482      Branch: perl
10483            ! gv.c t/op/method.t
10484 ____________________________________________________________________________
10485 [ 15250] By: ams                                   on 2002/03/16  02:14:41
10486         Log: Plural nit.
10487      Branch: perl
10488            ! pod/perldelta.pod
10489 ____________________________________________________________________________
10490 [ 15249] By: jhi                                   on 2002/03/15  20:46:10
10491         Log: Doesn't make sense to test for protos if the
10492              functions are not to be used (!= functions exist!)
10493              This might be the key (well, a key) to the HP-UX
10494              problems.
10495      Branch: perl
10496            ! reentr.h reentr.pl
10497 ____________________________________________________________________________
10498 [ 15248] By: jhi                                   on 2002/03/15  20:05:46
10499         Log: Typo in #15247.
10500      Branch: perl
10501            ! hints/hpux.sh
10502 ____________________________________________________________________________
10503 [ 15247] By: jhi                                   on 2002/03/15  19:41:43
10504         Log: The UINT32_MAX_BROKEN is still needed for pre-gcc-3
10505              in HP-UX (from H.Merijn Brand)
10506      Branch: perl
10507            ! hints/hpux.sh
10508 ____________________________________________________________________________
10509 [ 15246] By: ams                                   on 2002/03/15  17:53:23
10510         Log: Subject: minor corrections in perldelta.pod
10511              From: mjd@plover.com
10512              Date: 15 Mar 2002 18:48:42 -0000
10513              Message-Id: <20020315184842.13573.qmail@plover.com>
10514      Branch: perl
10515            ! pod/perldelta.pod
10516 ____________________________________________________________________________
10517 [ 15245] By: ams                                   on 2002/03/15  17:37:52
10518         Log: Upgrade to Tie::File 0.19.
10519      Branch: perl
10520            + lib/Tie/File/t/00_version.t lib/Tie/File/t/18_rs_fixrec.t
10521            + lib/Tie/File/t/19_cache.t lib/Tie/File/t/20_cache_full.t
10522            + lib/Tie/File/t/21_win32.t
10523            ! MANIFEST lib/Tie/File.pm lib/Tie/File/t/01_gen.t
10524            ! lib/Tie/File/t/02_fetchsize.t lib/Tie/File/t/03_longfetch.t
10525            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/05_size.t
10526            ! lib/Tie/File/t/06_fixrec.t lib/Tie/File/t/07_rv_splice.t
10527            ! lib/Tie/File/t/08_ro.t lib/Tie/File/t/09_gen_rs.t
10528            ! lib/Tie/File/t/10_splice_rs.t lib/Tie/File/t/13_size_rs.t
10529            ! lib/Tie/File/t/15_pushpop.t lib/Tie/File/t/16_handle.t
10530            ! lib/Tie/File/t/17_misc_meth.t
10531 ____________________________________________________________________________
10532 [ 15244] By: jhi                                   on 2002/03/15  17:13:33
10533         Log: Update Changes.
10534      Branch: perl
10535            ! Changes patchlevel.h
10536 ____________________________________________________________________________
10537 [ 15243] By: jhi                                   on 2002/03/15  16:18:16
10538         Log: Forgot from #15241.
10539      Branch: perl
10540            ! win32/config_sh.PL
10541 ____________________________________________________________________________
10542 [ 15242] By: jhi                                   on 2002/03/15  16:15:52
10543         Log: Subject: patch pod/perltodo.pod
10544              From: mjd@plover.com
10545              Date: 15 Mar 2002 15:42:18 -0000
10546              Message-ID: <20020315154218.10163.qmail@plover.com>
10547              
10548              (With s/WANT/Want/)
10549      Branch: perl
10550            ! pod/perltodo.pod
10551 ____________________________________________________________________________
10552 [ 15241] By: jhi                                   on 2002/03/15  16:14:25
10553         Log: Subject: [PATCH bleadperl] (revision 5 undef)
10554              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10555              Date: Fri, 15 Mar 2002 00:39:48 +0100
10556              Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
10557      Branch: perl
10558            ! win32/config.bc win32/config.gc win32/config.vc
10559            ! win32/config.win64
10560 ____________________________________________________________________________
10561 [ 15240] By: jhi                                   on 2002/03/15  16:12:25
10562         Log: Subject: [BUG & PATCH] can't quit the debugger after run completes
10563              From: Michael G Schwern <schwern@pobox.com>
10564              Date: Thu, 14 Mar 2002 16:39:29 -0500
10565              Message-ID: <20020314213929.GA2912@blackrider>
10566      Branch: perl
10567            ! lib/perl5db.pl
10568 ____________________________________________________________________________
10569 [ 15239] By: jhi                                   on 2002/03/15  16:11:17
10570         Log: Integrate perlio.
10571      Branch: perl
10572           !> embed.fnc ext/Encode/t/JP.t
10573 ____________________________________________________________________________
10574 [ 15238] By: jhi                                   on 2002/03/15  16:07:58
10575         Log: Monster _r patch: try to scan for all known _r variants,
10576              and then use them (under ithreads).  May fail in HP-UX,
10577              and the op/groups is known to be fickle everywhere.  Known
10578              to work in Solaris, Linux, Tru64, IRIX, AIX.  (Some compiler
10579              warnings in AIX since the first arguments of getnetbyaddr
10580              and getnetbyadd_r are of different types.  Thanks, IBM.)
10581              
10582              In non-Configure platforms deny the existence of any
10583              of the _r thingies.  (Also add the recently introduced
10584              d_tm_* to places it wasn't already in.)
10585              
10586              TODO: the suggested glibc buffer growth retry loop in case
10587              some entries (at least for: gr*, host*) are big.
10588              Forgot win32/config.win64.
10589      Branch: perl
10590            + reentr.c reentr.h reentr.pl
10591            ! Configure MANIFEST Makefile.SH NetWare/Makefile
10592            ! NetWare/config.wc Porting/Glossary Porting/config.sh
10593            ! Porting/config_H Porting/findrfuncs config_h.SH configure.com
10594            ! embed.fnc embed.h epoc/config.sh global.sym hints/hpux.sh
10595            ! intrpvar.h makedef.pl op.h perl.c perl.h plan9/mkfile pp_sys.c
10596            ! proto.h uconfig.h uconfig.sh util.c vms/descrip_mms.template
10597            ! vos/build.cm vos/config.alpha.def vos/config.alpha.h
10598            ! vos/config.ga.def vos/config.ga.h vos/perl.bind win32/Makefile
10599            ! win32/config.bc win32/config.gc win32/config.vc
10600            ! win32/makefile.mk wince/Makefile.ce wince/config.ce
10601 ____________________________________________________________________________
10602 [ 15237] By: jhi                                   on 2002/03/15  15:18:46
10603         Log: Be more explicit on when is the $! worth anything.
10604      Branch: perl
10605            ! pod/perlvar.pod
10606 ____________________________________________________________________________
10607 [ 15236] By: jhi                                   on 2002/03/15  14:44:09
10608         Log: metaconfig: _r _r we go.
10609      Branch: metaconfig
10610            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10611            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10612            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10613            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10614            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10615            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10616            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10617            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10618            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10619            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10620            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10621            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10622            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10623            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10624            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10625            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10626            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10627            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10628            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10629            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10630            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10631            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10632            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10633            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10634 ____________________________________________________________________________
10635 [ 15235] By: nick                                  on 2002/03/15  07:31:54
10636         Log: Add the binmode()s to make JP.t pass on Win32
10637      Branch: perlio
10638            ! ext/Encode/t/JP.t
10639 ____________________________________________________________________________
10640 [ 15234] By: nick                                  on 2002/03/15  07:20:49
10641         Log: Integrate perlio
10642      Branch: perl
10643           !> ext/Encode/t/table.euc ext/Encode/t/table.ref
10644 ____________________________________________________________________________
10645 [ 15233] By: nick                                  on 2002/03/15  07:18:02
10646         Log: Mark JP.t's data files as binary
10647      Branch: perlio
10648            ! ext/Encode/t/table.euc ext/Encode/t/table.ref
10649 ____________________________________________________________________________
10650 [ 15232] By: nick                                  on 2002/03/15  07:13:38
10651         Log: Integrate mainline
10652      Branch: perlio
10653           +> ext/B/t/xref.t
10654           !> MANIFEST Makefile.SH ext/B/B/Xref.pm ext/Safe/safe2.t
10655           !> lib/Benchmark.t lib/Exporter.pm lib/Pod/Html.pm makedepend.SH
10656           !> perl.c t/op/arith.t
10657 ____________________________________________________________________________
10658 [ 15231] By: jhi                                   on 2002/03/15  04:49:10
10659         Log: The section needs to be in the makedepend script
10660              (from Jan-Erik Karlsson).
10661      Branch: perl
10662            ! makedepend.SH
10663 ____________________________________________________________________________
10664 [ 15230] By: jhi                                   on 2002/03/15  02:59:46
10665         Log: Subject: Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
10666              From: Nicholas Clark <nick@unfortu.net>
10667              Date: Thu, 14 Mar 2002 23:05:23 +0000
10668              Message-ID: <20020314230522.GG363@Bagpuss.unfortu.net>
10669      Branch: perl
10670            ! ext/Safe/safe2.t
10671 ____________________________________________________________________________
10672 [ 15229] By: jhi                                   on 2002/03/15  02:55:34
10673         Log: Subject: RE: [PATCH] Get rid of bad error message formatting in Pod::Html
10674              From: "Brent Dax" <brentdax@cpan.org>
10675              Date: Thu, 14 Mar 2002 09:08:41 -0800
10676              Message-ID: <FJELLKOPEAGHOOODKEDPOEIBDFAA.brentdax@cpan.org>
10677      Branch: perl
10678            ! lib/Pod/Html.pm
10679 ____________________________________________________________________________
10680 [ 15228] By: jhi                                   on 2002/03/15  02:00:23
10681         Log: metaconfig: one round again for the _r.
10682      Branch: metaconfig
10683            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10684            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10685            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10686            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10687            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10688            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10689            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10690            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10691            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10692            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10693            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10694            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10695            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10696            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10697            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10698            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10699            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10700            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10701            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10702            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10703            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10704            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10705            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10706            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10707 ____________________________________________________________________________
10708 [ 15227] By: jhi                                   on 2002/03/14  17:46:43
10709         Log: metaconfig: new round of the _r units.
10710      Branch: metaconfig
10711            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10712            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10713            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10714            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10715            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10716            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10717            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10718            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10719            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10720            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10721            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10722            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10723            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10724            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10725            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10726            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10727            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10728            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10729            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10730            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10731            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10732            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10733            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10734            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10735      Branch: metaconfig/U/perl
10736            + i_crypt.U
10737 ____________________________________________________________________________
10738 [ 15226] By: jhi                                   on 2002/03/14  15:12:19
10739         Log: Subject: [PATCH] Better patch for Benchmark.t and arith.t
10740              From: Paul_GreenVOS@vos.stratus.com
10741              Date: Tue, 12 Mar 02 19:22 est   
10742              Message-Id: <200203130025.TAA20113@mailhub1.stratus.com>
10743      Branch: perl
10744            ! lib/Benchmark.t t/op/arith.t
10745 ____________________________________________________________________________
10746 [ 15225] By: jhi                                   on 2002/03/14  14:31:30
10747         Log: Subject: Re: Win32: C:\Program Files
10748              From: "Ken Williams" <ken@mathforum.org>
10749              Date: Wed, 13 Mar 2002 17:50:59 -0600
10750              Message-Id: <2B174669-36DD-11D6-87FA-003065F6D85A@mathforum.org>
10751              
10752              Add -t to perl -h.
10753      Branch: perl
10754            ! perl.c
10755 ____________________________________________________________________________
10756 [ 15224] By: jhi                                   on 2002/03/14  14:24:44
10757         Log: Extra paranoia from Nick Clark.
10758      Branch: perl
10759            ! ext/Safe/safe2.t
10760 ____________________________________________________________________________
10761 [ 15223] By: jhi                                   on 2002/03/14  14:19:41
10762         Log: Subject: Re: PATCH proposal for ext/Safe/safe2.t
10763              From: Nicholas Clark <nick@ccl4.org>
10764              Date: Wed, 13 Mar 2002 14:22:50 +0000
10765              Message-ID: <20020313142250.G92566@plum.flirble.org>
10766      Branch: perl
10767            ! ext/Safe/safe2.t
10768 ____________________________________________________________________________
10769 [ 15222] By: jhi                                   on 2002/03/14  14:00:36
10770         Log: Subject: Re: [PATCH] really protect spaces in Makefile.SH
10771              From: <slaven.rezic@berlin.de>
10772              Date: Tue, 12 Mar 2002 13:03:41 +0100      
10773              Message-Id: <20020312120547.JGIP27460.mailoutvl21@[192.168.139.30]>
10774      Branch: perl
10775            ! Makefile.SH
10776 ____________________________________________________________________________
10777 [ 15221] By: jhi                                   on 2002/03/14  13:51:17
10778         Log: Subject: [PATCH] a test for B::Xref
10779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10780              Date: Wed, 13 Mar 2002 17:18:57 +0100
10781              Message-ID: <20020313171857.F1144@rafael>
10782      Branch: perl
10783            + ext/B/t/xref.t
10784            ! MANIFEST ext/B/B/Xref.pm
10785 ____________________________________________________________________________
10786 [ 15220] By: jhi                                   on 2002/03/14  13:48:46
10787         Log: Subject: [PATCH] Exporter.pm POD fixups
10788              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10789              Date: Wed, 13 Mar 2002 16:21:42 +0100
10790              Message-ID: <20020313162142.A1144@rafael>
10791      Branch: perl
10792            ! lib/Exporter.pm
10793 ____________________________________________________________________________
10794 [ 15219] By: nick                                  on 2002/03/14  07:00:16
10795         Log: Integrate mainline
10796      Branch: perlio
10797           !> lib/ExtUtils/MM_VMS.pm lib/open.pm vms/descrip_mms.template
10798 ____________________________________________________________________________
10799 [ 15218] By: jhi                                   on 2002/03/13  22:15:00
10800         Log: Subject: [PATCH lib/ExtUtils/MM_VMS.pm] Re: [PATCH] 'all ::' for one and one for 'all ::'
10801              From: Michael G Schwern <schwern@pobox.com>
10802              Date: Wed, 13 Mar 2002 17:43:00 -0500
10803              Message-ID: <20020313224300.GG3311@blackrider>
10804      Branch: perl
10805            ! lib/ExtUtils/MM_VMS.pm
10806 ____________________________________________________________________________
10807 [ 15217] By: jhi                                   on 2002/03/13  17:28:36
10808         Log: Pod tweak.
10809      Branch: perl
10810            ! lib/open.pm
10811 ____________________________________________________________________________
10812 [ 15216] By: jhi                                   on 2002/03/13  17:14:51
10813         Log: Subject: [PATCH] 'all ::' for one and one for 'all ::'
10814              From: "Craig A. Berry" <craigberry@mac.com>
10815              Date: Wed, 13 Mar 2002 01:44:01 -0600
10816              Message-Id: <a05101501b8b4ad54a28f@[172.16.52.1]>
10817      Branch: perl
10818            ! vms/descrip_mms.template
10819 ____________________________________________________________________________
10820 [ 15215] By: nick                                  on 2002/03/13  08:08:36
10821         Log: Integrate mainline.
10822      Branch: perlio
10823           +> lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
10824            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
10825            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
10826            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
10827            - ext/Data/Util/t/Hash.t
10828           !> MANIFEST Porting/findrfuncs ext/B/t/stash.t
10829           !> ext/Encode/lib/Encode/CN/HZ.pm
10830           !> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10831           !> ext/Encode/lib/Encode/JP/JIS.pm lib/AutoSplit.t
10832           !> lib/File/stat.t lib/Test/Simple/t/fail-more.t
10833           !> pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
10834           !> pod/perlhack.pod pod/perlmodlib.pod pod/perltoc.pod pp_ctl.c
10835           !> t/op/override.t toke.c universal.c
10836 ____________________________________________________________________________
10837 [ 15214] By: jhi                                   on 2002/03/13  04:38:41
10838         Log: metaconfig: three guesses.
10839      Branch: metaconfig
10840            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10841            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10842            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10843            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10844            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10845            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10846            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10847            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10848            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10849            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10850            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10851            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10852            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10853            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10854            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10855            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10856            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10857            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10858            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10859            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10860            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10861            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10862            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10863            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10864 ____________________________________________________________________________
10865 [ 15213] By: jhi                                   on 2002/03/13  04:05:27
10866         Log: metaconfig: regen _r units again.
10867      Branch: metaconfig
10868            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10869            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10870            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10871            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10872            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10873            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10874            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10875            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10876            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10877            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10878            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10879            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10880            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10881            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10882            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10883            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10884            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10885            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10886            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10887            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10888            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10889            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10890            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10891            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10892 ____________________________________________________________________________
10893 [ 15212] By: jhi                                   on 2002/03/13  03:14:23
10894         Log: metaconfig: regen _r units.
10895      Branch: metaconfig
10896            - U/threads/d_gethbyaddr_r.U U/threads/d_gethbyname_r.U
10897            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10898            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10899            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10900            ! U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10901            ! U/threads/d_endprotoent_r.U U/threads/d_endpwent_r.U
10902            ! U/threads/d_endservent_r.U U/threads/d_getgrent_r.U
10903            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10904            ! U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10905            ! U/threads/d_gethostent_r.U U/threads/d_getlogin_r.U
10906            ! U/threads/d_getnetbyaddr_r.U U/threads/d_getnetbyname_r.U
10907            ! U/threads/d_getnetent_r.U U/threads/d_getprotobyname_r.U
10908            ! U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10909            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
10910            ! U/threads/d_getpwuid_r.U U/threads/d_getservbyname_r.U
10911            ! U/threads/d_getservbyport_r.U U/threads/d_getservent_r.U
10912            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10913            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10914            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10915            ! U/threads/d_setgrent_r.U U/threads/d_sethostent_r.U
10916            ! U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10917            ! U/threads/d_setprotoent_r.U U/threads/d_setpwent_r.U
10918            ! U/threads/d_setservent_r.U U/threads/d_srand48_r.U
10919            ! U/threads/d_srandom_r.U U/threads/d_strerror_r.U
10920            ! U/threads/d_tmpnam_r.U U/threads/d_ttyname_r.U
10921 ____________________________________________________________________________
10922 [ 15211] By: jhi                                   on 2002/03/13  01:11:36
10923         Log: metaconfig unit tweaks.
10924      Branch: metaconfig
10925            + U/threads/d_setprotoent_r.U
10926            ! U/threads/d_crypt_r.U U/threads/d_ctermid_r.U
10927            ! U/threads/d_tmpnam_r.U
10928 ____________________________________________________________________________
10929 [ 15210] By: jhi                                   on 2002/03/13  00:12:13
10930         Log: metaconfig: replace the _r units with autogenerated ones.
10931      Branch: metaconfig
10932            + U/threads/d_endhostent_r.U U/threads/d_endnetent_r.U
10933            + U/threads/d_endprotoent_r.U U/threads/d_endservent_r.U
10934            + U/threads/d_gethostbyaddr_r.U U/threads/d_gethostbyname_r.U
10935            + U/threads/d_gethostent_r.U U/threads/d_getnetbyaddr_r.U
10936            + U/threads/d_getnetbyname_r.U U/threads/d_getnetent_r.U
10937            + U/threads/d_getprotobyname_r.U
10938            + U/threads/d_getprotobynumber_r.U U/threads/d_getprotoent_r.U
10939            + U/threads/d_getservbyname_r.U U/threads/d_getservbyport_r.U
10940            + U/threads/d_getservent_r.U U/threads/d_sethostent_r.U
10941            + U/threads/d_setlocale_r.U U/threads/d_setnetent_r.U
10942            + U/threads/d_setservent_r.U
10943            - U/threads/d_endhent_r.U U/threads/d_endnent_r.U
10944            - U/threads/d_endpent_r.U U/threads/d_endsent_r.U
10945            - U/threads/d_gethent_r.U U/threads/d_getnbyaddr_r.U
10946            - U/threads/d_getnbyname_r.U U/threads/d_getnent_r.U
10947            - U/threads/d_getpbyname_r.U U/threads/d_getpbynumber_r.U
10948            - U/threads/d_getpent_r.U U/threads/d_getsbyname_r.U
10949            - U/threads/d_getsbyport_r.U U/threads/d_getsent_r.U
10950            - U/threads/d_sethent_r.U U/threads/d_setnent_r.U
10951            - U/threads/d_setpent_r.U U/threads/d_setsent_r.U
10952            ! U/threads/d_asctime_r.U U/threads/d_crypt_r.U
10953            ! U/threads/d_ctermid_r.U U/threads/d_ctime_r.U
10954            ! U/threads/d_drand48_r.U U/threads/d_endgrent_r.U
10955            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
10956            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
10957            ! U/threads/d_getlogin_r.U U/threads/d_getpwent_r.U
10958            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
10959            ! U/threads/d_getspnam_r.U U/threads/d_gmtime_r.U
10960            ! U/threads/d_localtime_r.U U/threads/d_random_r.U
10961            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
10962            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
10963            ! U/threads/d_srand48_r.U U/threads/d_srandom_r.U
10964            ! U/threads/d_strerror_r.U U/threads/d_tmpnam_r.U
10965            ! U/threads/d_ttyname_r.U
10966 ____________________________________________________________________________
10967 [ 15209] By: jhi                                   on 2002/03/12  23:24:59
10968         Log: More known threadsafings.
10969      Branch: perl
10970            ! Porting/findrfuncs
10971 ____________________________________________________________________________
10972 [ 15208] By: jhi                                   on 2002/03/12  20:43:46
10973         Log: Small tweaks.
10974      Branch: perl
10975            ! lib/Internals.t universal.c
10976 ____________________________________________________________________________
10977 [ 15207] By: jhi                                   on 2002/03/12  17:38:46
10978         Log: VERSIONize.
10979      Branch: perl
10980            ! ext/Encode/lib/Encode/CN/HZ.pm
10981            ! ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
10982            ! ext/Encode/lib/Encode/JP/JIS.pm
10983 ____________________________________________________________________________
10984 [ 15206] By: jhi                                   on 2002/03/12  17:22:49
10985         Log: Subject: perl datastructure conversion shortcuts for DDD
10986              From: Stas Bekman <stas@stason.org>
10987              Date: Mon, 11 Mar 2002 14:54:31 +0800
10988              Message-ID: <3C8C54A7.5020502@stason.org>
10989      Branch: perl
10990            ! pod/perlhack.pod
10991 ____________________________________________________________________________
10992 [ 15205] By: jhi                                   on 2002/03/12  17:09:50
10993         Log: Regen modlib.
10994      Branch: perl
10995            ! pod/perlmodlib.pod
10996 ____________________________________________________________________________
10997 [ 15204] By: jhi                                   on 2002/03/12  17:07:57
10998         Log: Regen toc.
10999      Branch: perl
11000            ! pod/perltoc.pod
11001 ____________________________________________________________________________
11002 [ 15203] By: jhi                                   on 2002/03/12  16:45:32
11003         Log: Tiny pod tweaks.
11004      Branch: perl
11005            ! lib/Hash/Util.pm
11006 ____________________________________________________________________________
11007 [ 15202] By: jhi                                   on 2002/03/12  16:06:04
11008         Log: perldeltaize Hash::Util.
11009      Branch: perl
11010            ! pod/perldelta.pod
11011 ____________________________________________________________________________
11012 [ 15201] By: jhi                                   on 2002/03/12  15:41:23
11013         Log: Move the readonly interface back to universal.c,
11014              (new name: Internals::SvREADONLY), remove Data::Util,
11015              move Hash::Util to lib, also introduce refcnt interface
11016              (Internals::SvREFCNT).     Make both the new interfaces
11017              to be more sane so that if they set the value, they return
11018              the new value, not the old one.
11019      Branch: perl
11020            + lib/Hash/Util.pm lib/Hash/Util.t lib/Internals.t
11021            - ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11022            - ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11023            - ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11024            - ext/Data/Util/t/Hash.t
11025            ! MANIFEST ext/B/t/stash.t universal.c
11026 ____________________________________________________________________________
11027 [ 15200] By: ams                                   on 2002/03/12  15:16:05
11028         Log: Subject: Disambiguate "Can't locate"
11029              From: Mike Guy <mjtg@cam.ac.uk>
11030              Date: Tue, 12 Mar 2002 16:04:23 +0000
11031              Message-Id: <E16kolD-0002S0-00@draco.cus.cam.ac.uk>
11032      Branch: perl
11033            ! lib/AutoSplit.t lib/Test/Simple/t/fail-more.t pod/perldiag.pod
11034            ! pp_ctl.c t/op/override.t
11035 ____________________________________________________________________________
11036 [ 15199] By: ams                                   on 2002/03/12  15:04:43
11037         Log: Subject: [PATCH] perl/lib/File/stat.t
11038              From: Paul_GreenVOS@vos.stratus.com
11039              Date: Tue, 12 Mar 02 11:00 est
11040              Message-Id: <200203121602.LAA29760@mailhub1.stratus.com>
11041      Branch: perl
11042            ! lib/File/stat.t
11043 ____________________________________________________________________________
11044 [ 15198] By: ams                                   on 2002/03/12  15:00:44
11045         Log: Subject: [PATCH perlfunc.pod] Re[2]: Related issues? [ID 20020222.011]
11046              From: Robin Barker <rmb1@cise.npl.co.uk>
11047              Date: Tue, 12 Mar 2002 13:31:58 GMT
11048              Message-Id: <200203121331.NAA21278@tempest.npl.co.uk>
11049      Branch: perl
11050            ! pod/perlfunc.pod
11051 ____________________________________________________________________________
11052 [ 15197] By: ams                                   on 2002/03/12  14:57:34
11053         Log: Subject: [PATCH toke.c] Inappropriate termination of POD
11054              From: "Clinton A. Pierce" <clintp@geeksalad.org>
11055              Date: Tue, 12 Mar 2002 10:11:53 -0500
11056              Message-Id: <5.1.0.14.2.20020312095400.00aed218@www.geeksalad.org>
11057      Branch: perl
11058            ! toke.c
11059 ____________________________________________________________________________
11060 [ 15196] By: nick                                  on 2002/03/12  13:40:35
11061         Log: Integrate mainline
11062      Branch: perlio
11063           +> ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11064           +> ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11065           +> ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11066           +> ext/Data/Util/t/Hash.t lib/Locale/Codes/t/rename.t
11067            - t/lib/access.t
11068           !> (integrate 96 files)
11069 ____________________________________________________________________________
11070 [ 15195] By: nick                                  on 2002/03/12  06:08:24
11071         Log: Integrate mainline (a while ago)
11072      Branch: perlio
11073           +> Porting/findrfuncs ext/B/t/lint.t ext/Encode/t/CN.t
11074           +> ext/Encode/t/TW.t
11075            - ext/Encode/Encode/7bit-kr.enc ext/Encode/lib/Encode/JP/Tr.pm
11076            - ext/Encode/lib/Encode/Tcl/HanZi.pm
11077            - ext/I18N/Langinfo/fallback.c
11078           !> (integrate 80 files)
11079 ____________________________________________________________________________
11080 [ 15194] By: ams                                   on 2002/03/12  06:02:20
11081         Log: Subject: [PATCH ext/Encode/CN/Makefile.PL] Prototyping ...
11082              From: Jonathan Stowe <gellyfish@gellyfish.com>
11083              Date: Mon, 11 Mar 2002 08:12:15 +0000 (GMT)
11084              Message-Id: <Pine.LNX.4.44.0203110808140.4580-100000@orpheus.gellyfish.com>
11085      Branch: perl
11086            ! ext/Encode/CN/Makefile.PL
11087 ____________________________________________________________________________
11088 [ 15193] By: ams                                   on 2002/03/12  05:55:07
11089         Log: Subject: [PATCH: pod/perlguts.pod] get magic typo
11090              From: Dave Mitchell <davem@fdgroup.co.uk>
11091              Date: Fri, 8 Mar 2002 17:08:45 +0000 (GMT)
11092              Message-Id: <200203081708.RAA29941@gizmo.fdgroup.co.uk>
11093      Branch: perl
11094            ! pod/perlguts.pod
11095 ____________________________________________________________________________
11096 [ 15192] By: ams                                   on 2002/03/12  05:50:08
11097         Log: Subject: [PATCH] fix format in lib/utf8.pm and polish the meaning
11098              From: Anton Tagunov <tagunov@motor.ru>
11099              Date: Tue, 12 Mar 2002 01:40:58 +0300
11100              Message-Id: <1194068830.20020312014058@motor.ru>
11101              (Applied with tweaks.)
11102      Branch: perl
11103            ! lib/utf8.pm
11104 ____________________________________________________________________________
11105 [ 15191] By: ams                                   on 2002/03/12  05:42:21
11106         Log: Subject: [PATCH] alarm(), Win32, no PERL_IMPLICIT_SYS
11107              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11108              Date: Sun, 10 Mar 2002 22:10:15 +0100
11109              Message-Id: <3C8BD9C7.13988.73992D@localhost>
11110      Branch: perl
11111            ! iperlsys.h
11112 ____________________________________________________________________________
11113 [ 15190] By: ams                                   on 2002/03/12  05:38:08
11114         Log: Subject: Re[2]: [Patch docs] perlsub. Re: [ID 20020227.012], [ID 20020227.018]
11115              From: Anton Tagunov <tagunov@motor.ru>
11116              Date: Mon, 11 Mar 2002 23:27:47 +0300
11117              Message-Id: <19414222180.20020311232747@motor.ru>
11118      Branch: perl
11119            ! pod/perlsub.pod
11120 ____________________________________________________________________________
11121 [ 15189] By: ams                                   on 2002/03/12  05:34:49
11122         Log: Subject: minor patch for comment in utfebcdic.h
11123              From: Anton Tagunov <tagunov@motor.ru>
11124              Date: Tue, 12 Mar 2002 00:20:21 +0300
11125              Message-Id: <13817376786.20020312002021@motor.ru>
11126      Branch: perl
11127            ! utfebcdic.h
11128 ____________________________________________________________________________
11129 [ 15188] By: ams                                   on 2002/03/12  05:32:30
11130         Log: Subject: [PATCH ?] B::Xref improvements
11131              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11132              Date: Mon, 11 Mar 2002 23:32:20 +0100
11133              Message-Id: <20020311233220.A12677@rafael>
11134      Branch: perl
11135            ! ext/B/B/Xref.pm
11136 ____________________________________________________________________________
11137 [ 15187] By: ams                                   on 2002/03/12  05:30:02
11138         Log: Subject: [PATCH] lib/ExtUtils/MM_Unix.pm
11139              From: Paul_GreenVOS@vos.stratus.com
11140              Date: Mon, 11 Mar 02 17:23 est
11141              Message-Id: <200203112225.RAA27594@mailhub1.stratus.com>
11142      Branch: perl
11143            ! lib/ExtUtils/MM_Unix.pm
11144 ____________________________________________________________________________
11145 [ 15186] By: ams                                   on 2002/03/12  05:27:06
11146         Log: Subject: [PATCH] installperl - minor untangle for VOS
11147              From: Paul_GreenVOS@vos.stratus.com
11148              Date: Mon, 11 Mar 02 17:05 est
11149              Message-Id: <200203112203.RAA21987@mailhub2.stratus.com>
11150      Branch: perl
11151            ! installperl
11152 ____________________________________________________________________________
11153 [ 15185] By: ams                                   on 2002/03/12  05:25:59
11154         Log: Subject: [PATCH B::Deparse] fix to deparse ${^WARNINGS_BITS}
11155              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11156              Date: Mon, 11 Mar 2002 22:37:39 +0100
11157              Message-Id: <20020311223739.A691@rafael>
11158      Branch: perl
11159            ! ext/B/B/Deparse.pm
11160 ____________________________________________________________________________
11161 [ 15184] By: ams                                   on 2002/03/12  05:20:54
11162         Log: Subject: [PATCH hints/netbsd.sh] Stray whitespace mucking here-doc
11163              From: Michael G Schwern <schwern@pobox.com>
11164              Date: Tue, 12 Mar 2002 01:12:08 -0500
11165              Message-Id: <20020312061208.GD904@blackrider>
11166      Branch: perl
11167            ! hints/netbsd.sh
11168 ____________________________________________________________________________
11169 [ 15183] By: ams                                   on 2002/03/12  04:12:30
11170         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11171              From: Autrijus Tang <autrijus@autrijus.org>
11172              Date: Tue, 12 Mar 2002 13:05:53 +0800
11173              Message-Id: <20020312050553.GA7864@not.autrijus.org>
11174              (Only doc hunk applied, supplementing #15182.)
11175      Branch: perl
11176            ! ext/Encode/Encode.pm
11177 ____________________________________________________________________________
11178 [ 15182] By: ams                                   on 2002/03/12  04:04:34
11179         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11180              From: Autrijus Tang <autrijus@autrijus.org>
11181              Date: Tue, 12 Mar 2002 12:56:46 +0800
11182              Message-Id: <20020312045646.GA7689@not.autrijus.org>
11183              (Private mail.)
11184      Branch: perl
11185            ! ext/Encode/Encode.pm ext/Encode/lib/Encode/Tcl.pm
11186 ____________________________________________________________________________
11187 [ 15181] By: ams                                   on 2002/03/12  03:09:20
11188         Log: Subject: Re: ext/Encode/t/Tcl.t on VMS @15173
11189              From: Autrijus Tang <autrijus@autrijus.org>
11190              Date: Tue, 12 Mar 2002 11:55:06 +0800
11191              Message-Id: <20020312035506.GA6946@not.autrijus.org>
11192      Branch: perl
11193            ! ext/Encode/Encode.pm
11194 ____________________________________________________________________________
11195 [ 15180] By: jhi                                   on 2002/03/11  22:32:10
11196         Log: Deypo.
11197      Branch: metaconfig
11198            ! U/threads/d_asctime_r.U
11199 ____________________________________________________________________________
11200 [ 15179] By: jhi                                   on 2002/03/11  21:42:58
11201         Log: FAQ sync.
11202      Branch: perl
11203            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
11204            ! pod/perlfaq4.pod pod/perlfaq5.pod
11205 ____________________________________________________________________________
11206 [ 15178] By: jhi                                   on 2002/03/11  17:34:34
11207         Log: The test needs perlio.
11208      Branch: perl
11209            ! lib/open.t
11210 ____________________________________________________________________________
11211 [ 15177] By: ams                                   on 2002/03/11  15:41:08
11212         Log: Subject: perlreftut update
11213              From: Mark-Jason Dominus <mjd@plover.com>
11214              Date: Mon, 11 Mar 2002 11:36:27 -0500
11215              Message-Id: <20020311163627.31020.qmail@plover.com>
11216      Branch: perl
11217            ! pod/perlreftut.pod
11218 ____________________________________________________________________________
11219 [ 15176] By: ams                                   on 2002/03/11  15:35:24
11220         Log: Subject: Minor correction in perlfaq5
11221              From: mjd@plover.com
11222              Date: 11 Mar 2002 16:34:22 -0000
11223              Message-Id: <20020311163422.30963.qmail@plover.com>
11224      Branch: perl
11225            ! pod/perlfaq5.pod
11226 ____________________________________________________________________________
11227 [ 15175] By: gsar                                  on 2002/03/11  15:11:42
11228         Log: number of skipped tests was incorrect
11229      Branch: perl
11230            ! t/op/stat.t
11231 ____________________________________________________________________________
11232 [ 15174] By: gsar                                  on 2002/03/11  14:39:11
11233         Log: remove doubled CRs
11234      Branch: perl
11235            ! win32/Makefile
11236 ____________________________________________________________________________
11237 [ 15173] By: jhi                                   on 2002/03/11  14:07:01
11238         Log: Update Changes.
11239      Branch: perl
11240            ! Changes patchlevel.h
11241 ____________________________________________________________________________
11242 [ 15172] By: jhi                                   on 2002/03/11  13:54:49
11243         Log: Regen toc.
11244      Branch: perl
11245            ! pod/perltoc.pod
11246 ____________________________________________________________________________
11247 [ 15171] By: jhi                                   on 2002/03/11  13:48:09
11248         Log: Add t/CN.t and t/TW.t; re-sort.
11249      Branch: perl
11250            ! ext/Encode/MANIFEST
11251 ____________________________________________________________________________
11252 [ 15170] By: jhi                                   on 2002/03/11  13:04:25
11253         Log: Document what to do if one yearns back to
11254              the old legacy encoding.
11255      Branch: perl
11256            ! lib/encoding.pm
11257 ____________________________________________________________________________
11258 [ 15169] By: jhi                                   on 2002/03/11  12:57:45
11259         Log: Undocument the use of .*utf8.*{upgrade,downgrade,encode,decode}
11260              as general purpose encoding transformation interfaces
11261              since that's not what they are.
11262      Branch: perl
11263            ! lib/utf8.pm pod/perlunicode.pod sv.c
11264 ____________________________________________________________________________
11265 [ 15168] By: ams                                   on 2002/03/11  12:54:16
11266         Log: Subject: [PATCH] Re: Smoke 15089 Tru64/OSF  Problems: numconvert, lstat
11267              warnings
11268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11269              Date: Mon, 11 Mar 2002 14:35:22 +0100
11270              Message-Id: <20020311143522.A7431@rafael>
11271      Branch: perl
11272            ! t/lib/warnings/pp_sys
11273 ____________________________________________________________________________
11274 [ 15167] By: ams                                   on 2002/03/11  04:57:20
11275         Log: A little commonsense is better than 1_compile.
11276      Branch: perl
11277            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11278 ____________________________________________________________________________
11279 [ 15166] By: ams                                   on 2002/03/11  04:53:50
11280         Log: Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
11281              From: Michael G Schwern <schwern@pobox.com>
11282              Date: Sun, 10 Mar 2002 13:27:12 -0500
11283              Message-Id: <20020310182712.GC693@blackrider>
11284              
11285              Subject: [PATCH] Hash::Util part 2
11286              From: Michael G Schwern <schwern@pobox.com>
11287              Date: Sun, 10 Mar 2002 15:09:34 -0500
11288              Message-Id: <20020310200934.GB27112@blackrider>
11289              
11290              Subject: [PATCH] Hash::Util MANIFEST correction
11291              From: Michael G Schwern <schwern@pobox.com>
11292              Date: Sun, 10 Mar 2002 16:27:07 -0500
11293              Message-Id: <20020310212707.GF27112@blackrider>
11294              
11295              (Also changes find.t and taint.t, which were looking for access.t)
11296      Branch: perl
11297            + ext/Data/Util/Changes ext/Data/Util/Makefile.PL
11298            + ext/Data/Util/Util.xs ext/Data/Util/lib/Data/Util.pm
11299            + ext/Data/Util/lib/Hash/Util.pm ext/Data/Util/t/Data.t
11300            + ext/Data/Util/t/Hash.t
11301            - t/lib/access.t
11302            ! MANIFEST hv.c lib/File/Find/t/find.t lib/File/Find/t/taint.t
11303            ! pod/perldiag.pod pod/perltodo.pod universal.c
11304 ____________________________________________________________________________
11305 [ 15165] By: jhi                                   on 2002/03/11  04:52:56
11306         Log: metaconfig: more thready fixes.
11307      Branch: metaconfig
11308            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11309            ! U/threads/d_endgrent_r.U U/threads/d_endpwent_r.U
11310            ! U/threads/d_getgrent_r.U U/threads/d_getgrgid_r.U
11311            ! U/threads/d_getgrnam_r.U U/threads/d_getpwent_r.U
11312            ! U/threads/d_getpwnam_r.U U/threads/d_getpwuid_r.U
11313            ! U/threads/d_gmtime_r.U U/threads/d_localtime_r.U
11314            ! U/threads/d_readdir64_r.U U/threads/d_readdir_r.U
11315            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11316            ! U/threads/d_strerror_r.U U/threads/d_ttyname_r.U
11317 ____________________________________________________________________________
11318 [ 15163] By: jhi                                   on 2002/03/11  04:39:54
11319         Log: Skip obsoleted interfaces.
11320      Branch: perl
11321            ! Porting/findrfuncs
11322 ____________________________________________________________________________
11323 [ 15162] By: ams                                   on 2002/03/11  03:48:14
11324         Log: Typo fixes.
11325      Branch: perl
11326            ! perl.c
11327 ____________________________________________________________________________
11328 [ 15161] By: jhi                                   on 2002/03/11  03:36:51
11329         Log: Upgrade to Locale::Codes 2.02.
11330      Branch: perl
11331            + lib/Locale/Codes/t/rename.t
11332            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
11333            ! lib/Locale/Codes/t/uk.t lib/Locale/Country.pm
11334            ! lib/Locale/Country.pod
11335 ____________________________________________________________________________
11336 [ 15160] By: jhi                                   on 2002/03/11  03:36:32
11337         Log: Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11338              From: Nicholas Clark <nick@unfortu.net>
11339              Date: Sun, 10 Mar 2002 18:17:50 +0000
11340              Message-ID: <20020310181749.GC317@Bagpuss.unfortu.net>
11341              
11342              Subject: Re: [PATCH] for broken /proc/curproc/file on FreeBSD
11343              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11344              Date: Sun, 10 Mar 2002 13:53:34 -0800
11345              Message-ID: <eX9i8gzkg26G092yn@efn.org>
11346              
11347              (and reenable the feature in freebsd,
11348              and move the freebsd pr url to perl.c)
11349      Branch: perl
11350            ! hints/freebsd.sh perl.c pod/perldelta.pod
11351 ____________________________________________________________________________
11352 [ 15159] By: ams                                   on 2002/03/11  03:34:13
11353         Log: Subject: [PATCH stash.t] access::readonly is gone
11354              From: Michael G Schwern <schwern@pobox.com>
11355              Date: Sun, 10 Mar 2002 16:18:14 -0500
11356              Message-Id: <20020310211813.GE27112@blackrider>
11357      Branch: perl
11358            ! ext/B/t/stash.t
11359 ____________________________________________________________________________
11360 [ 15158] By: ams                                   on 2002/03/11  03:28:04
11361         Log: Subject: [PATCH] Raw socket require privileged user on Win2k
11362              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11363              Date: Sun, 10 Mar 2002 22:10:15 +0100
11364              Message-Id: <3C8BD9C7.610.7398DD@localhost>
11365      Branch: perl
11366            ! lib/Net/Ping/t/110_icmp_inst.t
11367 ____________________________________________________________________________
11368 [ 15157] By: jhi                                   on 2002/03/11  03:12:01
11369         Log: Subject: [PATCH] Test::Simple/More/Builder 0.42
11370              From: Michael G Schwern <schwern@pobox.com>
11371              Date: Sun, 10 Mar 2002 19:22:33 -0500
11372              Message-ID: <20020311002233.GE4927@blackrider>
11373      Branch: perl
11374            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
11375            ! lib/Test/Simple/Changes lib/Test/Simple/t/Builder.t
11376            ! lib/Test/Simple/t/fail-more.t
11377 ____________________________________________________________________________
11378 [ 15156] By: jhi                                   on 2002/03/11  03:10:55
11379         Log: Subject: [PATCH] Test.pm 1.18 -> 1.20
11380              From: Michael G Schwern <schwern@pobox.com>
11381              Date: Sun, 10 Mar 2002 17:14:10 -0500
11382              Message-ID: <20020310221410.GA4915@blackrider>
11383      Branch: perl
11384            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
11385            ! lib/Test/t/onfail.t lib/Test/t/skip.t lib/Test/t/todo.t
11386 ____________________________________________________________________________
11387 [ 15155] By: jhi                                   on 2002/03/11  03:09:16
11388         Log: Subject: [PATCH] more warnings tidyup
11389              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
11390              Date: Sun, 10 Mar 2002 21:01:39 -0000
11391              Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk>
11392      Branch: perl
11393            ! av.c doio.c doop.c dump.c gv.c hv.c malloc.c mg.c numeric.c
11394            ! op.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
11395            ! regcomp.c regexec.c sv.c taint.c toke.c universal.c utf8.c
11396            ! util.c
11397 ____________________________________________________________________________
11398 [ 15154] By: jhi                                   on 2002/03/11  03:07:03
11399         Log: Subject: Re: [PATCH] xsubpp prototypes warnings
11400              From: Nicholas Clark <nick@unfortu.net>
11401              Date: Sun, 10 Mar 2002 23:21:07 +0000
11402              Message-ID: <20020310232107.GI317@Bagpuss.unfortu.net>
11403      Branch: perl
11404            ! ext/B/C/C.xs ext/Encode/CN/Makefile.PL
11405            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/Makefile.PL
11406            ! ext/Encode/TW/Makefile.PL
11407 ____________________________________________________________________________
11408 [ 15153] By: ams                                   on 2002/03/11  03:06:59
11409         Log: Subject: Re: [patch] IO::Socket::INET Broadcast patch
11410              From: Max Baker <max@warped.org>
11411              Date: Fri, 8 Mar 2002 10:56:19 -0800
11412              Message-Id: <20020308105619.A15039@warped.org>
11413      Branch: perl
11414            ! ext/IO/lib/IO/Socket/INET.pm
11415 ____________________________________________________________________________
11416 [ 15152] By: jhi                                   on 2002/03/11  03:05:54
11417         Log: Subject: [PATCH] spelling correction
11418              From: Nicholas Clark <nick@unfortu.net>
11419              Date: Sun, 10 Mar 2002 18:34:42 +0000
11420              Message-ID: <20020310183441.GE317@Bagpuss.unfortu.net>
11421      Branch: perl
11422            ! pp.c pp_hot.c
11423 ____________________________________________________________________________
11424 [ 15151] By: jhi                                   on 2002/03/11  03:04:33
11425         Log: DG/UX updates from Takis Psarogiannakopoulos.
11426      Branch: perl
11427            ! README.dgux hints/dgux.sh perl.h t/op/stat.t thread.h
11428 ____________________________________________________________________________
11429 [ 15150] By: ams                                   on 2002/03/11  03:02:47
11430         Log: Subject: [PATCH] debugger filenames for Mac OS - db.patch (1/1)
11431              From: Chris Nandor <pudge@pobox.com>
11432              Date: Mon, 04 Mar 2002 17:48:12 -0500
11433              Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com>
11434      Branch: perl
11435            ! lib/DB.pm lib/perl5db.pl
11436 ____________________________________________________________________________
11437 [ 15149] By: jhi                                   on 2002/03/11  03:01:26
11438         Log: metaconfig unit changes in preparation of reentrancy changes.
11439      Branch: metaconfig
11440            + U/threads/d_ctermid_r.U U/threads/d_readdir64_r.U
11441            + U/threads/d_ttyname_r.U
11442            ! U/threads/d_asctime_r.U U/threads/d_ctime_r.U
11443            ! U/threads/d_endgrent_r.U U/threads/d_endhent_r.U
11444            ! U/threads/d_endnent_r.U U/threads/d_endpent_r.U
11445            ! U/threads/d_endpwent_r.U U/threads/d_getgrent_r.U
11446            ! U/threads/d_getgrgid_r.U U/threads/d_getgrnam_r.U
11447            ! U/threads/d_gethent_r.U U/threads/d_getnent_r.U
11448            ! U/threads/d_getpwent_r.U U/threads/d_getpwnam_r.U
11449            ! U/threads/d_getpwuid_r.U U/threads/d_gmtime_r.U
11450            ! U/threads/d_localtime_r.U U/threads/d_readdir_r.U
11451            ! U/threads/d_setgrent_r.U U/threads/d_setpwent_r.U
11452            ! U/threads/d_strerror_r.U
11453 ____________________________________________________________________________
11454 [ 15148] By: jhi                                   on 2002/03/10  22:32:33
11455         Log: Mysterious characters.
11456      Branch: perl
11457            ! utf8.h
11458 ____________________________________________________________________________
11459 [ 15147] By: jhi                                   on 2002/03/10  17:58:43
11460         Log: Unused.
11461      Branch: perl
11462            ! op.c
11463 ____________________________________________________________________________
11464 [ 15146] By: jhi                                   on 2002/03/10  16:35:55
11465         Log: Implement :std subpragma of the open pragma
11466              that makes the standard filehandles to talk in
11467              encodings.  This change set off a weird warning
11468              from op.c, though: disabled it now until someone
11469              who knows what it is about comes along.
11470      Branch: perl
11471            ! lib/open.pm op.c
11472 ____________________________________________________________________________
11473 [ 15145] By: jhi                                   on 2002/03/10  16:00:46
11474         Log: Document the logic of :locale better.
11475      Branch: perl
11476            ! lib/open.pm
11477 ____________________________________________________________________________
11478 [ 15144] By: jhi                                   on 2002/03/10  15:53:57
11479         Log: Subject: [PATCH] for broken /proc/curproc/file on FreeBSD
11480              From: Slaven Rezic <slaven.rezic@berlin.de>
11481              Date: 10 Mar 2002 02:49:17 +0100
11482              Message-ID: <87lmd1qjj6.fsf@vran.herceg.de>
11483      Branch: perl
11484            ! hints/freebsd.sh
11485 ____________________________________________________________________________
11486 [ 15143] By: jhi                                   on 2002/03/10  15:46:22
11487         Log: Subject: Encode::Tcl docs (was Re: UTF-16 and other missing(?) encodings)    
11488              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11489              Date: Sun, 10 Mar 2002 17:08:54 +0900
11490              Message-Id: <20020310170748.1F29.BQW10602@nifty.com>
11491      Branch: perl
11492            ! ext/Encode/lib/Encode/Tcl.pm
11493            ! ext/Encode/lib/Encode/Tcl/Escape.pm
11494            ! ext/Encode/lib/Encode/Tcl/Extended.pm
11495            ! ext/Encode/lib/Encode/Tcl/Table.pm
11496 ____________________________________________________________________________
11497 [ 15142] By: jhi                                   on 2002/03/10  15:43:54
11498         Log: The patch does the following:
11499              - Nix the unneccessary diagnostics line
11500              - Quell -w warnings if the first ENV doesn't exist
11501              - While zh_CN means euc-cn, zh_TW almost invariably mean big5, as euc-tw
11502              is too baroque and bloated for daily use (and for perl core inclusion).
11503              - "Cannot figure out an encoding to use" when locale is 'C' is rendered
11504              non-fatal.
11505              - Consequently, the ^OPEN bits is set only when needed.
11506      Branch: perl
11507            ! lib/open.pm
11508 ____________________________________________________________________________
11509 [ 15141] By: jhi                                   on 2002/03/10  05:15:26
11510         Log: Misc tiny tweaks from Sarathy, good for threaded builds.
11511      Branch: perl
11512            ! ext/Socket/Socket.xs hints/linux.sh pp_sys.c
11513 ____________________________________________________________________________
11514 [ 15140] By: jhi                                   on 2002/03/10  05:12:08
11515         Log: Precedence problem.
11516      Branch: perl
11517            ! ext/Socket/socketpair.t
11518 ____________________________________________________________________________
11519 [ 15139] By: jhi                                   on 2002/03/10  04:57:07
11520         Log: Renaming tweaks, and split off the reentrant "superbuffer"
11521              init routine.
11522      Branch: perl
11523            ! embed.fnc embed.h global.sym intrpvar.h op.h perl.c proto.h
11524            ! sv.c util.c
11525 ____________________________________________________________________________
11526 [ 15138] By: jhi                                   on 2002/03/10  00:59:50
11527         Log: The 7-bit jis seems to be the hanging one.
11528      Branch: perl
11529            ! ext/Encode/t/Tcl.t
11530 ____________________________________________________________________________
11531 [ 15137] By: jhi                                   on 2002/03/10  00:39:18
11532         Log: Begone.
11533      Branch: perl
11534            ! ext/Encode/MANIFEST
11535 ____________________________________________________________________________
11536 [ 15136] By: jhi                                   on 2002/03/09  23:56:42
11537         Log: Better fix from Autrijus.
11538      Branch: perl
11539            ! ext/Encode/CN/CN.pm ext/Encode/Encode.pm ext/Encode/JP/JP.pm
11540            ! ext/Encode/KR/KR.pm ext/Encode/TW/TW.pm
11541 ____________________________________________________________________________
11542 [ 15135] By: jhi                                   on 2002/03/09  18:49:55
11543         Log: Not everybody has Encode::HanExtra.
11544      Branch: perl
11545            ! ext/Encode/Encode.pm
11546 ____________________________________________________________________________
11547 [ 15134] By: jhi                                   on 2002/03/09  18:30:18
11548         Log: Decutandpasto.
11549      Branch: perl
11550            ! ext/Encode/lib/Encode/Tcl.pm
11551 ____________________________________________________________________________
11552 [ 15133] By: jhi                                   on 2002/03/09  18:19:38
11553         Log: Subject: [PATCH] Data::Dumper
11554              From: Nicholas Clark <nick@unfortu.net>
11555              Date: Sat, 9 Mar 2002 19:03:54 +0000
11556              Message-ID: <20020309190353.GE307@Bagpuss.unfortu.net>
11557      Branch: perl
11558            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
11559            ! ext/Data/Dumper/t/dumper.t
11560 ____________________________________________________________________________
11561 [ 15132] By: jhi                                   on 2002/03/09  16:55:40
11562         Log: Subject: [PATCH] socketpair.t w/o fork
11563              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
11564              Date: Sat, 9 Mar 2002 14:55:11 +0100
11565              Message-ID: <3C8A224F.29578.13691BA@localhost>
11566              
11567              (modified as suggested by Sarathy)
11568      Branch: perl
11569            ! ext/Socket/socketpair.t
11570 ____________________________________________________________________________
11571 [ 15131] By: jhi                                   on 2002/03/09  16:05:00
11572         Log: Subject: [PATCH perldelta] Mention Change 14727
11573              From: Autrijus Tang <autrijus@autrijus.org>
11574              Date: Sat, 9 Mar 2002 23:31:40 +0800
11575              Message-ID: <20020309153140.GA4224@not.autrijus.org>
11576      Branch: perl
11577            ! pod/perldelta.pod
11578 ____________________________________________________________________________
11579 [ 15130] By: jhi                                   on 2002/03/09  16:02:58
11580         Log: Make Encode.pm implicitly load external CJK tables the first
11581              time they're needed (instead of immediately), from Autrijus
11582              Tang.
11583      Branch: perl
11584            ! ext/Encode/Encode.pm
11585 ____________________________________________________________________________
11586 [ 15129] By: jhi                                   on 2002/03/09  16:01:00
11587         Log: Subject: Re: Two questions
11588              From: Nicholas Clark <nick@unfortu.net>
11589              Date: Sat, 9 Mar 2002 12:42:40 +0000
11590              Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net>
11591      Branch: perl
11592            ! Porting/pumpkin.pod
11593 ____________________________________________________________________________
11594 [ 15128] By: jhi                                   on 2002/03/09  04:19:22
11595         Log: Subject: [PATCH] pp_sys.c (pp_sselect to not clobber storage on BigEndian
11596              From: Paul_GreenVOS@vos.stratus.com
11597              Date: Fri, 8 Mar 02 22:34 est
11598              Message-Id: <200203090336.WAA11215@mailhub1.stratus.com>
11599      Branch: perl
11600            ! pp_sys.c
11601 ____________________________________________________________________________
11602 [ 15127] By: jhi                                   on 2002/03/09  01:34:41
11603         Log: Subject: [PATCH @15084] perl -Dt doesnt output newlines
11604              From: davem@fdgroup.co.uk
11605              Date: Sat, 9 Mar 2002 00:13:27 GMT
11606              Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk>
11607      Branch: perl
11608            ! dump.c
11609 ____________________________________________________________________________
11610 [ 15126] By: jhi                                   on 2002/03/09  01:23:16
11611         Log: Deglitch from Rafael.
11612      Branch: perl
11613            ! ext/B/t/lint.t
11614 ____________________________________________________________________________
11615 [ 15125] By: jhi                                   on 2002/03/08  23:49:00
11616         Log: Still more portability.
11617      Branch: perl
11618            ! Porting/findrfuncs
11619 ____________________________________________________________________________
11620 [ 15124] By: jhi                                   on 2002/03/08  22:54:50
11621         Log: More portability.
11622      Branch: perl
11623            ! Porting/findrfuncs
11624 ____________________________________________________________________________
11625 [ 15123] By: jhi                                   on 2002/03/08  22:14:37
11626         Log: Shared library paths; running tests manually.
11627      Branch: perl
11628            ! INSTALL
11629 ____________________________________________________________________________
11630 [ 15122] By: jhi                                   on 2002/03/08  22:02:37
11631         Log: Subject: RE: Two questions
11632              From: "Green, Paul" <Paul.Green@stratus.com>
11633              Date: Fri, 8 Mar 2002 17:55:19 -0500
11634              Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com>
11635      Branch: perl
11636            ! Porting/pumpkin.pod
11637 ____________________________________________________________________________
11638 [ 15121] By: jhi                                   on 2002/03/08  21:52:51
11639         Log: New shinier lint.t (and Lint.pm) from Rafael Garcia-Suarez.
11640              (Lint.pm nit noticed by Michael Cook <michael@waxrat.com>)
11641      Branch: perl
11642            + ext/B/t/lint.t
11643            ! MANIFEST ext/B/B/Lint.pm
11644 ____________________________________________________________________________
11645 [ 15120] By: jhi                                   on 2002/03/08  20:27:42
11646         Log: metaconfig unit change for #15119.
11647      Branch: metaconfig
11648            ! U/threads/d_pthread_atfork.U
11649 ____________________________________________________________________________
11650 [ 15119] By: jhi                                   on 2002/03/08  20:27:17
11651         Log: In DG/UX finding pthread_atfork requires a true compile,
11652              from Takis Psarogiannakopoulos.
11653      Branch: perl
11654            ! Configure config_h.SH
11655 ____________________________________________________________________________
11656 [ 15118] By: jhi                                   on 2002/03/08  20:07:07
11657         Log: Subject: [PATCH] Forgot an OVERLOAD character in xsubpp
11658              From: John Peacock <jpeacock@rowman.com>
11659              Date: Fri, 08 Mar 2002 15:52:41 -0500
11660              Message-ID: <3C892499.4050502@rowman.com>
11661      Branch: perl
11662            ! lib/ExtUtils/xsubpp
11663 ____________________________________________________________________________
11664 [ 15117] By: jhi                                   on 2002/03/08  20:05:41
11665         Log: Subject: [PATCH @15109] test numbers for t/op/write.t
11666              From: "Craig A. Berry" <craigberry@mac.com>
11667              Date: Fri, 08 Mar 2002 15:02:51 -0600
11668              Message-Id: <5.1.0.14.2.20020308145949.030c8c90@exchi01>
11669      Branch: perl
11670            ! t/op/write.t
11671 ____________________________________________________________________________
11672 [ 15116] By: jhi                                   on 2002/03/08  18:53:42
11673         Log: Subject: [PATCH] *BETTER* installperl script patch for VOS
11674              From: Paul_GreenVOS@vos.stratus.com
11675              Date: Fri, 8 Mar 02 14:45 est
11676              Message-Id: <200203081947.OAA29065@mailhub1.stratus.com>
11677      Branch: perl
11678            ! installperl
11679 ____________________________________________________________________________
11680 [ 15115] By: jhi                                   on 2002/03/08  18:52:30
11681         Log: Subject: [PATCH @15109] tm_tm_* for VMS
11682              From: "Craig A. Berry" <craigberry@mac.com>
11683              Date: Fri, 08 Mar 2002 13:07:52 -0600
11684              Message-Id: <5.1.0.14.2.20020308123619.01ae5230@exchi01>
11685      Branch: perl
11686            ! configure.com
11687 ____________________________________________________________________________
11688 [ 15114] By: jhi                                   on 2002/03/08  18:51:27
11689         Log: Detypo.
11690      Branch: perl
11691            ! Changes
11692 ____________________________________________________________________________
11693 [ 15113] By: jhi                                   on 2002/03/08  18:49:56
11694         Log: Better test for #14795 (bug id 20020124.005) from Andreas.
11695      Branch: perl
11696            ! t/op/pat.t
11697 ____________________________________________________________________________
11698 [ 15112] By: jhi                                   on 2002/03/08  17:56:36
11699         Log: HP-UX nm seems to repeat itself.
11700      Branch: perl
11701            ! Porting/findrfuncs
11702 ____________________________________________________________________________
11703 [ 15111] By: jhi                                   on 2002/03/08  17:50:21
11704         Log: Nice porting script from Sarathy.  Well, less nice
11705              in the sense that it shows the looong road ahead.
11706      Branch: perl
11707            + Porting/findrfuncs
11708            ! MANIFEST Porting/makerel
11709 ____________________________________________________________________________
11710 [ 15110] By: jhi                                   on 2002/03/08  15:58:25
11711         Log: Subject: Re: Performance considerations for UTF-8
11712              From: Jarkko Hietaniemi <jhi@iki.fi>
11713              Date: Fri, 8 Mar 2002 18:53:28 +0200
11714              Message-ID: <20020308185328.D640@alpha.hut.fi>
11715              
11716              (put all in perlunicode)
11717      Branch: perl
11718            ! pod/perlunicode.pod
11719 ____________________________________________________________________________
11720 [ 15109] By: jhi                                   on 2002/03/08  15:09:38
11721         Log: Update Changes.
11722      Branch: perl
11723            ! Changes patchlevel.h
11724 ____________________________________________________________________________
11725 [ 15108] By: jhi                                   on 2002/03/08  14:59:50
11726         Log: Subject: Cygwin cygipc support skipped
11727              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
11728              Date: Fri, 8 Mar 2002 16:59:34 +0100
11729              Message-ID: <113694157285.20020308165934@familiehaase.de>
11730      Branch: perl
11731            ! hints/cygwin.sh
11732 ____________________________________________________________________________
11733 [ 15107] By: jhi                                   on 2002/03/08  14:48:36
11734         Log: metaconfig unit change for #15106.
11735      Branch: metaconfig
11736            ! U/compline/d_gconvert.U
11737 ____________________________________________________________________________
11738 [ 15106] By: jhi                                   on 2002/03/08  14:48:14
11739         Log: Subject: Re: [PATCH] tests for Gconvert
11740              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11741              Date: Thu, 07 Mar 2002 16:48:10 -0800
11742              Message-ID: <KpAi8gzkganW092yn@efn.org>
11743      Branch: perl
11744            ! Configure config_h.SH t/base/num.t
11745 ____________________________________________________________________________
11746 [ 15105] By: jhi                                   on 2002/03/08  14:32:55
11747         Log: The new test has some teething problems.
11748      Branch: perl
11749            - ext/B/t/lint.t
11750            ! MANIFEST
11751 ____________________________________________________________________________
11752 [ 15104] By: jhi                                   on 2002/03/08  13:42:24
11753         Log: Subject: [PATCH] B::Lint tests
11754              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11755              Date: Fri, 8 Mar 2002 14:47:19 +0100
11756              Message-ID: <20020308144719.A2663@rafael>
11757      Branch: perl
11758            + ext/B/t/lint.t
11759            ! MANIFEST ext/B/B/Lint.pm
11760 ____________________________________________________________________________
11761 [ 15103] By: jhi                                   on 2002/03/08  13:40:35
11762         Log: Subject: [PATCH] hints/powerux.sh for perl-5.7.3
11763              From: Tom Horsley <Tom.Horsley@mail.ccur.com>
11764              Date: Fri, 8 Mar 2002 13:24:14 GMT
11765              Message-Id: <200203081324.NAA00642@cleo>
11766      Branch: perl
11767            ! hints/powerux.sh
11768 ____________________________________________________________________________
11769 [ 15102] By: jhi                                   on 2002/03/08  13:37:04
11770         Log: Subject: HP has some new models
11771              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11772              Date: Fri, 08 Mar 2002 13:07:02 +0100
11773              Message-Id: <20020308130529.E335.H.M.BRAND@hccnet.nl>
11774      Branch: perl
11775            ! README.hpux
11776 ____________________________________________________________________________
11777 [ 15101] By: ams                                   on 2002/03/08  09:11:40
11778         Log: Subject: [PATCH: pod/perlguts.pod] pod markup fixes
11779              From: Stas Bekman <stas@stason.org>
11780              Date: Fri, 8 Mar 2002 15:29:53 +0800 (SGT)
11781              Message-Id: <Pine.LNX.4.44.0203081529050.5375-100000@hope.stason.org>
11782      Branch: perl
11783            ! pod/perlguts.pod
11784 ____________________________________________________________________________
11785 [ 15100] By: pudge                                 on 2002/03/08  03:23:17
11786         Log: Update Changes
11787      Branch: maint-5.6/macperl
11788            ! macos/Changes
11789 ____________________________________________________________________________
11790 [ 15099] By: pudge                                 on 2002/03/08  03:20:06
11791         Log: Replace macperlbundled with macperldelta
11792      Branch: maint-5.6/macperl
11793            ! macos/macperl/MacPerl.podhelp
11794 ____________________________________________________________________________
11795 [ 15098] By: pudge                                 on 2002/03/08  03:19:44
11796         Log: Comsetic fixes (Thomas Wegner)
11797      Branch: maint-5.6/macperl
11798            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.r
11799 ____________________________________________________________________________
11800 [ 15097] By: pudge                                 on 2002/03/08  03:19:08
11801         Log: Bump OS version
11802      Branch: maint-5.6/macperl
11803            ! macos/config.sh
11804 ____________________________________________________________________________
11805 [ 15096] By: jhi                                   on 2002/03/08  03:14:41
11806         Log: Thought I deleted this already?
11807      Branch: perl
11808            - ext/I18N/Langinfo/fallback.c
11809 ____________________________________________________________________________
11810 [ 15095] By: jhi                                   on 2002/03/08  03:06:20
11811         Log: perlport updates from Pudge.
11812      Branch: perl
11813            ! pod/perlport.pod
11814 ____________________________________________________________________________
11815 [ 15094] By: ams                                   on 2002/03/08  03:06:03
11816         Log: Nitpick.
11817      Branch: perl
11818            ! MANIFEST
11819 ____________________________________________________________________________
11820 [ 15093] By: jhi                                   on 2002/03/08  03:00:46
11821         Log: Wrong test.
11822      Branch: perl
11823            ! pod/perldelta.pod
11824 ____________________________________________________________________________
11825 [ 15091] By: jhi                                   on 2002/03/08  02:25:23
11826         Log: Integrate change 14064 from macperl to blead.
11827      Branch: perl
11828           !> pod/perlmodinstall.pod pod/perlport.pod
11829 ____________________________________________________________________________
11830 [ 15090] By: pudge                                 on 2002/03/08  02:15:01
11831         Log: Integrate recent perlport changes
11832      Branch: maint-5.6/macperl
11833           !> pod/perlport.pod
11834 ____________________________________________________________________________
11835 [ 15089] By: ams                                   on 2002/03/08  01:54:03
11836         Log: Subject: [ID 20020307.010] [Patch docs] A _very_ small patch to correct a
11837              minor typo in perlguts.pod
11838              From: Anton Tagunov <tagunov@motor.ru>
11839              Date: Fri, 8 Mar 2002 05:26:59 +0300
11840              Message-Id: <4649821189.20020308052659@motor.ru>
11841      Branch: perl
11842            ! pod/perlguts.pod
11843 ____________________________________________________________________________
11844 [ 15088] By: jhi                                   on 2002/03/08  01:40:41
11845         Log: Subject: Re[2]: [ID 20020307.006] [BUG][use encoding] use encoding 'greek'; print "not" unless pack("U*", 0x3af) eq pack("C*", 0xdf) prints "not"! 
11846              From: Anton Tagunov <tagunov@newmail.ru>
11847              Date: Fri, 8 Mar 2002 04:31:44 +0300
11848              Message-ID: <13946506773.20020308043144@newmail.ru>
11849              
11850              (one test changed)
11851      Branch: perl
11852            ! lib/encoding.t sv.c
11853 ____________________________________________________________________________
11854 [ 15087] By: jhi                                   on 2002/03/08  00:15:08
11855         Log: Subject: [PATCH perldelta] some more deltas
11856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11857              Date: Thu, 7 Mar 2002 23:13:23 +0100
11858              Message-ID: <20020307231323.A13068@rafael>
11859      Branch: perl
11860            ! pod/perldelta.pod
11861 ____________________________________________________________________________
11862 [ 15086] By: jhi                                   on 2002/03/07  22:43:31
11863         Log: Subject: [PATCH] perl/t/io/fs.t -- VOS bug
11864              From: Paul_GreenVOS@vos.stratus.com
11865              Date: Thu, 7 Mar 02 14:25 est
11866              Message-Id: <200203071924.OAA03273@mailhub2.stratus.com>
11867      Branch: perl
11868            ! t/io/fs.t
11869 ____________________________________________________________________________
11870 [ 15085] By: jhi                                   on 2002/03/07  22:37:51
11871         Log: As suggested by Anton Tagunov, eq and cmp now obey the
11872              encoding pragma (by remapping their byte argument if the
11873              other argument is in Unicode).  Also fix a bug found by
11874              Anton where ord undef under the encoding pragma would barf.
11875              ([ID 20020307.009] A null pointer dereference with 'use encoding')
11876              Finally, use the nicer form of sv_recode_to_utf8.
11877      Branch: perl
11878            ! lib/encoding.pm lib/encoding.t pp.c regcomp.c sv.c toke.c
11879 ____________________________________________________________________________
11880 [ 15084] By: jhi                                   on 2002/03/07  20:54:02
11881         Log: Retract #14985, #14899, and #14990, following the principles
11882              "Do no harm." and "If it ain't broke, don't fix it."
11883              
11884              Firstly, the #14985 broke badly on UTF-EBCDIC, #14990 fixed
11885              some, but still broken, and I do not have the extra brain
11886              cells for the EBCDIC backport.  Secondly, the old version
11887              worked both in EBCDIC and non-.  Thirdly, the old version
11888              may be more amenable for the behaviour suggsted by Anton
11889              Tagunov regarding the encoding pragma.
11890      Branch: perl
11891            ! embed.fnc embed.h global.sym proto.h sv.c util.c
11892 ____________________________________________________________________________
11893 [ 15083] By: jhi                                   on 2002/03/07  20:26:36
11894         Log: Long doubles give you long doubles.
11895      Branch: perl
11896            ! t/base/num.t
11897 ____________________________________________________________________________
11898 [ 15082] By: jhi                                   on 2002/03/07  18:16:39
11899         Log: Forgotten deMANIFESTation.
11900      Branch: perl
11901            ! MANIFEST
11902 ____________________________________________________________________________
11903 [ 15081] By: jhi                                   on 2002/03/07  17:29:17
11904         Log: Obsolete unused file, noticed by Dank Kogai.
11905      Branch: perl
11906            - ext/Encode/lib/Encode/JP/Tr.pm
11907 ____________________________________________________________________________
11908 [ 15080] By: ams                                   on 2002/03/07  11:31:46
11909         Log: Subject: [PATCH Changes] Changes should mirror version number
11910              From: Robin Barker <rmb1@cise.npl.co.uk>
11911              Date: Thu, 7 Mar 2002 11:04:24 GMT
11912              Message-Id: <200203071104.LAA17200@tempest.npl.co.uk>
11913      Branch: perl
11914            ! Porting/pumpkin.pod
11915 ____________________________________________________________________________
11916 [ 15079] By: jhi                                   on 2002/03/07  04:40:06
11917         Log: metaconfig unit change for #15078.
11918      Branch: metaconfig
11919            ! U/compline/d_gconvert.U
11920 ____________________________________________________________________________
11921 [ 15078] By: jhi                                   on 2002/03/07  04:39:39
11922         Log: Subject: Re: [PATCH] tests for Gconvert
11923              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
11924              Date: Wed, 06 Mar 2002 20:22:54 -0800
11925              Message-ID: <esuh8gzkg2/b092yn@efn.org>
11926      Branch: perl
11927            ! Configure pod/perldelta.pod t/base/num.t
11928 ____________________________________________________________________________
11929 [ 15077] By: jhi                                   on 2002/03/07  03:27:38
11930         Log: Mac OS X UFS does not do ctime.
11931      Branch: perl
11932            ! pod/perldelta.pod pod/perlport.pod
11933 ____________________________________________________________________________
11934 [ 15076] By: jhi                                   on 2002/03/07  02:40:09
11935         Log: AUTHORS updates.
11936      Branch: perl
11937            ! AUTHORS
11938 ____________________________________________________________________________
11939 [ 15075] By: jhi                                   on 2002/03/07  01:48:46
11940         Log: Continued Chinese puzzles from Autrijus.
11941      Branch: perl
11942            + ext/Encode/t/CN.t ext/Encode/t/TW.t
11943            ! MANIFEST ext/Encode/lib/Encode/CN/HZ.pm
11944 ____________________________________________________________________________
11945 [ 15074] By: jhi                                   on 2002/03/07  00:16:10
11946         Log: Subject: [PATCH bleadperl] reordering conditions in Win32.pm
11947              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
11948              Date: Wed, 6 Mar 2002 18:13:51 +0100
11949              Message-ID: <16925657426.20020306181351@tesla.rcub.bg.ac.yu>
11950      Branch: perl
11951            ! lib/File/Spec/Win32.pm
11952 ____________________________________________________________________________
11953 [ 15073] By: jhi                                   on 2002/03/07  00:15:11
11954         Log: perlport tweaks.
11955      Branch: perl
11956            ! pod/perlport.pod
11957 ____________________________________________________________________________
11958 [ 15072] By: jhi                                   on 2002/03/07  00:05:11
11959         Log: Subject: Re: [PATCH docs] Re: Bug with -M
11960              From: Michael G Schwern <schwern@pobox.com>
11961              Date: Wed, 6 Mar 2002 16:20:27 -0500
11962              Message-ID: <20020306212027.GC4257@blackrider>
11963      Branch: perl
11964            ! pod/perlfunc.pod pod/perlport.pod
11965 ____________________________________________________________________________
11966 [ 15071] By: jhi                                   on 2002/03/06  20:20:29
11967         Log: perldelta updates.
11968      Branch: perl
11969            ! pod/perldelta.pod
11970 ____________________________________________________________________________
11971 [ 15070] By: jhi                                   on 2002/03/06  20:06:37
11972         Log: 5005threads wasn't even compiling.
11973      Branch: perl
11974            ! perl.c
11975 ____________________________________________________________________________
11976 [ 15069] By: jhi                                   on 2002/03/06  15:06:33
11977         Log: Subject: Re: perl@15047 New format tests for still existing bugs
11978              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11979              Date: Wed, 06 Mar 2002 12:59:29 +0100
11980              Message-Id: <20020306125854.C6F5.H.M.BRAND@hccnet.nl>
11981      Branch: perl
11982            ! t/op/write.t
11983 ____________________________________________________________________________
11984 [ 15068] By: jhi                                   on 2002/03/06  15:04:41
11985         Log: Regen Glossary et al.
11986      Branch: perl
11987            ! Porting/Glossary Porting/config.sh Porting/config_H
11988 ____________________________________________________________________________
11989 [ 15067] By: jhi                                   on 2002/03/06  14:39:58
11990         Log: Use HAS_TM_TM_ZONE (from #15065).  Should help
11991              [ID 20020305.022] POSIX::strftime dumps core: STRUCT_TM_HASZONE should be set
11992      Branch: perl
11993            ! util.c
11994 ____________________________________________________________________________
11995 [ 15066] By: jhi                                   on 2002/03/06  14:39:40
11996         Log: metaconfig unit change for #15065.
11997      Branch: metaconfig
11998            ! U/compline/i_time.U
11999 ____________________________________________________________________________
12000 [ 15065] By: jhi                                   on 2002/03/06  14:39:18
12001         Log: Scan for tm_zone (and tm_gmtoff, while we are at it).
12002      Branch: perl
12003            ! Configure config_h.SH
12004 ____________________________________________________________________________
12005 [ 15064] By: jhi                                   on 2002/03/06  14:14:02
12006         Log: Must remove fallback.c also from here.
12007      Branch: perl
12008            ! MANIFEST
12009 ____________________________________________________________________________
12010 [ 15063] By: jhi                                   on 2002/03/06  13:37:31
12011         Log: Subject: Re: perl@15047 WinCE
12012              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12013              Date: Wed, 06 Mar 2002 13:41:30 +0100
12014              Message-Id: <20020306134107.C6F8.H.M.BRAND@hccnet.nl>
12015              
12016              Subject: Re: perl@15047 Win32
12017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12018              Date: Wed, 06 Mar 2002 13:46:02 +0100
12019              Message-Id: <20020306134539.C6FB.H.M.BRAND@hccnet.nl>
12020              
12021              Subject: Re: perl@15047 Epoc
12022              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12023              Date: Wed, 06 Mar 2002 13:48:31 +0100
12024              Message-Id: <20020306134811.C6FE.H.M.BRAND@hccnet.nl>
12025              
12026              Subject: Re: perl@15047 NetWare
12027              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12028              Date: Wed, 06 Mar 2002 13:55:46 +0100
12029              Message-Id: <20020306135406.C701.H.M.BRAND@hccnet.nl>
12030      Branch: perl
12031            ! NetWare/config_H.wc epoc/config.sh win32/Makefile
12032            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12033            ! wince/Makefile.ce wince/config.h
12034 ____________________________________________________________________________
12035 [ 15062] By: ams                                   on 2002/03/06  09:26:49
12036         Log: Subject: Re: perl@15047
12037              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12038              Date: Wed, 06 Mar 2002 11:25:50 +0100
12039              Message-Id: <20020306112536.C6E9.H.M.BRAND@hccnet.nl>
12040      Branch: perl
12041            ! cygwin/perlld.in
12042 ____________________________________________________________________________
12043 [ 15061] By: ams                                   on 2002/03/06  08:44:12
12044         Log: Subject: Re: perl@15047
12045              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12046              Date: Wed, 06 Mar 2002 10:38:02 +0100
12047              Message-Id: <20020306103741.C6E3.H.M.BRAND@hccnet.nl>
12048      Branch: perl
12049            ! pod/perldelta.pod
12050 ____________________________________________________________________________
12051 [ 15060] By: ams                                   on 2002/03/06  08:30:33
12052         Log: Subject: Update perlhist.pod
12053              From: mjd@plover.com
12054              Date: 6 Mar 2002 07:11:55 -0000
12055              Message-Id: <20020306071155.10240.qmail@plover.com>
12056              
12057              Subject: [PATCH pod/perlvar.pod] $^V => string
12058              From: Stas Bekman <stas@stason.org>
12059              Date: Wed, 06 Mar 2002 14:56:55 +0800
12060              Message-Id: <3C85BDB7.7050700@stason.org>
12061      Branch: perl
12062            ! pod/perlhist.pod pod/perlvar.pod
12063 ____________________________________________________________________________
12064 [ 15059] By: ams                                   on 2002/03/06  04:15:38
12065         Log: Subject: [PATCH] assorted configure.com fix-ups
12066              From: "Craig A. Berry" <craigberry@mac.com>
12067              Date: Tue, 5 Mar 2002 23:11:22 -0600
12068              Message-Id: <a05101507b8ab5389f9be@[172.16.52.1]>
12069      Branch: perl
12070            ! configure.com
12071 ____________________________________________________________________________
12072 [ 15058] By: jhi                                   on 2002/03/06  04:01:27
12073         Log: IRIX failure with long doubles.
12074      Branch: perl
12075            ! t/op/pack.t
12076 ____________________________________________________________________________
12077 [ 15057] By: jhi                                   on 2002/03/06  03:12:15
12078         Log: Make reality and Changes coincide.
12079      Branch: perl
12080            ! Changes
12081 ____________________________________________________________________________
12082 [ 15056] By: jhi                                   on 2002/03/06  00:49:03
12083         Log: Subject: Re[2]: [ID 20020303.005] Patch ... C API description
12084              From: Anton Tagunov <tagunov@motor.ru>
12085              Date: Wed, 6 Mar 2002 02:10:21 +0300
12086              Message-ID: <11152782757.20020306021021@motor.ru>
12087              
12088              (reworded)
12089      Branch: perl
12090            ! pod/perluniintro.pod
12091 ____________________________________________________________________________
12092 [ 15055] By: jhi                                   on 2002/03/06  00:35:22
12093         Log: Subject: [PATCH] B::Lint doesn't work
12094              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12095              Date: Tue, 5 Mar 2002 22:51:18 +0100
12096              Message-ID: <20020305225118.C733@rafael>
12097      Branch: perl
12098            ! ext/B/B/Lint.pm
12099 ____________________________________________________________________________
12100 [ 15054] By: jhi                                   on 2002/03/06  00:34:32
12101         Log: Subject: Re: [PATCH] Re: [ID 20000922.001] Implicit comparison to $. not performed before filehandle read
12102              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12103              Date: Mon, 04 Mar 2002 16:24:32 -0800
12104              Message-ID: <ABBh8gzkgezX092yn@efn.org>
12105      Branch: perl
12106            ! op.h pp_ctl.c t/op/flip.t
12107 ____________________________________________________________________________
12108 [ 15053] By: jhi                                   on 2002/03/06  00:31:02
12109         Log: Subject: [PATCH] Re: [ID 20020305.018] test failures with perl5.7.3 on FreeBSD 4.3
12110              From: Nicholas Clark <nick@unfortu.net>
12111              Date: Tue, 5 Mar 2002 22:30:49 +0000
12112              Message-ID: <20020305223049.GH1693@Bagpuss.unfortu.net>
12113      Branch: perl
12114            ! pod/perldelta.pod
12115 ____________________________________________________________________________
12116 [ 15052] By: jhi                                   on 2002/03/06  00:28:40
12117         Log: Subject: [PATCH] tests for Gconvert
12118              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12119              Date: Tue, 05 Mar 2002 16:35:45 -0800
12120              Message-ID: <hRWh8gzkgONX092yn@efn.org>
12121      Branch: perl
12122            ! t/base/num.t
12123 ____________________________________________________________________________
12124 [ 15051] By: jhi                                   on 2002/03/06  00:25:27
12125         Log: Subject: [PATCH] toplevel Makefile.SH
12126              From: Paul_GreenVOS@vos.stratus.com
12127              Date: Tue, 5 Mar 02 17:34 est
12128              Message-Id: <200203052233.RAA18424@mailhub2.stratus.com>
12129      Branch: perl
12130            ! Makefile.SH
12131 ____________________________________________________________________________
12132 [ 15050] By: jhi                                   on 2002/03/05  20:46:40
12133         Log: Subject: [PATCH] pointer to perldelta in Changes
12134              From: Chris Nandor <pudge@pobox.com>
12135              Date: Tue, 05 Mar 2002 16:04:50 -0500
12136              Message-ID: <pudge-920238.16045005032002@onion.valueclick.com>
12137      Branch: perl
12138            ! Changes
12139 ____________________________________________________________________________
12140 [ 15049] By: jhi                                   on 2002/03/05  20:45:33
12141         Log: Subject: [PATCH perldelta] chom?p overridability is the other way
12142              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12143              Date: Tue, 5 Mar 2002 22:26:20 +0100
12144              Message-ID: <20020305222620.A733@rafael>
12145      Branch: perl
12146            ! pod/perldelta.pod
12147 ____________________________________________________________________________
12148 [ 15048] By: jhi                                   on 2002/03/05  20:43:45
12149         Log: Solaris: allow for /usr/bin/df not to exist.
12150              
12151              Subject: [ID 20020305.014] Configure: /usr/bin/df: not found
12152              From: Kingpin <mthurn@copper.dulles.tasc.com>
12153              Date: Tue, 5 Mar 2002 15:26:55 -0500 (EST)
12154              Message-Id: <200203052026.g25KQtV24683@copper.dulles.tasc.com>
12155      Branch: perl
12156            ! hints/solaris_2.sh
12157 ____________________________________________________________________________
12158 [ 15047] By: jhi                                   on 2002/03/05  15:36:10
12159         Log: Update Changes.
12160      Branch: perl
12161            ! Changes patchlevel.h
12162 ____________________________________________________________________________
12163 [ 15046] By: jhi                                   on 2002/03/05  14:56:19
12164         Log: Double MANIFESTing.
12165      Branch: perl
12166            ! ext/Encode/MANIFEST
12167 ____________________________________________________________________________
12168 [ 15045] By: jhi                                   on 2002/03/05  14:29:41
12169         Log: Remove HanZi and 7bit-kr, from SADAHIRO Tomoyuki.
12170      Branch: perl
12171            - ext/Encode/Encode/7bit-kr.enc
12172            - ext/Encode/lib/Encode/Tcl/HanZi.pm
12173            ! MANIFEST ext/Encode/lib/Encode/Tcl.pm
12174 ____________________________________________________________________________
12175 [ 15044] By: jhi                                   on 2002/03/05  13:40:31
12176         Log: Subject: [PATCH] Re: [ID 20020227.024] unexpected warning getc() on unopened filehandle STDIN
12177              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12178              Date: Tue, 5 Mar 2002 14:35:57 +0100
12179              Message-ID: <20020305143557.C695@rafael>   
12180      Branch: perl
12181            ! pp_sys.c t/lib/warnings/pp_sys
12182 ____________________________________________________________________________
12183 [ 15043] By: jhi                                   on 2002/03/05  13:36:30
12184         Log: Subject: [PATCH Devel::PPPort]
12185              From: Robin Barker <rmb1@cise.npl.co.uk>
12186              Date: Tue, 5 Mar 2002 13:37:59 GMT
12187              Message-Id: <200203051337.NAA14686@tempest.npl.co.uk>
12188      Branch: perl
12189            ! ext/Devel/PPPort/Makefile.PL
12190 ____________________________________________________________________________
12191 [ 15042] By: jhi                                   on 2002/03/05  13:33:55
12192         Log: Real patch from SADAHIRO Tomoyuki to remove the HZ tests.
12193      Branch: perl
12194            ! ext/Encode/t/Tcl.t
12195 ____________________________________________________________________________
12196 [ 15041] By: nick                                  on 2002/03/05  07:23:58
12197         Log: Integrate mainline (5.7.3)
12198      Branch: perlio
12199           +> ext/Encode/lib/Encode/CN/HZ.pm
12200            - ext/Encode/Encode/HZ.enc ext/Encode/Encode/gbk.enc
12201           !> (integrate 54 files)
12202 ____________________________________________________________________________
12203 [ 15040] By: ams                                   on 2002/03/05  05:10:33
12204         Log: Subject: DOC PATCH 5.7.3 (perldelta)
12205              From: mjd@plover.com
12206              Date: 5 Mar 2002 05:35:58 -0000
12207              Message-Id: <20020305053558.31677.qmail@plover.com>
12208      Branch: perl
12209            ! pod/perldelta.pod
12210 ____________________________________________________________________________
12211 [ 15039] By: jhi                                   on 2002/03/05  03:32:07
12212         Log: This is 5.7.3.
12213      Branch: perl
12214            ! patchlevel.h
12215 ____________________________________________________________________________
12216 [ 15038] By: jhi                                   on 2002/03/05  03:31:32
12217         Log: Shoo.
12218      Branch: perl
12219            ! ext/Encode/t/Tcl.t
12220 ____________________________________________________________________________
12221 [ 15037] By: jhi                                   on 2002/03/05  03:15:17
12222         Log: Update Changes.
12223      Branch: perl
12224            ! Changes patchlevel.h
12225 ____________________________________________________________________________
12226 [ 15036] By: jhi                                   on 2002/03/05  03:11:17
12227         Log: Regen perlapi.
12228      Branch: perl
12229            ! pod/perlapi.pod
12230 ____________________________________________________________________________
12231 [ 15035] By: jhi                                   on 2002/03/05  03:08:50
12232         Log: Tie::File doc tweak for Win32 from mjd. 
12233      Branch: perl
12234            ! lib/Tie/File.pm
12235 ____________________________________________________________________________
12236 [ 15034] By: jhi                                   on 2002/03/05  02:51:47
12237         Log: Regen toc.
12238      Branch: perl
12239            ! pod/perltoc.pod
12240 ____________________________________________________________________________
12241 [ 15033] By: jhi                                   on 2002/03/05  02:34:32
12242         Log: Decommission Encode::Tcl HZ testing for now.
12243      Branch: perl
12244            ! ext/Encode/t/Tcl.t
12245 ____________________________________________________________________________
12246 [ 15032] By: jhi                                   on 2002/03/05  02:05:23
12247         Log: Must have a return.
12248      Branch: perl
12249            ! pp_pack.c
12250 ____________________________________________________________________________
12251 [ 15031] By: jhi                                   on 2002/03/05  01:45:21
12252         Log: The very latest win32 score from Jan Dubois.
12253      Branch: perl
12254            ! pod/perldelta.pod
12255 ____________________________________________________________________________
12256 [ 15030] By: ams                                   on 2002/03/05  01:40:01
12257         Log: Subject: [PATCH] README.macos
12258              From: Chris Nandor <pudge@pobox.com>
12259              Date: Mon, 04 Mar 2002 17:37:59 -0500
12260              Message-Id: <pudge-AB6431.17375904032002@onion.valueclick.com>
12261      Branch: perl
12262            ! README.macos
12263 ____________________________________________________________________________
12264 [ 15029] By: jhi                                   on 2002/03/05  01:39:29
12265         Log: "The last pieces of Chinese puzzle" from Autrijus.
12266      Branch: perl
12267            + ext/Encode/lib/Encode/CN/HZ.pm
12268            - ext/Encode/Encode/HZ.enc
12269            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/Encode.pm
12270            ! ext/Encode/KR/KR.pm ext/Encode/MANIFEST ext/Encode/TW/TW.pm
12271 ____________________________________________________________________________
12272 [ 15028] By: jhi                                   on 2002/03/05  00:53:36
12273         Log: Known test failures updates.
12274      Branch: perl
12275            ! pod/perldelta.pod
12276 ____________________________________________________________________________
12277 [ 15027] By: jhi                                   on 2002/03/04  23:48:07
12278         Log: One more nit from mjd.
12279      Branch: perl
12280            ! lib/Tie/File/t/16_handle.t
12281 ____________________________________________________________________________
12282 [ 15026] By: jhi                                   on 2002/03/04  23:42:28
12283         Log: Upgrade to Tie::File 0.17 from mjd.
12284      Branch: perl
12285            ! lib/Tie/File.pm lib/Tie/File/t/05_size.t
12286            ! lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12287 ____________________________________________________________________________
12288 [ 15025] By: jhi                                   on 2002/03/04  23:14:54
12289         Log: Subject: Re: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12290              From: Nicholas Clark <nick@unfortu.net>
12291              Date: Mon, 4 Mar 2002 23:33:52 +0000
12292              Message-ID: <20020304233351.GB4284@Bagpuss.unfortu.net>
12293      Branch: perl
12294            ! pod/perldelta.pod
12295 ____________________________________________________________________________
12296 [ 15024] By: jhi                                   on 2002/03/04  22:21:44
12297         Log: Escapee.
12298      Branch: perl
12299            ! proto.h
12300 ____________________________________________________________________________
12301 [ 15023] By: jhi                                   on 2002/03/04  22:17:56
12302         Log: Subject: [PATCH] (was Re: [PATCH @13746] h2xs)
12303              From: Nicholas Clark <nick@unfortu.net>
12304              Date: Mon, 4 Mar 2002 22:48:38 +0000
12305              Message-ID: <20020304224837.GA4284@Bagpuss.unfortu.net>
12306      Branch: perl
12307            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.xs
12308            ! ext/File/Glob/Makefile.PL ext/GDBM_File/GDBM_File.xs
12309            ! ext/GDBM_File/Makefile.PL ext/I18N/Langinfo/Langinfo.xs
12310            ! ext/I18N/Langinfo/Makefile.PL ext/POSIX/Makefile.PL
12311            ! ext/POSIX/POSIX.xs ext/Socket/Makefile.PL ext/Socket/Socket.xs
12312            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12313            ! lib/ExtUtils/Constant.pm lib/h2xs.t utils/h2xs.PL
12314 ____________________________________________________________________________
12315 [ 15022] By: jhi                                   on 2002/03/04  22:09:39
12316         Log: Cleaner.
12317      Branch: perl
12318            ! Makefile.SH
12319 ____________________________________________________________________________
12320 [ 15021] By: jhi                                   on 2002/03/04  22:06:22
12321         Log: Subject: [PATCH] small doc update to promote '-no_match_vars' of 'use English'
12322              From: Jeffrey Friedl <jfriedl@yahoo.com>
12323              Date: Mon, 4 Mar 2002 12:14:45 -0800 (PST)
12324              Message-Id: <200203042014.g24KEjP08407@ventrue.corp.yahoo.com>
12325      Branch: perl
12326            ! pod/perlform.pod pod/perlipc.pod pod/perlsec.pod
12327            ! pod/perlvar.pod
12328 ____________________________________________________________________________
12329 [ 15020] By: jhi                                   on 2002/03/04  21:44:42
12330         Log: More Han tweaks from Autrjius Tang: most importantly,
12331              gbk is identical to cp936, so gbk can be removed and
12332              taken care of by an alias.
12333      Branch: perl
12334            - ext/Encode/Encode/gbk.enc
12335            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12336            ! ext/Encode/Encode.pm ext/Encode/KR/KR.pm
12337            ! ext/Encode/KR/Makefile.PL ext/Encode/MANIFEST
12338            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12339 ____________________________________________________________________________
12340 [ 15019] By: jhi                                   on 2002/03/04  21:23:42
12341         Log: Subject: [PATCH] Re: For 5.7.3, known failure for rel2abs2rel.t on FreeBSD 4.5
12342              From: Nicholas Clark <nick@unfortu.net>
12343              Date: Mon, 4 Mar 2002 22:20:13 +0000
12344              Message-ID: <20020304222012.GE334@Bagpuss.unfortu.net>
12345      Branch: perl
12346            ! pod/perldelta.pod
12347 ____________________________________________________________________________
12348 [ 15018] By: jhi                                   on 2002/03/04  21:19:31
12349         Log: Based on
12350              
12351              Subject: Re[2]: [ID 20020303.005] Patch perlinicode C API description
12352              From: Anton Tagunov <tagunov@motor.ru>
12353              Date: Mon, 4 Mar 2002 21:14:39 +0300
12354              Message-ID: <1814137429.20020304211439@motor.ru>
12355      Branch: perl
12356            ! pod/perlunicode.pod
12357 ____________________________________________________________________________
12358 [ 15017] By: jhi                                   on 2002/03/04  20:43:05
12359         Log: Subject: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12360              From: John Peacock <jpeacock@rowman.com>
12361              Date: Mon, 04 Mar 2002 16:18:42 -0500
12362              Message-ID: <3C83E4B2.3060700@rowman.com>
12363              
12364              Subject: Re: [PATCH] enhance xsubpp to support OVERLOAD: keyword
12365              From: John Peacock <jpeacock@rowman.com>
12366              Date: Mon, 04 Mar 2002 16:42:55 -0500
12367              Message-ID: <3C83EA5F.80303@rowman.com>
12368      Branch: perl
12369            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12370 ____________________________________________________________________________
12371 [ 15016] By: jhi                                   on 2002/03/04  20:07:04
12372         Log: Subject: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12373              From: "Craig A. Berry" <craigberry@mac.com>
12374              Date: Mon, 04 Mar 2002 14:47:59 -0600
12375              Message-Id: <5.1.0.14.2.20020304144257.0366deb0@exchi01>
12376              
12377              Subject: Re: [PATCH @15001] ISO-IR-165 --> ISO_IR_165
12378              From: "Craig A. Berry" <craigberry@mac.com>
12379              Date: Mon, 04 Mar 2002 15:04:58 -0600
12380              Message-Id: <5.1.0.14.2.20020304150245.01ae4968@mail.mac.com>
12381      Branch: perl
12382            ! ext/Encode/CN/Makefile.PL ext/Encode/TW/Makefile.PL
12383 ____________________________________________________________________________
12384 [ 15015] By: jhi                                   on 2002/03/04  18:58:03
12385         Log: metaconfig unit change for #15014.
12386      Branch: metaconfig/U/perl
12387            ! Extensions.U
12388 ____________________________________________________________________________
12389 [ 15014] By: jhi                                   on 2002/03/04  18:57:23
12390         Log: Add Encode::CN, Encode::KR, and Encode::TW to the list
12391              of known extensions, where Encode::JP already is.
12392      Branch: perl
12393            ! Configure Porting/config.sh Porting/config_H uconfig.h
12394 ____________________________________________________________________________
12395 [ 15013] By: jhi                                   on 2002/03/04  18:36:05
12396         Log: SJIS, from Dan Kogai.
12397      Branch: perl
12398            ! ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
12399 ____________________________________________________________________________
12400 [ 15012] By: nick                                  on 2002/03/04  17:35:50
12401         Log: Intergrate perlio's Encode/compile
12402      Branch: perl
12403           !> ext/Encode/compile
12404 ____________________________________________________________________________
12405 [ 15011] By: nick                                  on 2002/03/04  17:29:54
12406         Log: Avoid $Id$ cleverness and just have a $VERSION.
12407      Branch: perlio
12408            ! ext/Encode/compile
12409 ____________________________________________________________________________
12410 [ 15010] By: nick                                  on 2002/03/04  17:29:14
12411         Log: Integrate mainline
12412      Branch: perlio
12413           +> lib/Math/BigInt/t/isa.t
12414           !> MANIFEST embed.fnc embed.h ext/Encode/t/JP.t gv.c
12415           !> lib/warnings.pm op.c perly.c pod/perldelta.pod
12416           !> pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12417           !> t/lib/warnings/regcomp t/op/taint.t toke.c warnings.h
12418           !> warnings.pl
12419 ____________________________________________________________________________
12420 [ 15009] By: jhi                                   on 2002/03/04  17:24:30
12421         Log: Integrate ext/Encode/compile from perlio.
12422      Branch: perl
12423           !> ext/Encode/compile
12424 ____________________________________________________________________________
12425 [ 15008] By: jhi                                   on 2002/03/04  17:11:19
12426         Log: Integrate perlio: win32 tweaks.  (ext/Encode/compile
12427              updates not integrated, something odd going on in there.)
12428      Branch: perl
12429           !> ext/Encode/t/JP.t ext/threads/shared/shared.xs
12430           !> lib/Tie/File/t/16_handle.t
12431 ____________________________________________________________________________
12432 [ 15007] By: nick                                  on 2002/03/04  17:08:17
12433         Log: Integrate mainline
12434      Branch: perlio
12435           !> AUTHORS Changes Porting/Glossary Porting/config.sh
12436           !> Porting/config_H ext/Encode/Encode.pm patchlevel.h
12437           !> pod/perltoc.pod
12438 ____________________________________________________________________________
12439 [ 15006] By: jhi                                   on 2002/03/04  16:46:49
12440         Log: A new M::BI test.
12441      Branch: perl
12442            + lib/Math/BigInt/t/isa.t
12443            ! MANIFEST
12444 ____________________________________________________________________________
12445 [ 15005] By: jhi                                   on 2002/03/04  16:43:53
12446         Log: Subject: VMS test and perldelta update
12447              From: "Craig A. Berry" <craigberry@mac.com>
12448              Date: Mon, 04 Mar 2002 11:03:37 -0600
12449              Message-Id: <5.1.0.14.2.20020304105500.01ae4968@exchi01>
12450      Branch: perl
12451            ! ext/Encode/t/JP.t pod/perldelta.pod t/op/taint.t
12452 ____________________________________________________________________________
12453 [ 15004] By: jhi                                   on 2002/03/04  16:41:50
12454         Log: Needed for threaded builds.
12455      Branch: perl
12456            ! embed.fnc embed.h
12457 ____________________________________________________________________________
12458 [ 15003] By: jhi                                   on 2002/03/04  16:37:13
12459         Log: Subject: [PATCH] taint + deprecated warnings
12460              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12461              Date: Mon, 4 Mar 2002 16:33:23 -0000
12462              Message-ID: <AIEAJICLCBDNAAOLLOKLCEKGDOAA.paul_marquess@yahoo.co.uk>
12463      Branch: perl
12464            ! embed.h gv.c lib/warnings.pm op.c perly.c pod/perldelta.pod
12465            ! pod/perllexwarn.pod pp.c pp_sys.c proto.h regcomp.c
12466            ! t/lib/warnings/regcomp toke.c warnings.h warnings.pl
12467 ____________________________________________________________________________
12468 [ 15002] By: nick                                  on 2002/03/04  16:19:06
12469         Log: Win32 tweak
12470      Branch: perlio
12471            ! lib/Tie/File/t/16_handle.t
12472 ____________________________________________________________________________
12473 [ 15001] By: jhi                                   on 2002/03/04  15:39:11
12474         Log: Update Changes.
12475      Branch: perl
12476            ! Changes patchlevel.h
12477 ____________________________________________________________________________
12478 [ 15000] By: jhi                                   on 2002/03/04  15:28:01
12479         Log: AUTHORS updates.
12480      Branch: perl
12481            ! AUTHORS
12482 ____________________________________________________________________________
12483 [ 14999] By: nick                                  on 2002/03/04  15:26:43
12484         Log: Win32 hack
12485      Branch: perlio
12486            ! ext/Encode/compile ext/Encode/t/JP.t
12487 ____________________________________________________________________________
12488 [ 14998] By: jhi                                   on 2002/03/04  15:23:35
12489         Log: Encode doc tweak from Autrijus Tang.
12490      Branch: perl
12491            ! ext/Encode/Encode.pm
12492 ____________________________________________________________________________
12493 [ 14997] By: jhi                                   on 2002/03/04  14:53:38
12494         Log: Regen Glossary et al.  (It seems the #14875 didn't
12495              quite work in removing the double-dot?)
12496      Branch: perl
12497            ! Porting/Glossary Porting/config.sh Porting/config_H
12498 ____________________________________________________________________________
12499 [ 14996] By: jhi                                   on 2002/03/04  14:46:29
12500         Log: Regen toc.
12501      Branch: perl
12502            ! pod/perltoc.pod
12503 ____________________________________________________________________________
12504 [ 14995] By: nick                                  on 2002/03/04  14:42:09
12505         Log: Remove debugging assert
12506      Branch: perlio
12507            ! ext/threads/shared/shared.xs
12508 ____________________________________________________________________________
12509 [ 14994] By: nick                                  on 2002/03/04  14:41:54
12510         Log: Integrate mainline
12511      Branch: perlio
12512           !> MANIFEST ext/Encode/Encode.pm lib/Tie/File/t/01_gen.t
12513           !> lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12514           !> lib/Tie/File/t/15_pushpop.t util.c
12515 ____________________________________________________________________________
12516 [ 14993] By: jhi                                   on 2002/03/04  14:10:07
12517         Log: Han update from Autrijus Tang. 
12518      Branch: perl
12519            ! ext/Encode/Encode.pm
12520 ____________________________________________________________________________
12521 [ 14992] By: nick                                  on 2002/03/04  14:08:38
12522         Log: Integrate mainline - all tests pass - some noise from threads
12523              av_simple (SuSE7.3).
12524      Branch: perlio
12525           +> lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
12526           +> lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
12527           +> lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12528           +> lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
12529           +> lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
12530           +> lib/Tie/File/t/11_rv_splice_rs.t
12531           +> lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
12532           +> lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
12533           +> lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12534            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
12535            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
12536            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
12537            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
12538            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
12539            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
12540            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
12541            - lib/Tie/File/15_pushpop.t
12542           !> (integrate 47 files)
12543 ____________________________________________________________________________
12544 [ 14991] By: jhi                                   on 2002/03/04  13:37:52
12545         Log: Missing MANIFESTations.
12546      Branch: perl
12547            ! MANIFEST
12548 ____________________________________________________________________________
12549 [ 14990] By: jhi                                   on 2002/03/04  13:34:15
12550         Log: Attempt at portability.
12551      Branch: perl
12552            ! util.c
12553 ____________________________________________________________________________
12554 [ 14989] By: jhi                                   on 2002/03/04  13:04:06
12555         Log: Needed by #14985.
12556      Branch: perl
12557            ! embed.h global.sym proto.h
12558 ____________________________________________________________________________
12559 [ 14988] By: ams                                   on 2002/03/04  08:59:27
12560         Log: Upgrade to Tie::File 0.16.
12561      Branch: perl
12562            + lib/Tie/File/t/16_handle.t lib/Tie/File/t/17_misc_meth.t
12563            ! lib/Tie/File.pm lib/Tie/File/t/01_gen.t
12564            ! lib/Tie/File/t/04_splice.t lib/Tie/File/t/10_splice_rs.t
12565            ! lib/Tie/File/t/15_pushpop.t
12566 ____________________________________________________________________________
12567 [ 14987] By: ams                                   on 2002/03/04  08:48:11
12568         Log: Subject: [PATCH @14577] perly-fixer
12569              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12570              Date: Mon, 4 Mar 2002 02:28:51 -0500
12571              Message-Id: <20020304022851.A14119@math.ohio-state.edu>
12572      Branch: perl
12573            ! Makefile.SH perly.fixer
12574 ____________________________________________________________________________
12575 [ 14986] By: ams                                   on 2002/03/04  08:43:37
12576         Log: Subject: [PATCH @14577] xsubpp
12577              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12578              Date: Mon, 4 Mar 2002 02:25:52 -0500
12579              Message-Id: <20020304022552.A14106@math.ohio-state.edu>
12580      Branch: perl
12581            ! lib/ExtUtils/xsubpp pod/perlxs.pod
12582 ____________________________________________________________________________
12583 [ 14985] By: ams                                   on 2002/03/04  08:40:46
12584         Log: Subject: [PATCH @14577] sv_cmp and friends
12585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12586              Date: Mon, 4 Mar 2002 02:31:04 -0500
12587              Message-Id: <20020304023103.A14140@math.ohio-state.edu>
12588      Branch: perl
12589            ! embed.fnc sv.c util.c
12590 ____________________________________________________________________________
12591 [ 14984] By: ams                                   on 2002/03/04  08:16:06
12592         Log: Fix File::Path docs as suggested by Ronald Kimball.
12593      Branch: perl
12594            ! lib/File/Path.pm
12595 ____________________________________________________________________________
12596 [ 14983] By: ams                                   on 2002/03/04  08:11:20
12597         Log: Update perldata fix as suggested by Benjamin Goldberg.
12598      Branch: perl
12599            ! pod/perldata.pod
12600 ____________________________________________________________________________
12601 [ 14982] By: jhi                                   on 2002/03/04  03:56:46
12602         Log: Faulty skip.
12603      Branch: perl
12604            ! ext/DB_File/t/db-recno.t
12605 ____________________________________________________________________________
12606 [ 14981] By: jhi                                   on 2002/03/04  03:46:31
12607         Log: Subject: [ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
12608              From: Anton Tagunov <tagunov@motor.ru>
12609              Date: Mon, 4 Mar 2002 05:41:41 +0300
12610              Message-Id: <7916563907.20020304054141@motor.ru>
12611              
12612              Subject: [ID 20020303.005] Patch perlinicode C API description
12613              From: Anton Tagunov <tagunov@motor.ru>
12614              Date: Mon, 4 Mar 2002 06:08:23 +0300
12615              Message-Id: <2018165510.20020304060823@motor.ru>
12616      Branch: perl
12617            ! lib/utf8.pm pod/perlunicode.pod
12618 ____________________________________________________________________________
12619 [ 14980] By: ams                                   on 2002/03/04  02:19:20
12620         Log: Subject: Re[2]: [ID 20020227.016] Fix perldata manpage?
12621              From: Anton Tagunov <tagunov@motor.ru>
12622              Date: Mon, 4 Mar 2002 02:17:40 +0300
12623              Message-Id: <1344322124.20020304021740@motor.ru>
12624      Branch: perl
12625            ! pod/perldata.pod
12626 ____________________________________________________________________________
12627 [ 14979] By: ams                                   on 2002/03/04  02:17:54
12628         Log: Subject: RE: [PATCH] RE: DB_File breakage
12629              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12630              Date: Sun, 3 Mar 2002 23:56:31 -0000
12631              Message-Id: <AIEAJICLCBDNAAOLLOKLIEJADOAA.paul_marquess@yahoo.co.uk>
12632      Branch: perl
12633            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12634            ! ext/DB_File/t/db-recno.t
12635 ____________________________________________________________________________
12636 [ 14978] By: ams                                   on 2002/03/04  02:07:16
12637         Log: Subject: [PATCH] docs for ExtUtils::Manifest
12638              From: Nicholas Clark <nick@unfortu.net>
12639              Date: Sun, 3 Mar 2002 23:29:25 +0000
12640              Message-Id: <20020303232924.GG322@Bagpuss.unfortu.net>
12641      Branch: perl
12642            ! lib/ExtUtils/Manifest.pm
12643 ____________________________________________________________________________
12644 [ 14977] By: jhi                                   on 2002/03/04  02:07:06
12645         Log: Forgot from the M::BI 1.54 update.
12646      Branch: perl
12647            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
12648            ! lib/Math/BigInt/t/upgrade.inc
12649 ____________________________________________________________________________
12650 [ 14976] By: ams                                   on 2002/03/04  02:04:32
12651         Log: Subject: [PATCH] attr
12652              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12653              Date: Sun, 3 Mar 2002 22:09:58 -0000
12654              Message-Id: <AIEAJICLCBDNAAOLLOKLOEINDOAA.paul_marquess@yahoo.co.uk>
12655      Branch: perl
12656            ! lib/warnings.pm warnings.pl
12657 ____________________________________________________________________________
12658 [ 14975] By: ams                                   on 2002/03/04  02:01:27
12659         Log: Subject: [PATCH] File::Path documentation
12660              From: Colin Meyer <cmeyer@helvella.org>
12661              Date: Sun, 3 Mar 2002 14:54:24 -0800
12662              Message-Id: <20020303145424.A21774@hobart.helvella.org>
12663      Branch: perl
12664            ! lib/File/Path.pm
12665 ____________________________________________________________________________
12666 [ 14974] By: jhi                                   on 2002/03/04  01:54:17
12667         Log: Typo.
12668      Branch: perl
12669            ! lib/Math/BigInt/t/upgrade.t
12670 ____________________________________________________________________________
12671 [ 14973] By: jhi                                   on 2002/03/04  01:30:49
12672         Log: Editing errors.
12673      Branch: perl
12674            ! MANIFEST
12675 ____________________________________________________________________________
12676 [ 14972] By: jhi                                   on 2002/03/04  01:18:02
12677         Log: Upgrade to Math::BigInt 1.54.
12678      Branch: perl
12679            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
12680            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
12681            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.t
12682            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/config.t
12683            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/sub_mbf.t
12684            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.t
12685 ____________________________________________________________________________
12686 [ 14971] By: jhi                                   on 2002/03/04  01:06:53
12687         Log: Test tweak from Craig Berry.
12688      Branch: perl
12689            ! lib/Tie/File/t/15_pushpop.t
12690 ____________________________________________________________________________
12691 [ 14970] By: jhi                                   on 2002/03/04  01:05:17
12692         Log: Upgrade to Tie::File 0.15.
12693      Branch: perl
12694            + lib/Tie/File/t/01_gen.t lib/Tie/File/t/02_fetchsize.t
12695            + lib/Tie/File/t/03_longfetch.t lib/Tie/File/t/04_splice.t
12696            + lib/Tie/File/t/05_size.t lib/Tie/File/t/06_fixrec.t
12697            + lib/Tie/File/t/07_rv_splice.t lib/Tie/File/t/08_ro.t
12698            + lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/10_splice_rs.t
12699            + lib/Tie/File/t/11_rv_splice_rs.t
12700            + lib/Tie/File/t/12_longfetch_rs.t lib/Tie/File/t/13_size_rs.t
12701            + lib/Tie/File/t/14_lock.t lib/Tie/File/t/15_pushpop.t
12702            - lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
12703            - lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
12704            - lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
12705            - lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
12706            - lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
12707            - lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
12708            - lib/Tie/File/13_size_rs.t lib/Tie/File/14_lock.t
12709            - lib/Tie/File/15_pushpop.t
12710            ! MANIFEST lib/Tie/File.pm
12711 ____________________________________________________________________________
12712 [ 14969] By: jhi                                   on 2002/03/04  00:25:33
12713         Log: The EBCDIC gaps apply only to the real A-Z.
12714      Branch: perl
12715            ! ext/B/B/Deparse.pm
12716 ____________________________________________________________________________
12717 [ 14968] By: jhi                                   on 2002/03/03  19:00:06
12718         Log: EBCDIC: deparse \cX correctly.
12719      Branch: perl
12720            ! ext/B/B/Deparse.pm
12721 ____________________________________________________________________________
12722 [ 14967] By: ams                                   on 2002/03/03  18:18:00
12723         Log: Subject: [PATCH] nit in perlsyn.pod
12724              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
12725              Date: Sun, 03 Mar 2002 20:16:10 +0100
12726              Message-Id: <200203032016100050.00066EE7@smtp.chello.at>
12727      Branch: perl
12728            ! pod/perlsyn.pod
12729 ____________________________________________________________________________
12730 [ 14966] By: ams                                   on 2002/03/03  18:06:32
12731         Log: Subject: [PATCH utils/h2xs.PL] use Config; use Config; require Config;
12732              From: Michael G Schwern <schwern@pobox.com>
12733              Date: Sun, 3 Mar 2002 13:33:28 -0500
12734              Message-Id: <20020303183328.GA3296@blackrider>
12735      Branch: perl
12736            ! utils/h2xs.PL
12737 ____________________________________________________________________________
12738 [ 14965] By: ams                                   on 2002/03/03  18:00:03
12739         Log: Subject: [ PATCH ] HP back to default
12740              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12741              Date: Sun, 03 Mar 2002 18:48:34 +0100
12742              Message-Id: <20020303184627.A69C.H.M.BRAND@hccnet.nl>
12743      Branch: perl
12744            ! hints/hpux.sh
12745 ____________________________________________________________________________
12746 [ 14964] By: jhi                                   on 2002/03/03  16:54:55
12747         Log: EBCDIC: special cases of special cases.
12748      Branch: perl
12749            ! t/uni/case.pl
12750 ____________________________________________________________________________
12751 [ 14963] By: jhi                                   on 2002/03/03  16:11:07
12752         Log: EBCDIC: the v-string components cannot exceed 2147483647.
12753      Branch: perl
12754            ! pod/perldiag.pod pod/perlport.pod t/op/ver.t util.c
12755 ____________________________________________________________________________
12756 [ 14962] By: jhi                                   on 2002/03/03  15:06:55
12757         Log: Remove the bogus "incorrect case" warning completely.
12758              The problem exists, but the cure, in which ever form
12759              it will be, needs to be something more subtle.
12760      Branch: perl
12761            ! op.c pod/perldiag.pod
12762 ____________________________________________________________________________
12763 [ 14961] By: ams                                   on 2002/03/03  13:39:09
12764         Log: Subject: Re: PATCH (bleadperl): Quieter handling of tied arrays
12765              From: Mark-Jason Dominus <mjd@plover.com>
12766              Date: Sun, 03 Mar 2002 09:32:16 -0500
12767              Message-Id: <20020303143216.10536.qmail@plover.com>
12768      Branch: perl
12769            ! t/op/tiearray.t
12770 ____________________________________________________________________________
12771 [ 14960] By: nick                                  on 2002/03/03  09:59:59
12772         Log: Integrate mainline
12773      Branch: perlio
12774           +> lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
12775            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
12776            ! ext/Encode/compile
12777           !> (integrate 27 files)
12778 ____________________________________________________________________________
12779 [ 14959] By: ams                                   on 2002/03/03  08:11:34
12780         Log: Fix #14957.
12781      Branch: perl
12782            ! ext/DB_File/t/db-recno.t
12783 ____________________________________________________________________________
12784 [ 14958] By: ams                                   on 2002/03/03  05:51:00
12785         Log: Subject: [PATCH @14577] NL in debugger
12786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12787              Date: Sat, 2 Mar 2002 05:34:12 -0500
12788              Message-Id: <20020302053412.A5465@math.ohio-state.edu>
12789      Branch: perl
12790            ! lib/perl5db.pl
12791 ____________________________________________________________________________
12792 [ 14957] By: ams                                   on 2002/03/03  05:00:04
12793         Log: Subject: Re: DB_File breakage
12794              From: Schuyler Erle <schuyler@oreilly.com>
12795              Date: Sat, 02 Mar 2002 21:50:30 -0800
12796              Message-Id: <3C81B9A6.A6B6C7FE@oreilly.com>
12797      Branch: perl
12798            ! ext/DB_File/t/db-recno.t
12799 ____________________________________________________________________________
12800 [ 14956] By: ams                                   on 2002/03/03  04:40:08
12801         Log: Subject: [PATCH @14577] Debugging OPs
12802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12803              Date: Sat, 2 Mar 2002 05:49:58 -0500
12804              Message-Id: <20020302054958.A5511@math.ohio-state.edu>
12805      Branch: perl
12806            ! deb.c dump.c ext/Devel/Peek/Peek.pm perl.c perl.h
12807            ! pod/perlrun.pod sv.h
12808 ____________________________________________________________________________
12809 [ 14955] By: ams                                   on 2002/03/03  04:34:41
12810         Log: Subject: Tie::Array doc patch
12811              From: Tatsuhiko Miyagawa <miyagawa@edge.co.jp>
12812              Date: Sat, 02 Mar 2002 08:42:56 +0900
12813              Message-Id: <863czj97nj.wl@mail.edge.co.jp>
12814      Branch: perl
12815            ! lib/Tie/Array.pm
12816 ____________________________________________________________________________
12817 [ 14954] By: ams                                   on 2002/03/03  04:23:33
12818         Log: Subject: Re: Smoke 14870
12819              From: Nicholas Clark <nick@unfortu.net>
12820              Date: Sat, 2 Mar 2002 20:00:53 +0000
12821              Message-Id: <20020302200053.GB384@Bagpuss.unfortu.net>
12822      Branch: perl
12823            ! README.hpux
12824 ____________________________________________________________________________
12825 [ 14953] By: ams                                   on 2002/03/03  04:15:49
12826         Log: Subject: RE: VERSION core
12827              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12828              Date: Sat, 2 Mar 2002 22:50:44 -0000
12829              Message-Id: <AIEAJICLCBDNAAOLLOKLEEHNDOAA.paul_marquess@yahoo.co.uk>
12830      Branch: perl
12831            ! t/comp/use.t
12832 ____________________________________________________________________________
12833 [ 14952] By: jhi                                   on 2002/03/02  23:41:54
12834         Log: The #14949 removed this error from non-Win32.
12835      Branch: perl
12836            ! t/lib/warnings/op
12837 ____________________________________________________________________________
12838 [ 14951] By: jhi                                   on 2002/03/02  19:54:15
12839         Log: BeOS back on track.
12840      Branch: perl
12841            ! README.beos
12842 ____________________________________________________________________________
12843 [ 14950] By: jhi                                   on 2002/03/02  19:52:58
12844         Log: The _POSIX_OPEN_MAX values are allowed *minimums*,
12845              higher is okay.
12846      Branch: perl
12847            ! ext/POSIX/t/posix.t
12848 ____________________________________________________________________________
12849 [ 14949] By: jhi                                   on 2002/03/02  19:33:29
12850         Log: For now, make "incorrect case" a Win32-only warning.
12851      Branch: perl
12852            ! op.c
12853 ____________________________________________________________________________
12854 [ 14948] By: jhi                                   on 2002/03/02  17:55:48
12855         Log: Demand more before attempting socketpair().
12856      Branch: perl
12857            ! pp_sys.c
12858 ____________________________________________________________________________
12859 [ 14947] By: jhi                                   on 2002/03/02  17:35:09
12860         Log: Remove obsolete hack.
12861      Branch: perl
12862            ! makedepend.SH
12863 ____________________________________________________________________________
12864 [ 14946] By: ams                                   on 2002/03/02  16:00:32
12865         Log: Forgot to delete encode.* from MANIFEST.
12866      Branch: perl
12867            ! MANIFEST
12868 ____________________________________________________________________________
12869 [ 14945] By: ams                                   on 2002/03/02  14:41:03
12870         Log: Delete ex-test output.
12871      Branch: perl
12872            - ext/Encode/t/table.rnd ext/Encode/t/table.utf8
12873 ____________________________________________________________________________
12874 [ 14944] By: ams                                   on 2002/03/02  13:54:35
12875         Log: Subject: [PATCH] DB_File 1.803
12876              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12877              Date: Sat, 2 Mar 2002 14:33:32 -0000
12878              Message-Id: <AIEAJICLCBDNAAOLLOKLAEHGDOAA.paul_marquess@yahoo.co.uk>
12879      Branch: perl
12880            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
12881            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
12882 ____________________________________________________________________________
12883 [ 14943] By: ams                                   on 2002/03/02  13:43:06
12884         Log: Upgrade to Tie::File 0.14.
12885      Branch: perl
12886            + lib/Tie/File/14_lock.t lib/Tie/File/15_pushpop.t
12887            ! MANIFEST lib/Tie/File.pm lib/Tie/File/01_gen.t
12888            ! lib/Tie/File/04_splice.t lib/Tie/File/07_rv_splice.t
12889 ____________________________________________________________________________
12890 [ 14942] By: nick                                  on 2002/03/02  11:05:53
12891         Log: Integrate mainline
12892      Branch: perlio
12893           +> ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
12894           +> ext/Encode/Encode/iso-ir-165.enc ext/Encode/t/table.rnd
12895           +> ext/Encode/t/table.utf8
12896           !> Configure MANIFEST av.c ext/Encode/CN/CN.pm
12897           !> ext/Encode/CN/Makefile.PL ext/Encode/Encode.pm
12898           !> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
12899           !> ext/Encode/lib/Encode/XS.pm pod/perldelta.pod pod/perldiag.pod
12900           !> pod/perlfaq5.pod pod/perlfunc.pod pp.c t/op/splice.t
12901           !> universal.c utils/perldoc.PL
12902 ____________________________________________________________________________
12903 [ 14941] By: jhi                                   on 2002/03/02  02:40:01
12904         Log: More CJK (just C, really) tables from Autrijus Tang
12905              (originally from iconv, used with permission of Bruno Haible)
12906      Branch: perl
12907            + ext/Encode/Encode/big5-hkscs.enc ext/Encode/Encode/gbk.enc
12908            + ext/Encode/Encode/iso-ir-165.enc
12909            ! MANIFEST ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
12910            ! ext/Encode/Encode.pm ext/Encode/TW/Makefile.PL
12911            ! ext/Encode/TW/TW.pm ext/Encode/lib/Encode/XS.pm
12912 ____________________________________________________________________________
12913 [ 14940] By: jhi                                   on 2002/03/02  02:29:11
12914         Log: Subject: [PATCH] perldoc -q outputs Author and Copyright section
12915              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12916              Date: Fri, 1 Mar 2002 15:32:13 -0500
12917              Message-ID: <20020301153212.E1461198@linguist.thayer.dartmouth.edu>
12918      Branch: perl
12919            ! utils/perldoc.PL
12920 ____________________________________________________________________________
12921 [ 14939] By: jhi                                   on 2002/03/02  02:27:05
12922         Log: Subject: PATCH: "splice() offset past end of array" warning. (take 2)     
12923              From: Schuyler Erle <schuyler@oreilly.com>
12924              Date: Fri, 01 Mar 2002 14:22:19 -0800
12925              Message-ID: <3C7FFF1B.E74979B1@oreilly.com>
12926              
12927              Subject: Re: PATCH: "splice() offset past end of array" warning.
12928              From: Mark-Jason Dominus <mjd@plover.com>
12929              Date: Fri, 01 Mar 2002 17:19:49 -0500
12930              Message-ID: <20020301221949.7610.qmail@plover.com>
12931      Branch: perl
12932            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/splice.t
12933 ____________________________________________________________________________
12934 [ 14938] By: jhi                                   on 2002/03/02  02:24:25
12935         Log: Subject: PATCH (bleadperl): Quieter handling of tied arrays
12936              From: Mark-Jason Dominus <mjd@plover.com>
12937              Date: Fri, 01 Mar 2002 18:35:35 -0500
12938              Message-ID: <20020301233535.15969.qmail@plover.com>
12939      Branch: perl
12940            ! av.c
12941 ____________________________________________________________________________
12942 [ 14937] By: jhi                                   on 2002/03/01  23:00:08
12943         Log: Subject: RE: VERSION core
12944              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
12945              Date: Fri, 1 Mar 2002 23:47:48 -0000
12946              Message-ID: <AIEAJICLCBDNAAOLLOKLEEGMDOAA.paul_marquess@yahoo.co.uk>
12947      Branch: perl
12948            ! pod/perldiag.pod universal.c
12949 ____________________________________________________________________________
12950 [ 14936] By: pudge                                 on 2002/03/01  18:02:45
12951         Log: Update Changes
12952      Branch: maint-5.6/macperl
12953            ! macos/Changes
12954 ____________________________________________________________________________
12955 [ 14935] By: pudge                                 on 2002/03/01  17:58:11
12956         Log: Fix update to resources
12957      Branch: maint-5.6/macperl
12958            ! macos/macperl/MacPerl.r
12959 ____________________________________________________________________________
12960 [ 14934] By: jhi                                   on 2002/03/01  17:35:14
12961         Log: metaconfig unit change for #14930.
12962      Branch: metaconfig
12963            ! U/modified/Init.U
12964 ____________________________________________________________________________
12965 [ 14933] By: pudge                                 on 2002/03/01  17:32:52
12966         Log: Fix debugger to handle Mac OS psedofiles
12967      Branch: maint-5.6/macperl
12968            ! lib/DB.pm lib/perl5db.pl
12969 ____________________________________________________________________________
12970 [ 14932] By: pudge                                 on 2002/03/01  17:32:02
12971         Log: Various fixes from Thomas Wegner
12972      Branch: maint-5.6/macperl
12973            ! macos/macperl/MPAppleEvents.c macos/macperl/MPPreferences.c
12974 ____________________________________________________________________________
12975 [ 14931] By: pudge                                 on 2002/03/01  17:30:00
12976         Log: Some resource updates
12977      Branch: maint-5.6/macperl
12978            ! macos/macperl/MPUtils.c macos/macperl/MacPerl.r
12979            ! macos/macperl/MacPerl.rsrc
12980 ____________________________________________________________________________
12981 [ 14930] By: jhi                                   on 2002/03/01  17:29:32
12982         Log: Subject: Re: [PATCH] Configure to correctly recognize Amiga OS
12983              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
12984              Date: Fri, 01 Mar 2002 09:38:59 -0800
12985              Message-ID: <zy7f8gzkgWgY092yn@efn.org>
12986      Branch: perl
12987            ! Configure
12988 ____________________________________________________________________________
12989 [ 14928] By: pudge                                 on 2002/03/01  17:28:09
12990         Log: Add some missing sfio symbols (Alan Fry)
12991      Branch: maint-5.6/macperl
12992            ! macos/macperl.sym
12993 ____________________________________________________________________________
12994 [ 14927] By: pudge                                 on 2002/03/01  17:27:29
12995         Log: Update version and README
12996      Branch: maint-5.6/macperl
12997            ! README.macos macos/MPVersion.r
12998 ____________________________________________________________________________
12999 [ 14926] By: nick                                  on 2002/03/01  15:56:41
13000         Log: Integrate mainline
13001      Branch: perlio
13002           +> lib/Math/BigInt/t/downgrade.t lib/Tie/File.pm
13003           +> lib/Tie/File/01_gen.t lib/Tie/File/02_fetchsize.t
13004           +> lib/Tie/File/03_longfetch.t lib/Tie/File/04_splice.t
13005           +> lib/Tie/File/05_size.t lib/Tie/File/06_fixrec.t
13006           +> lib/Tie/File/07_rv_splice.t lib/Tie/File/08_ro.t
13007           +> lib/Tie/File/09_gen_rs.t lib/Tie/File/10_splice_rs.t
13008           +> lib/Tie/File/11_rv_splice_rs.t lib/Tie/File/12_longfetch_rs.t
13009           +> lib/Tie/File/13_size_rs.t
13010           !> (integrate 80 files)
13011 ____________________________________________________________________________
13012 [ 14925] By: jhi                                   on 2002/03/01  15:28:10
13013         Log: Better advertising.
13014      Branch: perl
13015            ! pod/perldelta.pod pod/perlfaq5.pod
13016 ____________________________________________________________________________
13017 [ 14924] By: jhi                                   on 2002/03/01  14:32:16
13018         Log: Update Changes.
13019      Branch: perl
13020            ! Changes patchlevel.h
13021 ____________________________________________________________________________
13022 [ 14923] By: jhi                                   on 2002/03/01  14:17:54
13023         Log: Lost in the shuffle.
13024      Branch: perl
13025            + lib/Math/BigInt/t/downgrade.t
13026            ! MANIFEST
13027 ____________________________________________________________________________
13028 [ 14922] By: jhi                                   on 2002/03/01  13:23:41
13029         Log: Advertise Tie::File.
13030      Branch: perl
13031            ! pod/perldelta.pod pod/perlfaq5.pod
13032 ____________________________________________________________________________
13033 [ 14921] By: jhi                                   on 2002/03/01  13:14:18
13034         Log: Subject: Re: Smoke 14900 /pro/3gl/CPAN/perl-current
13035              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13036              Date: Thu, 28 Feb 2002 18:55:48 +0100
13037              Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl>
13038      Branch: perl
13039            ! x2p/walk.c
13040 ____________________________________________________________________________
13041 [ 14920] By: ams                                   on 2002/03/01  09:06:01
13042         Log: Subject: [PATCH @14577] autoloaded DESTROY bugfix
13043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13044              Date: Tue, 26 Feb 2002 19:54:31 -0500
13045              Message-Id: <20020226195431.A9625@math.ohio-state.edu>
13046      Branch: perl
13047            ! embed.fnc ext/B/B/Deparse.pm gv.c
13048 ____________________________________________________________________________
13049 [ 14919] By: ams                                   on 2002/03/01  03:03:12
13050         Log: Upgrade to Tie::File 0.13 (Win32 fixes.)
13051      Branch: perl
13052            ! lib/Tie/File.pm lib/Tie/File/01_gen.t
13053            ! lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13054            ! lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13055            ! lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13056            ! lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13057            ! lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13058            ! lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13059 ____________________________________________________________________________
13060 [ 14918] By: ams                                   on 2002/03/01  02:36:58
13061         Log: Add Tie::File 0.12 from MJD.
13062      Branch: perl
13063            + lib/Tie/File.pm lib/Tie/File/01_gen.t
13064            + lib/Tie/File/02_fetchsize.t lib/Tie/File/03_longfetch.t
13065            + lib/Tie/File/04_splice.t lib/Tie/File/05_size.t
13066            + lib/Tie/File/06_fixrec.t lib/Tie/File/07_rv_splice.t
13067            + lib/Tie/File/08_ro.t lib/Tie/File/09_gen_rs.t
13068            + lib/Tie/File/10_splice_rs.t lib/Tie/File/11_rv_splice_rs.t
13069            + lib/Tie/File/12_longfetch_rs.t lib/Tie/File/13_size_rs.t
13070            ! MANIFEST
13071 ____________________________________________________________________________
13072 [ 14917] By: jhi                                   on 2002/03/01  02:13:24
13073         Log: Encoding name mapping tweaks.
13074      Branch: perl
13075            ! ext/Encode/Encode.pm
13076 ____________________________________________________________________________
13077 [ 14916] By: jhi                                   on 2002/02/28  21:26:07
13078         Log: metaconfig unit change for #14915.
13079      Branch: metaconfig
13080            ! U/modified/Init.U
13081 ____________________________________________________________________________
13082 [ 14915] By: jhi                                   on 2002/02/28  21:25:23
13083         Log: Subject: [PATCH] Configure to correctly recognize Amiga OS
13084              From: Paul_GreenVOS@vos.stratus.com
13085              Date: Thu, 28 Feb 02 15:05 est
13086              Message-Id: <200202282007.PAA11412@mailhub1.stratus.com>
13087      Branch: perl
13088            ! Configure
13089 ____________________________________________________________________________
13090 [ 14914] By: jhi                                   on 2002/02/28  14:10:44
13091         Log: PL_bostr was pointing to the wrong string
13092              (a string left around from the loading of the Unicode \w)
13093              "UTF-8 panic, blocks, coredumps, etc. in debugger with \w and m//g"
13094              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01267.html
13095      Branch: perl
13096            ! regexec.c
13097 ____________________________________________________________________________
13098 [ 14913] By: gbarr                                 on 2002/02/28  13:06:11
13099         Log: Sync with libnet-1.10
13100      Branch: perl
13101            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
13102            ! lib/Net/FTP.pm lib/Net/FTP/I.pm lib/Net/NNTP.pm
13103            ! lib/Net/Netrc.pm lib/Net/POP3.pm lib/Net/SMTP.pm
13104            ! lib/Net/t/netrc.t
13105 ____________________________________________________________________________
13106 [ 14912] By: ams                                   on 2002/02/28  13:02:50
13107         Log: Subject: [PATCH] perldelta.pod fixes
13108              From: Autrijus Tang <autrijus@autrijus.org>
13109              Date: Thu, 28 Feb 2002 21:44:15 +0800
13110              Message-Id: <20020228134415.GB16422@not.autrijus.org>
13111      Branch: perl
13112            ! pod/perldelta.pod
13113 ____________________________________________________________________________
13114 [ 14911] By: ams                                   on 2002/02/28  11:31:44
13115         Log: Subject: File::Copy::syscopy doesn't preserve OS attrs on UNIX
13116              From: Stas Bekman <stas@stason.org>
13117              Date: Mon, 04 Feb 2002 16:18:53 +0800
13118              Message-Id: <3C7E1E5F.1000605@stason.org>
13119              (Applied by hand).
13120      Branch: perl
13121            ! lib/File/Copy.pm
13122 ____________________________________________________________________________
13123 [ 14910] By: ams                                   on 2002/02/28  11:26:47
13124         Log: Subject: [PATCH lib/Pod/Html.pm]
13125              From: Stas Bekman <stas@stason.org>
13126              Date: Thu, 28 Feb 2002 20:05:01 +0800
13127              Message-Id: <3C7E1CED.7000307@stason.org>
13128      Branch: perl
13129            ! lib/Pod/Html.pm
13130 ____________________________________________________________________________
13131 [ 14909] By: jhi                                   on 2002/02/28  05:50:24
13132         Log: Tests for #14908.
13133      Branch: perl
13134            ! t/op/pat.t
13135 ____________________________________________________________________________
13136 [ 14908] By: jhi                                   on 2002/02/28  05:43:45
13137         Log: Make shared hash keys to be \0-terminated:
13138              one possible resolution for
13139              "UTF-8, weird \w behaviour after HASH-KEY-ification"
13140              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2002-01/msg01327.html
13141              The hash keys were shared (the SvLEN(sv) = 0 was the giveaway).
13142              The hash keys weren't \0-terminated.  This meant that the EOL ($)
13143              in regmatch() got the nextchr beyond the last character.  Since
13144              the keys were UTF-8, the nextchr was \1, not the usual
13145              string-terminating \0.  Wham, no match.
13146              
13147              I think another possible resolution could be to stop the nextchr
13148              computation in regmatch() from peeking beyond the last character
13149              of the string:
13150              
13151              nextchr = locinput < PL_regeol ? UCHARAT(locinput) : 0;
13152      Branch: perl
13153            ! hv.c hv.h
13154 ____________________________________________________________________________
13155 [ 14907] By: jhi                                   on 2002/02/28  03:25:44
13156         Log: Subject: [PATCH] Perl interface to newIO()
13157              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
13158              Date: Wed, 27 Feb 2002 20:15:27 -0800
13159              Message-ID: <f7af8gzkgaET092yn@efn.org>
13160      Branch: perl
13161            ! lib/Symbol.pm
13162 ____________________________________________________________________________
13163 [ 14906] By: jhi                                   on 2002/02/28  00:50:01
13164         Log: The "list" part of
13165              
13166              Subject: [PATCH perlop] .. returns a *list* of *integers*
13167              From: Mike Guy <mjtg@cam.ac.uk>
13168              Date: Tue, 26 Feb 2002 18:30:22 +0000
13169              Message-Id: <E16fmMo-00048Y-00@draco.cus.cam.ac.uk>
13170              
13171              plus few nits.
13172      Branch: perl
13173            ! pod/perlop.pod
13174 ____________________________________________________________________________
13175 [ 14905] By: jhi                                   on 2002/02/27  22:44:52
13176         Log: Subject: [PATCH lib/File/stat.t] Win32 not happy with new test
13177              From: Abe Timmerman <abe@ztreet.demon.nl>
13178              Date: Thu, 28 Feb 2002 00:04:06 +0100
13179              Message-ID: <fhnq7u8ref3nqgsa0p4f9u1v5r3sv3akm1@4ax.com>
13180      Branch: perl
13181            ! lib/File/stat.t
13182 ____________________________________________________________________________
13183 [ 14904] By: pudge                                 on 2002/02/27  21:25:39
13184         Log: Integrate from maintperl.
13185      Branch: maint-5.6/macperl
13186           !> doio.c op.c t/io/open.t t/pragma/strict-subs
13187 ____________________________________________________________________________
13188 [ 14903] By: jhi                                   on 2002/02/27  21:23:14
13189         Log: Upgrade to Math::BigInt 1.53.
13190      Branch: perl
13191            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13192            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13193            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
13194            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/mbimbf.inc
13195            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbi.t
13196            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.t
13197 ____________________________________________________________________________
13198 [ 14902] By: jhi                                   on 2002/02/27  21:17:38
13199         Log: Subject: [PATCH] assorted VMS test fix-ups, $Config{prefixexp} revisited
13200              From: "Craig A. Berry" <craigberry@mac.com>
13201              Date: Wed, 27 Feb 2002 15:36:38 -0600
13202              Message-Id: <5.1.0.14.2.20020227152131.01ade728@exchi01>
13203      Branch: perl
13204            ! configure.com ext/Cwd/t/cwd.t lib/ExtUtils/t/Installed.t
13205            ! vms/ext/filespec.t
13206 ____________________________________________________________________________
13207 [ 14901] By: jhi                                   on 2002/02/27  21:14:22
13208         Log: Subject: [PATCH] Some minor changes for Cygwin
13209              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
13210              Date: Wed, 27 Feb 2002 22:25:41 +0100
13211              Message-ID: <14296492589.20020227222541@familiehaase.de>
13212      Branch: perl
13213            ! Makefile.SH README.cygwin cygwin/perlld.in
13214 ____________________________________________________________________________
13215 [ 14900] By: jhi                                   on 2002/02/27  19:06:39
13216         Log: Update the UTF-8 explanation table.
13217      Branch: perl
13218            ! pod/perlunicode.pod utf8.h
13219 ____________________________________________________________________________
13220 [ 14899] By: jhi                                   on 2002/02/27  17:50:09
13221         Log: Repatch from Robin Barker: anon subs in C<package;> are
13222              now __ANON__::__ANON__ (should help for mod_perl package
13223              since #12251)
13224      Branch: perl
13225            ! gv.c op.c t/op/runlevel.t toke.c
13226 ____________________________________________________________________________
13227 [ 14898] By: jhi                                   on 2002/02/27  16:01:47
13228         Log: Update Changes.
13229      Branch: perl
13230            ! Changes patchlevel.h
13231 ____________________________________________________________________________
13232 [ 14897] By: jhi                                   on 2002/02/27  15:26:12
13233         Log: perldelta updates.
13234      Branch: perl
13235            ! pod/perldelta.pod
13236 ____________________________________________________________________________
13237 [ 14896] By: jhi                                   on 2002/02/27  15:23:21
13238         Log: Signedness nit.
13239      Branch: perl
13240            ! regexec.c
13241 ____________________________________________________________________________
13242 [ 14895] By: jhi                                   on 2002/02/27  15:12:36
13243         Log: Subject: Re: Smoke 14870
13244              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13245              Date: Wed, 27 Feb 2002 16:48:35 +0100
13246              Message-Id: <20020227163729.1D2B.H.M.BRAND@hccnet.nl>
13247              
13248              (with some additional garnish)
13249      Branch: perl
13250            ! README.hpux hints/hpux.sh
13251 ____________________________________________________________________________
13252 [ 14894] By: jhi                                   on 2002/02/27  15:08:06
13253         Log: Avoid PL_OpPtr et al getting unnecessarily (when not used)
13254              into perl.exp in AIX.
13255      Branch: perl
13256            ! makedef.pl perl.h
13257 ____________________________________________________________________________
13258 [ 14893] By: jhi                                   on 2002/02/27  13:49:59
13259         Log: Subject: [PATCH pod/perlrun.pod] Re: [ID 20020227.003] minor text imperfection in perlrun manpage
13260              From: Robin Barker <rmb1@cise.npl.co.uk>
13261              Date: Wed, 27 Feb 2002 14:39:35 GMT
13262              Message-Id: <200202271439.OAA25005@tempest.npl.co.uk>
13263      Branch: perl
13264            ! pod/perlrun.pod
13265 ____________________________________________________________________________
13266 [ 14892] By: jhi                                   on 2002/02/27  13:41:14
13267         Log: Subject: Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
13268              From: Robin Barker <rmb1@cise.npl.co.uk>
13269              Date: Wed, 27 Feb 2002 12:25:30 GMT
13270              Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
13271      Branch: perl
13272            ! README.cygwin README.os2 ext/Time/HiRes/HiRes.pm lib/CGI.pm
13273            ! lib/Math/BigInt.pm pod/perl561delta.pod pod/perliol.pod
13274            ! pod/perlunicode.pod pod/perluniintro.pod
13275 ____________________________________________________________________________
13276 [ 14891] By: jhi                                   on 2002/02/27  01:11:13
13277         Log: Only modify LD_LIBRARY_PATH in case there are directories.
13278      Branch: perl
13279            ! hints/dec_osf.sh
13280 ____________________________________________________________________________
13281 [ 14890] By: jhi                                   on 2002/02/27  01:01:11
13282         Log: Subject: [PATCH] perl/hints/vos.sh
13283              From: Paul_GreenVOS@vos.stratus.com
13284              Date: Tue, 26 Feb 02 15:19 est
13285              Message-Id: <200202262021.PAA24979@mailhub1.stratus.com>
13286      Branch: perl
13287            ! hints/vos.sh
13288 ____________________________________________________________________________
13289 [ 14889] By: jhi                                   on 2002/02/27  00:59:33
13290         Log: Forgot from #14888.
13291      Branch: perl
13292            ! ext/Unicode/Normalize/mkheader
13293 ____________________________________________________________________________
13294 [ 14888] By: jhi                                   on 2002/02/27  00:50:55
13295         Log: Unicode::Normalize 0.14 synch, from SADAHIRO Tomoyuki.
13296      Branch: perl
13297            ! ext/Unicode/Normalize/Changes
13298            ! ext/Unicode/Normalize/Normalize.pm
13299            ! ext/Unicode/Normalize/Normalize.xs
13300            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
13301            ! ext/Unicode/Normalize/t/test.t
13302 ____________________________________________________________________________
13303 [ 14887] By: ams                                   on 2002/02/26  23:51:52
13304         Log: Subject: Missing diagnostics
13305              From: Simon Glover <scog@roe.ac.uk>
13306              Date: Tue, 26 Feb 2002 17:56:42 +0000 (BST)
13307              Message-Id: <Pine.GSO.4.10.10202261754170.23317-100000@muinntiarach.roe.ac.uk>
13308              
13309              Subject: [PATCH] Better wording for the lvalue vec diagnostic
13310              From: Simon Glover <scog@roe.ac.uk>
13311              Date: Tue, 26 Feb 2002 18:08:04 +0000 (BST)
13312              Message-Id: <Pine.GSO.4.10.10202261756560.23317-100000@muinntiarach.roe.ac.uk>
13313      Branch: perl
13314            ! doop.c pod/perldiag.pod t/op/vec.t
13315 ____________________________________________________________________________
13316 [ 14886] By: ams                                   on 2002/02/26  15:48:34
13317         Log: Subject: [PATCH] Not OK 5.7.2@14884
13318              From: andreas.koenig@anima.de (Andreas J. Koenig)
13319              Date: Tue, 26 Feb 2002 15:03:55 +0100
13320              Message-Id: <m38z9gfigk.fsf@anima.de>
13321      Branch: perl
13322            ! t/lib/access.t
13323 ____________________________________________________________________________
13324 [ 14885] By: nick                                  on 2002/02/26  13:48:55
13325         Log: Integrate mainline
13326      Branch: perlio
13327           +> lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13328           +> lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13329           +> lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13330            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13331           !> (integrate 102 files)
13332 ____________________________________________________________________________
13333 [ 14884] By: jhi                                   on 2002/02/26  11:17:42
13334         Log: Cray FP strikes again: things like 1.1 + 0.1 are easily
13335              1.1999999999999996, or thereabouts (yes, even sprintf).
13336      Branch: perl
13337            ! t/base/num.t
13338 ____________________________________________________________________________
13339 [ 14883] By: jhi                                   on 2002/02/26  11:09:07
13340         Log: Neither.
13341      Branch: perl
13342            ! pod/perldelta.pod
13343 ____________________________________________________________________________
13344 [ 14882] By: ams                                   on 2002/02/26  08:46:55
13345         Log: Subject: [PATCH hv.c pod/perldiag.pod] "Attempt to access to key"?
13346              From: Michael G Schwern <schwern@pobox.com>
13347              Date: Tue, 26 Feb 2002 01:01:28 -0500
13348              Message-Id: <20020226060128.GA2439@blackrider>
13349      Branch: perl
13350            ! hv.c pod/perldiag.pod
13351 ____________________________________________________________________________
13352 [ 14881] By: jhi                                   on 2002/02/26  03:01:28
13353         Log: Subject: [PATCH B::Concise] docs, typos
13354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13355              Date: Mon, 25 Feb 2002 16:41:16 +0100
13356              Message-ID: <20020225164116.A1054@rafael>
13357      Branch: perl
13358            ! ext/B/B/Concise.pm
13359 ____________________________________________________________________________
13360 [ 14880] By: jhi                                   on 2002/02/26  02:36:16
13361         Log: POSIX: add isatty to @EXPORT_OK, reformat.
13362      Branch: perl
13363            ! ext/POSIX/POSIX.pm
13364 ____________________________________________________________________________
13365 [ 14879] By: jhi                                   on 2002/02/26  01:03:17
13366         Log: If using -Dloclibpth=... the directories need to
13367              be appended to LD_LIBRARY_PATH (and ickily, if those
13368              directories contain a (newer?) libdb.so, we need to
13369              prepend    /usr/shlib to loclibpth).
13370      Branch: perl
13371            ! hints/dec_osf.sh
13372 ____________________________________________________________________________
13373 [ 14878] By: jhi                                   on 2002/02/26  01:01:13
13374         Log: Subject: [PATCH] Perl interface to newIO()
13375              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)      
13376              Date: Mon, 25 Feb 2002 15:04:57 -0800
13377              Message-ID: <ZMse8gzkg6oQ092yn@efn.org>
13378      Branch: perl
13379            ! lib/Symbol.pm lib/Symbol.t
13380 ____________________________________________________________________________
13381 [ 14877] By: jhi                                   on 2002/02/26  00:06:16
13382         Log: Subject: [PATCH perlvar] "." is not in @INC when -T
13383              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>    
13384              Date: Mon, 25 Feb 2002 21:58:30 +0100
13385              Message-ID: <20020225215830.A744@rafael>
13386      Branch: perl
13387            ! pod/perlvar.pod
13388 ____________________________________________________________________________
13389 [ 14876] By: jhi                                   on 2002/02/25  22:23:11
13390         Log: Big5 tweaks from Autrijus Tang.
13391      Branch: perl
13392            ! ext/Encode/Encode/big5.enc
13393 ____________________________________________________________________________
13394 [ 14875] By: jhi                                   on 2002/02/25  22:19:56
13395         Log: Subject: [PATCH Glossary configpm] cleanups
13396              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13397              Date: Mon, 25 Feb 2002 23:27:15 +0100
13398              Message-ID: <20020225232715.C744@rafael>
13399      Branch: perl
13400            ! Porting/Glossary Porting/config.sh Porting/config_H configpm
13401 ____________________________________________________________________________
13402 [ 14874] By: jhi                                   on 2002/02/25  21:53:29
13403         Log: Subject: [PATCH] compile warnings (was Re: Smoke 14756 /pro/3gl/CPAN/perl-current)
13404              From: Nicholas Clark <nick@unfortu.net>
13405              Date: Mon, 25 Feb 2002 21:53:24 +0000
13406              Message-ID: <20020225215323.GN365@Bagpuss.unfortu.net>
13407      Branch: perl
13408            ! ext/Encode/CN/Makefile.PL ext/Encode/JP/Makefile.PL
13409            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
13410            ! ext/Encode/TW/Makefile.PL ext/Encode/compile
13411 ____________________________________________________________________________
13412 [ 14873] By: jhi                                   on 2002/02/25  21:28:54
13413         Log: Upgrade to I18N::LangTags 0.27.
13414              (Causes one flipflop back to perl.com URL, must poke Sean.)
13415      Branch: perl
13416            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
13417            ! lib/I18N/LangTags/List.pm
13418 ____________________________________________________________________________
13419 [ 14872] By: jhi                                   on 2002/02/25  21:22:32
13420         Log: Upgrade to Getopt::Long 2.28.
13421      Branch: perl
13422            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
13423            ! lib/Getopt/Long/README
13424 ____________________________________________________________________________
13425 [ 14871] By: jhi                                   on 2002/02/25  19:46:35
13426         Log: No =head.
13427      Branch: perl
13428            ! pod/perlebcdic.pod
13429 ____________________________________________________________________________
13430 [ 14870] By: jhi                                   on 2002/02/25  15:02:50
13431         Log: Update Changes.
13432      Branch: perl
13433            ! Changes patchlevel.h
13434 ____________________________________________________________________________
13435 [ 14869] By: jhi                                   on 2002/02/25  14:54:00
13436         Log: metaconfig unit change for #14868.
13437      Branch: metaconfig
13438            ! U/modified/Chk_MANI.U
13439 ____________________________________________________________________________
13440 [ 14868] By: jhi                                   on 2002/02/25  14:53:43
13441         Log: Some hosts understand split -l 50, some only split -50
13442              (from Paul Eggert).
13443      Branch: perl
13444            ! Configure
13445 ____________________________________________________________________________
13446 [ 14867] By: jhi                                   on 2002/02/25  14:44:07
13447         Log: Subject: Re: [PATCH bleadperl] socketpair.t
13448              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13449              Date: Sun, 24 Feb 2002 10:31:25 +0100
13450              Message-ID: <179381153.20020224103125@tesla.rcub.bg.ac.yu>
13451              
13452              (the pid half only)
13453      Branch: perl
13454            ! win32/win32.c
13455 ____________________________________________________________________________
13456 [ 14866] By: jhi                                   on 2002/02/25  14:35:19
13457         Log: Mention the new pack tricks.
13458      Branch: perl
13459            ! pod/perldelta.pod
13460 ____________________________________________________________________________
13461 [ 14865] By: jhi                                   on 2002/02/25  14:30:28
13462         Log: Subject: [PATCH] consistent commands for perl5db.pl etc.
13463              From: Richard.Foley@t-online.de (Richard Foley)
13464              Date: Mon, 25 Feb 2002 13:47:03 +0100
13465              Message-ID: <16fJgP-1mbVeSC@fwd04.sul.t-online.com>
13466      Branch: perl
13467            ! lib/perl5db.pl pod/perldebguts.pod pod/perldebtut.pod
13468            ! pod/perldebug.pod pod/perldelta.pod
13469 ____________________________________________________________________________
13470 [ 14864] By: jhi                                   on 2002/02/25  13:51:32
13471         Log: Typo corrections from John P. Linderman.
13472      Branch: perl
13473            ! ext/IPC/SysV/Semaphore.pm
13474 ____________________________________________________________________________
13475 [ 14863] By: jhi                                   on 2002/02/25  13:49:32
13476         Log: Upgrade to Math::BigInt 1.52.
13477      Branch: perl
13478            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13479            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
13480            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13481            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
13482            ! lib/Math/BigInt/t/sub_mbf.t t/lib/Math/BigFloat/Subclass.pm
13483 ____________________________________________________________________________
13484 [ 14862] By: ams                                   on 2002/02/25  10:39:40
13485         Log: Subject: [PATCH Cwd.pm] cut-n-paste error?
13486              From: Robin Barker <rmb1@cise.npl.co.uk>
13487              Date: Mon, 25 Feb 2002 11:35:06 GMT
13488              Message-Id: <200202251135.LAA00573@tempest.npl.co.uk>
13489              
13490              Subject: [PATCH Net/Cmd.pm]
13491              From: Robin Barker <rmb1@cise.npl.co.uk>
13492              Date: Mon, 25 Feb 2002 11:37:06 GMT
13493              Message-Id: <200202251137.LAA00579@tempest.npl.co.uk>
13494      Branch: perl
13495            ! lib/Cwd.pm lib/Net/Cmd.pm
13496 ____________________________________________________________________________
13497 [ 14861] By: jhi                                   on 2002/02/25  03:40:45
13498         Log: Cut-and-paste errors.
13499      Branch: perl
13500            ! t/op/pat.t
13501 ____________________________________________________________________________
13502 [ 14860] By: jhi                                   on 2002/02/25  03:36:24
13503         Log: EBCDIC: the control characters are not that easy to find.
13504      Branch: perl
13505            ! t/op/pat.t
13506 ____________________________________________________________________________
13507 [ 14859] By: jhi                                   on 2002/02/25  03:02:23
13508         Log: Subject: Re: [PATCH] Re: Copying PV only with possible UTF-8 characters
13509              From: John Peacock <jpeacock@rowman.com>
13510              Date: Sun, 24 Feb 2002 22:08:28 -0500
13511              Message-ID: <3C79AAAC.6060903@rowman.com>
13512      Branch: perl
13513            ! sv.c
13514 ____________________________________________________________________________
13515 [ 14858] By: jhi                                   on 2002/02/25  00:01:13
13516         Log: SvSetSV() is not returnable, but that's okay since
13517              sv_copypv() returns void.
13518      Branch: perl
13519            ! sv.c
13520 ____________________________________________________________________________
13521 [ 14857] By: jhi                                   on 2002/02/24  23:33:33
13522         Log: Subject: [PATCH] Re: Copying PV only with possible UTF-8 characters
13523              From: John Peacock <jpeacock@rowman.com>                 
13524              Date: Sun, 24 Feb 2002 16:40:07 -0500
13525              Message-ID: <3C795DB7.40105@rowman.com>               
13526      Branch: perl
13527            ! embed.fnc embed.h global.sym lib/overload.t pod/perlapi.pod
13528            ! pp_hot.c proto.h sv.c
13529 ____________________________________________________________________________
13530 [ 14856] By: jhi                                   on 2002/02/24  20:15:51
13531         Log: Tiny code cleanup.
13532      Branch: perl
13533            ! regexec.c
13534 ____________________________________________________________________________
13535 [ 14855] By: jhi                                   on 2002/02/24  19:49:01
13536         Log: Use to_uni_fold().
13537      Branch: perl
13538            ! regcomp.c
13539 ____________________________________________________________________________
13540 [ 14854] By: jhi                                   on 2002/02/24  19:45:43
13541         Log: Document the new taint behaviour of exec LIST and
13542              system LIST.
13543      Branch: perl
13544            ! pod/perldelta.pod
13545 ____________________________________________________________________________
13546 [ 14853] By: jhi                                   on 2002/02/24  18:28:31
13547         Log: Subject: [PATCH] Re: taint news
13548              From: Rick Delaney <rick.delaney@rogers.com>             
13549              Date: 24 Feb 2002 11:35:00 -0500
13550              Message-ID: <m3d6yuvnwr.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
13551      Branch: perl
13552            ! pod/perldiag.pod pod/perlsec.pod pp_sys.c t/op/taint.t
13553 ____________________________________________________________________________
13554 [ 14852] By: jhi                                   on 2002/02/24  18:20:55
13555         Log: EBCDIC tweak (native instead of uni) and comment update.
13556      Branch: perl
13557            ! regexec.c
13558 ____________________________________________________________________________
13559 [ 14851] By: jhi                                   on 2002/02/24  13:02:53
13560         Log: Using uninitialized (and wrong) variables is not good.
13561      Branch: perl
13562            ! regcomp.c
13563 ____________________________________________________________________________
13564 [ 14850] By: jhi                                   on 2002/02/24  05:28:15
13565         Log: EBCDIC: this seems to calm the last of the
13566              Malformed UTF-8 warnings.
13567      Branch: perl
13568            ! regcomp.c utf8.c
13569 ____________________________________________________________________________
13570 [ 14849] By: jhi                                   on 2002/02/23  23:35:03
13571         Log: EBCDIC: document using Encode for character conversions.
13572      Branch: perl
13573            ! pod/perlebcdic.pod
13574 ____________________________________________________________________________
13575 [ 14848] By: jhi                                   on 2002/02/23  23:20:57
13576         Log: EBCDIC: disable also Unicode::Collate and
13577              Unicode::Normalize for now.  Real users of
13578              EBCDIC have to decide what they want.
13579      Branch: perl
13580            ! ext/Unicode/Normalize/Normalize.pm
13581            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13582            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
13583            ! lib/Unicode/Collate/t/test.t
13584 ____________________________________________________________________________
13585 [ 14847] By: jhi                                   on 2002/02/23  20:12:21
13586         Log: AUTHORS updates.
13587      Branch: perl
13588            ! AUTHORS
13589 ____________________________________________________________________________
13590 [ 14846] By: jhi                                   on 2002/02/23  20:05:10
13591         Log: Retract #14571: there may be a better solution than
13592              tweaking the test.
13593      Branch: perl
13594            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
13595 ____________________________________________________________________________
13596 [ 14845] By: jhi                                   on 2002/02/23  19:15:32
13597         Log: Subject: [PATCH @14833] $Config{prefixexp} for VMS                
13598              From: "Craig A. Berry" <craigberry@mac.com> 
13599              Date: Sat, 23 Feb 2002 14:14:35 -0600
13600              Message-Id: <a05101400b89d8666cc6c@[192.168.56.188]>         
13601      Branch: perl
13602            ! configure.com
13603 ____________________________________________________________________________
13604 [ 14844] By: jhi                                   on 2002/02/23  18:37:14
13605         Log: metaconfig unit change for #14843.
13606      Branch: metaconfig/U/perl
13607            ! Extensions.U
13608 ____________________________________________________________________________
13609 [ 14843] By: jhi                                   on 2002/02/23  18:36:43
13610         Log: Also Encode/JP needs to be listed explicitly.
13611              (Any other sub-Encode extensions?)
13612      Branch: perl
13613            ! Configure
13614 ____________________________________________________________________________
13615 [ 14842] By: jhi                                   on 2002/02/23  18:17:07
13616         Log: Document known UNICOS/mk deficiency.
13617      Branch: perl
13618            ! pod/perldelta.pod
13619 ____________________________________________________________________________
13620 [ 14841] By: jhi                                   on 2002/02/23  16:29:49
13621         Log: Subject: [PATCH] README mention version 5.0
13622              From: Autrijus Tang <autrijus@autrijus.org>
13623              Date: Sat, 23 Feb 2002 09:35:22 +0800
13624              Message-ID: <20020223013522.GA8694@not.autrijus.org>
13625      Branch: perl
13626            ! README
13627 ____________________________________________________________________________
13628 [ 14840] By: jhi                                   on 2002/02/23  03:32:59
13629         Log: metaconfig unit change for #14839.
13630      Branch: metaconfig
13631            ! U/modified/Signal.U
13632 ____________________________________________________________________________
13633 [ 14839] By: jhi                                   on 2002/02/23  03:32:32
13634         Log: Old hosts like NeXT Classic don't have sort -k,
13635              from Paul Eggert.
13636      Branch: perl
13637            ! Configure
13638 ____________________________________________________________________________
13639 [ 14838] By: ams                                   on 2002/02/22  21:14:29
13640         Log: Minor clarifications as suggested by Anton Tagunov.
13641      Branch: perl
13642            ! pod/perlsyn.pod
13643 ____________________________________________________________________________
13644 [ 14837] By: ams                                   on 2002/02/22  21:07:02
13645         Log: Subject: [PATCH] Re: Prototype checking on assignment of coderef to typeglob
13646              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13647              Date: Fri, 22 Feb 2002 23:01:07 +0100
13648              Message-Id: <20020222230107.A15069@rafael>
13649      Branch: perl
13650            ! sv.c t/op/gv.t
13651 ____________________________________________________________________________
13652 [ 14836] By: jhi                                   on 2002/02/22  20:39:11
13653         Log: metaconfig unit change for #14835.
13654      Branch: metaconfig
13655            ! U/modified/Chk_MANI.U
13656 ____________________________________________________________________________
13657 [ 14835] By: jhi                                   on 2002/02/22  20:38:32
13658         Log: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls.
13659      Branch: perl
13660            ! Configure
13661 ____________________________________________________________________________
13662 [ 14834] By: jhi                                   on 2002/02/22  18:06:01
13663         Log: Subject: [PATCH] Re: Pyrrhic compression in Encode
13664              From: Michael G Schwern <schwern@pobox.com>
13665              Date: Fri, 22 Feb 2002 12:10:28 -0500
13666              Message-ID: <20020222171027.GB4181@blackrider>
13667      Branch: perl
13668            ! ext/Encode/compile
13669 ____________________________________________________________________________
13670 [ 14833] By: jhi                                   on 2002/02/22  14:51:17
13671         Log: Update Changes.
13672      Branch: perl
13673            ! Changes patchlevel.h
13674 ____________________________________________________________________________
13675 [ 14832] By: jhi                                   on 2002/02/22  14:25:18
13676         Log: Implement IV/UV/NV/long double pack/unpack with
13677              template letters j/J/F/D (the latter two have been
13678              undocumented aliases of f/d).
13679      Branch: perl
13680            ! pod/perlfunc.pod pod/perltodo.pod pp_pack.c t/op/pack.t
13681 ____________________________________________________________________________
13682 [ 14831] By: jhi                                   on 2002/02/22  13:47:08
13683         Log: Subject: Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
13684              From: Nicholas Clark <nick@unfortu.net>
13685              Date: Fri, 22 Feb 2002 14:01:25 +0000
13686              Message-ID: <20020222140123.GD358@Bagpuss.unfortu.net>
13687      Branch: perl
13688            ! ext/Encode/compile
13689 ____________________________________________________________________________
13690 [ 14830] By: jhi                                   on 2002/02/22  13:44:27
13691         Log: NetWare change from Ananth Kesari.
13692      Branch: perl
13693            - NetWare/t/NWModify-Exist.pl NetWare/t/NWScripts-Exist.pl
13694            ! MANIFEST
13695 ____________________________________________________________________________
13696 [ 14829] By: jhi                                   on 2002/02/22  13:42:42
13697         Log: Subject: [PATCH @14577] pack with a human face: part ]|[
13698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13699              Date: Fri, 22 Feb 2002 03:55:13 -0500
13700              Message-ID: <20020222035513.A894@math.ohio-state.edu>
13701      Branch: perl
13702            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
13703 ____________________________________________________________________________
13704 [ 14828] By: jhi                                   on 2002/02/22  13:19:19
13705         Log: EBCDIC: Disable Encode::JP and Encode::Tcl for now.
13706      Branch: perl
13707            ! ext/Encode/JP/JP.pm ext/Encode/lib/Encode/Tcl.pm
13708 ____________________________________________________________________________
13709 [ 14827] By: jhi                                   on 2002/02/22  13:11:00
13710         Log: Make measure_struct a file static.
13711      Branch: perl
13712            ! pp_pack.c
13713 ____________________________________________________________________________
13714 [ 14826] By: jhi                                   on 2002/02/22  04:30:27
13715         Log: EBCDIC: someone who knows what they are doing
13716              and whether it is possible at all in the first
13717              place needs to figure these tests out on EBCDIC.
13718              The CJK encodings heavily abuse their knowledge
13719              of ASCII and that may require a translation layer
13720              or four to survive UTF-EBCDIC.
13721      Branch: perl
13722            ! ext/Encode/t/JP.t ext/Encode/t/Tcl.t
13723 ____________________________________________________________________________
13724 [ 14825] By: jhi                                   on 2002/02/22  02:43:03
13725         Log: croak() needs context.
13726      Branch: perl
13727            ! pp_pack.c
13728 ____________________________________________________________________________
13729 [ 14824] By: jhi                                   on 2002/02/22  01:56:06
13730         Log: Subject: [PATCH @14577] pack with a human face: the sequel
13731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13732              Date: Thu, 21 Feb 2002 21:33:37 -0500
13733              Message-ID: <20020221213337.A23848@math.ohio-state.edu>
13734      Branch: perl
13735            ! embed.fnc embed.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c
13736            ! proto.h t/op/pack.t
13737 ____________________________________________________________________________
13738 [ 14823] By: jhi                                   on 2002/02/22  00:38:19
13739         Log: Subject: [PATCH+=2] Re: [PATCH++] Re: [PATCH] go faster for Encode's compile
13740              From: Nicholas Clark <nick@unfortu.net> 
13741              Date: Fri, 22 Feb 2002 00:49:44 +0000
13742              Message-ID: <20020222004943.GK394@Bagpuss.unfortu.net>
13743      Branch: perl
13744            ! ext/Encode/compile
13745 ____________________________________________________________________________
13746 [ 14822] By: jhi                                   on 2002/02/21  22:42:17
13747         Log: Test for #14795.
13748      Branch: perl
13749            ! t/op/pat.t
13750 ____________________________________________________________________________
13751 [ 14821] By: jhi                                   on 2002/02/21  22:05:20
13752         Log: Testing for ASCII in EBCDIC makes one's brain hurt.
13753      Branch: perl
13754            ! t/op/pat.t
13755 ____________________________________________________________________________
13756 [ 14820] By: jhi                                   on 2002/02/21  21:53:00
13757         Log: Subject: [PATCH] next batch of bugfixes
13758              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13759              Date: Thu, 21 Feb 2002 23:54:41 +0100
13760              Message-ID: <20020221235441.A17260@rafael>
13761      Branch: perl
13762            ! ext/B/B/Deparse.pm
13763 ____________________________________________________________________________
13764 [ 14819] By: jhi                                   on 2002/02/21  21:06:54
13765         Log: Subject: [PATCH lib/File/stat.t, lib/File/stat.pm] Find Filehandles Fully (was Re: [ID 20020221.004] [PATCH] File/stat.pm , Perl 5.6.1)
13766              From: chromatic <chromatic@rmci.net>
13767              Date: Thu, 21 Feb 2002 14:17:35 -0700
13768              Message-ID: <20020221211823.80922.qmail@onion.perl.org>
13769      Branch: perl
13770            ! lib/File/stat.pm lib/File/stat.t
13771 ____________________________________________________________________________
13772 [ 14818] By: jhi                                   on 2002/02/21  21:01:36
13773         Log: Externalization from Jatan Shah <jshah@broadcom.com>.
13774      Branch: perl
13775            ! ext/re/re.xs
13776 ____________________________________________________________________________
13777 [ 14817] By: jhi                                   on 2002/02/21  20:02:27
13778         Log: Upgrade to Math::BigInt 1.51.
13779      Branch: perl
13780            + lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/config.t
13781            + lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/inf_nan.t
13782            + lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
13783            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13784            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
13785            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
13786            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
13787            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
13788            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
13789            ! lib/Math/BigInt/t/require.t lib/Math/BigInt/t/sub_mbf.t
13790            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
13791            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
13792 ____________________________________________________________________________
13793 [ 14816] By: jhi                                   on 2002/02/21  19:33:01
13794         Log: Subject: Re: [PATCH] 'make clobber' on Cygwin broken
13795              From: "Gerrit P. Haase" <gp@familiehaase.de>
13796              Date: Thu, 21 Feb 2002 21:20:25 +0100
13797              Message-ID: <69510538936.20020221212025@familiehaase.de>
13798      Branch: perl
13799            ! Makefile.SH
13800 ____________________________________________________________________________
13801 [ 14815] By: jhi                                   on 2002/02/21  17:28:23
13802         Log: Subject: [PATCH @14577] grouping in pack/unpack
13803              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13804              Date: Thu, 21 Feb 2002 06:06:14 -0500
13805              Message-ID: <20020221060614.A29836@math.ohio-state.edu>
13806      Branch: perl
13807            ! embed.fnc embed.h global.sym pod/perldiag.pod pod/perlfunc.pod
13808            ! pod/perltodo.pod pp_pack.c proto.h t/op/pack.t
13809 ____________________________________________________________________________
13810 [ 14814] By: jhi                                   on 2002/02/21  15:41:10
13811         Log: Subject: [PATCH propose] question about fs.t
13812              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13813              Date: Thu, 21 Feb 2002 15:10:21 +0100
13814              Message-ID: <725805519.20020221151021@tesla.rcub.bg.ac.yu>
13815      Branch: perl
13816            ! t/io/fs.t
13817 ____________________________________________________________________________
13818 [ 14813] By: jhi                                   on 2002/02/21  15:37:44
13819         Log: Subject: [PATCH] 'make clobber' on Cygwin broken    
13820              From: "Gerrit P. Haase" <gerrit@familiehaase.de>         
13821              Date: Thu, 21 Feb 2002 09:54:28 +0100
13822              Message-ID: <13576559576.20020221095428@familiehaase.de>     
13823      Branch: perl
13824            ! Makefile.SH
13825 ____________________________________________________________________________
13826 [ 14812] By: ams                                   on 2002/02/21  14:59:09
13827         Log: Subject: typo correction
13828              From: mjd@plover.com
13829              Date: 21 Feb 2002 15:43:49 -0000
13830              Message-Id: <20020221154349.22772.qmail@plover.com>
13831      Branch: perl
13832            ! pod/perldebug.pod
13833 ____________________________________________________________________________
13834 [ 14811] By: ams                                   on 2002/02/21  14:02:12
13835         Log: Subject: [PATCH] No OPf_SPECIAL on OP_ENTERSUB when readline() is overriden
13836              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13837              Date: Thu, 21 Feb 2002 15:22:22 +0100
13838              Message-Id: <20020221152222.A15095@rafael>
13839      Branch: perl
13840            ! op.h toke.c
13841 ____________________________________________________________________________
13842 [ 14810] By: ams                                   on 2002/02/21  12:45:28
13843         Log: Subject: [PATCH @14577] cosmetic OS/2 patches
13844              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
13845              Date: Thu, 21 Feb 2002 06:02:48 -0500
13846              Message-Id: <20020221060248.A29705@math.ohio-state.edu>
13847      Branch: perl
13848            ! lib/ExtUtils/Mksymlists.pm makedef.pl
13849 ____________________________________________________________________________
13850 [ 14809] By: nick                                  on 2002/02/21  09:31:08
13851         Log: Integrate mainline
13852      Branch: perlio
13853           +> lib/Pod/t/Select.t
13854           !> (integrate 37 files)
13855 ____________________________________________________________________________
13856 [ 14808] By: jhi                                   on 2002/02/21  05:33:27
13857         Log: metaconfig unit change for #14807.
13858      Branch: metaconfig
13859            ! U/modified/Signal.U
13860 ____________________________________________________________________________
13861 [ 14807] By: jhi                                   on 2002/02/21  05:33:07
13862         Log: Revert #14805, didn't quite work.
13863      Branch: perl
13864            ! Configure config_h.SH
13865 ____________________________________________________________________________
13866 [ 14806] By: jhi                                   on 2002/02/21  05:21:52
13867         Log: metaconfig changes for #14805.
13868      Branch: metaconfig
13869            ! U/modified/Signal.U dist-3.0at70b/kit/makeSH
13870 ____________________________________________________________________________
13871 [ 14805] By: jhi                                   on 2002/02/21  05:21:21
13872         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
13873              From: Paul Eggert <eggert@twinsun.com>
13874              Date: Wed, 20 Feb 2002 11:23:04 -0800 (PST)
13875              Message-Id: <200202201923.g1KJN4d06394@shade.twinsun.com>
13876      Branch: perl
13877            ! Configure config_h.SH
13878 ____________________________________________________________________________
13879 [ 14804] By: jhi                                   on 2002/02/21  04:56:05
13880         Log: More advice.
13881      Branch: perl
13882            ! README.os390
13883 ____________________________________________________________________________
13884 [ 14803] By: jhi                                   on 2002/02/21  04:40:37
13885         Log: Missing MANIFESTation.
13886      Branch: perl
13887            ! MANIFEST
13888 ____________________________________________________________________________
13889 [ 14802] By: ams                                   on 2002/02/20  22:55:25
13890         Log: Subject: [PATCH] Add missing Tolkien quotes to *.c
13891              From: Autrijus Tang <autrijus@autrijus.org>
13892              Date: Thu, 21 Feb 2002 07:13:12 +0800
13893              Message-Id: <20020220231312.GA775@not.autrijus.org>
13894      Branch: perl
13895            ! globals.c malloc.c perlio.c pp_pack.c universal.c xsutils.c
13896 ____________________________________________________________________________
13897 [ 14801] By: ams                                   on 2002/02/20  22:27:20
13898         Log: Subject: Re: Make Schwern poor in just 20 easy steps!
13899              From: Abe Timmerman <abe@ztreet.demon.nl>
13900              Date: Thu, 21 Feb 2002 00:20:40 +0100
13901              Message-Id: <dgb87ukjfanphg45i4skobhe40s1g4sujj@4ax.com>
13902      Branch: perl
13903            + lib/Pod/t/Select.t
13904 ____________________________________________________________________________
13905 [ 14800] By: jhi                                   on 2002/02/20  22:15:23
13906         Log: In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
13907              twice, causing the loop to skip every other character.
13908      Branch: perl
13909            ! utf8.c
13910 ____________________________________________________________________________
13911 [ 14799] By: jhi                                   on 2002/02/20  21:43:21
13912         Log: Better debugging info.
13913      Branch: perl
13914            ! t/uni/case.pl
13915 ____________________________________________________________________________
13916 [ 14798] By: jhi                                   on 2002/02/20  21:13:50
13917         Log: Subject: [PATCH++] Re: [PATCH] go faster for Encode's compile
13918              From: Nicholas Clark <nick@unfortu.net>
13919              Date: Wed, 20 Feb 2002 22:13:05 +0000
13920              Message-ID: <20020220221304.GE371@Bagpuss.unfortu.net>
13921      Branch: perl
13922            ! ext/Encode/compile
13923 ____________________________________________________________________________
13924 [ 14797] By: jhi                                   on 2002/02/20  18:31:14
13925         Log: Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts
13926              From: Paul Eggert <eggert@twinsun.com>
13927              Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
13928              Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com>
13929      Branch: perl
13930            ! pod/perlhack.pod
13931 ____________________________________________________________________________
13932 [ 14796] By: nick                                  on 2002/02/20  18:15:00
13933         Log: Integrate mainline
13934      Branch: perlio
13935           +> lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
13936           +> lib/Locale/Codes/t/script.t lib/Locale/Constants.pod
13937           +> lib/Locale/Country.pod lib/Locale/Currency.pod
13938           +> lib/Locale/Language.pod lib/Locale/Script.pm
13939           +> lib/Locale/Script.pod t/uni/case.pl t/uni/lower.t
13940           +> t/uni/title.t t/uni/upper.t
13941           !> (integrate 41 files)
13942 ____________________________________________________________________________
13943 [ 14795] By: ams                                   on 2002/02/20  17:08:38
13944         Log: Subject: Re: Re-posts of some unresolved bleadperl bugreports
13945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13946              Date: Wed, 20 Feb 2002 18:06:59 +0000
13947              Message-Id: <200202201807.g1KI6xj08220@crypt.compulink.co.uk>
13948      Branch: perl
13949            ! pp_ctl.c
13950 ____________________________________________________________________________
13951 [ 14794] By: ams                                   on 2002/02/20  16:41:56
13952         Log: Subject: [PATCH] perl/Makefile.SH -- care with question mark
13953              From: Paul_GreenVOS@vos.stratus.com
13954              Date: Wed, 20 Feb 02 12:21 est
13955              Message-Id: <200202201723.MAA24639@mailhub1.stratus.com>
13956      Branch: perl
13957            ! Makefile.SH
13958 ____________________________________________________________________________
13959 [ 14793] By: jhi                                   on 2002/02/20  16:26:56
13960         Log: Forgot from #14790.
13961      Branch: perl
13962            ! pp_pack.c
13963 ____________________________________________________________________________
13964 [ 14792] By: jhi                                   on 2002/02/20  16:23:00
13965         Log: Update Changes.
13966      Branch: perl
13967            ! Changes patchlevel.h
13968 ____________________________________________________________________________
13969 [ 14791] By: jhi                                   on 2002/02/20  15:24:19
13970         Log: Integrate change #14778 from maintperl.
13971      Branch: perl
13972            ! t/lib/strict/subs
13973           !> op.c
13974 ____________________________________________________________________________
13975 [ 14790] By: jhi                                   on 2002/02/20  15:08:06
13976         Log: Subject: Re: [ID 20020220.001] pack w with objects
13977              From: Ulrich Pfeifer <upf@de.uu.net>
13978              Date: 20 Feb 2002 11:21:15 +0100
13979              Message-ID: <p5g03wcv38.fsf@de.uu.net>
13980      Branch: perl
13981            ! t/op/pack.t
13982 ____________________________________________________________________________
13983 [ 14789] By: jhi                                   on 2002/02/20  15:05:54
13984         Log: Subject: Re: [PATCH] go faster for Encode's compile
13985              From: Nicholas Clark <nick@unfortu.net> 
13986              Date: Tue, 19 Feb 2002 23:38:36 +0000
13987              Message-ID: <20020219233836.GG464@Bagpuss.unfortu.net>
13988      Branch: perl
13989            ! ext/Encode/compile
13990 ____________________________________________________________________________
13991 [ 14788] By: jhi                                   on 2002/02/20  15:02:31
13992         Log: Regen Glossary.
13993      Branch: perl
13994            ! Porting/Glossary Porting/config.sh Porting/config_H
13995 ____________________________________________________________________________
13996 [ 14787] By: jhi                                   on 2002/02/20  14:57:37
13997         Log: metaconfig unit change for #14786 (not visible yet,
13998              since Glossary needs regenerating)
13999      Branch: metaconfig
14000            ! U/compline/d_gconvert.U
14001 ____________________________________________________________________________
14002 [ 14786] By: jhi                                   on 2002/02/20  14:56:55
14003         Log: Subject: d_Gconvert hints and Glossary
14004              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14005              Date: Tue, 19 Feb 2002 11:55:36 -0800
14006              Message-ID: <42qc8gzkgOFN092yn@efn.org> 
14007      Branch: perl
14008            ! Configure config_h.SH configpm hints/aix.sh hints/dec_osf.sh
14009            ! hints/newsos4.sh hints/os2.sh hints/os390.sh hints/svr4.sh
14010            ! hints/svr5.sh
14011 ____________________________________________________________________________
14012 [ 14785] By: jhi                                   on 2002/02/20  14:38:45
14013         Log: metaconfig unit changes for #14784.
14014      Branch: metaconfig
14015            ! U/modified/Chk_MANI.U U/modified/Signal.U U/modified/libs.U
14016 ____________________________________________________________________________
14017 [ 14784] By: jhi                                   on 2002/02/20  14:38:14
14018         Log: Subject: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts 
14019              From: Paul Eggert <eggert@twinsun.com>              
14020              Date: Wed, 20 Feb 2002 03:03:51 -0800 (PST) 
14021              Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com>
14022      Branch: perl
14023            ! Configure Porting/pumpkin.pod hints/freebsd.sh hints/irix_6.sh
14024            ! pod/perlhack.pod
14025 ____________________________________________________________________________
14026 [ 14783] By: jhi                                   on 2002/02/20  14:21:32
14027         Log: metaconfig unit change for #14782.
14028      Branch: metaconfig/U/perl
14029            ! Mksymlinks.U
14030 ____________________________________________________________________________
14031 [ 14782] By: jhi                                   on 2002/02/20  14:20:33
14032         Log: Subject: [patch] Configure problem on Cygwin (was: Re: dubious configure error on cygwin)
14033              From: "Gerrit P. Haase" <gp@familiehaase.de>
14034              Date: Wed, 20 Feb 2002 00:23:29 +0100
14035              Message-ID: <70348722516.20020220002329@familiehaase.de>
14036      Branch: perl
14037            ! Configure
14038 ____________________________________________________________________________
14039 [ 14781] By: jhi                                   on 2002/02/20  13:58:16
14040         Log: Subject: Re: Lexical scoping bug with EXPR for EXPR?
14041              From: Nicholas Clark <nick@unfortu.net> 
14042              Date: Tue, 19 Feb 2002 19:27:42 +0000
14043              Message-ID: <20020219192740.GF12268@Bagpuss.unfortu.net>
14044              
14045              (with modifications)
14046      Branch: perl
14047            ! pod/perlsub.pod
14048 ____________________________________________________________________________
14049 [ 14780] By: jhi                                   on 2002/02/20  13:49:44
14050         Log: NetWare tweak from Ananth Kesari.
14051      Branch: perl
14052            ! lib/ExtUtils/MakeMaker.pm
14053 ____________________________________________________________________________
14054 [ 14779] By: ams                                   on 2002/02/20  06:51:55
14055         Log: Fix suggested by Anton Tagunov <tagunov@motor.ru>.
14056      Branch: perl
14057            ! pod/perlfaq4.pod
14058 ____________________________________________________________________________
14059 [ 14778] By: gsar                                  on 2002/02/20  04:17:22
14060         Log: constant folding on the range operator had the effect of disabling
14061              peephole optimizations in all the siblings of the range OP; the
14062              effect of this was that barewords could escape strictures when
14063              they were hiding in such places
14064      Branch: maint-5.6/perl
14065            ! op.c t/pragma/strict-subs
14066 ____________________________________________________________________________
14067 [ 14777] By: ams                                   on 2002/02/20  00:56:21
14068         Log: Subject: [PATCH] Re: Cannot handle date (0, 0, 0, 2, 0, 1970)
14069              From: Graham Barr <gbarr@pobox.com>
14070              Date: Tue, 19 Feb 2002 23:08:47 +0000
14071              Message-Id: <20020219230847.G66560@pobox.com>
14072      Branch: perl
14073            ! lib/Time/Local.pm
14074 ____________________________________________________________________________
14075 [ 14776] By: ams                                   on 2002/02/19  17:20:28
14076         Log: Subject: [DOCPATCH] C<< >> in Tie::Hash
14077              From: Nicholas Clark <nick@unfortu.net>
14078              Date: Tue, 19 Feb 2002 16:23:22 +0000
14079              Message-Id: <20020219162322.GB12268@Bagpuss.unfortu.net>
14080      Branch: perl
14081            ! lib/Tie/Hash.pm
14082 ____________________________________________________________________________
14083 [ 14775] By: jhi                                   on 2002/02/19  15:20:52
14084         Log: Regen doc, regen toc.
14085      Branch: perl
14086            ! pod/buildtoc.PL pod/perlapi.pod pod/perltoc.pod
14087 ____________________________________________________________________________
14088 [ 14774] By: jhi                                   on 2002/02/19  15:18:03
14089         Log: Subject: Re: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14090              From: Dave Mitchell <davem@fdgroup.co.uk>
14091              Date: Tue, 19 Feb 2002 16:07:52 +0000 (GMT) 
14092              Message-Id: <200202191607.QAA25164@gizmo.fdgroup.co.uk>           
14093      Branch: perl
14094            ! pod/perlsub.pod
14095 ____________________________________________________________________________
14096 [ 14773] By: jhi                                   on 2002/02/19  15:13:57
14097         Log: Detypo.
14098      Branch: perl
14099            ! lib/Tie/Memoize.pm
14100 ____________________________________________________________________________
14101 [ 14772] By: jhi                                   on 2002/02/19  15:01:25
14102         Log: UTF-8 C API doc tweaks.
14103      Branch: perl
14104            ! pod/perlunicode.pod
14105 ____________________________________________________________________________
14106 [ 14771] By: jhi                                   on 2002/02/19  14:03:08
14107         Log: Mention that the case-switchers know about Unicode, too.
14108      Branch: perl
14109            ! pod/perlop.pod
14110 ____________________________________________________________________________
14111 [ 14770] By: jhi                                   on 2002/02/19  13:49:52
14112         Log: Upgrade to Locale::Codes 2.01.
14113      Branch: perl
14114            + lib/Locale/Constants.pod lib/Locale/Country.pod
14115            + lib/Locale/Currency.pod lib/Locale/Language.pod
14116            + lib/Locale/Script.pod
14117            ! MANIFEST lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14118            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14119            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14120            ! lib/Locale/Maketext.pm lib/Locale/Script.pm
14121 ____________________________________________________________________________
14122 [ 14769] By: jhi                                   on 2002/02/19  13:34:16
14123         Log: Subject: {PATCH] Re: Lexical scoping bug with EXPR for EXPR?
14124              From: Dave Mitchell <davem@fdgroup.co.uk>
14125              Date: Tue, 19 Feb 2002 10:30:30 +0000 (GMT) 
14126              Message-Id: <200202191030.KAA24180@gizmo.fdgroup.co.uk>
14127      Branch: perl
14128            ! pod/perlsub.pod
14129 ____________________________________________________________________________
14130 [ 14768] By: jhi                                   on 2002/02/19  13:32:32
14131         Log: Subject: [PATCH] Clarify SvPV and SvPV_force api docs
14132              From: Sam Tregar <sam@tregar.com> 
14133              Date: Mon, 18 Feb 2002 23:09:22 -0500 (EST) 
14134              Message-ID: <Pine.LNX.4.44.0202182305350.10037-100000@localhost.localdomain>   
14135      Branch: perl
14136            ! sv.h
14137 ____________________________________________________________________________
14138 [ 14767] By: jhi                                   on 2002/02/19  13:29:04
14139         Log: The test requires perlio.
14140      Branch: perl
14141            ! ext/Encode/t/JP.t
14142 ____________________________________________________________________________
14143 [ 14766] By: jhi                                   on 2002/02/19  04:57:59
14144         Log: Misplaced block end.
14145      Branch: perl
14146            ! utf8.c
14147 ____________________________________________________________________________
14148 [ 14765] By: jhi                                   on 2002/02/19  04:53:30
14149         Log: The POSIX extensions are deadly.
14150      Branch: perl
14151            ! regcomp.c
14152 ____________________________________________________________________________
14153 [ 14764] By: jhi                                   on 2002/02/19  04:44:41
14154         Log: Let's not overdo the growth.
14155      Branch: perl
14156            ! pp.c
14157 ____________________________________________________________________________
14158 [ 14763] By: jhi                                   on 2002/02/19  04:19:21
14159         Log: Third time makes the charm.
14160      Branch: perl
14161            ! README.os390
14162 ____________________________________________________________________________
14163 [ 14762] By: jhi                                   on 2002/02/19  04:03:46
14164         Log: Oops.
14165      Branch: perl
14166            ! utf8.c
14167 ____________________________________________________________________________
14168 [ 14761] By: jhi                                   on 2002/02/19  03:49:34
14169         Log: Add back the new casing tests.
14170      Branch: perl
14171            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14172            ! MANIFEST
14173 ____________________________________________________________________________
14174 [ 14760] By: jhi                                   on 2002/02/19  03:49:16
14175         Log: Prefer special case mappings.
14176      Branch: perl
14177            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14178            ! lib/unicore/To/Upper.pl lib/unicore/mktables
14179 ____________________________________________________________________________
14180 [ 14759] By: jhi                                   on 2002/02/19  03:48:46
14181         Log: Try special casing first.
14182      Branch: perl
14183            ! utf8.c
14184 ____________________________________________________________________________
14185 [ 14758] By: jhi                                   on 2002/02/19  01:55:14
14186         Log: Not extending enough.
14187      Branch: perl
14188            ! pp.c utf8.h
14189 ____________________________________________________________________________
14190 [ 14757] By: jhi                                   on 2002/02/19  00:21:07
14191         Log: No need to store identity mappings.
14192      Branch: perl
14193            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
14194            ! lib/unicore/mktables
14195 ____________________________________________________________________________
14196 [ 14756] By: ams                                   on 2002/02/18  20:21:17
14197         Log: Forward port #14704 from maint-5.6.
14198      Branch: perl
14199            ! doio.c
14200 ____________________________________________________________________________
14201 [ 14755] By: jhi                                   on 2002/02/18  20:16:40
14202         Log: Regen Changes.
14203      Branch: perl
14204            ! Changes
14205 ____________________________________________________________________________
14206 [ 14754] By: ams                                   on 2002/02/18  19:01:09
14207         Log: Subject: [PATCH] VMS cando_by_name and current process privs
14208              From: "Craig A. Berry" <craigberry@mac.com>
14209              Date: Mon, 18 Feb 2002 14:03:30 -0600
14210              Message-Id: <5.1.0.14.2.20020218132536.01b7a0b8@exchi01>
14211      Branch: perl
14212            ! vms/vms.c
14213 ____________________________________________________________________________
14214 [ 14753] By: jhi                                   on 2002/02/18  17:58:39
14215         Log: Update Changes.
14216      Branch: perl
14217            ! Changes patchlevel.h
14218 ____________________________________________________________________________
14219 [ 14752] By: jhi                                   on 2002/02/18  17:54:44
14220         Log: What do you know; these tests unearthed nasty problems.
14221              Will resolve those first.
14222      Branch: perl
14223            - t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14224            ! MANIFEST
14225 ____________________________________________________________________________
14226 [ 14751] By: jhi                                   on 2002/02/18  17:52:23
14227         Log: Update Changes.
14228      Branch: perl
14229            ! Changes patchlevel.h
14230 ____________________________________________________________________________
14231 [ 14750] By: ams                                   on 2002/02/18  17:36:05
14232         Log: Subject: Re: IO::Poll: Removing Handles
14233              From: Matthew Sachs <matthewg@zevils.com>
14234              Date: Mon, 18 Feb 2002 13:19:01 -0500
14235              Message-Id: <20020218181901.GA19377@allevil.dhcp.zevils.com>
14236      Branch: perl
14237            ! ext/IO/lib/IO/t/io_poll.t
14238 ____________________________________________________________________________
14239 [ 14749] By: jhi                                   on 2002/02/18  16:49:51
14240         Log: Subject: VMS test fix-ups (alarm.t and glob.t)
14241              From: "Craig A. Berry" <craigberry@mac.com>
14242              Date: Mon, 18 Feb 2002 11:52:21 -0600
14243              Message-Id: <5.1.0.14.2.20020218114540.01b2b458@exchi01>
14244      Branch: perl
14245            ! t/op/alarm.t t/op/glob.t
14246 ____________________________________________________________________________
14247 [ 14748] By: ams                                   on 2002/02/18  15:53:36
14248         Log: s/load_module/Perl_load_module/
14249      Branch: perl
14250            ! gv.c
14251 ____________________________________________________________________________
14252 [ 14747] By: jhi                                   on 2002/02/18  15:43:06
14253         Log: Unused in ASCII, used in EBCDIC.
14254      Branch: perl
14255            ! utf8.c
14256 ____________________________________________________________________________
14257 [ 14746] By: jhi                                   on 2002/02/18  15:26:32
14258         Log: Upgrade to Locale::Codes 2.00.
14259      Branch: perl
14260            + lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
14261            + lib/Locale/Codes/t/script.t lib/Locale/Script.pm
14262            ! MANIFEST lib/Locale/Codes/t/all.t lib/Locale/Codes/t/country.t
14263            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14264            ! lib/Locale/Currency.pm lib/Locale/Language.pm
14265 ____________________________________________________________________________
14266 [ 14745] By: ams                                   on 2002/02/18  15:20:44
14267         Log: Subject: Re: [ID 20020213.001] "Unknown error" as a message from compilation
14268              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14269              Date: Sat, 16 Feb 2002 00:06:01 +0100
14270              Message-Id: <20020216000601.A17249@rafael>
14271      Branch: perl
14272            ! gv.c
14273 ____________________________________________________________________________
14274 [ 14744] By: jhi                                   on 2002/02/18  14:54:47
14275         Log: More Unicode casing checks.
14276      Branch: perl
14277            + t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
14278            ! MANIFEST
14279 ____________________________________________________________________________
14280 [ 14743] By: ams                                   on 2002/02/18  14:35:38
14281         Log: Subject: IO::Poll: Removing Handles
14282              From: Matthew Sachs <matthewg@zevils.com>
14283              Date: Sun, 17 Feb 2002 04:49:46 -0500
14284              Message-Id: <20020217094946.GA13130@allevil.dhcp.zevils.com>
14285      Branch: perl
14286            ! ext/IO/lib/IO/Poll.pm
14287 ____________________________________________________________________________
14288 [ 14741] By: ams                                   on 2002/02/18  13:59:48
14289         Log: Subject: [PATCH pp_ctl.c] bug on "do NUMBER"
14290              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14291              Date: Mon, 18 Feb 2002 15:41:26 +0100
14292              Message-Id: <20020218154126.A692@rafael>
14293      Branch: perl
14294            ! pp_ctl.c t/op/do.t
14295 ____________________________________________________________________________
14296 [ 14740] By: nick                                  on 2002/02/18  09:09:23
14297         Log: Integrate mainline
14298      Branch: perlio
14299           +> ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14300           +> ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14301           +> ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14302           +> ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14303           +> ext/Encode/lib/Encode/JP/Constants.pm
14304           +> ext/Encode/lib/Encode/JP/H2Z.pm
14305           +> ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14306           +> ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14307           +> ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14308           +> os2/OS2/Process/t/os2_process.t
14309           +> os2/OS2/Process/t/os2_process_kid.t
14310           +> os2/OS2/Process/t/os2_process_text.t
14311            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14312            - ext/Encode/t/Japanese.t
14313           !> (integrate 47 files)
14314 ____________________________________________________________________________
14315 [ 14739] By: jhi                                   on 2002/02/18  05:02:47
14316         Log: EBCDIC: now the worst seems to be over for
14317              the "Malformed" warnings.  Still a few of them,
14318              and plenty of test failures, but getting better.
14319      Branch: perl
14320            ! regcomp.c utf8.c
14321 ____________________________________________________________________________
14322 [ 14738] By: jhi                                   on 2002/02/18  02:31:05
14323         Log: Upgrade to Net::Ping 2.12.
14324      Branch: perl
14325            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14326            ! lib/Net/Ping/t/110_icmp_inst.t
14327 ____________________________________________________________________________
14328 [ 14737] By: jhi                                   on 2002/02/18  02:24:31
14329         Log: After much rewriting we are now pretty much
14330              back to where we started.
14331      Branch: perl
14332            ! utf8.c
14333 ____________________________________________________________________________
14334 [ 14736] By: ams                                   on 2002/02/18  01:23:00
14335         Log: Subject: [PATCH B::Deparse] two fixes
14336              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14337              Date: Sun, 17 Feb 2002 23:58:59 +0100
14338              Message-Id: <20020217235859.A32513@rafael>
14339      Branch: perl
14340            ! ext/B/B/Deparse.pm
14341 ____________________________________________________________________________
14342 [ 14735] By: jhi                                   on 2002/02/17  21:24:26
14343         Log: Buglet.
14344      Branch: perl
14345            ! ext/Encode/lib/Encode/JP/JIS.pm
14346 ____________________________________________________________________________
14347 [ 14734] By: jhi                                   on 2002/02/17  20:44:59
14348         Log: Clearing up to_utf8_case() continues: this time use
14349              a single return, and EBCDICification for all paths.
14350      Branch: perl
14351            ! utf8.c
14352 ____________________________________________________________________________
14353 [ 14733] By: jhi                                   on 2002/02/17  19:51:01
14354         Log: Small tweaks to get the test running (fix @INC and
14355              do not overwrite the table.utf8 and table.rnd).
14356      Branch: perl
14357            ! ext/Encode/t/JP.t
14358 ____________________________________________________________________________
14359 [ 14732] By: jhi                                   on 2002/02/17  18:40:24
14360         Log: Tiny tweak.
14361      Branch: perl
14362            ! utf8.c
14363 ____________________________________________________________________________
14364 [ 14731] By: jhi                                   on 2002/02/17  16:56:17
14365         Log: Redundant casts.
14366      Branch: perl
14367            ! utf8.c
14368 ____________________________________________________________________________
14369 [ 14730] By: jhi                                   on 2002/02/17  16:50:34
14370         Log: More filename portability tips.
14371      Branch: perl
14372            ! pod/perlport.pod
14373 ____________________________________________________________________________
14374 [ 14729] By: jhi                                   on 2002/02/17  16:25:06
14375         Log: FAQ sync.
14376      Branch: perl
14377            ! pod/perlfaq3.pod pod/perlfaq5.pod
14378 ____________________________________________________________________________
14379 [ 14728] By: ams                                   on 2002/02/17  16:15:09
14380         Log: Subject: podlators 1.21 released
14381              From: Russ Allbery <rra@stanford.edu>
14382              Date: Sat, 16 Feb 2002 21:42:56 -0800
14383              Message-Id: <yladu8irz3.fsf@windlord.stanford.edu>
14384      Branch: perl
14385            ! lib/Pod/Text/Overstrike.pm
14386 ____________________________________________________________________________
14387 [ 14727] By: sky                                   on 2002/02/17  11:36:52
14388         Log: Subject: [PATCH] Tied STDERR should catch messages from warn() and die()
14389              From: Autrijus Tang <autrijus@autrijus.org>
14390              Date: Sun, 17 Feb 2002 19:46:47 +0800
14391              Message-ID: <20020217194647.A1410@not.autrijus.org>
14392      Branch: perl
14393            ! pp_ctl.c t/op/tiehandle.t util.c
14394 ____________________________________________________________________________
14395 [ 14726] By: jhi                                   on 2002/02/17  03:13:30
14396         Log: EBCDIC: to_utf8_case() is supposed to get its low 256
14397              input in native code points, not Unicode.
14398      Branch: perl
14399            ! utf8.c
14400 ____________________________________________________________________________
14401 [ 14725] By: jhi                                   on 2002/02/17  01:43:42
14402         Log: Regen Glossary.
14403      Branch: perl
14404            ! Porting/Glossary Porting/config.sh Porting/config_H
14405 ____________________________________________________________________________
14406 [ 14724] By: jhi                                   on 2002/02/17  01:12:37
14407         Log: The #14715 and #14716 were okay: they just revealed
14408              a bug in the EXACTF matching.
14409      Branch: perl
14410            ! regexec.c utf8.c
14411 ____________________________________________________________________________
14412 [ 14723] By: jhi                                   on 2002/02/16  16:14:19
14413         Log: Retreat, retreat! (retract #14715 and #14716)
14414      Branch: perl
14415            ! utf8.c
14416 ____________________________________________________________________________
14417 [ 14722] By: jhi                                   on 2002/02/16  16:06:00
14418         Log: Encode 0.40, from Dan Kogai.
14419      Branch: perl
14420            + ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14421            + ext/Encode/JP/JP.pm ext/Encode/JP/Makefile.PL
14422            + ext/Encode/KR/KR.pm ext/Encode/KR/Makefile.PL
14423            + ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14424            + ext/Encode/lib/Encode/JP/Constants.pm
14425            + ext/Encode/lib/Encode/JP/H2Z.pm
14426            + ext/Encode/lib/Encode/JP/ISO_2022_JP.pm
14427            + ext/Encode/lib/Encode/JP/JIS.pm ext/Encode/lib/Encode/JP/Tr.pm
14428            + ext/Encode/t/JP.t ext/Encode/t/japanese.pl
14429            + ext/Encode/t/table.rnd ext/Encode/t/table.utf8
14430            - ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
14431            - ext/Encode/t/Japanese.t
14432            ! MANIFEST ext/Encode/Encode.pm ext/Encode/MANIFEST
14433            ! ext/Encode/t/Encode.t
14434 ____________________________________________________________________________
14435 [ 14721] By: jhi                                   on 2002/02/16  15:37:40
14436         Log: metaconfig unit change for #14720.
14437      Branch: perl
14438            ! Configure
14439 ____________________________________________________________________________
14440 [ 14720] By: jhi                                   on 2002/02/16  15:36:42
14441         Log: Regenerate Configure (small tweaks on Yitzchak's,
14442              main difference being that the preference variables are
14443              called gconvert_...).
14444      Branch: metaconfig
14445            ! U/compline/d_gconvert.U
14446 ____________________________________________________________________________
14447 [ 14719] By: ams                                   on 2002/02/16  14:11:01
14448         Log: Subject: Re: [proof-of-concept PATCH] d_Gconvert and Configure
14449              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14450              Date: Thu, 14 Feb 2002 22:27:33 -0800
14451              Message-Id: <VpKb8gzkgCdK092yn@efn.org>
14452              (Applied by hand.)
14453      Branch: perl
14454            ! Configure
14455 ____________________________________________________________________________
14456 [ 14718] By: ams                                   on 2002/02/16  13:45:28
14457         Log: Subject: [DOC PATCH perlport.pod] Typo fix and three-arg open
14458              From: Philip Newton <Philip.Newton@gmx.net>
14459              Date: Sat, 16 Feb 2002 10:05:05 +0100
14460              Message-Id: <558s6u4djrbk46q44fvqs5mfviq9311lj1@4ax.com>
14461              (Applied by hand.)
14462      Branch: perl
14463            ! pod/perlport.pod
14464 ____________________________________________________________________________
14465 [ 14717] By: ams                                   on 2002/02/16  04:30:23
14466         Log: Remove dubious test.
14467      Branch: perl
14468            ! t/io/open.t
14469 ____________________________________________________________________________
14470 [ 14716] By: jhi                                   on 2002/02/16  04:24:45
14471         Log: Tiny tweak.
14472      Branch: perl
14473            ! utf8.c
14474 ____________________________________________________________________________
14475 [ 14715] By: jhi                                   on 2002/02/16  03:49:14
14476         Log: Restructure to_utf8_case() for simpler execution paths.
14477      Branch: perl
14478            ! utf8.c
14479 ____________________________________________________________________________
14480 [ 14714] By: ams                                   on 2002/02/16  02:43:59
14481         Log: Absorb #14701 by Sarathy from maint-5.6.
14482      Branch: perl
14483            ! doio.c t/io/open.t
14484 ____________________________________________________________________________
14485 [ 14713] By: ams                                   on 2002/02/16  01:51:27
14486         Log: Subject: [PATCH] VOS patches for perl 5.8
14487              From: Paul_GreenVOS@vos.stratus.com
14488              Date: Fri, 15 Feb 02 17:41 est
14489              Message-Id: <200202152243.RAA01195@mailhub1.stratus.com>
14490      Branch: perl
14491            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
14492            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
14493            ! vos/install_perl.cm
14494 ____________________________________________________________________________
14495 [ 14712] By: jhi                                   on 2002/02/15  21:08:13
14496         Log: Subject: [PATCH B::Deparse] Fix another bug introduced by #14615
14497              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14498              Date: Fri, 15 Feb 2002 23:05:44 +0100
14499              Message-ID: <20020215230544.A690@rafael>
14500      Branch: perl
14501            ! ext/B/B/Deparse.pm
14502 ____________________________________________________________________________
14503 [ 14711] By: jhi                                   on 2002/02/15  19:26:07
14504         Log: Add $VERSION.
14505      Branch: perl
14506            ! lib/Tie/Memoize.pm
14507 ____________________________________________________________________________
14508 [ 14710] By: jhi                                   on 2002/02/15  15:40:30
14509         Log: Update Changes.
14510      Branch: perl
14511            ! Changes patchlevel.h
14512 ____________________________________________________________________________
14513 [ 14709] By: jhi                                   on 2002/02/15  15:01:54
14514         Log: Subject: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction of cc.cbu and checkcc
14515              From: Robin Barker <rmb1@cise.npl.co.uk>
14516              Date: Thu, 14 Feb 2002 19:07:40 GMT
14517              Message-Id: <200202141907.TAA21516@tempest.npl.co.uk>
14518              
14519              (the hints part only)
14520      Branch: perl
14521            ! hints/solaris_2.sh
14522 ____________________________________________________________________________
14523 [ 14708] By: jhi                                   on 2002/02/15  15:00:27
14524         Log: metaconfig unit changes for #14707.
14525      Branch: metaconfig
14526            ! U/modified/cc.U
14527      Branch: metaconfig/U/perl
14528            ! Checkcc.U
14529 ____________________________________________________________________________
14530 [ 14707] By: jhi                                   on 2002/02/15  15:00:01
14531         Log: Subject: Re: [PATCH hints/solaris_2.sh]; was Re: [PATCH Configure] Interaction  of cc.cbu and checkcc
14532              From: Robin Barker <rmb1@cise.npl.co.uk>
14533              Date: Fri, 15 Feb 2002 12:14:39 GMT
14534              Message-Id: <200202151214.MAA26466@tempest.npl.co.uk>
14535              
14536              Split checking-for-gcc and checking-for-cc.
14537      Branch: perl
14538            ! Configure
14539 ____________________________________________________________________________
14540 [ 14706] By: ams                                   on 2002/02/15  13:57:15
14541         Log: Subject: Re: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
14542              From: Ville =?ISO-8859-1?Q?Skytt=E4?= <ville.skytta@iki.fi>
14543              Date: 15 Feb 2002 10:53:06 +0200
14544              Message-Id: <1013763186.28457.6.camel@cs78130147.pp.htv.fi>
14545      Branch: perl
14546            ! lib/Pod/Html.pm
14547 ____________________________________________________________________________
14548 [ 14705] By: ams                                   on 2002/02/15  08:42:55
14549         Log: Subject: [PATCH @14577] OS/2 tests and more
14550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14551              Date: Fri, 15 Feb 2002 03:56:24 -0500
14552              Message-Id: <20020215035624.A16467@math.ohio-state.edu>
14553      Branch: perl
14554            + os2/OS2/Process/t/os2_process.t
14555            + os2/OS2/Process/t/os2_process_kid.t
14556            + os2/OS2/Process/t/os2_process_text.t
14557            ! MANIFEST configpm hints/os2.sh makedef.pl
14558            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
14559            ! os2/OS2/Process/Process.xs os2/os2.c os2/os2_base.t
14560            ! os2/os2ish.h
14561 ____________________________________________________________________________
14562 [ 14704] By: gsar                                  on 2002/02/15  08:42:48
14563         Log: don't Safefree() PerlIO pointers we didn't allocate to begin with;
14564              avoid wasteful PL_fdpid fiddling where that is not warranted;
14565              mostly whitespace fixes
14566              
14567              these were longstanding todo items from:
14568              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-04/msg01019.html
14569      Branch: maint-5.6/perl
14570            ! doio.c
14571 ____________________________________________________________________________
14572 [ 14702] By: nick                                  on 2002/02/15  08:31:41
14573         Log: Integrate mainline
14574      Branch: perlio
14575           +> lib/if.pm lib/if.t
14576           !> Configure MANIFEST ext/B/B/Deparse.pm ext/B/t/deparse.t
14577           !> lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14578           !> lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14579           !> lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14580           !> lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14581           !> lib/Pod/Html.pm lib/Tie/Handle.pm lib/charnames.pm
14582           !> lib/charnames.t pod/perluniintro.pod pp_sys.c
14583           !> t/lib/warnings/pp_sys
14584 ____________________________________________________________________________
14585 [ 14701] By: gsar                                  on 2002/02/15  08:04:58
14586         Log: open(STDOUT, ">&=FOO") leaks PerlIO pointers badly on all platforms
14587              (and also dies quickly on Windows); this bug crept in as
14588              change#610, a.k.a change#646
14589      Branch: maint-5.6/perl
14590            ! doio.c t/io/open.t
14591 ____________________________________________________________________________
14592 [ 14700] By: jhi                                   on 2002/02/15  02:51:13
14593         Log: Subject: [ID 20020213.015] Pod::Html XHTML update for 5.7.2
14594              From: Ville "Skyttä" <ville.skytta@iki.fi>
14595              Date: Wed, 13 Feb 2002 22:29:39 +0200
14596              Message-Id: <20020213222939.5321b5ce.ville.skytta@iki.fi>
14597      Branch: perl
14598            ! lib/Pod/Html.pm
14599 ____________________________________________________________________________
14600 [ 14699] By: jhi                                   on 2002/02/14  23:47:43
14601         Log: Document and test the C0 and C1.
14602      Branch: perl
14603            ! lib/charnames.pm lib/charnames.t
14604 ____________________________________________________________________________
14605 [ 14698] By: jhi                                   on 2002/02/14  22:21:55
14606         Log: metaconfig unit change for #14697.
14607      Branch: metaconfig
14608            ! U/modified/Init.U
14609 ____________________________________________________________________________
14610 [ 14697] By: jhi                                   on 2002/02/14  22:21:20
14611         Log: Also OS/2 seems to need exe set early.
14612      Branch: perl
14613            ! Configure
14614 ____________________________________________________________________________
14615 [ 14696] By: jhi                                   on 2002/02/14  22:13:18
14616         Log: Document pack U0U.
14617      Branch: perl
14618            ! pod/perluniintro.pod
14619 ____________________________________________________________________________
14620 [ 14695] By: jhi                                   on 2002/02/14  21:56:52
14621         Log: Subject: [PATCH] Re: bug? no warning from getc BOLLOCKS
14622              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14623              Date: Thu, 14 Feb 2002 23:58:00 +0100
14624              Message-ID: <20020214235800.A12901@rafael>
14625      Branch: perl
14626            ! pp_sys.c t/lib/warnings/pp_sys
14627 ____________________________________________________________________________
14628 [ 14694] By: jhi                                   on 2002/02/14  21:54:43
14629         Log: Subject: [PATCH @13746] conditional pragmas
14630              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14631              Date: Mon, 31 Dec 2001 18:18:09 -0500
14632              Message-ID: <20011231181809.A29528@math.ohio-state.edu>
14633      Branch: perl
14634            + lib/if.pm lib/if.t
14635            ! MANIFEST
14636 ____________________________________________________________________________
14637 [ 14693] By: jhi                                   on 2002/02/14  21:47:08
14638         Log: Deparse bug introduced by #14615: the fix is just a workaround,
14639              I suspect there to be another deeper bug, must distill simpler
14640              test case.
14641      Branch: perl
14642            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
14643 ____________________________________________________________________________
14644 [ 14692] By: jhi                                   on 2002/02/14  19:52:26
14645         Log: Integrate perlio; 
14646              
14647              Make dependencies more precise (for nmake)
14648      Branch: perl
14649           !> ext/Encode/EUC_JP/Makefile.PL
14650 ____________________________________________________________________________
14651 [ 14691] By: jhi                                   on 2002/02/14  18:08:58
14652         Log: Just a guess.
14653      Branch: perl
14654            ! lib/Tie/Handle.pm
14655 ____________________________________________________________________________
14656 [ 14690] By: nick                                  on 2002/02/14  16:30:56
14657         Log: Integrate mainline
14658      Branch: perlio
14659           +> ext/threads/t/end.t lib/Tie/Memoize.pm lib/Tie/Memoize.t
14660           !> Changes MANIFEST Makefile.SH ext/threads/threads.pm
14661           !> ext/threads/threads.xs lib/ExtUtils/Installed.pm
14662           !> lib/ExtUtils/t/Installed.t lib/File/Spec/t/rel2abs2rel.t
14663           !> lib/Tie/Hash.pm patchlevel.h pod/perltie.pod t/op/groups.t
14664           !> utf8.c
14665 ____________________________________________________________________________
14666 [ 14689] By: jhi                                   on 2002/02/14  16:03:50
14667         Log: Upgrade to Net::Ping 2.11.
14668      Branch: perl
14669            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/README
14670            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
14671            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
14672            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
14673 ____________________________________________________________________________
14674 [ 14688] By: jhi                                   on 2002/02/14  15:15:17
14675         Log: Subject: [PATCH ExtUtils/Installed.pm ExtUtils/t/Installed.t]
14676              From: Robin Barker <rmb1@cise.npl.co.uk>
14677              Date: Wed, 13 Feb 2002 17:37:07 GMT
14678              Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>
14679              
14680              (updated version of the above)
14681      Branch: perl
14682            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
14683 ____________________________________________________________________________
14684 [ 14687] By: jhi                                   on 2002/02/14  14:44:02
14685         Log: Excise inexact blather.
14686      Branch: perl
14687            ! utf8.c
14688 ____________________________________________________________________________
14689 [ 14686] By: jhi                                   on 2002/02/14  14:30:35
14690         Log: Subject: Re: [PATCH @13746] tied hashes: memoization
14691              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14692              Date: Mon, 31 Dec 2001 20:28:46 -0500
14693              Message-ID: <20011231202845.A1323@math.ohio-state.edu>
14694      Branch: perl
14695            + lib/Tie/Memoize.pm lib/Tie/Memoize.t
14696            ! MANIFEST
14697 ____________________________________________________________________________
14698 [ 14685] By: nick                                  on 2002/02/14  14:20:20
14699         Log: Make dependencies more precise (for nmake)
14700      Branch: perlio
14701            ! ext/Encode/EUC_JP/Makefile.PL
14702 ____________________________________________________________________________
14703 [ 14684] By: jhi                                   on 2002/02/14  14:09:10
14704         Log: Subject: [PATCH @13746] tied hashes
14705              From: Ilya Zakharevich <ilya@math.ohio-state.edu>             
14706              Date: Mon, 31 Dec 2001 19:15:39 -0500
14707              Message-ID: <20011231191539.A46@math.ohio-state.edu>
14708      Branch: perl
14709            ! lib/Tie/Hash.pm pod/perltie.pod
14710 ____________________________________________________________________________
14711 [ 14683] By: jhi                                   on 2002/02/13  22:30:55
14712         Log: Subject: Re: [PATCH] Configure followed by make minitest
14713              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
14714              Date: Sun, 10 Feb 2002 23:22:05 -0800
14715              Message-ID: <dE3Z8gzkgyBD092yn@efn.org>
14716      Branch: perl
14717            ! Makefile.SH
14718 ____________________________________________________________________________
14719 [ 14682] By: jhi                                   on 2002/02/13  15:50:37
14720         Log: Subject: Re: perl@14647
14721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14722              Date: Mon, 11 Feb 2002 19:30:36 +0100
14723              Message-Id: <20020211192820.C199.H.M.BRAND@hccnet.nl>
14724      Branch: perl
14725            ! t/op/groups.t
14726 ____________________________________________________________________________
14727 [ 14681] By: jhi                                   on 2002/02/13  15:14:25
14728         Log: Update Changes.
14729      Branch: perl
14730            ! Changes patchlevel.h
14731 ____________________________________________________________________________
14732 [ 14680] By: jhi                                   on 2002/02/13  13:41:50
14733         Log: Integrate perlio;
14734              
14735              Do not lc() the file names before doing dirname() or they don't match.
14736      Branch: perl
14737           !> lib/ExtUtils/t/Installed.t
14738 ____________________________________________________________________________
14739 [ 14679] By: sky                                   on 2002/02/13  12:56:13
14740         Log: rename mutex to make a bit more sense
14741      Branch: perl
14742            ! ext/threads/threads.xs
14743 ____________________________________________________________________________
14744 [ 14678] By: sky                                   on 2002/02/13  12:46:11
14745         Log: Track active threads....
14746      Branch: perl
14747            ! ext/threads/threads.pm ext/threads/threads.xs
14748 ____________________________________________________________________________
14749 [ 14677] By: nick                                  on 2002/02/13  09:30:42
14750         Log: Do not lc() the file names before doing dirname() or they don't match.
14751      Branch: perlio
14752            ! lib/ExtUtils/t/Installed.t
14753 ____________________________________________________________________________
14754 [ 14676] By: sky                                   on 2002/02/13  09:03:37
14755         Log: Subject: [PATCH] Re: File/Spec/t/rel2abs2rel2whatever broken again
14756              From: Michael G Schwern <schwern@pobox.com>
14757              Date: ons feb 13, 2002  11:00:17  Europe/Stockholm
14758              Message-Id: <20020213100017.GA6288@blackrider>
14759      Branch: perl
14760            ! lib/File/Spec/t/rel2abs2rel.t
14761 ____________________________________________________________________________
14762 [ 14675] By: sky                                   on 2002/02/13  09:00:24
14763         Log: Do not propagate END blocks to child threads, test.
14764      Branch: perl
14765            + ext/threads/t/end.t
14766            ! MANIFEST ext/threads/threads.xs
14767 ____________________________________________________________________________
14768 [ 14674] By: nick                                  on 2002/02/13  08:34:55
14769         Log: Integrate mainline
14770      Branch: perlio
14771           +> ext/threads/t/join.t
14772           !> Configure MANIFEST ext/threads/threads.xs hints/solaris_2.sh
14773           !> lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod pp_pack.c
14774           !> t/op/lc.t t/op/length.t t/uni/fold.t utf8.c
14775 ____________________________________________________________________________
14776 [ 14673] By: jhi                                   on 2002/02/13  05:17:26
14777         Log: metaconfig unit change for #14672.
14778      Branch: metaconfig
14779            ! U/modified/lns.U
14780 ____________________________________________________________________________
14781 [ 14672] By: jhi                                   on 2002/02/13  05:17:07
14782         Log: $ln is supposed to be already set to $ln + executable suffix
14783              on platforms that need it, from Paul Green.
14784      Branch: perl
14785            ! Configure
14786 ____________________________________________________________________________
14787 [ 14671] By: jhi                                   on 2002/02/13  05:12:28
14788         Log: Subject: New command syntax for 'x' command
14789              From: Mark-Jason Dominus <mjd@plover.com>
14790              Date: Tue, 12 Feb 2002 20:54:01 -0500
14791              Message-ID: <20020213015401.25685.qmail@plover.com>
14792      Branch: perl
14793            ! lib/perl5db.pl pod/perldebug.pod
14794 ____________________________________________________________________________
14795 [ 14670] By: jhi                                   on 2002/02/13  05:11:12
14796         Log: Subject: New debugger option 'dumpDepth' controls recursion depth of 'x' command
14797              From: Mark-Jason Dominus <mjd@plover.com>
14798              Date: Tue, 12 Feb 2002 20:20:42 -0500
14799              Message-ID: <20020213012042.25245.qmail@plover.com>
14800      Branch: perl
14801            ! lib/dumpvar.pl lib/perl5db.pl pod/perldebug.pod
14802 ____________________________________________________________________________
14803 [ 14669] By: jhi                                   on 2002/02/13  04:43:43
14804         Log: Iteration continues.
14805      Branch: perl
14806            ! utf8.c
14807 ____________________________________________________________________________
14808 [ 14668] By: jhi                                   on 2002/02/13  02:37:31
14809         Log: Duh.
14810      Branch: perl
14811            ! pp_pack.c t/op/length.t
14812 ____________________________________________________________________________
14813 [ 14667] By: jhi                                   on 2002/02/13  01:33:01
14814         Log: Retract #14666.
14815      Branch: perl
14816            ! t/op/lc.t
14817 ____________________________________________________________________________
14818 [ 14666] By: jhi                                   on 2002/02/13  01:22:13
14819         Log: (retracted by #14667)
14820      Branch: perl
14821            ! t/op/lc.t
14822 ____________________________________________________________________________
14823 [ 14665] By: jhi                                   on 2002/02/13  00:45:02
14824         Log: Tiny test script tweaks.
14825      Branch: perl
14826            ! t/uni/fold.t
14827 ____________________________________________________________________________
14828 [ 14664] By: jhi                                   on 2002/02/13  00:24:37
14829         Log: Rewrite the "special mapping" part of to_utf8_case(),
14830              this time with fewer bugs.  (See: The Law of Cybernetic
14831              Entymology.)
14832      Branch: perl
14833            ! utf8.c
14834 ____________________________________________________________________________
14835 [ 14663] By: sky                                   on 2002/02/12  18:26:16
14836         Log: Stop failures if you pass an object, sv_dup might not be the right 
14837              thing to use since I have a feeling we end up cloning far too much. 
14838              (Like the stash for example).... Maybe we need a lightweight sv_dup 
14839              that searches the target for things....
14840              Real fix is another option to perl_clone which controls if you should 
14841              save stashes.
14842      Branch: perl
14843            ! ext/threads/threads.xs
14844 ____________________________________________________________________________
14845 [ 14662] By: jhi                                   on 2002/02/12  17:19:49
14846         Log: Retract #14661.
14847      Branch: perl
14848            ! hints/solaris_2.sh
14849 ____________________________________________________________________________
14850 [ 14661] By: jhi                                   on 2002/02/12  17:16:20
14851         Log: (retracted by #14662)
14852      Branch: perl
14853            ! hints/solaris_2.sh
14854 ____________________________________________________________________________
14855 [ 14660] By: jhi                                   on 2002/02/12  15:03:58
14856         Log: EBCDIC: another "can't happen".
14857      Branch: perl
14858            ! utf8.c
14859 ____________________________________________________________________________
14860 [ 14659] By: sky                                   on 2002/02/12  14:38:21
14861         Log: Join support, however something wierd seems to happen with filehandles that are passed along threads...
14862      Branch: perl
14863            + ext/threads/t/join.t
14864            ! MANIFEST ext/threads/threads.xs
14865 ____________________________________________________________________________
14866 [ 14658] By: nick                                  on 2002/02/12  13:54:06
14867         Log: Integrate mainline
14868      Branch: perlio
14869           !> lib/ExtUtils/Installed.pm lib/ExtUtils/t/Embed.t
14870           !> lib/File/Spec/t/rel2abs2rel.t lib/Win32.pod t/op/each.t
14871           !> t/op/length.t t/test.pl toke.c win32/win32.c win32/win32.h
14872 ____________________________________________________________________________
14873 [ 14657] By: jhi                                   on 2002/02/12  13:44:34
14874         Log: Subject: Re: [PATCH 5.6.1] Win32: Give user control over window creation behavior of system() function 
14875              From: Jan Dubois <JanD@ActiveState.com> 
14876              Date: Tue, 12 Feb 2002 00:56:31 -0800
14877              Message-ID: <4llh6uc4gnqtk3csmfoqed3t6q85436bb1@4ax.com>
14878      Branch: perl
14879            ! lib/Win32.pod win32/win32.c win32/win32.h
14880 ____________________________________________________________________________
14881 [ 14656] By: jhi                                   on 2002/02/12  13:39:18
14882         Log: Subject: [PATCH] Re: 14654 introduced a bug 
14883              From: Michael G Schwern <schwern@pobox.com> 
14884              Date: Tue, 12 Feb 2002 05:37:36 -0500
14885              Message-ID: <20020212103736.GC14327@blackrider>
14886      Branch: perl
14887            ! lib/File/Spec/t/rel2abs2rel.t
14888 ____________________________________________________________________________
14889 [ 14655] By: jhi                                   on 2002/02/12  04:50:58
14890         Log: More unset installman[13]dir tweaks from chromatic.
14891      Branch: perl
14892            ! lib/ExtUtils/Installed.pm
14893 ____________________________________________________________________________
14894 [ 14654] By: jhi                                   on 2002/02/12  04:31:44
14895         Log: Subject: Re: [PATCH] Re: Change 14566: Re: File::Spec::rel2abs2rel (?)
14896              From: Michael G Schwern <schwern@pobox.com>
14897              Date: Mon, 11 Feb 2002 12:23:02 -0500
14898              Message-ID: <20020211172302.GD9556@blackrider>
14899      Branch: perl
14900            ! lib/File/Spec/t/rel2abs2rel.t
14901 ____________________________________________________________________________
14902 [ 14653] By: jhi                                   on 2002/02/12  04:29:10
14903         Log: Use `` instead of -| to be a little bit more portable,
14904              from Michael Schwern.
14905      Branch: perl
14906            ! lib/ExtUtils/t/Embed.t
14907 ____________________________________________________________________________
14908 [ 14652] By: jhi                                   on 2002/02/12  03:17:44
14909         Log: EBCDIC: this change for \N{} in particular is now
14910              unnecessary because of the recent more general
14911              pack U change.
14912      Branch: perl
14913            ! toke.c
14914 ____________________________________________________________________________
14915 [ 14651] By: jhi                                   on 2002/02/12  02:15:05
14916         Log: Subject: [PATCH @14647] t/test.pl fix for VMS
14917              From: "Craig A. Berry" <craigberry@mac.com>
14918              Date: Mon, 11 Feb 2002 17:13:47 -0600
14919              Message-Id: <5.1.0.14.2.20020211170332.01b94e88@exchi01>
14920      Branch: perl
14921            ! t/test.pl
14922 ____________________________________________________________________________
14923 [ 14650] By: jhi                                   on 2002/02/11  23:44:09
14924         Log: EBCDIC: pack U bytes change.
14925      Branch: perl
14926            ! t/op/length.t
14927 ____________________________________________________________________________
14928 [ 14649] By: jhi                                   on 2002/02/11  23:38:28
14929         Log: EBCDIC: pack U is no more equal to concat of \xHHs.
14930      Branch: perl
14931            ! t/op/each.t
14932 ____________________________________________________________________________
14933 [ 14648] By: nick                                  on 2002/02/11  16:14:50
14934         Log: Integrate mainline
14935      Branch: perlio
14936           !> Changes Configure Makefile.SH autodoc.pl
14937           !> ext/Socket/socketpair.t hints/os2.sh lib/ExtUtils/Embed.pm
14938           !> lib/ExtUtils/t/Embed.t opcode.pl os2/Makefile.SHs os2/os2.c
14939           !> os2/os2ish.h patchlevel.h pod/perltoc.pod
14940 ____________________________________________________________________________
14941 [ 14647] By: jhi                                   on 2002/02/11  15:11:14
14942         Log: Update Changes.
14943      Branch: perl
14944            ! Changes patchlevel.h
14945 ____________________________________________________________________________
14946 [ 14646] By: jhi                                   on 2002/02/11  15:07:28
14947         Log: Regen toc.
14948      Branch: perl
14949            ! pod/perltoc.pod
14950 ____________________________________________________________________________
14951 [ 14645] By: jhi                                   on 2002/02/11  14:59:02
14952         Log: Forgot from #14641.
14953      Branch: perl
14954            ! lib/ExtUtils/t/Embed.t
14955 ____________________________________________________________________________
14956 [ 14644] By: jhi                                   on 2002/02/11  14:49:14
14957         Log: A forgotten metaconfig unit.
14958      Branch: metaconfig/U/perl
14959            + i_features.U
14960 ____________________________________________________________________________
14961 [ 14643] By: jhi                                   on 2002/02/11  14:47:11
14962         Log: metaconfig unit changes for #14642.
14963      Branch: metaconfig
14964            + U/modified/lns.U
14965      Branch: metaconfig/U/perl
14966            ! issymlink.U
14967 ____________________________________________________________________________
14968 [ 14642] By: jhi                                   on 2002/02/11  14:46:39
14969         Log: -Dmksymlinks was broken by #14628.
14970      Branch: perl
14971            ! Configure
14972 ____________________________________________________________________________
14973 [ 14641] By: jhi                                   on 2002/02/11  14:32:12
14974         Log: Subject: [PATCH @14577] OS/2 build
14975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14976              Date: Mon, 11 Feb 2002 06:56:41 -0500
14977              Message-ID: <20020211065640.A14993@math.ohio-state.edu> 
14978              
14979              (sans the Configure, perlio.sym, and t/op/stat.t parts)
14980      Branch: perl
14981            ! Makefile.SH autodoc.pl ext/Socket/socketpair.t hints/os2.sh
14982            ! lib/ExtUtils/Embed.pm opcode.pl os2/Makefile.SHs os2/os2.c
14983            ! os2/os2ish.h
14984 ____________________________________________________________________________
14985 [ 14640] By: jhi                                   on 2002/02/11  14:11:13
14986         Log: Integrate perlio;
14987              
14988              Re-structure Japanese encodings - part 1
14989              
14990              Split Japanese encodings - part 2
14991              - build separate .c files with separate 'compile' steps
14992              - overall Japanese.xs / Japanese.pm which loads them
14993              
14994              Add test for Japanese encoding (well euc-jp anyway).
14995              Fix one bug shown by above
14996              Skip test which does not pass yet.
14997              
14998              Patch up the failing multi-byte write case, and un-skip
14999              the test.
15000      Branch: perl
15001           +> ext/Encode/EUC_JP/Japanese.pm ext/Encode/t/Japanese.t
15002           +> ext/Encode/t/table.euc ext/Encode/t/table.ref
15003            - ext/Encode/EUC_JP/EUC_JP.pm
15004           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15005 ____________________________________________________________________________
15006 [ 14639] By: nick                                  on 2002/02/11  11:59:18
15007         Log: Patch up the failing multi-byte write case, and un-skip
15008              the test.
15009      Branch: perlio
15010            ! ext/Encode/Encode.xs ext/Encode/t/Japanese.t
15011 ____________________________________________________________________________
15012 [ 14638] By: nick                                  on 2002/02/11  10:55:39
15013         Log: Add test for Japanese encoding (well euc-jp anyway).
15014              Fix one bug shown by above
15015              Skip test which does not pass yet.
15016      Branch: perlio
15017            + ext/Encode/t/Japanese.t ext/Encode/t/table.euc
15018            + ext/Encode/t/table.ref
15019            ! MANIFEST ext/Encode/Encode.xs
15020 ____________________________________________________________________________
15021 [ 14637] By: nick                                  on 2002/02/11  09:07:04
15022         Log: Split Japanese encodings - part 2
15023              - build separate .c files with separate 'compile' steps
15024              - overall Japanese.xs / Japanese.pm which loads them
15025      Branch: perlio
15026            ! ext/Encode/EUC_JP/Japanese.pm ext/Encode/EUC_JP/Makefile.PL
15027 ____________________________________________________________________________
15028 [ 14636] By: nick                                  on 2002/02/11  08:15:42
15029         Log: Re-structure Japanese encodings - part 1
15030      Branch: perlio
15031           +> ext/Encode/EUC_JP/Japanese.pm
15032            - ext/Encode/EUC_JP/EUC_JP.pm
15033            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL
15034 ____________________________________________________________________________
15035 [ 14635] By: nick                                  on 2002/02/11  08:05:12
15036         Log: Integrate mainline
15037      Branch: perlio
15038           !> Configure djgpp/djgpp.c lib/ExtUtils/t/Installed.t
15039           !> lib/File/Spec.pm lib/perl5db.pl pod/perldiag.pod
15040           !> pod/perlport.pod pp_pack.c regcomp.c t/op/arith.t t/op/pack.t
15041 ____________________________________________________________________________
15042 [ 14634] By: jhi                                   on 2002/02/11  03:40:01
15043         Log: Subject: Re: [PATCH] Re: Modulus operator inconsistency
15044              From: Mike Guy <mjtg@cam.ac.uk>
15045              Date: Mon, 11 Feb 2002 02:50:42 +0000
15046              Message-Id: <E16a6YE-0006fq-00@libra.cus.cam.ac.uk>
15047      Branch: perl
15048            ! t/op/arith.t
15049 ____________________________________________________________________________
15050 [ 14633] By: jhi                                   on 2002/02/11  01:53:01
15051         Log: "Can't happen" - yes, it can, with buggy UTF-8/EBCDIC.
15052              Stepping backward in the string would be majorly bad.
15053      Branch: perl
15054            ! regcomp.c
15055 ____________________________________________________________________________
15056 [ 14632] By: jhi                                   on 2002/02/11  01:38:40
15057         Log: The debugger part of
15058              
15059              Subject: [PATCH hints/os2.sh lib/perl5db.pl] Debugger to use proper pager
15060              From: Michael G Schwern <schwern@pobox.com> 
15061              Date: Wed, 6 Feb 2002 17:32:12 -0500
15062              Message-ID: <20020206223212.GG1346@blackrider>
15063      Branch: perl
15064            ! lib/perl5db.pl
15065 ____________________________________________________________________________
15066 [ 14631] By: jhi                                   on 2002/02/10  22:11:53
15067         Log: Integrate perlio;
15068              
15069              Borland/Win32 tuning
15070              
15071              Move PerlIO_perlio to layer_syms where it belongs?
15072      Branch: perl
15073           !> makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15074 ____________________________________________________________________________
15075 [ 14630] By: jhi                                   on 2002/02/10  22:10:19
15076         Log: EBCDIC: the low 256 needs to be shuffled also
15077              in pack/unpack U (this breaks the equivalence
15078              of pack U and v-strings, but I think if someone
15079              has to give, v-strings are a good victim)
15080      Branch: perl
15081            ! pp_pack.c t/op/pack.t
15082 ____________________________________________________________________________
15083 [ 14629] By: jhi                                   on 2002/02/10  21:56:17
15084         Log: metaconfig unit changes for #14628.
15085      Branch: metaconfig/U/perl
15086            ! d_u32align.U issymlink.U
15087 ____________________________________________________________________________
15088 [ 14628] By: jhi                                   on 2002/02/10  21:55:45
15089         Log: Two Configure tweaks; the u32align test was trying
15090              to write into a string literal, the ln -s test was
15091              failing in VOS.
15092      Branch: perl
15093            ! Configure
15094 ____________________________________________________________________________
15095 [ 14627] By: jhi                                   on 2002/02/10  21:07:20
15096         Log: DJGPP tweaks from Laszlo Molnar.
15097      Branch: perl
15098            ! djgpp/djgpp.c lib/File/Spec.pm
15099 ____________________________________________________________________________
15100 [ 14626] By: nick                                  on 2002/02/10  18:36:47
15101         Log: Move PerlIO_perlio to layer_syms where it belongs?
15102      Branch: perlio
15103            ! makedef.pl
15104 ____________________________________________________________________________
15105 [ 14625] By: nick                                  on 2002/02/10  18:02:21
15106         Log: Borland/Win32 tuning
15107      Branch: perlio
15108            ! makedef.pl perlio.sym t/op/stat.t win32/config_H.bc
15109 ____________________________________________________________________________
15110 [ 14624] By: jhi                                   on 2002/02/10  15:33:40
15111         Log: Additional explanation for the [:...:] failure.
15112      Branch: perl
15113            ! pod/perldiag.pod
15114 ____________________________________________________________________________
15115 [ 14623] By: jhi                                   on 2002/02/10  15:15:53
15116         Log: Subject: [ PATCH ] Re: Smoke 14612 /pro/3gl/CPAN/perl-current
15117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15118              Date: Sun, 10 Feb 2002 13:32:48 +0100
15119              Message-Id: <20020210115736.3702.H.M.BRAND@hccnet.nl>
15120      Branch: perl
15121            ! makedef.pl
15122 ____________________________________________________________________________
15123 [ 14622] By: jhi                                   on 2002/02/10  15:08:06
15124         Log: Test tweaks from chromatic for cases where there
15125              are no installman1dir or installman3dir.
15126      Branch: perl
15127            ! lib/ExtUtils/t/Installed.t
15128 ____________________________________________________________________________
15129 [ 14621] By: jhi                                   on 2002/02/10  15:07:21
15130         Log: Integrate perlio;
15131              
15132              Nick Clark's tweaks to Encode compile process
15133              1. Use decimal constants to unit string arrays rather than
15134              very long string litterals (latter having possible "\0"
15135              on end issues, and needing ANSI C line splicing).
15136              2. Replace tail-recursion during insert process with itteration.
15137              Nick C sees 12% speedup from these.
15138      Branch: perl
15139           !> ext/Encode/Encode.pm ext/Encode/compile
15140 ____________________________________________________________________________
15141 [ 14620] By: jhi                                   on 2002/02/10  15:04:19
15142         Log: Portability notes: filename characters, character sets.
15143      Branch: perl
15144            ! pod/perlport.pod
15145 ____________________________________________________________________________
15146 [ 14619] By: nick                                  on 2002/02/10  11:06:05
15147         Log: Integrate mainline
15148      Branch: perlio
15149            ! ext/Encode/Encode.pm
15150           !> Configure cop.h deb.c ext/B/B/Deparse.pm hints/bsdos.sh
15151           !> hints/os390.sh lib/ExtUtils/Embed.pm lib/perl5db.pl
15152           !> lib/unicore/Name.pl lib/unicore/mktables op.c pod/perlfaq2.pod
15153           !> pod/perlfaq3.pod pod/perlfaq4.pod pp_ctl.c
15154           !> t/lib/warnings/pp_hot t/op/arith.t toke.c util.c
15155 ____________________________________________________________________________
15156 [ 14618] By: nick                                  on 2002/02/10  10:48:15
15157         Log: Nick Clark's tweaks to Encode compile process
15158              1. Use decimal constants to unit string arrays rather than
15159              very long string litterals (latter having possible "\0"
15160              on end issues, and needing ANSI C line splicing).
15161              2. Replace tail-recursion during insert process with itteration.
15162              Nick C sees 12% speedup from these.
15163      Branch: perlio
15164            ! ext/Encode/compile
15165 ____________________________________________________________________________
15166 [ 14617] By: jhi                                   on 2002/02/10  02:56:54
15167         Log: Use the "Unicode 1.0" name field for control characters,
15168              as suggested by Mark Davis.  Note that Unicode 3.2 will
15169              require some more legwork on this because of certain
15170              alternative names.
15171      Branch: perl
15172            ! lib/unicore/Name.pl lib/unicore/mktables
15173 ____________________________________________________________________________
15174 [ 14616] By: jhi                                   on 2002/02/09  22:41:18
15175         Log: The -W 0,float(ieee) and gcvt() are the bad combination.
15176      Branch: perl
15177            ! hints/os390.sh
15178 ____________________________________________________________________________
15179 [ 14615] By: jhi                                   on 2002/02/09  22:34:00
15180         Log: EBCDIC: the non-printable characters are different.
15181      Branch: perl
15182            ! ext/B/B/Deparse.pm
15183 ____________________________________________________________________________
15184 [ 14614] By: jhi                                   on 2002/02/09  21:42:26
15185         Log: Subject: [PATCH] Re: FreeBSD hangs when reading from dup'd STDOUT/ERR w/o perlio
15186              From: Nicholas Clark <nick@unfortu.net> 
15187              Date: Sat, 9 Feb 2002 22:31:29 +0000
15188              Message-ID: <20020209223129.GH410@Bagpuss.unfortu.net>
15189      Branch: perl
15190            ! t/lib/warnings/pp_hot
15191 ____________________________________________________________________________
15192 [ 14613] By: jhi                                   on 2002/02/09  21:12:12
15193         Log: Subject: [PATCH] Re: Modulus operator inconsistency
15194              From: Nicholas Clark <nick@unfortu.net>
15195              Date: Sat, 9 Feb 2002 21:00:13 +0000
15196              Message-ID: <20020209210013.GG410@Bagpuss.unfortu.net>
15197      Branch: perl
15198            ! op.c t/op/arith.t
15199 ____________________________________________________________________________
15200 [ 14612] By: jhi                                   on 2002/02/09  18:15:39
15201         Log: Use the same escaping mechanism for all the *flags.
15202      Branch: perl
15203            ! lib/ExtUtils/Embed.pm
15204 ____________________________________________________________________________
15205 [ 14611] By: jhi                                   on 2002/02/09  17:26:06
15206         Log: Protect possible parentheses in ccflags, ccdlflags, and
15207              ldflags.  (In OS/390 there are parentheses in ccflags.)
15208      Branch: perl
15209            ! lib/ExtUtils/Embed.pm
15210 ____________________________________________________________________________
15211 [ 14610] By: jhi                                   on 2002/02/09  16:12:03
15212         Log: Subject: [PATCH] perl5db.pl: restart in taint mode
15213              From: Peter Scott <Peter@PSDT.com>
15214              Date: Fri, 08 Feb 2002 19:20:19 -0800
15215              Message-id: <4.3.2.7.2.20020208191757.00b4cea0@shell2.webquarry.com>
15216      Branch: perl
15217            ! lib/perl5db.pl
15218 ____________________________________________________________________________
15219 [ 14609] By: jhi                                   on 2002/02/08  21:33:59
15220         Log: FAQ sync.
15221      Branch: perl
15222            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq4.pod
15223 ____________________________________________________________________________
15224 [ 14608] By: jhi                                   on 2002/02/08  20:46:38
15225         Log: Subject: [PATCH] CopFILE / MacPerl_MPWFileName
15226              From: Chris Nandor <pudge@pobox.com>
15227              Date: Fri, 08 Feb 2002 16:31:41 -0500
15228              Message-ID: <pudge-10FC3D.16314108022002@onion.valueclick.com>
15229      Branch: perl
15230            ! cop.h deb.c pp_ctl.c toke.c util.c
15231 ____________________________________________________________________________
15232 [ 14607] By: pudge                                 on 2002/02/08  19:21:04
15233         Log: Redo CopFILE / MacPerl_MPWFIleName patch
15234      Branch: maint-5.6/macperl
15235            ! cop.h deb.c pp_ctl.c toke.c util.c
15236 ____________________________________________________________________________
15237 [ 14606] By: jhi                                   on 2002/02/08  19:18:41
15238         Log: The metaconfig unit change to go with #14605.
15239      Branch: metaconfig/U/perl
15240            ! libperl.U
15241 ____________________________________________________________________________
15242 [ 14605] By: jhi                                   on 2002/02/08  19:18:17
15243         Log: The Configure change to go with #14604.
15244      Branch: perl
15245            ! Configure
15246 ____________________________________________________________________________
15247 [ 14604] By: jhi                                   on 2002/02/08  19:13:56
15248         Log: Subject: [PATCH] Re:  [ID 20020205.007] BSDi test failure perl 5.6.1
15249              From: Andy Dougherty <doughera@lafayette.edu>
15250              Date: Fri, 8 Feb 2002 13:43:49 -0500 (EST)
15251              Message-ID: <Pine.SOL.4.10.10202081341170.15295-100000@maxwell.phys.lafayette.edu>
15252      Branch: perl
15253            ! hints/bsdos.sh
15254 ____________________________________________________________________________
15255 [ 14603] By: nick                                  on 2002/02/08  18:16:09
15256         Log: Integrate mainline
15257      Branch: perlio
15258           +> ext/threads/t/libc.t
15259           !> Configure MANIFEST djgpp/djgppsed.sh doio.c perl.c pp_sys.c
15260           !> t/io/argv.t t/op/taint.t t/run/fresh_perl.t
15261 ____________________________________________________________________________
15262 [ 14602] By: sky                                   on 2002/02/08  15:19:15
15263         Log: Start testing for safe localtime functions, TODO, test more functions.
15264      Branch: perl
15265            + ext/threads/t/libc.t
15266            ! MANIFEST
15267 ____________________________________________________________________________
15268 [ 14601] By: jhi                                   on 2002/02/08  14:14:16
15269         Log: Subject: Re: [PATCH] eof() coredumps when ARGV is aliased to another filehandle
15270              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15271              Date: Fri, 8 Feb 2002 00:21:07 +0100
15272              Message-ID: <20020208002107.E763@rafael>
15273      Branch: perl
15274            ! doio.c pp_sys.c t/io/argv.t
15275 ____________________________________________________________________________
15276 [ 14600] By: jhi                                   on 2002/02/08  14:07:15
15277         Log: Subject: [PATCH] Configure followed by make minitest
15278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15279              Date: Wed, 06 Feb 2002 21:35:20 -0800
15280              Message-ID: <YIhY8gzkgSbC092yn@efn.org>
15281      Branch: perl
15282            ! t/op/taint.t t/run/fresh_perl.t
15283 ____________________________________________________________________________
15284 [ 14599] By: jhi                                   on 2002/02/08  14:05:12
15285         Log: Integrate perlio;
15286              
15287              Extract something from yesterdays effort - convert my mail on pad
15288              data structures (incoporating Sarathy's corrections/clarifications)
15289              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15290      Branch: perl
15291           !> cv.h pod/perlapi.pod pod/perlintern.pod
15292 ____________________________________________________________________________
15293 [ 14598] By: jhi                                   on 2002/02/08  14:01:28
15294         Log: metaconfig unit changes for #14597.
15295      Branch: metaconfig
15296            ! U/modified/Loc.U
15297      Branch: metaconfig/U/perl
15298            ! libperl.U
15299 ____________________________________________________________________________
15300 [ 14597] By: jhi                                   on 2002/02/08  14:01:01
15301         Log: Configure DJGPP tweak from Laszlo Molnar.
15302      Branch: perl
15303            ! Configure
15304 ____________________________________________________________________________
15305 [ 14596] By: jhi                                   on 2002/02/08  14:00:23
15306         Log: DJGPP tweaks from Laszlo Molnar.
15307      Branch: perl
15308            ! djgpp/djgppsed.sh perl.c
15309 ____________________________________________________________________________
15310 [ 14595] By: nick                                  on 2002/02/08  09:19:29
15311         Log: Extract something from yesterdays effort - convert my mail on pad
15312              data structures (incoporating Sarathy's corrections/clarifications)
15313              into POD in cv.h which gets autodoc.pl'ed into pod/perlintern.pod.
15314      Branch: perlio
15315            ! cv.h pod/perlapi.pod pod/perlintern.pod
15316 ____________________________________________________________________________
15317 [ 14594] By: nick                                  on 2002/02/08  08:34:49
15318         Log: Integrate mainline
15319      Branch: perlio
15320           +> NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15321           +> NetWare/t/NWScripts-Exist.pl t/base/num.t
15322           !> Changes MANIFEST ext/Encode/Encode.xs ext/Encode/Makefile.PL
15323           !> ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15324           !> hints/os390.sh lib/Benchmark.t lib/encoding.pm lib/encoding.t
15325           !> op.c patchlevel.h t/run/fresh_perl.t utf8.c
15326 ____________________________________________________________________________
15327 [ 14593] By: jhi                                   on 2002/02/08  03:08:20
15328         Log: To really skip the test an exit() is needed.
15329      Branch: perl
15330            ! lib/encoding.t
15331 ____________________________________________________________________________
15332 [ 14592] By: jhi                                   on 2002/02/08  02:57:30
15333         Log: More diagnostics from Nicholas Clark.
15334      Branch: perl
15335            ! lib/Benchmark.t
15336 ____________________________________________________________________________
15337 [ 14591] By: jhi                                   on 2002/02/07  22:54:57
15338         Log: In case of failure be more verbose.
15339      Branch: perl
15340            ! t/base/num.t
15341 ____________________________________________________________________________
15342 [ 14590] By: pudge                                 on 2002/02/07  19:29:03
15343         Log: Update Changes
15344      Branch: maint-5.6/macperl
15345            ! macos/Changes
15346 ____________________________________________________________________________
15347 [ 14589] By: pudge                                 on 2002/02/07  19:26:55
15348         Log: Merge AEGizmos library into PPC binary
15349      Branch: maint-5.6/macperl
15350            ! macos/Makefile.mk
15351 ____________________________________________________________________________
15352 [ 14588] By: pudge                                 on 2002/02/07  18:51:05
15353         Log: Add -ansifor for MrCpp options
15354      Branch: maint-5.6/macperl
15355            ! macos/BuildRules.mk
15356 ____________________________________________________________________________
15357 [ 14587] By: pudge                                 on 2002/02/07  18:46:28
15358         Log: Check ownership of CatInfos (MacPerl Bug #494482)
15359      Branch: maint-5.6/macperl
15360            ! macos/ext/Mac/Files/Files.xs
15361 ____________________________________________________________________________
15362 [ 14586] By: pudge                                 on 2002/02/07  18:40:21
15363         Log: Resource updates
15364      Branch: maint-5.6/macperl
15365            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
15366 ____________________________________________________________________________
15367 [ 14585] By: pudge                                 on 2002/02/07  18:38:44
15368         Log: Empty path is ENOENT (MacPerl Bug #512351)
15369      Branch: maint-5.6/macperl
15370            ! macos/macperl/MPAppleEvents.c
15371 ____________________________________________________________________________
15372 [ 14584] By: pudge                                 on 2002/02/07  18:38:03
15373         Log: Fix horrible list maintencance bugs (MacPerl Bug #443568)
15374      Branch: maint-5.6/macperl
15375            ! macos/macperl/MPAEVTStream.cp
15376 ____________________________________________________________________________
15377 [ 14583] By: pudge                                 on 2002/02/07  18:36:29
15378         Log: macify(ABSTRACT_FROM)
15379      Branch: maint-5.6/macperl
15380            ! macos/lib/ExtUtils/MM_MacOS.pm
15381 ____________________________________________________________________________
15382 [ 14582] By: pudge                                 on 2002/02/07  18:35:20
15383         Log: Use correct Mac filenames in error messages, caller()
15384      Branch: maint-5.6/macperl
15385            ! deb.c pp_ctl.c toke.c util.c
15386 ____________________________________________________________________________
15387 [ 14581] By: jhi                                   on 2002/02/07  17:10:06
15388         Log: Sanity checks to see that the IV/NV and the PV of numeric
15389              scalars stay in sync (unearthed this via the OS/390 gcvt()
15390              brokenness)
15391      Branch: perl
15392            + t/base/num.t
15393            ! MANIFEST
15394 ____________________________________________________________________________
15395 [ 14580] By: jhi                                   on 2002/02/07  14:07:33
15396         Log: Retract the anon leak subpatch of #14418 and #14431
15397              (the latter came into bleadperl as part of #14433).
15398      Branch: perl
15399            ! op.c t/run/fresh_perl.t
15400 ____________________________________________________________________________
15401 [ 14579] By: jhi                                   on 2002/02/06  23:38:10
15402         Log: OS/390 gcvt() seems buggy: with -W 0,float(ieee) it
15403              mangles 0.1 to "10".  sprintf() seems more well-behaved.
15404      Branch: perl
15405            ! hints/os390.sh
15406 ____________________________________________________________________________
15407 [ 14578] By: jhi                                   on 2002/02/06  19:56:53
15408         Log: Subject: [PATCH @14557] another Encode fix for VMS
15409              From: "Craig A. Berry" <craigberry@mac.com>
15410              Date: Wed, 06 Feb 2002 14:44:20 -0600
15411              Message-Id: <5.1.0.14.2.20020206143717.01baf008@exchi01>
15412      Branch: perl
15413            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
15414 ____________________________________________________________________________
15415 [ 14577] By: jhi                                   on 2002/02/06  15:38:25
15416         Log: Integrate perlio;
15417              
15418              One way to avoid OS390 winge about #line directives.
15419      Branch: perl
15420           !> ext/Encode/EUC_JP/Makefile.PL
15421 ____________________________________________________________________________
15422 [ 14576] By: jhi                                   on 2002/02/06  15:36:55
15423         Log: Update Changes.
15424      Branch: perl
15425            ! Changes patchlevel.h
15426 ____________________________________________________________________________
15427 [ 14575] By: nick                                  on 2002/02/06  15:23:24
15428         Log: One way to avoid OS390 winge about #line directives.
15429      Branch: perlio
15430            ! ext/Encode/EUC_JP/Makefile.PL
15431 ____________________________________________________________________________
15432 [ 14574] By: jhi                                   on 2002/02/06  15:11:05
15433         Log: s/Netware/NetWare/
15434      Branch: perl
15435            ! MANIFEST
15436 ____________________________________________________________________________
15437 [ 14573] By: jhi                                   on 2002/02/06  15:10:00
15438         Log: New Netware scripts.
15439      Branch: perl
15440            + NetWare/bat/BldNWExt-Exist.bat NetWare/t/NWModify-Exist.pl
15441            + NetWare/t/NWScripts-Exist.pl
15442            ! MANIFEST
15443 ____________________________________________________________________________
15444 [ 14572] By: jhi                                   on 2002/02/06  15:02:20
15445         Log: EBCDIC: the encoding pragma would need some rethinking,
15446              probably a pass of EBCDIC->Unicode mapping.  For now,
15447              disable it on EBCDIC.
15448      Branch: perl
15449            ! lib/encoding.pm lib/encoding.t
15450 ____________________________________________________________________________
15451 [ 14571] By: jhi                                   on 2002/02/06  14:44:27
15452         Log: EBCDIC: Unicode::Normalize NFC emits EBCDIC code points
15453              for the low 256.  Now tweaked the tests, but maybe it's
15454              the module that needs few NATIVE_TO_UNI()s somewhere?
15455      Branch: perl
15456            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
15457 ____________________________________________________________________________
15458 [ 14570] By: jhi                                   on 2002/02/06  13:59:19
15459         Log: Subject: [PATCH utf8.c] format problem
15460              From: Robin Barker <rmb1@cise.npl.co.uk>
15461              Date: Wed, 6 Feb 2002 14:01:43 GMT
15462              Message-Id: <200202061401.OAA25053@tempest.npl.co.uk>
15463      Branch: perl
15464            ! utf8.c
15465 ____________________________________________________________________________
15466 [ 14569] By: nick                                  on 2002/02/06  09:52:23
15467         Log: Integrate mainline
15468      Branch: perlio
15469           !> NetWare/Makefile NetWare/bat/BldNWExt.bat
15470           !> NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15471           !> NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15472           !> NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15473           !> NetWare/t/NWScripts.pl ext/Encode/t/Encode.t
15474           !> lib/File/Spec/t/rel2abs2rel.t makedef.pl
15475 ____________________________________________________________________________
15476 [ 14568] By: jhi                                   on 2002/02/06  04:44:33
15477         Log: EBCDIC: 0x41 is not cricket.
15478      Branch: perl
15479            ! ext/Encode/t/Encode.t
15480 ____________________________________________________________________________
15481 [ 14567] By: jhi                                   on 2002/02/05  23:12:19
15482         Log: NetWare update from Ananth Kesari.
15483      Branch: perl
15484            ! NetWare/Makefile NetWare/bat/BldNWExt.bat
15485            ! NetWare/dl_netware.xs NetWare/interface.c NetWare/interface.h
15486            ! NetWare/iperlhost.h NetWare/nw5.c NetWare/nw5sck.c
15487            ! NetWare/nw5sck.h NetWare/nw5thread.h NetWare/t/NWModify.pl
15488            ! NetWare/t/NWScripts.pl makedef.pl
15489 ____________________________________________________________________________
15490 [ 14566] By: sky                                   on 2002/02/05  18:39:13
15491         Log: Subject: Re: File::Spec::rel2abs2rel (?)
15492              From: Michael G Schwern <schwern@pobox.com>
15493              Date: Tue, 5 Feb 2002 13:47:39 -0500
15494              Message-ID: <20020205184739.GB17375@blackrider>
15495      Branch: perl
15496            ! lib/File/Spec/t/rel2abs2rel.t
15497 ____________________________________________________________________________
15498 [ 14565] By: nick                                  on 2002/02/05  17:31:24
15499         Log: Integrate mainline
15500      Branch: perlio
15501           !> ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t hints/darwin.sh
15502           !> lib/File/Spec/t/rel2abs2rel.t perl.h regexec.c t/op/filetest.t
15503           !> utf8.h
15504 ____________________________________________________________________________
15505 [ 14564] By: jhi                                   on 2002/02/05  17:05:40
15506         Log: Integrate perlio;
15507              
15508              More Encode tweaks:
15509              - make expensive and marginal substring search optional (-O)
15510              - enable -O for ASCII-oid encodings (search space is small)
15511              - add ASCII-oid jis0201 to basic Encode.so
15512              - add some other Japanese encodings to EUC_JP bundle (without -O)
15513      Branch: perl
15514           +> ext/Encode/Encode/jis0201.ucm
15515           !> MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
15516           !> ext/Encode/compile
15517 ____________________________________________________________________________
15518 [ 14563] By: nick                                  on 2002/02/05  16:01:15
15519         Log: More Encode tweaks:
15520              - make expensive and marginal substring search optional (-O)
15521              - enable -O for ASCII-oid encodings (search space is small)
15522              - add ASCII-oid jis0201 to basic Encode.so
15523              - add some other Japanese encodings to EUC_JP bundle (without -O)
15524      Branch: perlio
15525            + ext/Encode/Encode/jis0201.ucm
15526            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Makefile.PL
15527            ! ext/Encode/compile
15528 ____________________________________________________________________________
15529 [ 14562] By: sky                                   on 2002/02/05  14:50:36
15530         Log: Add in change for Apple/Darwin Bug: 2785519 to fix memory leaks.
15531      Branch: perl
15532            ! ext/DynaLoader/dl_dyld.xs ext/POSIX/t/posix.t
15533 ____________________________________________________________________________
15534 [ 14561] By: jhi                                   on 2002/02/05  14:25:36
15535         Log: EBCDIC: SHARP S is different.
15536      Branch: perl
15537            ! regexec.c utf8.h
15538 ____________________________________________________________________________
15539 [ 14560] By: sky                                   on 2002/02/05  13:49:40
15540         Log: Don't assume that we can chmod symlinks. It fails on MacOSX HFS+ when building using mksymlinks
15541      Branch: perl
15542            ! t/op/filetest.t
15543 ____________________________________________________________________________
15544 [ 14559] By: sky                                   on 2002/02/05  11:39:24
15545         Log: Add . first to the PATH environment to test that we really
15546              get ./perl and not some other older perl.
15547      Branch: perl
15548            ! lib/File/Spec/t/rel2abs2rel.t
15549 ____________________________________________________________________________
15550 [ 14558] By: sky                                   on 2002/02/05  11:20:21
15551         Log: Change to check if _POSIX_OPEN_MAX is 16 or 20, however the entire test is kind of questionable since we are testing POSIX compliance...
15552      Branch: perl
15553            ! ext/POSIX/t/posix.t
15554 ____________________________________________________________________________
15555 [ 14557] By: sky                                   on 2002/02/05  10:30:58
15556         Log: Enable building with threads under macosx, assume __APPLE__ means darwin and disable _r functions, since we don't have them.
15557      Branch: perl
15558            ! hints/darwin.sh perl.h
15559 ____________________________________________________________________________
15560 [ 14556] By: nick                                  on 2002/02/05  06:58:52
15561         Log: Integrate mainline
15562      Branch: perlio
15563           !> MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
15564           !> ext/Encode/Encode.xs lib/File/Find/t/find.t
15565           !> lib/File/Find/t/taint.t
15566 ____________________________________________________________________________
15567 [ 14555] By: pudge                                 on 2002/02/05  02:20:45
15568         Log: Integrate change #14439 from maintperl
15569      Branch: maint-5.6/macperl
15570           !> op.c
15571 ____________________________________________________________________________
15572 [ 14554] By: jhi                                   on 2002/02/04  23:22:28
15573         Log: Subject: [PATCH] File::Find tests not cleaning up properly
15574              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15575              Date: Mon, 4 Feb 2002 22:09:07 +0100
15576              Message-ID: <20020204220907.A8288@rafael>
15577      Branch: perl
15578            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
15579 ____________________________________________________________________________
15580 [ 14553] By: jhi                                   on 2002/02/04  22:27:11
15581         Log: Signedness mumblings from Tru64.
15582      Branch: perl
15583            ! ext/Encode/Encode.xs
15584 ____________________________________________________________________________
15585 [ 14552] By: jhi                                   on 2002/02/04  22:22:16
15586         Log: Subject: [PATCH @14550] Encode build fix-ups for VMS
15587              From: "Craig A. Berry" <craigberry@mac.com>
15588              Date: Mon, 04 Feb 2002 17:16:00 -0600
15589              Message-Id: <5.1.0.14.2.20020204161211.01c0a178@exchi01>
15590      Branch: perl
15591            ! MANIFEST configure.com ext/Encode/EUC_JP/Makefile.PL
15592            ! ext/Encode/Encode.xs
15593 ____________________________________________________________________________
15594 [ 14551] By: nick                                  on 2002/02/04  16:00:31
15595         Log: Integrate mainline
15596      Branch: perlio
15597           !> Changes lib/CPAN.pm lib/h2xs.t lib/locale.t
15598           !> lib/unicore/mktables patchlevel.h pod/perluniintro.pod
15599           !> regcomp.c
15600 ____________________________________________________________________________
15601 [ 14550] By: jhi                                   on 2002/02/04  14:47:00
15602         Log: Update Changes.
15603      Branch: perl
15604            ! Changes patchlevel.h
15605 ____________________________________________________________________________
15606 [ 14549] By: jhi                                   on 2002/02/04  13:57:42
15607         Log: Comment microtweaks.
15608      Branch: perl
15609            ! lib/locale.t
15610 ____________________________________________________________________________
15611 [ 14548] By: jhi                                   on 2002/02/04  13:32:00
15612         Log: Subject: trivial docu patch
15613              From: andreas.koenig@anima.de (Andreas J. Koenig)
15614              Date: 04 Feb 2002 08:15:19 +0100
15615              Message-ID: <m3pu3l7m60.fsf@anima.de>
15616      Branch: perl
15617            ! pod/perluniintro.pod
15618 ____________________________________________________________________________
15619 [ 14547] By: jhi                                   on 2002/02/04  13:30:55
15620         Log: Subject: [PATCH] (??{ }) anomaly
15621              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15622              Date: Sun, 03 Feb 2002 20:21:45 -0800
15623              Message-ID: <ZxgX8gzkgCXO092yn@efn.org> 
15624      Branch: perl
15625            ! regcomp.c
15626 ____________________________________________________________________________
15627 [ 14546] By: jhi                                   on 2002/02/04  04:41:02
15628         Log: Integrate perlio.
15629              
15630              Carry on where we left off if we have to grow destination
15631              SV during XS encode/decode
15632              
15633              Remove debugging warning, be consistent about API fails.
15634      Branch: perl
15635           !> ext/Encode/Encode.xs
15636 ____________________________________________________________________________
15637 [ 14545] By: nick                                  on 2002/02/03  20:03:38
15638         Log: Remove debugging warning, be consistent about API fails.
15639      Branch: perlio
15640            ! ext/Encode/Encode.xs
15641 ____________________________________________________________________________
15642 [ 14544] By: nick                                  on 2002/02/03  19:47:48
15643         Log: Carry on where we left off if we have to grow destination SV during XS encode/decode
15644      Branch: perlio
15645            ! ext/Encode/Encode.xs
15646 ____________________________________________________________________________
15647 [ 14543] By: jhi                                   on 2002/02/03  19:06:06
15648         Log: Subject: PATCH CPAN.pm
15649              From: Mark-Jason Dominus <mjd@plover.com>
15650              Date: Sun, 03 Feb 2002 12:36:36 -0500
15651              Message-ID: <20020203173636.27451.qmail@plover.com>
15652      Branch: perl
15653            ! lib/CPAN.pm
15654 ____________________________________________________________________________
15655 [ 14542] By: jhi                                   on 2002/02/03  19:05:13
15656         Log: Must search further back.
15657      Branch: perl
15658            ! lib/h2xs.t
15659 ____________________________________________________________________________
15660 [ 14541] By: nick                                  on 2002/02/03  18:52:09
15661         Log: Integrate mainline
15662      Branch: perlio
15663           !> (integrate 29 files)
15664 ____________________________________________________________________________
15665 [ 14540] By: jhi                                   on 2002/02/03  18:33:53
15666         Log: EBCDIC: more natification.
15667      Branch: perl
15668            ! regcomp.c
15669 ____________________________________________________________________________
15670 [ 14539] By: jhi                                   on 2002/02/03  18:32:31
15671         Log: Debug noise.
15672      Branch: perl
15673            ! ext/Encode/Encode.xs
15674 ____________________________________________________________________________
15675 [ 14538] By: jhi                                   on 2002/02/03  18:13:07
15676         Log: Integrate perlio;
15677              
15678              Stable intermediate point in Encode cleanup.
15679              :encode(euc-jp) works on Dan's table.euc
15680              Much buffer copying and other silliness remains.
15681      Branch: perl
15682           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
15683           !> ext/Encode/lib/Encode/Encoding.pm
15684 ____________________________________________________________________________
15685 [ 14537] By: jhi                                   on 2002/02/03  17:57:31
15686         Log: Prettify.
15687      Branch: perl
15688            ! lib/unicore/mktables
15689 ____________________________________________________________________________
15690 [ 14536] By: nick                                  on 2002/02/03  17:32:03
15691         Log: Stable intermediate point in Encode cleanup.
15692              :encode(euc-jp) works on Dan's table.euc
15693              Much buffer copying and other silliness remains.
15694      Branch: perlio
15695            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
15696            ! ext/Encode/lib/Encode/Encoding.pm
15697 ____________________________________________________________________________
15698 [ 14535] By: jhi                                   on 2002/02/03  17:29:57
15699         Log: EBCDIC: it's much nicer to compare Unicode code points
15700              to Unicode code points.
15701      Branch: perl
15702            ! regexec.c
15703 ____________________________________________________________________________
15704 [ 14534] By: jhi                                   on 2002/02/03  17:04:34
15705         Log: EBCDIC: character classes must remap the low 256.
15706      Branch: perl
15707            ! regcomp.c
15708 ____________________________________________________________________________
15709 [ 14533] By: jhi                                   on 2002/02/03  16:05:12
15710         Log: Upgrade to I18N::LangTags::List 0.27, from Sean Burke.
15711      Branch: perl
15712            ! lib/I18N/LangTags/List.pm
15713 ____________________________________________________________________________
15714 [ 14532] By: jhi                                   on 2002/02/03  15:36:36
15715         Log: FAQ sync.
15716      Branch: perl
15717            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
15718            ! pod/perlfaq6.pod pod/perlfaq7.pod
15719 ____________________________________________________________________________
15720 [ 14531] By: jhi                                   on 2002/02/03  15:35:28
15721         Log: Integrate perlio;
15722              
15723              Re-indent Encode.xs
15724              
15725              Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
15726              (Mis-feature discovered by Encode.)
15727      Branch: perl
15728           !> ext/Encode/Encode.pm ext/Encode/Encode.xs sv.c
15729 ____________________________________________________________________________
15730 [ 14530] By: jhi                                   on 2002/02/03  15:30:24
15731         Log: Subject: [PATCH] lstat FH and -l FH warnings
15732              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15733              Date: Sat, 2 Feb 2002 22:24:54 +0100           
15734              Message-ID: <20020202222454.A11608@rafael>       
15735      Branch: perl
15736            ! doio.c lib/File/Copy.pm pod/perldiag.pod pp_sys.c
15737            ! t/lib/warnings/doio t/lib/warnings/pp_sys t/op/stat.t
15738 ____________________________________________________________________________
15739 [ 14529] By: jhi                                   on 2002/02/03  15:27:26
15740         Log: Subject: [PATCH t/op/taint.t] remove possible false positive
15741              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15742              Date: Sat, 2 Feb 2002 13:11:01 +0100           
15743              Message-ID: <20020202131101.A722@rafael>               
15744              
15745              Subject: [PATCH t/op/ver.t] another false positive
15746              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15747              Date: Sat, 2 Feb 2002 13:38:22 +0100           
15748              Message-ID: <20020202133822.E722@rafael>         
15749              
15750              Subject: [PATCH] t/test.pl:ok() doesn't work
15751              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)  
15752              Date: Sun, 03 Feb 2002 00:02:38 -0800          
15753              Message-ID: <e6OX8gzkgSMO092yn@efn.org>          
15754      Branch: perl
15755            ! lib/Net/t/netrc.t t/op/stat.t t/op/taint.t t/op/ver.t
15756            ! t/test.pl
15757 ____________________________________________________________________________
15758 [ 14528] By: jhi                                   on 2002/02/03  15:26:33
15759         Log: Subject: [PATCH @13746] OS2::Process's constants
15760              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15761              Date: Sat, 2 Feb 2002 01:00:55 -0500           
15762              Message-ID: <20020202010055.A12924@math.ohio-state.edu>
15763      Branch: perl
15764            ! os2/OS2/Process/Makefile.PL
15765 ____________________________________________________________________________
15766 [ 14527] By: jhi                                   on 2002/02/03  15:16:46
15767         Log: Subject: [PATCH @13746] h2xs   
15768              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15769              Date: Sat, 2 Feb 2002 00:58:44 -0500           
15770              Message-ID: <20020202005844.A12756@math.ohio-state.edu>
15771      Branch: perl
15772            ! utils/h2xs.PL
15773 ____________________________________________________________________________
15774 [ 14526] By: nick                                  on 2002/02/03  14:54:18
15775         Log: Fix SvGROW on an SV with SvLEN == 0 - copy in any existing data.
15776              (Mis-feature discovered by Encode.)
15777      Branch: perlio
15778            ! sv.c
15779 ____________________________________________________________________________
15780 [ 14525] By: jhi                                   on 2002/02/02  16:44:58
15781         Log: EBCDIC: since #14519 made \N{...} to remap,
15782              the test cannot expect an ASCII code point.
15783      Branch: perl
15784            ! lib/charnames.t
15785 ____________________________________________________________________________
15786 [ 14524] By: jhi                                   on 2002/02/02  05:03:24
15787         Log: Sub-MANIFEST-tweak.
15788      Branch: perl
15789            ! ext/Encode/MANIFEST
15790 ____________________________________________________________________________
15791 [ 14523] By: jhi                                   on 2002/02/02  02:54:44
15792         Log: Subject: [Patch] Encode::Tcl::Escape, more ISO2022 like
15793              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15794              Date: Fri, 01 Feb 2002 23:51:03 +0900
15795              Message-Id: <20020201234727.15ED.BQW10602@nifty.com>
15796      Branch: perl
15797            ! ext/Encode/lib/Encode/Tcl/Escape.pm
15798 ____________________________________________________________________________
15799 [ 14522] By: jhi                                   on 2002/02/02  02:53:29
15800         Log: Subject: [PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)
15801              From: Andy Dougherty <doughera@lafayette.edu>
15802              Date: Fri, 1 Feb 2002 13:06:05 -0500 (EST)
15803              Message-ID: <Pine.SOL.4.10.10202011243130.24740-100000@maxwell.phys.lafayette.edu>
15804      Branch: perl
15805            ! README.solaris hints/solaris_2.sh
15806 ____________________________________________________________________________
15807 [ 14521] By: jhi                                   on 2002/02/02  02:08:42
15808         Log: EBCDIC: no hope to get the low 256 right in unifolding.
15809      Branch: perl
15810            ! t/uni/fold.t
15811 ____________________________________________________________________________
15812 [ 14520] By: jhi                                   on 2002/02/02  02:02:13
15813         Log: todo entry for missing pack formats.
15814      Branch: perl
15815            ! pod/perltodo.pod
15816 ____________________________________________________________________________
15817 [ 14519] By: jhi                                   on 2002/02/02  01:31:50
15818         Log: EBCDIC: the low 256 \N{...} need to be remapped.
15819      Branch: perl
15820            ! toke.c
15821 ____________________________________________________________________________
15822 [ 14518] By: nick                                  on 2002/02/01  18:32:03
15823         Log: indent -kr -nce and some manual tweaks to match perl style.
15824      Branch: perlio
15825            ! ext/Encode/Encode.xs
15826 ____________________________________________________________________________
15827 [ 14517] By: nick                                  on 2002/02/01  18:20:46
15828         Log: Integrate mainline
15829      Branch: perlio
15830           !> Changes MANIFEST configpm doio.c lib/Attribute/Handlers.pm
15831           !> lib/Attribute/Handlers/t/multi.t lib/CPAN.pm
15832           !> lib/Math/Complex.pm lib/Math/Complex.t lib/open.pm
15833           !> patchlevel.h pod/perldiag.pod pod/perlfunc.pod
15834           !> pod/perluniintro.pod pp.c pp_sys.c regexec.c t/io/utf8.t
15835           !> t/lib/warnings/pp_sys t/lib/warnings/utf8 t/op/inccode.t
15836           !> t/op/lc.t t/op/stat.t t/run/switches.t utf8.c
15837 ____________________________________________________________________________
15838 [ 14516] By: jhi                                   on 2002/02/01  16:46:16
15839         Log: Integrate perlio; 
15840              
15841              Minor Encode tweaks:
15842              - move Encode.pm back to top of Encode like normal XS extension
15843              - avoid .def as a file extension (Win32 builds)
15844      Branch: perl
15845            ! MANIFEST
15846           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15847           !> ext/Encode/Makefile.PL ext/Encode/compile
15848 ____________________________________________________________________________
15849 [ 14515] By: nick                                  on 2002/02/01  16:27:59
15850         Log: Minor Encode tweaks:
15851              - move Encode.pm back to top of Encode like normal XS extension
15852              - avoid .def as a file extension (Win32 builds)
15853      Branch: perlio
15854           +> ext/Encode/Encode.pm
15855            - ext/Encode/lib/Encode.pm
15856            ! MANIFEST ext/Encode/EUC_JP/Makefile.PL ext/Encode/Encode.xs
15857            ! ext/Encode/Makefile.PL ext/Encode/compile
15858 ____________________________________________________________________________
15859 [ 14514] By: jhi                                   on 2002/02/01  14:45:26
15860         Log: Subject: [PATCH utf8.t] temp file not cleaned up
15861              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15862              Date: Fri, 1 Feb 2002 15:47:46 +0100
15863              Message-ID: <20020201154746.A24079@rafael>
15864      Branch: perl
15865            ! t/io/utf8.t
15866 ____________________________________________________________________________
15867 [ 14513] By: jhi                                   on 2002/02/01  14:44:39
15868         Log: Subject: [PATCH] make "lstat FH" croak
15869              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15870              Date: Fri, 1 Feb 2002 15:12:50 +0100
15871              Message-ID: <20020201151250.A738@rafael>
15872      Branch: perl
15873            ! pod/perldiag.pod pp_sys.c t/op/stat.t
15874 ____________________________________________________________________________
15875 [ 14512] By: jhi                                   on 2002/02/01  14:42:58
15876         Log: Subject: [PATCH t/op/stat.t] Mentioning Darwins UFS ctime failure
15877              From: Kay Röpke <kroepke@dolphin-services.de>
15878              Date: Fri, 1 Feb 2002 01:10:43 +0100
15879              Message-Id: <2255B944-16A8-11D6-814B-000393414688@dolphin-services.de>
15880      Branch: perl
15881            ! t/op/stat.t
15882 ____________________________________________________________________________
15883 [ 14511] By: jhi                                   on 2002/02/01  05:17:59
15884         Log: The Malformed UTF-8 Heisenbug seen by Merijn and NickC
15885              I got it in Tru64 + ithreads but only without -g, took
15886              some debugging by printf (which was no fun either since
15887              adding some debug printfs hid the error)
15888      Branch: perl
15889            ! regexec.c utf8.c
15890 ____________________________________________________________________________
15891 [ 14510] By: jhi                                   on 2002/01/31  22:48:13
15892         Log: Subject: Re: [PATCH] perl -V:
15893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)            
15894              Date: Thu, 31 Jan 2002 12:10:20 -0800
15895              Message-ID: <sSaW8gzkgaNQ092yn@efn.org>
15896              
15897              Subject: Re: [PATCH] perl -V:
15898              From: Michael G Schwern <schwern@pobox.com>
15899              Date: Thu, 31 Jan 2002 16:43:13 -0500
15900              Message-ID: <20020131214313.GH6498@blackrider>
15901      Branch: perl
15902            ! t/run/switches.t
15903 ____________________________________________________________________________
15904 [ 14509] By: jhi                                   on 2002/01/31  21:30:46
15905         Log: #14505 effect.
15906      Branch: perl
15907            ! pod/perluniintro.pod
15908 ____________________________________________________________________________
15909 [ 14508] By: jhi                                   on 2002/01/31  16:57:18
15910         Log: Daniel S. Lewart adopts the Math::Complex.
15911      Branch: perl
15912            ! lib/Math/Complex.pm
15913 ____________________________________________________________________________
15914 [ 14507] By: jhi                                   on 2002/01/31  16:54:44
15915         Log: More Complex DWIMmery.
15916      Branch: perl
15917            ! lib/Math/Complex.pm lib/Math/Complex.t
15918 ____________________________________________________________________________
15919 [ 14506] By: jhi                                   on 2002/01/31  15:27:49
15920         Log: Subject: [PATCH 20020124.004] forbid -l _ after -T _
15921              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15922              Date: Thu, 31 Jan 2002 14:37:52 +0100
15923              Message-ID: <20020131143752.A1452@rafael>
15924      Branch: perl
15925            ! pod/perlfunc.pod pp_sys.c t/lib/warnings/pp_sys t/op/stat.t
15926 ____________________________________________________________________________
15927 [ 14505] By: jhi                                   on 2002/01/31  15:26:41
15928         Log: Turn the I/O Unicode error by default on, but the
15929              character-generating Unicode error by default off,
15930              as Larry suggested.
15931      Branch: perl
15932            ! doio.c pod/perldiag.pod pp.c t/io/utf8.t t/lib/warnings/utf8
15933            ! utf8.c
15934 ____________________________________________________________________________
15935 [ 14504] By: jhi                                   on 2002/01/31  14:08:44
15936         Log: Subject: [PATCH] open.pm minor cleanup
15937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15938              Date: Thu, 31 Jan 2002 15:03:02 +0100
15939              Message-ID: <20020131150302.C1452@rafael>
15940      Branch: perl
15941            ! lib/open.pm
15942 ____________________________________________________________________________
15943 [ 14503] By: jhi                                   on 2002/01/30  15:28:29
15944         Log: Update Changes.
15945      Branch: perl
15946            ! Changes patchlevel.h
15947 ____________________________________________________________________________
15948 [ 14502] By: jhi                                   on 2002/01/30  14:32:25
15949         Log: Subject: [PATCH re bug 200713.003] Re: Perlbug - reminder of bug(20010713.003) status
15950              From: Robin Barker <rmb1@cise.npl.co.uk>
15951              Date: Wed, 30 Jan 2002 11:58:33 GMT
15952              Message-Id: <200201301158.LAA14883@tempest.npl.co.uk>
15953      Branch: perl
15954            ! lib/CPAN.pm
15955 ____________________________________________________________________________
15956 [ 14501] By: jhi                                   on 2002/01/30  14:20:32
15957         Log: Move ext/Encode/lib/Encode.pm to ext/Encode/Encode.pm;
15958              re-sort MANIFEST.
15959      Branch: perl
15960            + ext/Encode/Encode.pm
15961            - ext/Encode/lib/Encode.pm
15962            ! MANIFEST ext/Encode/Makefile.PL
15963 ____________________________________________________________________________
15964 [ 14500] By: jhi                                   on 2002/01/30  14:05:13
15965         Log: Integrate perlio;
15966              
15967              Collect some stats during compile process.
15968              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
15969              as one XS - inconclusive - marginal win?
15970              Add some comments to encode.h
15971      Branch: perl
15972           !> ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
15973           !> ext/Encode/encode.h
15974 ____________________________________________________________________________
15975 [ 14499] By: nick                                  on 2002/01/30  09:57:47
15976         Log: Collect some stats during compile process.
15977              Experiment with effect of bundling all EUC-JP, EUC-CN, EUC-KR
15978              as one XS - inconclusive - marginal win?
15979              Add some comments to encode.h
15980      Branch: perlio
15981            ! ext/Encode/EUC_JP/Makefile.PL ext/Encode/compile
15982            ! ext/Encode/encode.h
15983 ____________________________________________________________________________
15984 [ 14498] By: nick                                  on 2002/01/30  07:27:55
15985         Log: Integrate Jarkko's path/INC tweaks
15986      Branch: perlio
15987           !> ext/Encode/compile
15988 ____________________________________________________________________________
15989 [ 14497] By: jhi                                   on 2002/01/30  04:40:56
15990         Log: Subject: [PATCH] perl -V: (was: Re: Inline::C and Perl objects with C API's)   
15991              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
15992              Date: Tue, 29 Jan 2002 01:13:09 -0800
15993              Message-ID: <lemV8gzkgu/K092yn@efn.org>
15994      Branch: perl
15995            ! configpm
15996 ____________________________________________________________________________
15997 [ 14496] By: jhi                                   on 2002/01/30  01:55:57
15998         Log: Subject: [PATCH t/op/inccode.t] new test
15999              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16000              Date: Tue, 29 Jan 2002 22:03:45 +0100
16001              Message-ID: <20020129220345.A704@rafael>
16002      Branch: perl
16003            ! t/op/inccode.t
16004 ____________________________________________________________________________
16005 [ 14495] By: jhi                                   on 2002/01/30  01:01:26
16006         Log: EBCDIC: t/op/lc.t now passes.
16007      Branch: perl
16008            ! t/op/lc.t
16009 ____________________________________________________________________________
16010 [ 14494] By: jhi                                   on 2002/01/30  00:41:52
16011         Log: EBCDIC fix: t/op/lc.t failures 24-25, 29-30, 34-35, 39-40
16012      Branch: perl
16013            ! utf8.c
16014 ____________________________________________________________________________
16015 [ 14493] By: jhi                                   on 2002/01/29  22:32:05
16016         Log: Must find stuff during build.
16017      Branch: perl
16018            ! ext/Encode/compile
16019 ____________________________________________________________________________
16020 [ 14492] By: jhi                                   on 2002/01/29  22:24:54
16021         Log: Integrate with perlio;
16022              
16023              Basics of a compiled Encode XS extension
16024      Branch: perl
16025           +> ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16026           +> ext/Encode/Encode/euc-jp.ucm
16027           !> MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16028           !> ext/Encode/encode.h
16029 ____________________________________________________________________________
16030 [ 14491] By: jhi                                   on 2002/01/29  22:23:25
16031         Log: EBCDIC tweaks-- no new test passes, but getting closer.
16032      Branch: perl
16033            ! utf8.c
16034 ____________________________________________________________________________
16035 [ 14490] By: nick                                  on 2002/01/29  21:20:57
16036         Log: Basics of a compiled Encode XS extension
16037      Branch: perlio
16038            + ext/Encode/EUC_JP/EUC_JP.pm ext/Encode/EUC_JP/Makefile.PL
16039            + ext/Encode/Encode/euc-jp.ucm
16040            ! MANIFEST ext/Encode/Encode.xs ext/Encode/compile
16041            ! ext/Encode/encode.h
16042 ____________________________________________________________________________
16043 [ 14489] By: nick                                  on 2002/01/29  18:40:54
16044         Log: Integrate mainline
16045      Branch: perlio
16046           +> ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16047           +> ext/Encode/lib/Encode/Encoding.pm
16048           +> ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16049           +> ext/Encode/lib/Encode/Tcl/Escape.pm
16050           +> ext/Encode/lib/Encode/Tcl/Extended.pm
16051           +> ext/Encode/lib/Encode/Tcl/HanZi.pm
16052           +> ext/Encode/lib/Encode/Tcl/Table.pm
16053           +> ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16054           +> ext/Encode/lib/Encode/iso10646_1.pm
16055           +> ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16056           +> ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16057           +> ext/Encode/t/Tcl.t
16058            - ext/Encode.t ext/Encode/Encode.pm
16059            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16060            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16061           !> (integrate 33 files)
16062 ____________________________________________________________________________
16063 [ 14488] By: jhi                                   on 2002/01/29  16:38:58
16064         Log: Subject: Re: [PATCH] Attribute::Handlers lexical refcount skew (was Re: lexical with attribute, refcount high)
16065              From: Richard Clamp <richardc@unixbeard.net>
16066              Date: Mon, 28 Jan 2002 02:17:55 +0000
16067              Message-ID: <20020128021755.GA28344@mirth.demon.co.uk>
16068      Branch: perl
16069            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
16070 ____________________________________________________________________________
16071 [ 14487] By: jhi                                   on 2002/01/29  14:23:03
16072         Log: OS/390 seems to do length 0 udp reads, Nicholas says
16073              skippage is for now the best cause of action.
16074      Branch: perl
16075            ! ext/Socket/socketpair.t
16076 ____________________________________________________________________________
16077 [ 14486] By: jhi                                   on 2002/01/29  14:09:21
16078         Log: Encode cleanup from Dan Kogai; reworked even further.
16079      Branch: perl
16080            + ext/Encode/MANIFEST ext/Encode/README ext/Encode/lib/Encode.pm
16081            + ext/Encode/lib/Encode/Encoding.pm
16082            + ext/Encode/lib/Encode/Internal.pm ext/Encode/lib/Encode/Tcl.pm
16083            + ext/Encode/lib/Encode/Tcl/Escape.pm
16084            + ext/Encode/lib/Encode/Tcl/Extended.pm
16085            + ext/Encode/lib/Encode/Tcl/HanZi.pm
16086            + ext/Encode/lib/Encode/Tcl/Table.pm
16087            + ext/Encode/lib/Encode/Unicode.pm ext/Encode/lib/Encode/XS.pm
16088            + ext/Encode/lib/Encode/iso10646_1.pm
16089            + ext/Encode/lib/Encode/ucs2_le.pm ext/Encode/lib/Encode/utf8.pm
16090            + ext/Encode/lib/EncodeFormat.pod ext/Encode/t/Encode.t
16091            + ext/Encode/t/Tcl.t
16092            - ext/Encode.t ext/Encode/Encode.pm
16093            - ext/Encode/Encode/EncodeFormat.pod ext/Encode/Encode/Tcl.pm
16094            - ext/Encode/Encode/Tcl.t ext/Encode/Todo
16095            ! MANIFEST ext/Encode/Encode/8859-1.ucm
16096            ! ext/Encode/Encode/8859-10.ucm ext/Encode/Encode/8859-13.ucm
16097            ! ext/Encode/Encode/8859-14.ucm ext/Encode/Encode/8859-15.ucm
16098            ! ext/Encode/Encode/8859-16.ucm ext/Encode/Encode/8859-2.ucm
16099            ! ext/Encode/Encode/8859-3.ucm ext/Encode/Encode/8859-4.ucm
16100            ! ext/Encode/Encode/8859-5.ucm ext/Encode/Encode/8859-6.ucm
16101            ! ext/Encode/Encode/8859-7.ucm ext/Encode/Encode/8859-8.ucm
16102            ! ext/Encode/Encode/8859-9.ucm ext/Encode/Encode/ascii.ucm
16103            ! ext/Encode/Encode/cp1047.ucm ext/Encode/Encode/cp1250.ucm
16104            ! ext/Encode/Encode/cp37.ucm ext/Encode/Encode/dingbats.ucm
16105            ! ext/Encode/Encode/koi8-r.ucm ext/Encode/Encode/posix-bc.ucm
16106            ! ext/Encode/Encode/symbol.ucm ext/Encode/Makefile.PL
16107            ! ext/Encode/compile
16108 ____________________________________________________________________________
16109 [ 14485] By: jhi                                   on 2002/01/28  23:17:20
16110         Log: Workaround for DJGPP broken F_GETFL from Laszlo.
16111      Branch: perl
16112            ! djgpp/djgpp.c perlio.c
16113 ____________________________________________________________________________
16114 [ 14484] By: jhi                                   on 2002/01/28  23:15:22
16115         Log: Prettier printing from Michael Schwern.
16116      Branch: perl
16117            ! t/test.pl
16118 ____________________________________________________________________________
16119 [ 14483] By: jhi                                   on 2002/01/28  23:08:27
16120         Log: Show also the debug and debugcolor as known pragmas.
16121      Branch: perl
16122            ! ext/re/re.pm
16123 ____________________________________________________________________________
16124 [ 14482] By: jhi                                   on 2002/01/28  22:08:38
16125         Log: Subject: [PATCH] skip assembler.t when there is no ByteLoader
16126              From: "Craig A. Berry" <craigberry@mac.com>
16127              Date: Mon, 28 Jan 2002 16:30:30 -0600
16128              Message-Id: <5.1.0.14.2.20020128162440.01ae7868@exchi01>
16129      Branch: perl
16130            ! ext/B/t/assembler.t
16131 ____________________________________________________________________________
16132 [ 14481] By: jhi                                   on 2002/01/28  21:58:44
16133         Log: metaconfig unit change for #14480.
16134      Branch: metaconfig
16135            ! U/modified/Init.U
16136 ____________________________________________________________________________
16137 [ 14480] By: jhi                                   on 2002/01/28  21:57:37
16138         Log: DJGPP needs to know its exe soon, too.
16139      Branch: perl
16140            ! Configure
16141 ____________________________________________________________________________
16142 [ 14479] By: jhi                                   on 2002/01/28  21:36:34
16143         Log: Round #2 on EBCDICation.
16144      Branch: perl
16145            ! t/op/append.t
16146 ____________________________________________________________________________
16147 [ 14478] By: jhi                                   on 2002/01/28  21:19:40
16148         Log: Integrate perlio;
16149              
16150              Set makefile.mk CCHOME etc. for default locations of MinGW and free
16151              Borland compilers. (Borland builds one or two oddities.)
16152      Branch: perl
16153           !> win32/config.bc win32/makefile.mk
16154 ____________________________________________________________________________
16155 [ 14477] By: nick                                  on 2002/01/28  20:12:31
16156         Log: Set makefile.mk CCHOME etc. for default locations of MinGW and free
16157              Borland compilers. (Borland builds one or two oddities.)
16158      Branch: perlio
16159            ! win32/config.bc win32/makefile.mk
16160 ____________________________________________________________________________
16161 [ 14476] By: nick                                  on 2002/01/28  18:43:47
16162         Log: Integrate mainline
16163      Branch: perlio
16164           !> Configure hints/hpux.sh
16165 ____________________________________________________________________________
16166 [ 14475] By: nick                                  on 2002/01/28  17:15:12
16167         Log: Integrate mainline
16168      Branch: perlio
16169           !> Changes Configure ext/B/B.xs hints/hpux.sh lib/warnings.t
16170           !> patchlevel.h pp_sys.c t/lib/warnings/perl
16171 ____________________________________________________________________________
16172 [ 14474] By: jhi                                   on 2002/01/28  17:12:51
16173         Log: metaconfig unit change for #14472.
16174      Branch: metaconfig/U/perl
16175            ! d_u32align.U
16176 ____________________________________________________________________________
16177 [ 14473] By: jhi                                   on 2002/01/28  17:12:27
16178         Log: Misunderstood Merijn's patch.
16179      Branch: perl
16180            ! hints/hpux.sh
16181 ____________________________________________________________________________
16182 [ 14472] By: jhi                                   on 2002/01/28  17:11:58
16183         Log: Misapplied Merijn's patch.
16184      Branch: perl
16185            ! Configure
16186 ____________________________________________________________________________
16187 [ 14471] By: jhi                                   on 2002/01/28  14:51:20
16188         Log: Update Changes.
16189      Branch: perl
16190            ! Changes patchlevel.h
16191 ____________________________________________________________________________
16192 [ 14470] By: jhi                                   on 2002/01/28  14:33:36
16193         Log: BeOS has sockets but not true ones.
16194      Branch: perl
16195            ! pp_sys.c
16196 ____________________________________________________________________________
16197 [ 14469] By: jhi                                   on 2002/01/28  14:04:44
16198         Log: metaconfig unit change for #14467.
16199      Branch: metaconfig/U/perl
16200            ! d_u32align.U
16201 ____________________________________________________________________________
16202 [ 14468] By: jhi                                   on 2002/01/28  14:03:01
16203         Log: For some strange reason under the smoke harness the alignment
16204              test hangs in HP-UX 10.20.  So hint it to avoid the test.
16205      Branch: perl
16206            ! hints/hpux.sh
16207 ____________________________________________________________________________
16208 [ 14467] By: jhi                                   on 2002/01/28  14:00:32
16209         Log: Allow d_u32align to be hinted.
16210      Branch: perl
16211            ! Configure
16212 ____________________________________________________________________________
16213 [ 14466] By: jhi                                   on 2002/01/28  13:41:18
16214         Log: The shift key is important.
16215      Branch: perl
16216            ! ext/B/B.xs
16217 ____________________________________________________________________________
16218 [ 14465] By: jhi                                   on 2002/01/28  13:36:15
16219         Log: The "used only once" warnings (from gv_check) come
16220              in pseudorandom hash order-- in EBCDIC the order
16221              is different.  Add a new option that allow the warnings
16222              to come in any order (Paul Marquess).
16223      Branch: perl
16224            ! lib/warnings.t t/lib/warnings/perl
16225 ____________________________________________________________________________
16226 [ 14464] By: jhi                                   on 2002/01/28  13:04:58
16227         Log: Integrate perlio; the 0nothread test failure without threads.
16228      Branch: perl
16229           !> ext/threads/shared/t/0nothread.t
16230 ____________________________________________________________________________
16231 [ 14463] By: nick                                  on 2002/01/28  08:22:36
16232         Log: Integrate mainline
16233      Branch: perlio
16234           !> (integrate 37 files)
16235 ____________________________________________________________________________
16236 [ 14462] By: nick                                  on 2002/01/28  08:09:53
16237         Log: 1st attempt at skipping broke threads case.
16238      Branch: perlio
16239            ! ext/threads/shared/t/0nothread.t
16240 ____________________________________________________________________________
16241 [ 14461] By: nick                                  on 2002/01/28  07:25:58
16242         Log: Skip new threads::shared test unless -Duseithreads
16243      Branch: perlio
16244            ! ext/threads/shared/t/0nothread.t
16245 ____________________________________________________________________________
16246 [ 14460] By: jhi                                   on 2002/01/28  03:37:30
16247         Log: FAQ sync.
16248      Branch: perl
16249            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16250            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16251            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16252            ! pod/perlfaq9.pod
16253 ____________________________________________________________________________
16254 [ 14459] By: jhi                                   on 2002/01/28  02:28:10
16255         Log: Upgrade to podlators 1.20.
16256      Branch: perl
16257            ! lib/Pod/Text/Overstrike.pm lib/Pod/t/basic.t
16258 ____________________________________________________________________________
16259 [ 14458] By: jhi                                   on 2002/01/28  01:36:28
16260         Log: Retract #14448, a better patch coming up.
16261      Branch: perl
16262            ! lib/Pod/t/basic.t
16263 ____________________________________________________________________________
16264 [ 14457] By: jhi                                   on 2002/01/28  01:31:40
16265         Log: EBCDIC portability.
16266      Branch: perl
16267            ! t/op/append.t
16268 ____________________________________________________________________________
16269 [ 14456] By: jhi                                   on 2002/01/27  23:49:40
16270         Log: Further cygwin installperl tweak from Gerrit P. Haase.
16271      Branch: perl
16272            ! installperl
16273 ____________________________________________________________________________
16274 [ 14455] By: jhi                                   on 2002/01/27  23:47:42
16275         Log: A bug in Bulgarian EBCDIC locale (this sounds like
16276              a Sherlock Holmes mystery...)  Well, a few more EBCDICs
16277              locales failed, too.  The patch works around the bug by
16278              skipping the test, but the real problem may be deeper
16279              (affecting probably only EBCDIC platforms, though):
16280              see the comment in locale.t for more details.
16281      Branch: perl
16282            ! lib/locale.t
16283 ____________________________________________________________________________
16284 [ 14454] By: jhi                                   on 2002/01/27  22:37:48
16285         Log: metaconfig unit change for #14453.
16286      Branch: metaconfig/U/perl
16287            ! libperl.U
16288 ____________________________________________________________________________
16289 [ 14453] By: jhi                                   on 2002/01/27  22:36:08
16290         Log: Subject: Bleadperl on Cygwin today
16291              From: "Gerrit P. Haase" <gp@familiehaase.de>              
16292              Date: Sun, 27 Jan 2002 22:30:41 +0100
16293              Message-ID: <462007239437.20020127223041@familiehaase.de>
16294      Branch: perl
16295            ! Configure cygwin/Makefile.SHs cygwin/perlld.in installperl
16296            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/t/Embed.t
16297            ! lib/ExtUtils/t/MM_Cygwin.t
16298 ____________________________________________________________________________
16299 [ 14452] By: jhi                                   on 2002/01/27  21:57:56
16300         Log: Unfinished EBCDIC branch.
16301      Branch: perl
16302            ! t/op/ver.t
16303 ____________________________________________________________________________
16304 [ 14451] By: jhi                                   on 2002/01/27  21:47:29
16305         Log: B::cstring() and B::Deparse EBCDIC fixes from Rafael Garcia-Suarez.
16306      Branch: perl
16307            ! ext/B/B.xs ext/B/B/Deparse.pm
16308 ____________________________________________________________________________
16309 [ 14450] By: jhi                                   on 2002/01/27  21:44:37
16310         Log: Cleanup the stash test, and reclaim it in non-ASCII-sorting
16311              platforms.
16312      Branch: perl
16313            ! ext/B/t/stash.t
16314 ____________________________________________________________________________
16315 [ 14449] By: jhi                                   on 2002/01/27  19:34:56
16316         Log: Apparently no need for EBCDIC exception any more.
16317      Branch: perl
16318            ! ext/B/t/showlex.t
16319 ____________________________________________________________________________
16320 [ 14448] By: jhi                                   on 2002/01/27  18:48:17
16321         Log: (retracted by #14458)
16322              (Russ Allbery) OS/390 is using a high-bit character for ESC,
16323              skip the test for now.  A better fix would be to override
16324              the notion of the platform's escape sequence in the test
16325              of Pod::Text::Termcap.  We may have to apply a filter to
16326              the output to substitute back in the ESC character that
16327              the test expects, but only on OS/390.
16328      Branch: perl
16329            ! lib/Pod/t/basic.t
16330 ____________________________________________________________________________
16331 [ 14447] By: jhi                                   on 2002/01/27  18:19:01
16332         Log: Detypo.
16333      Branch: perl
16334            ! ext/Devel/Peek/Peek.t
16335 ____________________________________________________________________________
16336 [ 14446] By: jhi                                   on 2002/01/27  17:57:21
16337         Log: OS/390 USS has a different idea of the pw* functions.
16338              Also, test the name with eq, not with ==.
16339      Branch: perl
16340            ! lib/User/pwent.t
16341 ____________________________________________________________________________
16342 [ 14445] By: jhi                                   on 2002/01/27  17:37:54
16343         Log: O_RDONLY/O_WRONLY/O_RDWR portability.
16344      Branch: perl
16345            ! doio.c
16346 ____________________________________________________________________________
16347 [ 14444] By: jhi                                   on 2002/01/27  16:32:32
16348         Log: ASCIIisms.
16349      Branch: perl
16350            ! ext/PerlIO/t/encoding.t
16351 ____________________________________________________________________________
16352 [ 14443] By: jhi                                   on 2002/01/27  15:59:31
16353         Log: chr(42) ne '*'  if one is in EBCDIC.
16354      Branch: perl
16355            ! t/op/pack.t
16356 ____________________________________________________________________________
16357 [ 14442] By: jhi                                   on 2002/01/27  15:26:52
16358         Log: Subject: [PATCH] Fix up recent op/stat.t failures
16359              From: Andy Dougherty <doughera@lafayette.edu>
16360              Date: Sun, 27 Jan 2002 09:46:38 -0500 (EST)
16361              Message-ID: <Pine.SOL.4.10.10201270943120.4253-100000@maxwell.phys.lafayette.edu>         
16362      Branch: perl
16363            ! t/op/stat.t
16364 ____________________________________________________________________________
16365 [ 14441] By: jhi                                   on 2002/01/27  15:21:49
16366         Log: Subject: [ PATCH ] Re: Smoke 14406 /pro/3gl/CPAN/perl-current
16367              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16368              Date: Sun, 27 Jan 2002 15:03:18 +0100
16369              Message-Id: <20020127145902.0EA2.H.M.BRAND@hccnet.nl>
16370      Branch: perl
16371            ! lib/ExtUtils/t/Command.t
16372 ____________________________________________________________________________
16373 [ 14440] By: jhi                                   on 2002/01/27  15:20:52
16374         Log: Subject: [PATCH B::Deparse] new switch: don't check prototypes while deparsing
16375              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16376              Date: Sun, 27 Jan 2002 14:51:10 +0100
16377              Message-ID: <20020127145110.A16332@rafael>
16378      Branch: perl
16379            ! ext/B/B/Deparse.pm
16380 ____________________________________________________________________________
16381 [ 14439] By: gsar                                  on 2002/01/27  00:02:48
16382         Log: integrate change#14431 from perlio branch (Nick's fix for
16383              change#13474 to be more defensive about looking at pad entries
16384              that may not exist yet)
16385      Branch: maint-5.6/perl
16386            ! op.c
16387 ____________________________________________________________________________
16388 [ 14438] By: jhi                                   on 2002/01/26  23:56:53
16389         Log: Comment to avoid later "cleanups."
16390      Branch: perl
16391            ! lib/ExtUtils/MakeMaker.pm
16392 ____________________________________________________________________________
16393 [ 14437] By: jhi                                   on 2002/01/26  23:54:50
16394         Log: USS V2R10 seems to be happier with env FOO=... cmd ...
16395              instead of just FOO=... cmd ...
16396      Branch: perl
16397            ! Makefile.SH
16398 ____________________________________________________________________________
16399 [ 14436] By: jhi                                   on 2002/01/26  23:14:04
16400         Log: Overquoting bad (in UNIX one would get
16401              Can't open perl script "'-I../lib'": No such file or directory)
16402      Branch: perl
16403            ! lib/Pod/t/Usage.t
16404 ____________________________________________________________________________
16405 [ 14435] By: jhi                                   on 2002/01/26  22:41:05
16406         Log: Integrate perlio;
16407              
16408              "All tests successful" VC6.0 Win32
16409              (Update config.vc to need cppstdin so those tests are skipped...)
16410      Branch: perl
16411           !> win32/config.vc win32/config_H.bc win32/config_H.gc
16412           !> win32/config_H.vc
16413 ____________________________________________________________________________
16414 [ 14434] By: nick                                  on 2002/01/26  22:27:08
16415         Log: "All tests successful" VC6.0 Win32
16416              (Update config.vc to need cppstdin so those tests are skipped...)
16417      Branch: perlio
16418            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16419            ! win32/config_H.vc
16420 ____________________________________________________________________________
16421 [ 14433] By: jhi                                   on 2002/01/26  21:38:56
16422         Log: Integrate perlio;
16423              
16424              1st two tests of File/Find/t/find.t and taint.t were run after 
16425              calling cleanup(). If previous fail had left for_find directory,
16426              but no content in it then cleanup() returned cd'ed to that directory.
16427              So tests failed. Fixed cleanup()-s.
16428              
16429              If we get to sighandler by mistake (no perl handler set) then
16430              warn() and exit() rather than die() - should never happen
16431              but if it does context needed to die is likely to be trashed
16432              as well.
16433              
16434              Win32 signal emulation cleanup.
16435              
16436              Tinkering with thread cleanup mutex-ing - not the problem 
16437              (op.c is) but could have been...
16438              
16439              Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16440              Should really be looked at by someone that knows about pads.
16441              
16442              Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16443              for CRLF line endings.
16444      Branch: perl
16445           !> ext/threads/threads.xs lib/File/Find/t/find.t
16446           !> lib/File/Find/t/taint.t lib/Filter/Simple.pm mg.c op.c
16447           !> win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16448 ____________________________________________________________________________
16449 [ 14432] By: nick                                  on 2002/01/26  21:10:38
16450         Log: Gurusamy Sarathy <gsar@ActiveState.com>'s patch to Filter::Simple
16451              for CRLF line endings.
16452      Branch: perlio
16453            ! lib/Filter/Simple.pm
16454 ____________________________________________________________________________
16455 [ 14431] By: nick                                  on 2002/01/26  21:08:35
16456         Log: Fix/band-aid for op.c's anon CV leak fix co-existing with threads.
16457              Should really be looked at by someone that knows about pads.
16458      Branch: perlio
16459            ! op.c
16460 ____________________________________________________________________________
16461 [ 14430] By: jhi                                   on 2002/01/26  20:54:16
16462         Log: Subject: Re: [PATCH @14417] vmsify Pod::Usage and its test
16463              From: "Craig A. Berry" <craigberry@mac.com>       
16464              Date: Sat, 26 Jan 2002 11:19:44 -0600
16465              Message-Id: <a05101000b87895064ee3@[172.16.52.1]>
16466      Branch: perl
16467            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
16468 ____________________________________________________________________________
16469 [ 14429] By: nick                                  on 2002/01/26  18:04:22
16470         Log: Tinkering with thread cleanup mutex-ing - not the problem 
16471              (op.c is) but could have been...
16472      Branch: perlio
16473            ! ext/threads/threads.xs
16474 ____________________________________________________________________________
16475 [ 14428] By: nick                                  on 2002/01/26  18:03:13
16476         Log: Win32 signal emulation cleanup.
16477      Branch: perlio
16478            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32iop.h
16479 ____________________________________________________________________________
16480 [ 14427] By: nick                                  on 2002/01/26  13:59:33
16481         Log: If we get to sighandler by mistake (no perl handler set) then
16482              warn() and exit() rather than die() - should never happen
16483              but if it does context needed to die is likely to be trashed
16484              as well.
16485      Branch: perlio
16486            ! mg.c
16487 ____________________________________________________________________________
16488 [ 14426] By: nick                                  on 2002/01/26  13:56:23
16489         Log: Integrate mainline
16490      Branch: perlio
16491           !> Changes NetWare/config_H.wc config_h.SH ext/Encode/Encode.xs
16492           !> op.c patchlevel.h pod/perldebguts.pod t/op/universal.t
16493           !> t/run/fresh_perl.t
16494 ____________________________________________________________________________
16495 [ 14425] By: nick                                  on 2002/01/26  08:11:33
16496         Log: 1st two tests of File/Find/t/find.t and taint.t were run after 
16497              calling cleanup(). If previous fail had left for_find directory,
16498              but no content in it then cleanup() returned cd'ed to that directory.
16499              So tests failed. Fixed cleanup()-s.
16500      Branch: perlio
16501            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
16502 ____________________________________________________________________________
16503 [ 14424] By: jhi                                   on 2002/01/25  22:10:11
16504         Log: Integrate perlio;
16505              
16506              Fix winsystem.t's attempt to build showav.exe to work
16507              with gcc (which writes a.exe unless told with -o ).
16508              Also put in a few more fail-safes to check .exe got
16509              built somehow.
16510              
16511              More Win32 tuning
16512              
16513              Save $! so that other syscalls don't disturb it before
16514              we test it.
16515      Branch: perl
16516           !> ext/Socket/socketpair.t t/op/stat.t t/op/taint.t
16517           !> t/op/winsystem.t
16518 ____________________________________________________________________________
16519 [ 14423] By: jhi                                   on 2002/01/25  22:08:09
16520         Log: Subject: [PATCH] new test in op/universal.t
16521              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16522              Date: Fri, 25 Jan 2002 23:17:33 +0100
16523              Message-ID: <20020125231733.A11733@rafael>
16524      Branch: perl
16525            ! t/op/universal.t
16526 ____________________________________________________________________________
16527 [ 14422] By: nick                                  on 2002/01/25  21:37:03
16528         Log: Save $! so that other syscalls don't disturb it before 
16529              we test it.
16530      Branch: perlio
16531            ! ext/Socket/socketpair.t
16532 ____________________________________________________________________________
16533 [ 14421] By: nick                                  on 2002/01/25  19:05:57
16534         Log: More Win32 tuning
16535      Branch: perlio
16536            ! t/op/stat.t t/op/taint.t
16537 ____________________________________________________________________________
16538 [ 14420] By: nick                                  on 2002/01/25  18:21:42
16539         Log: Fix winsystem.t's attempt to build showav.exe to work 
16540              with gcc (which writes a.exe unless told with -o ).
16541              Also put in a few more fail-safes to check .exe got 
16542              built somehow.
16543      Branch: perlio
16544            ! t/op/winsystem.t
16545 ____________________________________________________________________________
16546 [ 14419] By: jhi                                   on 2002/01/25  17:25:05
16547         Log: Subject: [Patch Encode.xs] calculation of need overflows
16548              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16549              Date: Sat, 26 Jan 2002 00:58:50 +0900
16550              Message-Id: <20020126005802.89B3.BQW10602@nifty.com>
16551      Branch: perl
16552            ! ext/Encode/Encode.xs
16553 ____________________________________________________________________________
16554 [ 14418] By: jhi                                   on 2002/01/25  16:28:40
16555         Log: Integrate changes 13474+13478+13584 from maintperl;
16556              anon sub leakage.
16557      Branch: perl
16558            ! op.c t/run/fresh_perl.t
16559 ____________________________________________________________________________
16560 [ 14417] By: jhi                                   on 2002/01/25  15:34:18
16561         Log: Update Changes.
16562      Branch: perl
16563            ! Changes patchlevel.h
16564 ____________________________________________________________________________
16565 [ 14416] By: jhi                                   on 2002/01/25  15:04:25
16566         Log: Integrate perlio; extensive threads and threads::shared work
16567              (note that the below is a chronological list of perlio
16568              check-in entries since the last integrate)
16569              
16570              Nearly-working threads re-structuring. Do not integrate,
16571              submit-ing to get to Win32, and as "off site" backup.
16572              
16573              threads work again on Win32. (Not threads::shared yet)
16574              Submit to see if they do on Linux.
16575              
16576              Add new threads/typemap to MANIFEST
16577              
16578              XS side of new threads::shared designed, coded and compiles,
16579              and mostly commented but is totaly untested.
16580              submit in case anyone wants a preview.
16581              
16582              Miss mg_len == 0 meaning don't Safefree
16583              
16584              Shared scalars working, some shared array ops working.
16585              
16586              Implement recursive lock and use of scope for PL_sharedsv_space,
16587              so now croak() from asserts does not leave locks.
16588              Make hv_simple compile (new prototype for debugging probe).
16589              
16590              thread::shared nearly working again - remaining issue
16591              is references withing shared space.
16592              Added bulk test with no threads involved (for debugging)
16593              Tuned tests to skip those needing _thrcnt
16594              
16595              SvTEMP_off to stop private PV's being stolen and stored in shared space
16596              
16597              Except Win32 from echo tests. (Alarm does not break into connect)
16598              
16599              Expand command line test globs on Win32.
16600              
16601              threads::shared tidy up:
16602              - Add _id() function to shared.xs so we can test refs point at same thing.
16603              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
16604              - Allow no_share to pass if sharing to works despite mis-ordering.
16605              - Change docs of threads to document ->create() (as used in tests),
16606              and not mention "new".
16607              
16608              Linux/NFS hackery was not faking right number of passes.
16609      Branch: perl
16610           +> ext/threads/shared/t/0nothread.t ext/threads/shared/typemap
16611           +> ext/threads/typemap
16612            - ext/threads/threads.h sharedsv.c sharedsv.h
16613            ! NetWare/config_H.wc
16614           !> (integrate 38 files)
16615 ____________________________________________________________________________
16616 [ 14415] By: jhi                                   on 2002/01/25  14:33:43
16617         Log: Subject: Re: perldebguts minor tweaks
16618              From: Joe McMahon <mcmahon@metalab.unc.edu>
16619              Date: Fri, 25 Jan 2002 10:32:45 -0500 (EST)
16620              Message-ID: <Pine.LNX.4.33.0201251031530.9326-100000@tribal.metalab.unc.edu>
16621      Branch: perl
16622            ! pod/perldebguts.pod
16623 ____________________________________________________________________________
16624 [ 14414] By: jhi                                   on 2002/01/25  14:08:17
16625         Log: metaconfig unit change for #14413.
16626      Branch: metaconfig
16627            ! U/modified/prototype.U
16628 ____________________________________________________________________________
16629 [ 14413] By: jhi                                   on 2002/01/25  14:05:49
16630         Log: Okay, you can come home now, _().
16631      Branch: perl
16632            ! config_h.SH
16633 ____________________________________________________________________________
16634 [ 14412] By: nick                                  on 2002/01/25  11:01:49
16635         Log: Integrate mainline
16636              All but ../lib/Unicode/UCD.t pass.
16637      Branch: perlio
16638           +> lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
16639           +> lib/unicore/CaseFolding.txt
16640           +> lib/unicore/CompositionExclusions.txt
16641           +> lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
16642           +> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
16643           +> vos/vos.c
16644            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
16645            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
16646            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
16647            - lib/unicore/NamesList.html lib/unicore/PropList.html
16648            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
16649            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
16650            - lib/unicore/rename
16651           !> (integrate 424 files)
16652 ____________________________________________________________________________
16653 [ 14411] By: nick                                  on 2002/01/25  09:45:13
16654         Log: Linux/NFS hackery was not faking right number of passes.
16655      Branch: perlio
16656            ! t/io/fs.t
16657 ____________________________________________________________________________
16658 [ 14410] By: nick                                  on 2002/01/25  09:35:07
16659         Log: threads::shared tidy up:
16660              - Add _id() function to shared.xs so we can test refs point at same thing.
16661              - Use that rather that comparing stringified ref in shared/t/hv_refs.t
16662              - Allow no_share to pass if sharing to works despite mis-ordering.
16663              - Change docs of threads to document ->create() (as used in tests),
16664              and not mention "new".
16665      Branch: perlio
16666            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16667            ! ext/threads/shared/t/hv_refs.t ext/threads/shared/t/no_share.t
16668            ! ext/threads/threads.pm
16669 ____________________________________________________________________________
16670 [ 14409] By: jhi                                   on 2002/01/24  21:08:35
16671         Log: Subject: perldebguts minor tweaks
16672              From: Joe McMahon <mcmahon@metalab.unc.edu>
16673              Date: Thu, 24 Jan 2002 16:48:43 -0500 (EST)
16674              Message-ID: <Pine.LNX.4.33.0201241646580.14744-100000@tribal.metalab.unc.edu>
16675      Branch: perl
16676            ! pod/perldebguts.pod
16677 ____________________________________________________________________________
16678 [ 14408] By: jhi                                   on 2002/01/24  20:58:15
16679         Log: Subject: [PATCH] perldebguts.pod [bleadperl]
16680              From: Peter Scott <Peter@PSDT.com>
16681              Date: Thu, 24 Jan 2002 08:51:34 -0800
16682              Message-Id: <4.3.2.7.2.20020123073917.00bac740@mail.webquarry.com>
16683      Branch: perl
16684            ! pod/perldebguts.pod
16685 ____________________________________________________________________________
16686 [ 14407] By: jhi                                   on 2002/01/24  20:55:34
16687         Log: Few more paranoia checks for Unicode hash keys.
16688      Branch: perl
16689            ! t/op/each.t
16690 ____________________________________________________________________________
16691 [ 14406] By: jhi                                   on 2002/01/24  18:03:02
16692         Log: Subject: [PATCH] Suppress /bin/ls errors in t/op/stat.t
16693              From: Andy Dougherty <doughera@lafayette.edu>
16694              Date: Thu, 24 Jan 2002 13:02:20 -0500 (EST)
16695              Message-ID: <Pine.SOL.4.10.10201241238510.23176-100000@maxwell.phys.lafayette.edu>
16696      Branch: perl
16697            ! t/op/stat.t
16698 ____________________________________________________________________________
16699 [ 14405] By: jhi                                   on 2002/01/24  15:44:31
16700         Log: The
16701              
16702              Subject: Very old debugger UTF-8 bug
16703              From: andreas.koenig@anima.de (Andreas J. Koenig)
16704              Date: 24 Jan 2002 12:45:44 +0100
16705              Message-ID: <m3y9iot1jr.fsf@anima.de>
16706              
16707              still broken, but this should work as a stopgap
16708              measure to stop pp_match accessing naughty data.
16709      Branch: perl
16710            ! pod/perldiag.pod pp_hot.c
16711 ____________________________________________________________________________
16712 [ 14404] By: jhi                                   on 2002/01/24  13:13:55
16713         Log: metaconfig unit change for #14403.
16714      Branch: metaconfig/U/perl
16715            ! d_u32align.U
16716 ____________________________________________________________________________
16717 [ 14403] By: jhi                                   on 2002/01/24  13:13:29
16718         Log: Pacify picky compilers (this time Sun Workshop).
16719      Branch: perl
16720            ! Configure
16721 ____________________________________________________________________________
16722 [ 14402] By: jhi                                   on 2002/01/24  12:45:02
16723         Log: Subject: Very old debugger UTF-8 bug
16724              From: andreas.koenig@anima.de (Andreas J. Koenig)
16725              Date: 24 Jan 2002 12:45:44 +0100
16726              Message-ID: <m3y9iot1jr.fsf@anima.de>
16727      Branch: perl
16728            ! lib/dumpvar.pl
16729 ____________________________________________________________________________
16730 [ 14401] By: nick                                  on 2002/01/24  07:50:38
16731         Log: Expand command line test globs on Win32.
16732      Branch: perlio
16733            ! t/harness
16734 ____________________________________________________________________________
16735 [ 14400] By: jhi                                   on 2002/01/24  02:49:05
16736         Log: Sprinkle some copyrights (use the oldest timestamp to
16737              be found in the repository, which is most often not right,
16738              but at least consistent)
16739      Branch: perl
16740            ! XSUB.h cc_runtime.h dosish.h embed.h embed.pl embedvar.h
16741            ! fakesdio.h fakethr.h global.sym globals.c keywords.h
16742            ! keywords.pl miniperlmain.c nostdio.h opcode.h opcode.pl
16743            ! opnames.h patchlevel.h perl.h perlapi.c perlapi.h perlio.h
16744            ! perlsdio.h perlsfio.h perlvars.h proto.h regcomp.h regexp.h
16745            ! scope.h sharedsv.h taint.c thrdvar.h thread.h universal.c
16746            ! unixish.h xsutils.c
16747 ____________________________________________________________________________
16748 [ 14399] By: pudge                                 on 2002/01/23  21:00:29
16749         Log: Don't crash on Help for long text (bug #506672)
16750      Branch: maint-5.6/macperl
16751            ! macos/macperl/MPHelp.c
16752 ____________________________________________________________________________
16753 [ 14398] By: pudge                                 on 2002/01/23  20:03:38
16754         Log: Fix minor path problem
16755      Branch: maint-5.6/macperl
16756            ! macos/macperl/Droplets/tarzipme.plx
16757 ____________________________________________________________________________
16758 [ 14397] By: pudge                                 on 2002/01/23  20:03:19
16759         Log: Minor text changes
16760      Branch: maint-5.6/macperl
16761            ! macos/Perl.r
16762 ____________________________________________________________________________
16763 [ 14396] By: pudge                                 on 2002/01/23  20:02:45
16764         Log: Bump versions, dates, etc.
16765      Branch: maint-5.6/macperl
16766            ! macos/MPVersion.r macos/macperl/MPPreferences.c perl.c
16767 ____________________________________________________________________________
16768 [ 14395] By: pudge                                 on 2002/01/23  20:01:43
16769         Log: coderefs in @INC and absolute paths
16770      Branch: maint-5.6/macperl
16771            ! embed.h pp_ctl.c proto.h
16772 ____________________________________________________________________________
16773 [ 14394] By: pudge                                 on 2002/01/23  20:00:35
16774         Log: Minor module thingys
16775      Branch: maint-5.6/macperl
16776            ! macos/ext/Mac/Controls/Controls.xs
16777            ! macos/ext/Mac/Files/Files.xs macos/ext/Mac/Gestalt/Gestalt.pm
16778            ! macos/ext/Mac/ImageCompression/ImageCompression.xs
16779            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
16780            ! macos/ext/Mac/InternetConfig/InternetConfig.xs
16781            ! macos/ext/Mac/Memory/Memory.pm macos/ext/Mac/Memory/Memory.xs
16782            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/MoreFiles/MF.xs
16783            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
16784            ! macos/ext/Mac/Movies/Movies.xs
16785            ! macos/ext/Mac/Navigation/Navigation.pm
16786            ! macos/ext/Mac/Navigation/Navigation.xs
16787            ! macos/ext/Mac/Notification/Notification.xs
16788            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
16789            ! macos/ext/Mac/Processes/Processes.xs
16790            ! macos/ext/Mac/QDOffscreen/QDOffscreen.xs
16791            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
16792            ! macos/ext/Mac/QuickDraw/QuickDraw.xs
16793            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
16794            ! macos/ext/Mac/Resources/Resources.pm
16795            ! macos/ext/Mac/Resources/Resources.xs macos/ext/Mac/SAT/SAT.pm
16796            ! macos/ext/Mac/SAT/SAT.xs macos/ext/Mac/Sound/Sound.pm
16797            ! macos/ext/Mac/Sound/Sound.xs macos/ext/Mac/Speech/Speech.pm
16798            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
16799            ! macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
16800 ____________________________________________________________________________
16801 [ 14393] By: nick                                  on 2002/01/23  19:52:19
16802         Log: Except Win32 from echo tests. (Alarm does not break into connect)
16803      Branch: perlio
16804            ! ext/Socket/Socket.t
16805 ____________________________________________________________________________
16806 [ 14392] By: nick                                  on 2002/01/23  19:31:57
16807         Log: SvTEMP_off to stop private PV's being stolen and stored in shared space
16808      Branch: perlio
16809            ! ext/threads/shared/shared.xs
16810 ____________________________________________________________________________
16811 [ 14391] By: jhi                                   on 2002/01/23  18:48:45
16812         Log: Copyright++.  (Not all the toplevel *.h have one, it seems.)
16813      Branch: perl
16814            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
16815            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h locale.c mg.c
16816            ! mg.h numeric.c op.c op.h perl.c perl.h perlio.c perly.y
16817            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlmodinstall.pod
16818            ! pod/perluniintro.pod pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
16819            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c
16820            ! sharedsv.c sv.c sv.h toke.c utf8.c utf8.h utfebcdic.h util.c
16821            ! util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
16822            ! x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h
16823            ! x2p/util.c x2p/util.h x2p/walk.c
16824 ____________________________________________________________________________
16825 [ 14390] By: jhi                                   on 2002/01/23  18:30:18
16826         Log: Unused (the only occurrence of USE_BYTES_DOWNGRADES) and
16827              therefore quite probably also obsolete code.
16828      Branch: perl
16829            ! sv.c
16830 ____________________________________________________________________________
16831 [ 14389] By: jhi                                   on 2002/01/23  15:09:38
16832         Log: Update Changes.
16833      Branch: perl
16834            ! Changes patchlevel.h
16835 ____________________________________________________________________________
16836 [ 14388] By: jhi                                   on 2002/01/23  15:04:06
16837         Log: Small update on todo.  Could use a lot more.
16838      Branch: perl
16839            ! pod/perltodo.pod
16840 ____________________________________________________________________________
16841 [ 14387] By: nick                                  on 2002/01/23  14:19:30
16842         Log: thread::shared nearly working again - remaining issue
16843              is references withing shared space.
16844              Added bulk test with no threads involved (for debugging)
16845              Tuned tests to skip those needing _thrcnt
16846      Branch: perlio
16847            + ext/threads/shared/t/0nothread.t
16848            ! MANIFEST ext/threads/shared/shared.pm
16849            ! ext/threads/shared/shared.xs ext/threads/shared/t/av_simple.t
16850            ! ext/threads/shared/t/hv_refs.t
16851            ! ext/threads/shared/t/hv_simple.t
16852            ! ext/threads/shared/t/sv_simple.t
16853 ____________________________________________________________________________
16854 [ 14386] By: jhi                                   on 2002/01/23  14:19:01
16855         Log: Subject: [ID 20020121.003] perldata doco bug
16856              From: John Stumbles <jstumbles@bluearc.com>
16857              Date: Mon, 21 Jan 2002 14:19:56 -0000
16858              Message-Id: <4586CA8FDDC2D411A1C700508BB4AC33016765D1@ukexchange.synaxia.com>
16859      Branch: perl
16860            ! pod/perldata.pod
16861 ____________________________________________________________________________
16862 [ 14385] By: jhi                                   on 2002/01/23  14:17:52
16863         Log: Subject: [PATCH] Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
16864              From: Michael G Schwern <schwern@pobox.com>
16865              Date: Mon, 21 Jan 2002 15:16:42 -0500
16866              Message-ID: <20020121201642.GA6659@blackrider>
16867      Branch: perl
16868            ! embed.fnc embed.h proto.h t/op/universal.t universal.c
16869 ____________________________________________________________________________
16870 [ 14384] By: jhi                                   on 2002/01/23  13:45:30
16871         Log: Subject: [PATCH] Re: eval not catching warnings?
16872              From: abigail@foad.org
16873              Date: Wed, 23 Jan 2002 15:35:47 +0100
16874              Message-ID: <20020123143547.24798.qmail@foad.org>
16875      Branch: perl
16876            ! pod/perlfunc.pod
16877 ____________________________________________________________________________
16878 [ 14383] By: jhi                                   on 2002/01/23  03:57:58
16879         Log: Subject: [ID 20020122.012] Not OK: perl v5.7.2 +DEVEL14368 on cygwin-multi-64int 1.3.6(0.4732) (UNINSTALLED)
16880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
16881              Date: Tue, 22 Jan 2002 17:00:54 -0800            
16882              Message-Id: <GtgT8gzkg+CG092yn@efn.org> 
16883      Branch: perl
16884            ! t/run/fresh_perl.t
16885 ____________________________________________________________________________
16886 [ 14382] By: jhi                                   on 2002/01/23  03:47:35
16887         Log: metaconfig unit change for #14381.
16888      Branch: metaconfig/U/perl
16889            ! d_u32align.U
16890 ____________________________________________________________________________
16891 [ 14381] By: jhi                                   on 2002/01/23  03:47:05
16892         Log: HP-UX 10.20 cc pacifying from Merijn.
16893      Branch: perl
16894            ! Configure
16895 ____________________________________________________________________________
16896 [ 14380] By: jhi                                   on 2002/01/23  03:41:26
16897         Log: Subject: [PATCH] test.com shebang handling (was Re: VMS@14369)
16898              From: "Craig A. Berry" <craigberry@mac.com> 
16899              Date: Tue, 22 Jan 2002 22:14:26 -0600
16900              Message-Id: <a05101000b873de9cf801@[172.16.52.1]>
16901      Branch: perl
16902            ! vms/test.com
16903 ____________________________________________________________________________
16904 [ 14379] By: jhi                                   on 2002/01/23  03:11:31
16905         Log: AIX cpp bug: having macro arguments and character constants
16906              "the same" means trouble (here s and 's')
16907              What broke now was 841 and 842 of t/op/pat.t, because of the
16908              ANYOF_UNICODE_FOLD_SHARP_S() in utf8.h, ccversion 5.0.1.0
16909              (note that breakage happened only under cc_r and usethreads+
16910              useithreads)
16911      Branch: perl
16912            ! utf8.h
16913 ____________________________________________________________________________
16914 [ 14378] By: nick                                  on 2002/01/22  20:33:15
16915         Log: Implement recursive lock and use of scope for PL_sharedsv_space,
16916              so now croak() from asserts does not leave locks.
16917              Make hv_simple compile (new prototype for debugging probe).
16918      Branch: perlio
16919            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16920            ! ext/threads/shared/t/hv_simple.t
16921 ____________________________________________________________________________
16922 [ 14377] By: nick                                  on 2002/01/22  17:32:21
16923         Log: Shared scalars working, some shared array ops working.
16924      Branch: perlio
16925            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
16926            ! ext/threads/shared/t/sv_refs.t
16927            ! ext/threads/shared/t/sv_simple.t ext/threads/threads.xs perl.h
16928 ____________________________________________________________________________
16929 [ 14376] By: jhi                                   on 2002/01/22  16:46:48
16930         Log: Subject: [PATCH] Support truncate() in VOS port
16931              From: Paul_GreenVOS@vos.stratus.com
16932              Date: Mon, 21 Jan 02 23:27 est
16933              Message-Id: <200201220428.XAA15304@mailhub1.stratus.com>
16934      Branch: perl
16935            + vos/vos.c
16936            ! MANIFEST hints/vos.sh vos/vosish.h
16937 ____________________________________________________________________________
16938 [ 14375] By: jhi                                   on 2002/01/22  16:38:06
16939         Log: metaconfig unit changes for #14374.  Couldn't figure
16940              how to get completely rid of _() (some weird dependency
16941              pulling it in?) so renamed it as PROTO_().
16942      Branch: metaconfig
16943            + U/modified/d_shmat.U U/modified/prototype.U
16944            ! U/protos/d_drand48proto.U
16945      Branch: metaconfig/U/perl
16946            ! d_sbrkproto.U d_sockatmarkproto.U d_telldirproto.U
16947 ____________________________________________________________________________
16948 [ 14374] By: jhi                                   on 2002/01/22  16:36:41
16949         Log: Get rid of the _() macro since (1) we require ANSI anyway
16950              (2) Other software (GNU) seems to use it and we don't need it,
16951              so let's give it up.
16952      Branch: perl
16953            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16954            ! config_h.SH ext/Devel/PPPort/PPPort.pm malloc.c
16955            ! plan9/config.plan9 pod/perltoc.pod uconfig.h
16956            ! vos/config.alpha.h vos/config.ga.h win32/config_H.bc
16957            ! win32/config_H.gc win32/config_H.vc win32/config_H.win64
16958            ! wince/config.h wince/config_H.ce
16959 ____________________________________________________________________________
16960 [ 14373] By: nick                                  on 2002/01/22  10:10:48
16961         Log: Miss mg_len == 0 meaning don't Safefree
16962      Branch: perlio
16963            ! mg.c
16964 ____________________________________________________________________________
16965 [ 14372] By: nick                                  on 2002/01/21  22:34:06
16966         Log: XS side of new threads::shared designed, coded and compiles,
16967              and mostly commented but is totaly untested.
16968              submit in case anyone wants a preview.
16969      Branch: perlio
16970            + ext/threads/shared/typemap
16971            ! MANIFEST ext/threads/shared/shared.pm
16972            ! ext/threads/shared/shared.xs
16973 ____________________________________________________________________________
16974 [ 14371] By: jhi                                   on 2002/01/21  19:36:04
16975         Log: Subject: [BUG] /\_/ an unrecognized escape?
16976              From: Michael G Schwern <schwern@pobox.com>
16977              Date: Mon, 21 Jan 2002 15:22:54 -0500
16978              Message-ID: <20020121202254.GA6731@blackrider>
16979      Branch: perl
16980            ! t/lib/warnings/toke toke.c
16981 ____________________________________________________________________________
16982 [ 14370] By: jhi                                   on 2002/01/21  19:16:00
16983         Log: Undo the renaming of the Unicode data files; the simple
16984              solution being not including the *.html files.  This means
16985              that in the future there is no need for any renamings
16986              (well, assuming that the Consortium doesn't cause any),
16987              and the files are named like they are in the Consortium
16988              website, thus alleviating confusion.
16989      Branch: perl
16990            + lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
16991            + lib/unicore/CaseFolding.txt
16992            + lib/unicore/CompositionExclusions.txt
16993            + lib/unicore/EastAsianWidth.txt lib/unicore/LineBreak.txt
16994            + lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
16995            - lib/unicore/ArabShap.txt lib/unicore/BidiMirr.txt
16996            - lib/unicore/CaseFold.txt lib/unicore/CompExcl.txt
16997            - lib/unicore/EAWidth.txt lib/unicore/LineBrk.txt
16998            - lib/unicore/NamesList.html lib/unicore/PropList.html
16999            - lib/unicore/SpecCase.txt lib/unicore/UCD.html
17000            - lib/unicore/Unicode.html lib/unicore/Unicode.txt
17001            - lib/unicore/rename
17002            ! (edit 285 files)
17003 ____________________________________________________________________________
17004 [ 14369] By: jhi                                   on 2002/01/21  15:10:59
17005         Log: Update Changes.
17006      Branch: perl
17007            ! Changes patchlevel.h
17008 ____________________________________________________________________________
17009 [ 14368] By: jhi                                   on 2002/01/21  14:56:42
17010         Log: Subject: RE: BCC for Win32 is unhappy @14331
17011              From: "Konovalov, Vadim" <vkonovalov@spb.Lucent.com>
17012              Date: Mon, 21 Jan 2002 09:48:40 +0300
17013              Message-ID: <80C37C8B4041FB4F9135D70A0AAD71B30F00E5@ru0028exch01.spb.lucent.com>
17014              
17015              (using IV instead of int)
17016      Branch: perl
17017            ! hv.h
17018 ____________________________________________________________________________
17019 [ 14367] By: jhi                                   on 2002/01/21  14:29:05
17020         Log: path_is_absolute() needs a prototype (and maybe
17021              a better name, but that's another story).
17022      Branch: perl
17023            ! embed.fnc embed.h pp_ctl.c proto.h
17024 ____________________________________________________________________________
17025 [ 14366] By: jhi                                   on 2002/01/21  14:07:35
17026         Log: Subject: Re: coderefs in @INC
17027              From: Chris Nandor <pudge@pobox.com>
17028              Date: Thu, 17 Jan 2002 11:26:02 -0500
17029              Message-Id: <p0510030eb86ca7bc03e0@[10.0.1.177]>
17030      Branch: perl
17031            ! pp_ctl.c
17032 ____________________________________________________________________________
17033 [ 14365] By: jhi                                   on 2002/01/21  14:06:11
17034         Log: Subject: Re: [PATCH warnings, perldiag] document diagnostics
17035              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17036              Date: Sun, 20 Jan 2002 22:53:56 +0100
17037              Message-ID: <20020120225356.A12093@rafael>
17038      Branch: perl
17039            ! lib/warnings.pm pod/perldiag.pod t/lib/warnings/2use
17040            ! t/lib/warnings/9enabled warnings.h warnings.pl
17041 ____________________________________________________________________________
17042 [ 14364] By: jhi                                   on 2002/01/21  03:53:08
17043         Log: Subject: [PATCH] MakeMaker.pm sub-Makefile.PL tweak for VMS
17044              From: "Craig A. Berry" <craigberry@mac.com>
17045              Date: Sun, 20 Jan 2002 22:49:42 -0600
17046              Message-Id: <a05101004b8714273d60c@[172.16.52.1]>
17047      Branch: perl
17048            ! lib/ExtUtils/MakeMaker.pm
17049 ____________________________________________________________________________
17050 [ 14363] By: nick                                  on 2002/01/20  20:38:23
17051         Log: Add new threads/typemap to MANIFEST
17052      Branch: perlio
17053            ! MANIFEST
17054 ____________________________________________________________________________
17055 [ 14362] By: nick                                  on 2002/01/20  20:34:36
17056         Log: Integrate mainline
17057      Branch: perlio
17058           +> lib/Pod/t/Usage.t
17059           !> Configure ext/Cwd/t/cwd.t ext/Devel/DProf/DProf.t
17060           !> ext/File/Glob/t/basic.t ext/SDBM_File/sdbm.t
17061           !> lib/ExtUtils/MM_BeOS.pm pod/perl5004delta.pod
17062           !> pod/perl5005delta.pod pod/perl561delta.pod pod/perl56delta.pod
17063           !> pod/perlfaq1.pod pod/perlfaq2.pod pod/perltoc.pod pp.c
17064           !> t/comp/script.t t/op/oct.t t/op/stat.t t/run/fresh_perl.t
17065           !> util.c
17066 ____________________________________________________________________________
17067 [ 14361] By: nick                                  on 2002/01/20  18:51:47
17068         Log: Integrate MANIFEST
17069      Branch: perlio
17070           !> MANIFEST
17071 ____________________________________________________________________________
17072 [ 14360] By: jhi                                   on 2002/01/20  17:11:12
17073         Log: Subject: [PATCH] lib/ExtUtils/t/Command.t -- VOS Fixes
17074              From: Paul_GreenVOS@vos.stratus.com
17075              Date: Sat, 19 Jan 02 17:17 est
17076              Message-Id: <200201192218.RAA07911@mailhub1.stratus.com>
17077              
17078              Subject: [PATCH] lib/ExtUtils/t/Command.t -- add more tests
17079              From: Paul_GreenVOS@vos.stratus.com
17080              Date: Sat, 19 Jan 02 17:19 est
17081              Message-Id: <200201192218.RAA12331@mailhub2.stratus.com>
17082      Branch: perl
17083            ! lib/ExtUtils/t/Command.t
17084 ____________________________________________________________________________
17085 [ 14359] By: jhi                                   on 2002/01/20  17:09:40
17086         Log: Subject: [PATCH] lib/AnyDBM_File.t -- VOS fix         
17087              From: Paul_GreenVOS@vos.stratus.com
17088              Date: Sat, 19 Jan 02 14:30 est
17089              Message-Id: <200201191932.OAA05601@mailhub1.stratus.com>
17090      Branch: perl
17091            ! lib/AnyDBM_File.t
17092 ____________________________________________________________________________
17093 [ 14358] By: jhi                                   on 2002/01/20  17:01:38
17094         Log: Subject: [REPATCH] Re: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17095              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
17096              Date: Sun, 20 Jan 2002 13:51:36 +0100
17097              Message-ID: <20020120135136.A710@rafael>
17098      Branch: perl
17099            ! ext/File/Glob/t/basic.t
17100 ____________________________________________________________________________
17101 [ 14357] By: jhi                                   on 2002/01/20  16:44:29
17102         Log: #14352 deleted ext/threads/threads.h
17103      Branch: perlio
17104            ! MANIFEST
17105 ____________________________________________________________________________
17106 [ 14356] By: jhi                                   on 2002/01/20  16:40:34
17107         Log: Eradicate sharedsv.*
17108      Branch: perlio
17109            ! NetWare/Makefile vos/build.cm win32/Makefile wince/Makefile.ce
17110 ____________________________________________________________________________
17111 [ 14355] By: nick                                  on 2002/01/20  11:50:22
17112         Log: threads work again on Win32. (Not threads::shared yet)
17113              Submit to see if they do on Linux.
17114      Branch: perlio
17115            ! ext/threads/shared/shared.xs ext/threads/threads.xs
17116            ! win32/makefile.mk
17117 ____________________________________________________________________________
17118 [ 14354] By: jhi                                   on 2002/01/20  06:35:54
17119         Log: Make also hex() and oct() to croak if their arguments
17120              cannot be downgraded (that is, if they contain wide
17121              characters), just like crypt() does (and use the croak
17122              feature of sv_utf8_downgrade()).
17123      Branch: perl
17124            ! pp.c t/op/oct.t
17125 ____________________________________________________________________________
17126 [ 14353] By: nick                                  on 2002/01/19  22:20:09
17127         Log: Integrate Time/Local and its test
17128      Branch: perlio
17129           !> lib/Time/Local.pm lib/Time/Local.t
17130 ____________________________________________________________________________
17131 [ 14352] By: nick                                  on 2002/01/19  22:17:07
17132         Log: Nearly-working threads re-structuring. Do not integrate,
17133              submit-ing to get to Win32, and as "off site" backup.
17134      Branch: perlio
17135            + ext/threads/typemap
17136            - ext/threads/threads.h sharedsv.c sharedsv.h
17137            ! MANIFEST Makefile.SH Makefile.micro embed.fnc embed.h
17138            ! embedvar.h ext/threads/shared/shared.pm
17139            ! ext/threads/shared/shared.xs ext/threads/threads.pm
17140            ! ext/threads/threads.xs global.sym intrpvar.h mg.c mg.h perl.h
17141            ! perlapi.c perlapi.h perlvars.h pod/perlapi.pod
17142            ! pod/perlintern.pod pp.c proto.h sv.c sv.h util.c
17143 ____________________________________________________________________________
17144 [ 14351] By: jhi                                   on 2002/01/19  21:06:58
17145         Log: Regen toc.
17146      Branch: perl
17147            ! pod/perltoc.pod
17148 ____________________________________________________________________________
17149 [ 14350] By: jhi                                   on 2002/01/19  21:03:07
17150         Log: Subject: Re: some file names inside pod/perl*delta files don't match .pod names
17151              From: David Dyck <dcd@tc.fluke.com>
17152              Date: Sat, 19 Jan 2002 13:31:36 -0800 (PST) 
17153              Message-ID: <Pine.LNX.4.33.0201191329420.21630-100000@dd.tc.fluke.com>
17154      Branch: perl
17155            ! pod/perl5004delta.pod pod/perl5005delta.pod
17156            ! pod/perl561delta.pod pod/perl56delta.pod
17157 ____________________________________________________________________________
17158 [ 14349] By: jhi                                   on 2002/01/19  20:07:17
17159         Log: FAQ sync.
17160      Branch: perl
17161            ! pod/perlfaq1.pod pod/perlfaq2.pod
17162 ____________________________________________________________________________
17163 [ 14348] By: jhi                                   on 2002/01/19  17:58:34
17164         Log: Subject: [PATCH lib/Pod/t/Usage.t]
17165              From: Abe Timmerman <abe@ztreet.demon.nl>
17166              Date: Sat, 19 Jan 2002 19:57:57 +0100
17167              Message-ID: <f1gj4usu5m76bv88a3ldptnmo6ld7d44ri@4ax.com>
17168      Branch: perl
17169            + lib/Pod/t/Usage.t
17170            ! MANIFEST
17171 ____________________________________________________________________________
17172 [ 14347] By: jhi                                   on 2002/01/19  17:57:08
17173         Log: Subject: [PATCH] ext/SDBM_File/sdbm.t -- VOS fix
17174              From: Paul_GreenVOS@vos.stratus.com
17175              Date: Sat, 19 Jan 02 13:15 est
17176              Message-Id: <200201191814.NAA09367@mailhub2.stratus.com>
17177      Branch: perl
17178            ! ext/SDBM_File/sdbm.t
17179 ____________________________________________________________________________
17180 [ 14346] By: jhi                                   on 2002/01/19  17:55:55
17181         Log: Integrate perlio; Split out core of sv_magic() into sv_magicext().
17182      Branch: perl
17183           !> embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17184           !> pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17185 ____________________________________________________________________________
17186 [ 14345] By: gbarr                                 on 2002/01/19  16:51:23
17187         Log: Alternative Time::Local algorithm that uses matemathical formula
17188              for timegm instead of progressive guessing
17189      Branch: perl
17190            ! lib/Time/Local.pm
17191 ____________________________________________________________________________
17192 [ 14344] By: jhi                                   on 2002/01/19  16:11:09
17193         Log: Subject: [PATCH] ext/File/Glob/t/basic.t - VOS patch
17194              From: Paul_GreenVOS@vos.stratus.com
17195              Date: Sat, 19 Jan 02 11:20 est
17196              Message-Id: <200201191619.LAA07751@mailhub2.stratus.com>
17197      Branch: perl
17198            ! ext/File/Glob/t/basic.t
17199 ____________________________________________________________________________
17200 [ 14343] By: jhi                                   on 2002/01/19  16:09:52
17201         Log: Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS
17202              From: Paul_GreenVOS@vos.stratus.com
17203              Date: Fri, 18 Jan 02 22:56 est
17204              Message-Id: <200201190400.XAA16899@mailhub1.stratus.com>       
17205      Branch: perl
17206            ! ext/Cwd/t/cwd.t
17207 ____________________________________________________________________________
17208 [ 14342] By: jhi                                   on 2002/01/19  16:08:19
17209         Log: Subject: [PATCH] lib/Time/Local.t patch w/o 2038 check           
17210              From: Paul_GreenVOS@vos.stratus.com
17211              Date: Fri, 18 Jan 02 22:48 est
17212              Message-Id: <200201190349.WAA28294@mailhub2.stratus.com>
17213      Branch: perl
17214            ! lib/Time/Local.t
17215 ____________________________________________________________________________
17216 [ 14341] By: jhi                                   on 2002/01/19  16:06:56
17217         Log: Subject: [PATCH] ext/Devel/DProf/DProf.t - different way
17218              From: Paul_GreenVOS@vos.stratus.com
17219              Date: Fri, 18 Jan 02 16:22 est
17220              Message-Id: <200201182125.QAA08563@mailhub1.stratus.com>
17221      Branch: perl
17222            ! ext/Devel/DProf/DProf.t
17223 ____________________________________________________________________________
17224 [ 14340] By: jhi                                   on 2002/01/19  03:00:26
17225         Log: Subject: [PATCH] Re: ext/Devel/DProf/DProf.t -- use exe_ext
17226              From: Tels <perl_dummy@bloodgate.com>
17227              Date: Fri, 18 Jan 2002 22:07:14 +0100 (CET) 
17228              Message-Id: <200201182106.XAA19133@taku.hut.fi>
17229      Branch: perl
17230            ! t/comp/script.t t/op/stat.t t/run/fresh_perl.t
17231 ____________________________________________________________________________
17232 [ 14339] By: jhi                                   on 2002/01/19  02:56:26
17233         Log: Don't do socketpair udp unless you've got all what it takes.
17234      Branch: perl
17235            ! util.c
17236 ____________________________________________________________________________
17237 [ 14338] By: jhi                                   on 2002/01/19  02:51:34
17238         Log: Subject: [PATCH] Re: perl@14331 - BeOS now quite happy  
17239              From: Tels <perl_dummy@bloodgate.com>
17240              Date: Fri, 18 Jan 2002 23:07:01 +0100 (CET) 
17241              Message-Id: <200201182206.AAA15310@taku.hut.fi>
17242      Branch: perl
17243            ! lib/ExtUtils/MM_BeOS.pm
17244 ____________________________________________________________________________
17245 [ 14337] By: jhi                                   on 2002/01/19  02:48:15
17246         Log: metaconfig unit change for #14336.
17247      Branch: metaconfig
17248            ! U/modified/myhostname.U
17249 ____________________________________________________________________________
17250 [ 14336] By: jhi                                   on 2002/01/19  02:47:50
17251         Log: Avoid bare "set", and kiss .uucp goodbye.
17252      Branch: perl
17253            ! Configure
17254 ____________________________________________________________________________
17255 [ 14335] By: nick                                  on 2002/01/18  22:11:42
17256         Log: Split out core of sv_magic() into sv_magicext().
17257              sv_magic provides the extra restictions (no READONLY, only
17258              one of each type, canned set of vtables), and sv_magicext()
17259              does the actual data twiddling.
17260              Also enhances semantics of ->mg_ptr setting via name/namlen
17261              to allow either an uncopied ptr (namlen == 0), or a Newz()ed
17262              scratch area (namlen > 0 && name == NULL).
17263              sv_magicext also returns the MAGIC * it added.
17264              sv_magicext is intended mainly for PERL_MAGIC_ext (~) magic.
17265              
17266              To come sv_unmagicext() - which will remove just one magic
17267              of particular type, and additionaly match against ->mg_ptr,
17268              or the MAGIC * (need to experiment as to which is more natural).
17269      Branch: perlio
17270            ! embed.fnc embed.h embedvar.h global.sym perlapi.c perlapi.h
17271            ! pod/perlapi.pod pod/perlintern.pod proto.h sv.c util.c
17272 ____________________________________________________________________________
17273 [ 14334] By: jhi                                   on 2002/01/18  21:16:08
17274         Log: Retract #14327 for now, going to the limit seems
17275              to be too much for many platforms.
17276      Branch: perl
17277            ! lib/Time/Local.t
17278 ____________________________________________________________________________
17279 [ 14333] By: nick                                  on 2002/01/18  18:58:33
17280         Log: Integrate mainline
17281      Branch: perlio
17282           !> Changes patchlevel.h
17283 ____________________________________________________________________________
17284 [ 14332] By: nick                                  on 2002/01/18  16:19:06
17285         Log: Integrate mainline
17286      Branch: perlio
17287           +> lib/ExtUtils/Changes lib/ExtUtils/instmodsh
17288           +> lib/ExtUtils/t/hints.t t/lib/TieOut.pm
17289            - lib/ExtUtils/inst
17290           !> (integrate 32 files)
17291 ____________________________________________________________________________
17292 [ 14331] By: jhi                                   on 2002/01/18  16:09:38
17293         Log: Update Changes.
17294      Branch: perl
17295            ! Changes patchlevel.h
17296 ____________________________________________________________________________
17297 [ 14330] By: jhi                                   on 2002/01/18  15:07:49
17298         Log: Try to make the connect/read/write timeouting.
17299      Branch: perl
17300            ! ext/Socket/Socket.t
17301 ____________________________________________________________________________
17302 [ 14329] By: jhi                                   on 2002/01/18  14:49:49
17303         Log: Netware Makefile tweak from Ananth Kesari.
17304      Branch: perl
17305            ! NetWare/Makefile
17306 ____________________________________________________________________________
17307 [ 14328] By: jhi                                   on 2002/01/18  14:37:02
17308         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20020117.010] File::Find documentation
17309              From: Michael G Schwern <schwern@pobox.com>
17310              Date: Fri, 18 Jan 2002 03:10:27 -0500
17311              Message-ID: <20020118081027.GE7226@blackrider>
17312      Branch: perl
17313            ! lib/File/Find.pm
17314 ____________________________________________________________________________
17315 [ 14327] By: jhi                                   on 2002/01/18  14:33:19
17316         Log: (retracted by #14334)
17317              
17318              Subject: [PATCH] Improving lib/Time/Local.t
17319              From: Paul_GreenVOS@vos.stratus.com        
17320              Date: Thu, 17 Jan 02 22:36 est
17321              Message-Id: <200201180335.WAA08768@mailhub2.stratus.com> 
17322      Branch: perl
17323            ! lib/Time/Local.t
17324 ____________________________________________________________________________
17325 [ 14326] By: jhi                                   on 2002/01/18  14:32:08
17326         Log: Subject: [PATCH t/MM_Win32.t] was: [ANNOUNCE] ExtUtils::MakeMaker 5.48_03 
17327              From: Abe Timmerman <abe@ztreet.demon.nl>  
17328              Date: Fri, 18 Jan 2002 13:18:47 +0100
17329              Message-ID: <4l4g4ustql73mlnm5n2jm68vcn4ctf85a1@4ax.com> 
17330      Branch: perl
17331            ! lib/ExtUtils/t/MM_Win32.t
17332 ____________________________________________________________________________
17333 [ 14325] By: jhi                                   on 2002/01/18  14:30:49
17334         Log: Subject: [PATCH] Syncing with bleadperl 
17335              From: Michael G Schwern <schwern@pobox.com> 
17336              Date: Fri, 18 Jan 2002 03:04:33 -0500
17337              Message-ID: <20020118080432.GC7226@blackrider>
17338      Branch: perl
17339            + lib/ExtUtils/Changes lib/ExtUtils/instmodsh t/lib/TieOut.pm
17340            - lib/ExtUtils/inst
17341            ! MANIFEST lib/ExtUtils/Embed.pm lib/ExtUtils/Liblist.pm
17342            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
17343            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
17344            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/Command.t
17345            ! lib/ExtUtils/t/Embed.t lib/ExtUtils/t/ExtUtils.t
17346            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_BeOS.t
17347            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_OS2.t
17348            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
17349            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
17350            ! lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
17351            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/testlib.t
17352            ! lib/ExtUtils/testlib.pm
17353 ____________________________________________________________________________
17354 [ 14324] By: jhi                                   on 2002/01/18  13:40:56
17355         Log: Detypo.
17356      Branch: perl
17357            ! AUTHORS
17358 ____________________________________________________________________________
17359 [ 14323] By: jhi                                   on 2002/01/18  00:35:24
17360         Log: Subject: [PATCH] MM check_hints test
17361              From: Michael G Schwern <schwern@pobox.com>
17362              Date: Thu, 17 Jan 2002 20:25:57 -0500
17363              Message-ID: <20020118012557.GE32762@blackrider>
17364      Branch: perl
17365            + lib/ExtUtils/t/hints.t
17366            ! MANIFEST
17367 ____________________________________________________________________________
17368 [ 14322] By: jhi                                   on 2002/01/18  00:21:11
17369         Log: Subject: [PATCH] Re: [PATCH] Re: ndbm failing on linux ?        
17370              From: Michael G Schwern <schwern@pobox.com> 
17371              Date: Thu, 17 Jan 2002 20:12:20 -0500
17372              Message-ID: <20020118011220.GC32762@blackrider>
17373              
17374              (#14317 replaced with this)
17375      Branch: perl
17376            ! lib/ExtUtils/MakeMaker.pm
17377 ____________________________________________________________________________
17378 [ 14321] By: jhi                                   on 2002/01/17  22:51:55
17379         Log: Subject: [PATCH perldiag] overload.pm warnings
17380              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17381              Date: Thu, 17 Jan 2002 23:53:49 +0100
17382              Message-ID: <20020117235349.A14530@rafael>
17383      Branch: perl
17384            ! pod/perldiag.pod
17385 ____________________________________________________________________________
17386 [ 14320] By: jhi                                   on 2002/01/17  22:49:36
17387         Log: Subject: [PATCH] Re: [ID 20020117.010] File::Find documentation
17388              From: Michael G Schwern <schwern@pobox.com>
17389              Date: Thu, 17 Jan 2002 16:35:47 -0500
17390              Message-ID: <20020117213546.GD23830@blackrider>
17391      Branch: perl
17392            ! lib/File/Find.pm
17393 ____________________________________________________________________________
17394 [ 14319] By: jhi                                   on 2002/01/17  22:43:12
17395         Log: Subject: [PATCH pod/perltodo.pod] One TODO is TODONE
17396              From: chromatic <chromatic@rmci.net>
17397              Date: Thu, 17 Jan 2002 13:04:22 -0700
17398              Message-ID: <20020117200557.98720.qmail@onion.perl.org>
17399      Branch: perl
17400            ! pod/perltodo.pod
17401 ____________________________________________________________________________
17402 [ 14318] By: jhi                                   on 2002/01/17  22:42:12
17403         Log: Subject: [PATCH lib/ExtUtils/t/Mkbootstrap] Silence warnings (was Re: [ANNOUNCE] ExtUtils::MakeMaker 5.48_01, the CPAN version)
17404              From: chromatic <chromatic@rmci.net>
17405              Date: Thu, 17 Jan 2002 12:59:04 -0700
17406              Message-ID: <20020117200039.96481.qmail@onion.perl.org>
17407      Branch: perl
17408            ! lib/ExtUtils/t/Mkbootstrap.t
17409 ____________________________________________________________________________
17410 [ 14317] By: jhi                                   on 2002/01/17  22:39:48
17411         Log: (replaced by #14322)
17412              The #14300 broke hints file handling.
17413      Branch: perl
17414            ! lib/ExtUtils/MakeMaker.pm
17415 ____________________________________________________________________________
17416 [ 14316] By: jhi                                   on 2002/01/17  22:14:56
17417         Log: metaconfig unit change for #14315.
17418      Branch: metaconfig/U/perl
17419            ! uselongdbl.U
17420 ____________________________________________________________________________
17421 [ 14315] By: jhi                                   on 2002/01/17  22:13:44
17422         Log: Subject: [PATCH] long doubles
17423              From: Nicholas Clark <nick@unfortu.net>
17424              Date: Thu, 17 Jan 2002 17:06:28 +0000
17425              Message-ID: <20020117170627.GD513@Bagpuss.unfortu.net>
17426      Branch: perl
17427            ! Configure
17428 ____________________________________________________________________________
17429 [ 14314] By: jhi                                   on 2002/01/17  21:52:03
17430         Log: metaconfig unit change for #14313.
17431      Branch: metaconfig
17432            ! U/modified/i_ndbm.U
17433 ____________________________________________________________________________
17434 [ 14313] By: jhi                                   on 2002/01/17  21:51:05
17435         Log: Subject: [PATCH] Trivial Configure patch (really i_ndbm.U)
17436              From: Andy Dougherty <doughera@lafayette.edu>
17437              Date: Thu, 17 Jan 2002 11:44:48 -0500 (EST)
17438              Message-ID: <Pine.SOL.4.10.10201171141280.25122-100000@maxwell.phys.lafayette.edu>
17439      Branch: perl
17440            ! Configure
17441 ____________________________________________________________________________
17442 [ 14312] By: nick                                  on 2002/01/17  21:38:38
17443         Log: Integrate mainline (for ndbm fixes etc.)
17444      Branch: perlio
17445           +> t/run/fresh_perl.t
17446            - t/run/kill_perl.t
17447           !> Changes MANIFEST ext/Opcode/Opcode.xs
17448           !> ext/SDBM_File/sdbm/Makefile.PL
17449           !> ext/Unicode/Normalize/Normalize.pm lib/Attribute/Handlers.pm
17450           !> lib/Attribute/Handlers/t/multi.t lib/ExtUtils/MM_Unix.pm
17451           !> lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
17452           !> lib/Text/Tabs.pm mg.c patchlevel.h scope.c t/io/fs.t
17453           !> t/lib/warnings/mg t/op/crypt.t t/test.pl
17454 ____________________________________________________________________________
17455 [ 14311] By: sky                                   on 2002/01/17  21:01:00
17456         Log: Simplify the code that duplicates the threads 
17457              init function and the parameters to the thread by using sv_dup. 
17458              Note,what happens if you pass a shared variable as a parameter?
17459      Branch: perl
17460            ! ext/threads/threads.xs
17461 ____________________________________________________________________________
17462 [ 14310] By: jhi                                   on 2002/01/17  15:23:56
17463         Log: Update Changes.
17464      Branch: perl
17465            ! Changes patchlevel.h
17466 ____________________________________________________________________________
17467 [ 14309] By: jhi                                   on 2002/01/17  14:39:20
17468         Log: Rename kill_perl to fresh_perl; replace fresh_perl()
17469              with fresh_perl_is() and fresh_perl_like().
17470      Branch: perl
17471            + t/run/fresh_perl.t
17472            - t/run/kill_perl.t
17473            ! MANIFEST t/test.pl
17474 ____________________________________________________________________________
17475 [ 14308] By: jhi                                   on 2002/01/17  14:06:46
17476         Log: Subject: Re: [Patch @14129] fixes Unicode::Normalize
17477              From: Benjamin Goldberg <goldbb2@earthlink.net>
17478              Date: Wed, 09 Jan 2002 21:03:16 -0500
17479              Message-ID: <3C3CF664.A2BF3AC2@earthlink.net>
17480      Branch: perl
17481            ! ext/Unicode/Normalize/Normalize.pm
17482 ____________________________________________________________________________
17483 [ 14307] By: jhi                                   on 2002/01/17  14:04:06
17484         Log: Retract #14144 as Hugo isn't happy with it.
17485      Branch: perl
17486            ! scope.c t/run/kill_perl.t
17487 ____________________________________________________________________________
17488 [ 14306] By: jhi                                   on 2002/01/17  13:57:53
17489         Log: Subject: [REPATCH] Attribute::Handlers lexical refcount circus
17490              From: Richard Clamp <richardc@unixbeard.net>
17491              Date: Wed, 16 Jan 2002 17:34:31 +0000
17492              Message-ID: <20020116173431.GA28924@mirth.demon.co.uk>
17493      Branch: perl
17494            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
17495 ____________________________________________________________________________
17496 [ 14305] By: jhi                                   on 2002/01/17  13:32:56
17497         Log: Subject: [PATCH bleadperl] No more warnings from Opcode.c
17498              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17499              Date: Tue, 15 Jan 2002 21:23:30 +0100
17500              Message-ID: <595405346.20020115212330@tesla.rcub.bg.ac.yu>
17501      Branch: perl
17502            ! ext/Opcode/Opcode.xs
17503 ____________________________________________________________________________
17504 [ 14304] By: jhi                                   on 2002/01/16  16:55:52
17505         Log: Subject: [PATCH] Fix crypt.t and fs.t tests
17506              From: Paul_GreenVOS@vos.stratus.com
17507              Date: Wed, 16 Jan 02 6:42 est
17508              Message-Id: <200201161143.GAA02292@mailhub1.stratus.com>
17509      Branch: perl
17510            ! t/io/fs.t t/op/crypt.t
17511 ____________________________________________________________________________
17512 [ 14303] By: jhi                                   on 2002/01/16  14:55:57
17513         Log: Subject: Re: [PATCH] length of undefined $(digit) should warn    
17514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17515              Date: Wed, 16 Jan 2002 13:43:39 +0100
17516              Message-ID: <20020116134339.A704@rafael>
17517              
17518              (replaces #14302)
17519      Branch: perl
17520            ! mg.c t/lib/warnings/mg
17521 ____________________________________________________________________________
17522 [ 14302] By: jhi                                   on 2002/01/16  13:47:58
17523         Log: (replaced by #14303)
17524              Subject: [PATCH] length of undefined $(digit) should warn
17525              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17526              Date: Tue, 15 Jan 2002 23:02:44 +0100            
17527              Message-ID: <20020115230244.A31786@rafael>     
17528      Branch: perl
17529            ! mg.c t/lib/warnings/mg
17530 ____________________________________________________________________________
17531 [ 14301] By: jhi                                   on 2002/01/16  13:45:20
17532         Log: The non-MakeMaker.pm parts of
17533              
17534              Subject: [PATCH] Re: MM_Beos.pm?
17535              From: Tels <perl_dummy@bloodgate.com>
17536              Date: Mon, 14 Jan 2002 21:00:31 +0100 (CET)  
17537              Message-Id: <200201142006.WAA29544@taas.iki.fi>
17538      Branch: perl
17539            ! ext/SDBM_File/sdbm/Makefile.PL lib/ExtUtils/MM_Unix.pm
17540            ! lib/ExtUtils/t/MM_Unix.t
17541 ____________________________________________________________________________
17542 [ 14300] By: jhi                                   on 2002/01/16  13:40:53
17543         Log: Subject: [PATCH] Re: [PATCH] strictifying ExtUtils::MakeMaker, take 3
17544              From: Michael G Schwern <schwern@pobox.com>    
17545              Date: Tue, 15 Jan 2002 20:07:50 -0500            
17546              Message-ID: <20020116010750.GH625@blackrider>  
17547      Branch: perl
17548            ! lib/ExtUtils/MakeMaker.pm
17549 ____________________________________________________________________________
17550 [ 14299] By: jhi                                   on 2002/01/16  13:37:41
17551         Log: Subject: [PATCH] lib/Text/Tabs.pm doc format touchup
17552              From: Jeffrey Friedl <jfriedl@yahoo.com>       
17553              Date: Tue, 15 Jan 2002 15:30:22 -0800 (PST)      
17554              Message-Id: <200201152330.g0FNUM784820@ventrue.corp.yahoo.com>
17555      Branch: perl
17556            ! lib/Text/Tabs.pm
17557 ____________________________________________________________________________
17558 [ 14298] By: jhi                                   on 2002/01/16  13:34:29
17559         Log: Subject: [PATCH] Tidy up EXE_EXT patches to MM_Unix.pm
17560              From: "Green, Paul" <Paul.Green@stratus.com>
17561              Date: Tue, 15 Jan 2002 22:28:10 -0500
17562              Message-ID: <95AE3CDB3543D511883A0020485B38B9023534F0@exna3.stratus.com>
17563      Branch: perl
17564            ! lib/ExtUtils/MM_Unix.pm
17565 ____________________________________________________________________________
17566 [ 14297] By: jhi                                   on 2002/01/16  13:21:26
17567         Log: Integrate perlio; offsetof() is in <stddef.h>
17568      Branch: perl
17569           !> ext/Socket/Socket.xs
17570 ____________________________________________________________________________
17571 [ 14296] By: nick                                  on 2002/01/16  13:02:29
17572         Log: offsetof() is in <stddef.h>
17573      Branch: perlio
17574            ! ext/Socket/Socket.xs
17575 ____________________________________________________________________________
17576 [ 14295] By: nick                                  on 2002/01/16  07:25:29
17577         Log: Integrate mainline
17578      Branch: perlio
17579           +> (branch 262 files)
17580            - (delete 285 files)
17581           !> (integrate 34 files)
17582 ____________________________________________________________________________
17583 [ 14294] By: jhi                                   on 2002/01/16  05:37:29
17584         Log: Jeffrey's Unicode adventure continues: unify the In/*.pl
17585              and Is/*.pl to lib/*.pl, remove In.pl and Is.pl, introduce
17586              Canonical.pl and Exact.pl.
17587      Branch: perl
17588            + (add 259 files)
17589            - (delete 288 files)
17590            ! MANIFEST lib/unicore/Makefile lib/unicore/Properties
17591            ! lib/unicore/To/Digit.pl lib/unicore/To/Fold.pl
17592            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
17593            ! lib/unicore/To/Upper.pl lib/unicore/mktables lib/utf8_heavy.pl
17594 ____________________________________________________________________________
17595 [ 14293] By: jhi                                   on 2002/01/16  00:32:27
17596         Log: s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
17597      Branch: perl
17598            ! ext/Socket/Socket.xs
17599 ____________________________________________________________________________
17600 [ 14292] By: jhi                                   on 2002/01/15  20:06:49
17601         Log: Subject: [PATCH] Add Slab_Free to embed.fnc
17602              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
17603              Date: Tue, 15 Jan 2002 21:59:19 +0100
17604              Message-ID: <3C44A637.16602.25EB208@localhost>
17605      Branch: perl
17606            ! embed.fnc embed.h proto.h
17607 ____________________________________________________________________________
17608 [ 14291] By: jhi                                   on 2002/01/15  20:00:02
17609         Log: Duh.  The updated In/*.pl weren't checked in.
17610      Branch: perl
17611            ! lib/unicore/In/Alphabet.pl lib/unicore/In/Arabic.pl
17612            ! lib/unicore/In/ArabicP2.pl lib/unicore/In/ArabicPr.pl
17613            ! lib/unicore/In/Armenian.pl lib/unicore/In/Arrows.pl
17614            ! lib/unicore/In/BasicLat.pl lib/unicore/In/Bengali.pl
17615            ! lib/unicore/In/BlockEle.pl lib/unicore/In/Bopomof2.pl
17616            ! lib/unicore/In/Bopomofo.pl lib/unicore/In/BoxDrawi.pl
17617            ! lib/unicore/In/BrailleP.pl lib/unicore/In/Byzantin.pl
17618            ! lib/unicore/In/Cherokee.pl lib/unicore/In/CjkComp2.pl
17619            ! lib/unicore/In/CjkComp3.pl lib/unicore/In/CjkComp4.pl
17620            ! lib/unicore/In/CjkCompa.pl lib/unicore/In/CjkRadic.pl
17621            ! lib/unicore/In/CjkSymbo.pl lib/unicore/In/CjkUnif2.pl
17622            ! lib/unicore/In/CjkUnif3.pl lib/unicore/In/CjkUnifi.pl
17623            ! lib/unicore/In/Combini2.pl lib/unicore/In/Combini3.pl
17624            ! lib/unicore/In/Combinin.pl lib/unicore/In/ControlP.pl
17625            ! lib/unicore/In/Currency.pl lib/unicore/In/Cyrillic.pl
17626            ! lib/unicore/In/Deseret.pl lib/unicore/In/Devanaga.pl
17627            ! lib/unicore/In/Dingbats.pl lib/unicore/In/Enclose2.pl
17628            ! lib/unicore/In/Enclosed.pl lib/unicore/In/Ethiopic.pl
17629            ! lib/unicore/In/GeneralP.pl lib/unicore/In/Geometri.pl
17630            ! lib/unicore/In/Georgian.pl lib/unicore/In/Gothic.pl
17631            ! lib/unicore/In/Greek.pl lib/unicore/In/GreekExt.pl
17632            ! lib/unicore/In/Gujarati.pl lib/unicore/In/Gurmukhi.pl
17633            ! lib/unicore/In/Halfwidt.pl lib/unicore/In/HangulCo.pl
17634            ! lib/unicore/In/HangulJa.pl lib/unicore/In/HangulSy.pl
17635            ! lib/unicore/In/Hebrew.pl lib/unicore/In/HighPriv.pl
17636            ! lib/unicore/In/HighSurr.pl lib/unicore/In/Hiragana.pl
17637            ! lib/unicore/In/Ideograp.pl lib/unicore/In/IpaExten.pl
17638            ! lib/unicore/In/Kanbun.pl lib/unicore/In/KangxiRa.pl
17639            ! lib/unicore/In/Kannada.pl lib/unicore/In/Katakana.pl
17640            ! lib/unicore/In/Khmer.pl lib/unicore/In/Lao.pl
17641            ! lib/unicore/In/Latin1Su.pl lib/unicore/In/LatinEx2.pl
17642            ! lib/unicore/In/LatinEx3.pl lib/unicore/In/LatinExt.pl
17643            ! lib/unicore/In/Letterli.pl lib/unicore/In/LowSurro.pl
17644            ! lib/unicore/In/Malayala.pl lib/unicore/In/Mathema2.pl
17645            ! lib/unicore/In/Mathemat.pl lib/unicore/In/Miscell2.pl
17646            ! lib/unicore/In/Miscella.pl lib/unicore/In/Mongolia.pl
17647            ! lib/unicore/In/MusicalS.pl lib/unicore/In/Myanmar.pl
17648            ! lib/unicore/In/NumberFo.pl lib/unicore/In/Ogham.pl
17649            ! lib/unicore/In/OldItali.pl lib/unicore/In/OpticalC.pl
17650            ! lib/unicore/In/Oriya.pl lib/unicore/In/PrivateU.pl
17651            ! lib/unicore/In/Runic.pl lib/unicore/In/Sinhala.pl
17652            ! lib/unicore/In/SmallFor.pl lib/unicore/In/SpacingM.pl
17653            ! lib/unicore/In/Specials.pl lib/unicore/In/Superscr.pl
17654            ! lib/unicore/In/Syriac.pl lib/unicore/In/Tags.pl
17655            ! lib/unicore/In/Tamil.pl lib/unicore/In/Telugu.pl
17656            ! lib/unicore/In/Thaana.pl lib/unicore/In/Thai.pl
17657            ! lib/unicore/In/Tibetan.pl lib/unicore/In/UnifiedC.pl
17658            ! lib/unicore/In/YiRadica.pl lib/unicore/In/YiSyllab.pl
17659 ____________________________________________________________________________
17660 [ 14290] By: jhi                                   on 2002/01/15  18:39:54
17661         Log: Update Changes.
17662      Branch: perl
17663            ! Changes patchlevel.h
17664 ____________________________________________________________________________
17665 [ 14289] By: jhi                                   on 2002/01/15  18:38:03
17666         Log: Jeffrey is trying very hard to avoid working on his
17667              book, it would seem :-) (better naming, better comments
17668              in the files)
17669      Branch: perl
17670            + lib/unicore/Is/AsciiHex.pl lib/unicore/Is/IdContin.pl
17671            + lib/unicore/Is/IdStart.pl lib/unicore/Is/L_.pl
17672            + lib/unicore/Is/_CanonDC.pl lib/unicore/Is/_CaseIgn.pl
17673            + lib/unicore/Is/_CombAbo.pl lib/unicore/Properties
17674            - lib/unicore/Is/2.pl lib/unicore/Is/ASCIIHex.pl
17675            - lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
17676            - lib/unicore/Is/CombAbov.pl lib/unicore/Is/IDContin.pl
17677            - lib/unicore/Is/IDStart.pl
17678            ! (edit 200 files)
17679 ____________________________________________________________________________
17680 [ 14288] By: jhi                                   on 2002/01/15  17:56:29
17681         Log: metaconfig unit changes for #14287.
17682      Branch: metaconfig
17683            + U/modified/Chk_MANI.U
17684            ! U/modified/Extract.U U/modified/Finish.U
17685      Branch: metaconfig/U/perl
17686            ! Extensions.U dlsrc.U
17687 ____________________________________________________________________________
17688 [ 14287] By: jhi                                   on 2002/01/15  17:55:54
17689         Log: Some protection against spaces in directory names.
17690              (Tru64 still has some makedepend problems in such
17691              cases but that looks like Tru64's problem.)
17692      Branch: perl
17693            ! Configure Makefile.SH
17694 ____________________________________________________________________________
17695 [ 14286] By: jhi                                   on 2002/01/15  17:13:28
17696         Log: Should have been in #14285 but I have sausages for fingers.
17697      Branch: perl
17698            + lib/ExtUtils/MM_BeOS.pm
17699 ____________________________________________________________________________
17700 [ 14285] By: jhi                                   on 2002/01/15  17:12:59
17701         Log: MM_BeOS from Tels.
17702      Branch: perl
17703            + lib/ExtUtils/t/MM_BeOS.t
17704            ! MANIFEST
17705 ____________________________________________________________________________
17706 [ 14284] By: jhi                                   on 2002/01/15  15:55:53
17707         Log: Integrate perlio;
17708              
17709              (reintroduce #14251) Slab allocator for ops
17710              - moved the statics to intrpvar.h
17711              - implemented Slab_Free()
17712              - uses PerlMemShared (for now) if distinction exists.
17713              
17714              Slab allocator submit after resolve -ay to keep it!
17715              
17716              Hand merge of non slab allocator stuff
17717              
17718              const-ness fix in savepv's passing of NULL
17719              
17720              Typo in #else branch of PL_SLAB_ALLOC
17721              
17722              Integrate rest of mainline
17723              
17724              Regen embed enable slab for PERL_IMPLICIT_SYS
17725              
17726              Correct name of PL_OP_SLAB_ALLOC
17727              
17728              Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
17729              e.g. -Duse64bitint on a 32-bit platform.
17730              Now uses I32 for use-count and is more careful with its casts.
17731      Branch: perl
17732           !> (integrate 28 files)
17733 ____________________________________________________________________________
17734 [ 14283] By: pudge                                 on 2002/01/15  15:21:30
17735         Log: Add Shuck URL
17736      Branch: maint-5.6/macperl
17737            ! macos/macperl/MacPerl.podhelp
17738 ____________________________________________________________________________
17739 [ 14282] By: pudge                                 on 2002/01/15  15:21:18
17740         Log: Remove obsolete docs
17741      Branch: maint-5.6/macperl
17742            ! ext/File/Glob/Glob.pm
17743 ____________________________________________________________________________
17744 [ 14281] By: nick                                  on 2002/01/15  15:08:43
17745         Log: Correct slab allocator for case where sizeof(IV) > sizeof(IV *)
17746              e.g. -Duse64bitint on a 32-bit platform.
17747              Now uses I32 for use-count and is more careful with its casts.
17748      Branch: perlio
17749            ! intrpvar.h op.c
17750 ____________________________________________________________________________
17751 [ 14280] By: pudge                                 on 2002/01/15  14:55:25
17752         Log: Update bundled modules.  Yow!
17753      Branch: maint-5.6/macperl
17754            + macos/bundled_ext/Compress/Zlib/constants.h
17755            + macos/bundled_ext/Compress/Zlib/constants.xs
17756            + macos/bundled_ext/Filter/Util/Call/ppport.h
17757            + macos/bundled_ext/Storable/t/compat-0.6.t
17758            + macos/bundled_ext/Storable/t/dump.pl
17759            + macos/bundled_lib/blib/lib/Mail/Mailer/qmail.pm
17760            + macos/bundled_lib/blib/lib/Net/HTTP/Methods.pm
17761            + macos/bundled_lib/blib/lib/Net/HTTPS.pm
17762            + macos/bundled_lib/blib/lib/URI/ssh.pm
17763            + macos/bundled_lib/t/Filter/Simple/ExportTest.pm
17764            + macos/bundled_lib/t/Filter/Simple/FilterOnlyTest.pm
17765            + macos/bundled_lib/t/Filter/Simple/FilterTest.pm
17766            + macos/bundled_lib/t/Filter/Simple/ImportTest.pm
17767            + macos/bundled_lib/t/Filter/Simple/data.t
17768            + macos/bundled_lib/t/Filter/Simple/export.t
17769            + macos/bundled_lib/t/Filter/Simple/filter_only.t
17770            + macos/bundled_lib/t/Filter/Simple/import.t
17771            + macos/bundled_lib/t/NEXT/actual.t
17772            + macos/bundled_lib/t/NEXT/actuns.t
17773            + macos/bundled_lib/t/NEXT/next.t
17774            + macos/bundled_lib/t/NEXT/unseen.t
17775            + macos/bundled_lib/t/libnet/netrc.t
17776            + macos/bundled_lib/t/libwww-perl/base/http.t
17777            + macos/bundled_lib/t/libwww-perl/live/activestate.t
17778            - macos/bundled_ext/Filter/t/FilterTest.pm
17779            - macos/bundled_ext/Storable/t/compat06.t
17780            - macos/bundled_ext/Storable/t/st-dump.pl
17781            - macos/bundled_lib/t/NEXT/test.pl
17782            - macos/bundled_lib/t/libwww-perl/live/google.t
17783            ! macos/bundled_ext/Compress/Zlib/ANNOUNCE
17784            ! macos/bundled_ext/Compress/Zlib/Makefile.PL
17785            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
17786            ! macos/bundled_ext/Compress/Zlib/README
17787            ! macos/bundled_ext/Compress/Zlib/Zlib.pm
17788            ! macos/bundled_ext/Compress/Zlib/Zlib.xs
17789            ! macos/bundled_ext/Compress/Zlib/t/examples.t
17790            ! macos/bundled_ext/Filter/Util/Call/Call.pm
17791            ! macos/bundled_ext/Filter/Util/Call/Call.xs
17792            ! macos/bundled_ext/Filter/Util/Call/Makefile.PL
17793            ! macos/bundled_ext/Filter/t/call.t
17794            ! macos/bundled_ext/Filter/t/filter-util.pl
17795            ! macos/bundled_ext/Storable/ChangeLog
17796            ! macos/bundled_ext/Storable/README
17797            ! macos/bundled_ext/Storable/Storable.pm
17798            ! macos/bundled_ext/Storable/t/blessed.t
17799            ! macos/bundled_ext/Storable/t/canonical.t
17800            ! macos/bundled_ext/Storable/t/dclone.t
17801            ! macos/bundled_ext/Storable/t/forgive.t
17802            ! macos/bundled_ext/Storable/t/freeze.t
17803            ! macos/bundled_ext/Storable/t/lock.t
17804            ! macos/bundled_ext/Storable/t/overload.t
17805            ! macos/bundled_ext/Storable/t/recurse.t
17806            ! macos/bundled_ext/Storable/t/retrieve.t
17807            ! macos/bundled_ext/Storable/t/store.t
17808            ! macos/bundled_ext/Storable/t/tied.t
17809            ! macos/bundled_ext/Storable/t/tied_hook.t
17810            ! macos/bundled_ext/Storable/t/tied_items.t
17811            ! macos/bundled_ext/Storable/t/utf8.t
17812            ! macos/bundled_lib/blib/lib/File/Sort.pm
17813            ! macos/bundled_lib/blib/lib/Filter/Simple.pm
17814            ! macos/bundled_lib/blib/lib/HTTP/Headers.pm
17815            ! macos/bundled_lib/blib/lib/HTTP/Message.pm
17816            ! macos/bundled_lib/blib/lib/HTTP/Negotiate.pm
17817            ! macos/bundled_lib/blib/lib/HTTP/Request.pm
17818            ! macos/bundled_lib/blib/lib/HTTP/Response.pm
17819            ! macos/bundled_lib/blib/lib/LWP.pm
17820            ! macos/bundled_lib/blib/lib/LWP/Authen/Digest.pm
17821            ! macos/bundled_lib/blib/lib/LWP/Protocol/http.pm
17822            ! macos/bundled_lib/blib/lib/LWP/Protocol/https.pm
17823            ! macos/bundled_lib/blib/lib/LWP/UserAgent.pm
17824            ! macos/bundled_lib/blib/lib/Mail/Address.pm
17825            ! macos/bundled_lib/blib/lib/Mail/Cap.pm
17826            ! macos/bundled_lib/blib/lib/Mail/Field.pm
17827            ! macos/bundled_lib/blib/lib/Mail/Field/AddrList.pm
17828            ! macos/bundled_lib/blib/lib/Mail/Field/Date.pm
17829            ! macos/bundled_lib/blib/lib/Mail/Filter.pm
17830            ! macos/bundled_lib/blib/lib/Mail/Header.pm
17831            ! macos/bundled_lib/blib/lib/Mail/Internet.pm
17832            ! macos/bundled_lib/blib/lib/Mail/Mailer.pm
17833            ! macos/bundled_lib/blib/lib/Mail/Mailer/test.pm
17834            ! macos/bundled_lib/blib/lib/Mail/Send.pm
17835            ! macos/bundled_lib/blib/lib/Mail/Util.pm
17836            ! macos/bundled_lib/blib/lib/NEXT.pm
17837            ! macos/bundled_lib/blib/lib/Net/Config.pm
17838            ! macos/bundled_lib/blib/lib/Net/Domain.pm
17839            ! macos/bundled_lib/blib/lib/Net/FTP.pm
17840            ! macos/bundled_lib/blib/lib/Net/FTP/E.pm
17841            ! macos/bundled_lib/blib/lib/Net/FTP/L.pm
17842            ! macos/bundled_lib/blib/lib/Net/HTTP.pm
17843            ! macos/bundled_lib/blib/lib/Net/NNTP.pm
17844            ! macos/bundled_lib/blib/lib/Net/POP3.pm
17845            ! macos/bundled_lib/blib/lib/Net/SMTP.pm
17846            ! macos/bundled_lib/blib/lib/Net/libnetFAQ.pod
17847            ! macos/bundled_lib/blib/lib/Switch.pm
17848            ! macos/bundled_lib/blib/lib/Text/Balanced.pm
17849            ! macos/bundled_lib/blib/lib/URI/Escape.pm
17850            ! macos/bundled_lib/blib/lib/URI/ftp.pm
17851            ! macos/bundled_lib/blib/lib/lwpcook.pod
17852            ! macos/bundled_lib/t/Filter/Simple/filter.t
17853            ! macos/bundled_lib/t/Switch/t/nested.t
17854            ! macos/bundled_lib/t/Text/Balanced/t/extbrk.t
17855            ! macos/bundled_lib/t/Text/Balanced/t/extcbk.t
17856            ! macos/bundled_lib/t/Text/Balanced/t/extdel.t
17857            ! macos/bundled_lib/t/Text/Balanced/t/extmul.t
17858            ! macos/bundled_lib/t/Text/Balanced/t/extqlk.t
17859            ! macos/bundled_lib/t/Text/Balanced/t/exttag.t
17860            ! macos/bundled_lib/t/Text/Balanced/t/extvar.t
17861            ! macos/bundled_lib/t/Text/Balanced/t/gentag.t
17862            ! macos/bundled_lib/t/libnet/config.t
17863            ! macos/bundled_lib/t/libnet/ftp.t
17864            ! macos/bundled_lib/t/libnet/hostname.t
17865            ! macos/bundled_lib/t/libnet/nntp.t
17866            ! macos/bundled_lib/t/libnet/require.t
17867            ! macos/bundled_lib/t/libnet/smtp.t
17868            ! macos/bundled_lib/t/libwww-perl/base/headers.t
17869            ! macos/bundled_lib/t/libwww-perl/base/negotiate.t
17870            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
17871            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
17872            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
17873            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
17874            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
17875            ! macos/bundled_lib/t/libwww-perl/live/validator.t
17876            ! macos/lib/Mac/AppleEvents/Simple.pm macos/lib/Mac/Glue.pm
17877 ____________________________________________________________________________
17878 [ 14279] By: jhi                                   on 2002/01/15  14:43:04
17879         Log: Subject: [PATCH] Socket::sockaddr_family
17880              From: Gisle Aas <gisle@ActiveState.com> 
17881              Date: 15 Jan 2002 06:35:28 -0800
17882              Message-ID: <lr1ygrk7gv.fsf@caliper.activestate.com>
17883      Branch: perl
17884            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
17885 ____________________________________________________________________________
17886 [ 14278] By: jhi                                   on 2002/01/15  14:37:34
17887         Log: Subject: [PATCH perldiag] Style issue
17888              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17889              Date: Tue, 15 Jan 2002 15:36:30 +0100                
17890              Message-ID: <20020115153630.A11568@rafael>
17891      Branch: perl
17892            ! pod/perldiag.pod
17893 ____________________________________________________________________________
17894 [ 14277] By: nick                                  on 2002/01/15  14:30:51
17895         Log: Correct name of PL_OP_SLAB_ALLOC
17896      Branch: perlio
17897            ! perl.h
17898 ____________________________________________________________________________
17899 [ 14276] By: jhi                                   on 2002/01/15  14:22:38
17900         Log: NetWare tweak from Ananth Kesari.
17901      Branch: perl
17902            ! lib/ExtUtils/MakeMaker.pm
17903 ____________________________________________________________________________
17904 [ 14275] By: jhi                                   on 2002/01/15  14:19:43
17905         Log: Throwback.
17906      Branch: perl
17907            ! MANIFEST
17908 ____________________________________________________________________________
17909 [ 14274] By: jhi                                   on 2002/01/15  14:16:28
17910         Log: A couple of additional character classes from Jeffrey,
17911              hopefully useful in future for internal use for implementing
17912              some special cases of casing.
17913              
17914              Also regenerate once more all the character classes,
17915              now without the timestamp.  A timestamp would be kind of
17916              nice but it's not: having a timestamp in a file means that
17917              even if the effective contents of file really didn't
17918              change, the file looks as if it changed.
17919      Branch: perl
17920            + lib/unicore/Is/CanonDCI.pl lib/unicore/Is/CaseIgno.pl
17921            + lib/unicore/Is/CombAbov.pl
17922            ! (edit 304 files)
17923 ____________________________________________________________________________
17924 [ 14273] By: jhi                                   on 2002/01/15  13:53:01
17925         Log: Make the test harder.
17926      Branch: perl
17927            ! t/op/pat.t
17928 ____________________________________________________________________________
17929 [ 14272] By: jhi                                   on 2002/01/15  13:51:11
17930         Log: Additional utf8_heavy.pl tweak from Jeffrey.
17931      Branch: perl
17932            ! lib/utf8_heavy.pl
17933 ____________________________________________________________________________
17934 [ 14271] By: nick                                  on 2002/01/15  11:29:47
17935         Log: Regen embed enable slab for PERL_IMPLICIT_SYS
17936      Branch: perlio
17937            ! embed.h embedvar.h global.sym perl.h perlapi.c perlapi.h
17938            ! pod/perlapi.pod pod/perlintern.pod proto.h toke.c
17939 ____________________________________________________________________________
17940 [ 14270] By: nick                                  on 2002/01/15  08:19:08
17941         Log: Integrate rest of mainline
17942      Branch: perlio
17943           !> (integrate 28 files)
17944 ____________________________________________________________________________
17945 [ 14269] By: nick                                  on 2002/01/15  08:02:44
17946         Log: Typo in #else branch of PL_SLAB_ALLOC
17947      Branch: perlio
17948            ! op.c
17949 ____________________________________________________________________________
17950 [ 14268] By: nick                                  on 2002/01/15  07:57:47
17951         Log: const-ness fix in savepv's passing of NULL
17952      Branch: perlio
17953            ! util.c
17954 ____________________________________________________________________________
17955 [ 14267] By: nick                                  on 2002/01/15  07:42:17
17956         Log: Hand merge of non slab allocator stuff
17957      Branch: perlio
17958            ! op.c
17959 ____________________________________________________________________________
17960 [ 14266] By: nick                                  on 2002/01/15  07:39:33
17961         Log: Slab allocator submit after resolve -ay to keep it!
17962      Branch: perlio
17963           !> op.c
17964 ____________________________________________________________________________
17965 [ 14265] By: nick                                  on 2002/01/15  07:05:06
17966         Log: Blind integrate of bulk of mainline.
17967      Branch: perlio
17968           +> (branch 173 files)
17969            - (delete 184 files)
17970           !> (integrate 146 files)
17971 ____________________________________________________________________________
17972 [ 14264] By: jhi                                   on 2002/01/15  04:19:11
17973         Log: Pod nits.
17974      Branch: perl
17975            ! lib/Unicode/UCD.pm pod/perlunicode.pod
17976 ____________________________________________________________________________
17977 [ 14263] By: jhi                                   on 2002/01/15  02:14:29
17978         Log: The Unicode categories doc patch to go with #14254,
17979              from Jeffrey.
17980      Branch: perl
17981            ! lib/Unicode/UCD.pm pod/perldelta.pod pod/perlunicode.pod
17982 ____________________________________________________________________________
17983 [ 14262] By: jhi                                   on 2002/01/15  01:30:09
17984         Log: There isn't going to be perl.third.exe.
17985      Branch: perl
17986            ! Makefile.SH
17987 ____________________________________________________________________________
17988 [ 14261] By: jhi                                   on 2002/01/15  01:25:11
17989         Log: Subject: [PATCH] small coredump correction
17990              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17991              Date: Tue, 15 Jan 2002 00:22:52 +0100
17992              Message-ID: <20020115002252.I691@rafael>
17993      Branch: perl
17994            ! op.c
17995 ____________________________________________________________________________
17996 [ 14260] By: jhi                                   on 2002/01/15  01:23:53
17997         Log: Subject: [PATCH] Overriding readline() should also override <FH>     
17998              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17999              Date: Mon, 14 Jan 2002 23:03:04 +0100
18000              Message-ID: <20020114230304.A691@rafael>   
18001              
18002              Subject: Re: [PATCH] Overriding readline() should also override <FH> 
18003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18004              Date: Mon, 14 Jan 2002 23:18:43 +0100
18005              Message-ID: <20020114231843.E691@rafael>   
18006      Branch: perl
18007            ! pod/perlsub.pod t/op/override.t toke.c
18008 ____________________________________________________________________________
18009 [ 14259] By: nick                                  on 2002/01/14  22:02:49
18010         Log: Use PerlMemShared for CopSTASHPV and CopFILE.  MUCH harder than it sounds!
18011              Need to use CopXXXXX macros everywhere and add CopSTASH_free
18012              Add new scope type and add support for it to scope.c and scope stack
18013              dup-er in sv.c. Add savesharedpv().
18014              Also zealous version of Win32's vmem.h to catch all the abuses.
18015              With this t/op/fork.t passes even with zealous checking and 
18016              checker is point a finger at various threads/shared issues.
18017              
18018              PL_curcop->cop_io is still an issue.
18019      Branch: perlio
18020            ! cop.h embed.fnc embed.h embedvar.h global.sym op.c op.h perl.c
18021            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod proto.h
18022            ! scope.c scope.h sv.c toke.c util.c win32/config_H.vc
18023            ! win32/config_h.PL win32/perlhost.h win32/perllib.c
18024            ! win32/vmem.h win32/win32.c win32/win32.h
18025 ____________________________________________________________________________
18026 [ 14258] By: nick                                  on 2002/01/14  20:24:28
18027         Log: Integrate build parts of mainline
18028      Branch: perlio
18029           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/t/MM_Unix.t
18030           !> lib/ExtUtils/t/MM_Win32.t
18031 ____________________________________________________________________________
18032 [ 14257] By: nick                                  on 2002/01/14  16:10:54
18033         Log: Inverted sense of special-ness of specialCopIO - supposed to 
18034              be true if value is "special" i.e. NOT an SV.
18035      Branch: perlio
18036            ! perlio.h
18037 ____________________________________________________________________________
18038 [ 14256] By: jhi                                   on 2002/01/14  14:42:12
18039         Log: Update Changes.
18040      Branch: perl
18041            ! Changes patchlevel.h
18042 ____________________________________________________________________________
18043 [ 14255] By: jhi                                   on 2002/01/14  14:04:24
18044         Log: Retract #14251 (the op slab allocator from perlio)
18045              until we figure out why 2.2.19 x86 debian gets
18046              a circular sibling chain and therefore hangs in
18047              the Perl_ck_subr() sibling for-loop.
18048      Branch: perl
18049            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18050            ! perlapi.c perlapi.h proto.h
18051 ____________________________________________________________________________
18052 [ 14254] By: jhi                                   on 2002/01/14  13:25:07
18053         Log: Big mktables rewrite from Jeffrey;
18054              documentation not yet updated.
18055      Branch: perl
18056            + (add 171 files)
18057            - (delete 182 files)
18058            ! (edit 135 files)
18059 ____________________________________________________________________________
18060 [ 14253] By: ams                                   on 2002/01/14  03:15:05
18061         Log: Subject: Re: [ID 20020113.006] Cwd.pm uses uninitialized $ENV{PATH}
18062              From: Michael G Schwern <schwern@pobox.com>
18063              Date: Sun, 13 Jan 2002 21:00:07 -0500
18064              Message-Id: <20020114020007.GB2877@blackrider>
18065      Branch: perl
18066            ! lib/Cwd.pm
18067 ____________________________________________________________________________
18068 [ 14252] By: jhi                                   on 2002/01/14  00:27:41
18069         Log: Subject: Re: Win32 status - progress !
18070              From: Abe Timmerman <abe@ztreet.demon.nl>       
18071              Date: Mon, 14 Jan 2002 02:29:51 +0100
18072              Message-ID: <9rc44u4sl4hjfm32if71ggjlm0qpvvacs3@4ax.com>
18073      Branch: perl
18074            ! lib/ExtUtils/t/MM_Win32.t
18075 ____________________________________________________________________________
18076 [ 14251] By: jhi                                   on 2002/01/13  23:30:05
18077         Log: Integrate perlio.
18078              
18079              Slab allocator for ops
18080              - moved the statics to intrpvar.h
18081              - implemented Slab_Free()
18082              - uses PerlMemShared (for now) if distinction exists.
18083      Branch: perl
18084           !> embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18085           !> perlapi.c perlapi.h proto.h
18086 ____________________________________________________________________________
18087 [ 14250] By: nick                                  on 2002/01/13  23:22:34
18088         Log: Slab allocator for ops
18089              - moved the statics to intrpvar.h
18090              - implemented Slab_Free()
18091              - uses PerlMemShared (for now) if distinction exists.
18092      Branch: perlio
18093            ! embed.fnc embed.h embedvar.h global.sym intrpvar.h op.c perl.h
18094            ! perlapi.c perlapi.h proto.h
18095 ____________________________________________________________________________
18096 [ 14249] By: jhi                                   on 2002/01/13  19:55:10
18097         Log: Start a new test category: uni.  Much of t/op/pat
18098              should probably be moved here, but holding on that
18099              until Jeffrey finishes his big mktables rewrite.
18100              Bits and pieces of op/split, op/pack, op/append,
18101              op/join, could probably be moved to respective uni
18102              tests, too.
18103      Branch: perl
18104            + t/uni/fold.t t/uni/sprintf.t
18105            - t/op/unifold.t t/op/unisprintf.t
18106            ! MANIFEST t/TEST t/harness
18107 ____________________________________________________________________________
18108 [ 14248] By: jhi                                   on 2002/01/13  19:52:02
18109         Log: Subject: [PATCH] enable Win32 to build again
18110              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18111              Date: Sun, 13 Jan 2002 21:49:24 +0100
18112              Message-ID: <3C4200E4.15926.23F6131@localhost>
18113              
18114              miniperl.exe.exe does not exe that well.
18115      Branch: perl
18116            ! lib/ExtUtils/MM_Unix.pm
18117 ____________________________________________________________________________
18118 [ 14247] By: jhi                                   on 2002/01/13  19:50:23
18119         Log: Mention some of the load-affected tests.
18120      Branch: perl
18121            ! INSTALL
18122 ____________________________________________________________________________
18123 [ 14246] By: jhi                                   on 2002/01/13  19:38:17
18124         Log: Move the UTF-8 conversion code earlier so that
18125              op/ver is happy.
18126      Branch: perl
18127            ! sv.c t/op/ver.t
18128 ____________________________________________________________________________
18129 [ 14245] By: jhi                                   on 2002/01/13  19:19:59
18130         Log: Upgrade to Scalar-List-Util 1.06.  The Makefile.PLs
18131              have diverged quite a bit so no updates there.
18132      Branch: perl
18133            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
18134            ! ext/List/Util/lib/List/Util.pm
18135            ! ext/List/Util/lib/Scalar/Util.pm
18136 ____________________________________________________________________________
18137 [ 14244] By: jhi                                   on 2002/01/13  18:27:00
18138         Log: Make the crypt() pickier: if downgrading doesn't work,
18139              croak.
18140      Branch: perl
18141            ! pod/perldiag.pod pod/perlfunc.pod pp.c t/op/crypt.t
18142 ____________________________________________________________________________
18143 [ 14243] By: jhi                                   on 2002/01/13  18:12:23
18144         Log: Grow the buffer in case Unicode caused size changes
18145              (and it very probably did).
18146      Branch: perl
18147            ! sv.c
18148 ____________________________________________________________________________
18149 [ 14242] By: jhi                                   on 2002/01/13  17:46:45
18150         Log: Future-proofing from Jeffrey Friedl (for conflicting
18151              In* and Is* names).
18152      Branch: perl
18153            ! lib/utf8_heavy.pl
18154 ____________________________________________________________________________
18155 [ 14241] By: jhi                                   on 2002/01/13  17:40:29
18156         Log: Subject: [PATCH] Re: Warning in B.xs
18157              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18158              Date: Sun, 13 Jan 2002 19:39:52 +0100
18159              Message-ID: <3C41E288.20562.1C8C895@localhost>
18160      Branch: perl
18161            ! ext/B/B.xs
18162 ____________________________________________________________________________
18163 [ 14240] By: jhi                                   on 2002/01/13  17:35:48
18164         Log: Subject: Re: lookbehind broken with latest bleedperl
18165              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18166              Date: Sun, 13 Jan 2002 18:06:22 +0000
18167              Message-Id: <200201131806.g0DI6Mp20089@crypt.compulink.co.uk>
18168      Branch: perl
18169            ! regexec.c t/op/re_tests
18170 ____________________________________________________________________________
18171 [ 14239] By: jhi                                   on 2002/01/13  17:24:51
18172         Log: Subject: [PATCH] more MM_Unix.t tests
18173              From: Tels <perl_dummy@bloodgate.com>
18174              Date: Sun, 13 Jan 2002 17:16:19 +0100 (CET) 
18175              Message-Id: <200201131621.SAA17925@tiku.hut.fi>
18176              
18177              Subject: [PATCH] 14220 misunderstood, I bet          
18178              From: andreas.koenig@anima.de (Andreas J. Koenig)
18179              Date: 12 Jan 2002 21:31:58 +0100
18180              Message-ID: <m3k7un8g5d.fsf@anima.de>
18181      Branch: perl
18182            ! lib/ExtUtils/t/MM_Unix.t
18183 ____________________________________________________________________________
18184 [ 14238] By: jhi                                   on 2002/01/13  17:14:25
18185         Log: Subject: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION        
18186              From: Tels <perl_dummy@bloodgate.com>
18187              Date: Sun, 13 Jan 2002 16:58:27 +0100 (CET) 
18188              Message-Id: <200201131602.SAA15687@tiku.hut.fi>
18189              
18190              Subject: RE: [PATCH] Re: MM_UNIX::parse_version() and my $VERSION    
18191              From: Tels <perl_dummy@bloodgate.com>
18192              Date: Sun, 13 Jan 2002 17:05:23 +0100 (CET) 
18193              Message-Id: <200201131610.SAA18974@tiku.hut.fi>
18194      Branch: perl
18195            ! lib/ExtUtils/MM_Unix.pm
18196 ____________________________________________________________________________
18197 [ 14237] By: jhi                                   on 2002/01/13  17:12:04
18198         Log: Subject: [PATCH] Re: [FAIL] Benchmark.t intermittent failure
18199              From: Nicholas Clark <nick@unfortu.net> 
18200              Date: Sun, 13 Jan 2002 15:58:34 +0000
18201              Message-ID: <20020113155833.C314@Bagpuss.unfortu.net>
18202      Branch: perl
18203            ! lib/Benchmark.t
18204 ____________________________________________________________________________
18205 [ 14236] By: jhi                                   on 2002/01/13  17:08:18
18206         Log: Anton Berezin did more reading and the uid setting story
18207              gets more complex.
18208      Branch: perl
18209            ! pod/perltodo.pod utils/perldoc.PL
18210 ____________________________________________________________________________
18211 [ 14235] By: jhi                                   on 2002/01/13  16:45:52
18212         Log: Integrate perlio;
18213              
18214              Win32 fixes:
18215              - vmem.h hack to handle free-by-wrong-thread after eval "".
18216              - Initialize timerid 
18217      Branch: perl
18218           !> win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18219 ____________________________________________________________________________
18220 [ 14234] By: jhi                                   on 2002/01/13  16:44:07
18221         Log: Subject: Re: HiRes
18222              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18223              Date: Sun, 13 Jan 2002 10:18:46 +0100
18224              Message-Id: <20020113100616.B6B5.H.M.BRAND@hccnet.nl>
18225              
18226              Give up on socketpair in HP-UX.
18227      Branch: perl
18228            ! ext/Socket/socketpair.t
18229 ____________________________________________________________________________
18230 [ 14233] By: nick                                  on 2002/01/13  16:29:30
18231         Log: Integrate mainline
18232      Branch: perlio
18233           +> ext/B/C/C.xs ext/B/C/Makefile.PL t/op/unisprintf.t
18234           !> (integrate 46 files)
18235 ____________________________________________________________________________
18236 [ 14232] By: nick                                  on 2002/01/13  15:37:48
18237         Log: Win32 fixes:
18238              - vmem.h hack to handle free-by-wrong-thread after eval "".
18239              - Initialize timerid 
18240      Branch: perlio
18241            ! win32/perlhost.h win32/perllib.c win32/vmem.h win32/win32.c
18242 ____________________________________________________________________________
18243 [ 14231] By: jhi                                   on 2002/01/13  05:15:01
18244         Log: *groan*
18245      Branch: perl
18246            ! t/op/pat.t
18247 ____________________________________________________________________________
18248 [ 14230] By: jhi                                   on 2002/01/13  05:13:03
18249         Log: One more sharp s case found by Jeffrey.
18250      Branch: perl
18251            ! regexec.c t/op/pat.t
18252 ____________________________________________________________________________
18253 [ 14229] By: jhi                                   on 2002/01/13  04:43:33
18254         Log: Comment tweak.
18255      Branch: perl
18256            ! regexec.c
18257 ____________________________________________________________________________
18258 [ 14228] By: jhi                                   on 2002/01/13  04:30:45
18259         Log: Don't bother checking for the Greek special
18260              cases if the node is too short.
18261      Branch: perl
18262            ! regcomp.c
18263 ____________________________________________________________________________
18264 [ 14227] By: jhi                                   on 2002/01/12  21:00:04
18265         Log: Update Changes.
18266      Branch: perl
18267            ! Changes patchlevel.h
18268 ____________________________________________________________________________
18269 [ 14226] By: jhi                                   on 2002/01/12  20:28:23
18270         Log: metaconfig unit change for #14225.
18271      Branch: metaconfig
18272            + U/modified/i_ndbm.U
18273 ____________________________________________________________________________
18274 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
18275         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
18276              From: Jonathan Stowe <gellyfish@gellyfish.com>
18277              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
18278              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
18279      Branch: perl
18280            ! Configure config_h.SH
18281 ____________________________________________________________________________
18282 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
18283         Log: Quick reformat using indent -kr -nce, as requested
18284              by Dan Kogai and suggest by NI-S.
18285      Branch: perl
18286            ! ext/Encode/encengine.c
18287 ____________________________________________________________________________
18288 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
18289         Log: Couple more Unicode lookbehind tests.
18290      Branch: perl
18291            ! t/op/pat.t
18292 ____________________________________________________________________________
18293 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
18294         Log: Sharp S as a special treat for our German UTF-8 testers :-)
18295      Branch: perl
18296            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
18297 ____________________________________________________________________________
18298 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
18299         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
18300              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18301              Date: Sat, 12 Jan 2002 20:37:32 +0100
18302              Message-ID: <3C409E8C.16203.196C2D3@localhost>
18303      Branch: perl
18304            ! ext/B/B/Deparse.pm
18305 ____________________________________________________________________________
18306 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
18307         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
18308              really worth the bits it's printed on?
18309      Branch: perl
18310            ! lib/ExtUtils/t/MM_Unix.t
18311 ____________________________________________________________________________
18312 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
18313         Log: Special treatment for U+03B0 and U+0390 in //i,
18314              this means that we can remove the minlen pessimisations
18315              introduced by the #14096.
18316      Branch: perl
18317            ! pp_hot.c regcomp.c regexec.c
18318 ____________________________________________________________________________
18319 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
18320         Log: Integrate perlio;
18321              
18322              Abstract out the cloning of SvPVX and handle shared pv in a 
18323              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18324              
18325              Win32-ize socketpair test
18326              - Win32 can fork even though $Config{d_fork} is undef
18327              - SOCK_DGRAM does not work - skip those tests.
18328      Branch: perl
18329           !> ext/Socket/socketpair.t sv.c
18330 ____________________________________________________________________________
18331 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
18332         Log: One should first drop the real uid, not the effective uid.
18333              [ID 20020110.003]
18334      Branch: perl
18335            ! utils/perldoc.PL
18336 ____________________________________________________________________________
18337 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
18338         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
18339              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18340              Date: Fri, 11 Jan 2002 23:29:48 +0100
18341              Message-ID: <3C3F756C.4581.2E2A938@localhost>
18342      Branch: perl
18343            + ext/B/C/C.xs ext/B/C/Makefile.PL
18344            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
18345            ! utils/perlcc.PL
18346 ____________________________________________________________________________
18347 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
18348         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18349              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
18350              Date: Fri, 11 Jan 2002 14:29:30 -0800
18351              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
18352      Branch: perl
18353            ! ext/B/t/concise.t
18354 ____________________________________________________________________________
18355 [ 14214] By: nick                                  on 2002/01/12  12:31:12
18356         Log: Win32-ize socketpair test
18357              - Win32 can fork even though $Config{d_fork} is undef
18358              - SOCK_DGRAM does not work - skip those tests.
18359      Branch: perlio
18360            ! ext/Socket/socketpair.t
18361 ____________________________________________________________________________
18362 [ 14213] By: nick                                  on 2002/01/12  11:46:28
18363         Log: Abstract out the cloning of SvPVX and handle shared pv in a 
18364              safe (if suboptimal) manner. Does not fix op/fork.t :-(
18365      Branch: perlio
18366            ! sv.c
18367 ____________________________________________________________________________
18368 [ 14212] By: ams                                   on 2002/01/12  06:10:52
18369         Log: Subject: [PATCH] More fixes for Stratus VOS
18370              From: "Green, Paul" <Paul.Green@stratus.com>
18371              Date: Fri, 11 Jan 2002 17:30:37 -0500
18372              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
18373      Branch: perl
18374            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
18375 ____________________________________________________________________________
18376 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
18377         Log: Upgrade to CGI.pm 2.80.
18378      Branch: perl
18379            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
18380 ____________________________________________________________________________
18381 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
18382         Log: FAQ sync.
18383      Branch: perl
18384            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18385            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18386            ! pod/perlfaq8.pod
18387 ____________________________________________________________________________
18388 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
18389         Log: This is getting embarrassing.
18390      Branch: perl
18391            ! t/op/pat.t
18392 ____________________________________________________________________________
18393 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
18394         Log: Doc tweaks.
18395      Branch: perl
18396            ! pod/perlunicode.pod
18397 ____________________________________________________________________________
18398 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
18399         Log: Updating the test count is good; also rephrasing
18400              so that there is no ok output containing "not".
18401      Branch: perl
18402            ! t/op/pat.t
18403 ____________________________________________________________________________
18404 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
18405         Log: Andreas is busy :-)
18406      Branch: perl
18407            ! doop.c t/op/unisprintf.t
18408 ____________________________________________________________________________
18409 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
18410         Log: Unicode lookbehind looked bad.
18411      Branch: perl
18412            ! regexec.c t/op/pat.t
18413 ____________________________________________________________________________
18414 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
18415         Log: Garbage collection.
18416      Branch: perl
18417            ! t/run/kill_perl.t
18418 ____________________________________________________________________________
18419 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
18420         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
18421              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18422              Date: Fri, 11 Jan 2002 23:29:48 +0100
18423              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
18424      Branch: perl
18425            ! embed.fnc global.sym makedef.pl
18426 ____________________________________________________________________________
18427 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
18428         Log: Subject: [PATCH] perldelta nit?
18429              From: Robert Spier <rspier@pobox.com>
18430              Date: Fri, 11 Jan 2002 15:19:16 -0800
18431              Message-ID: <15423.29428.164185.251700@rls.cx>
18432      Branch: perl
18433            ! pod/perldelta.pod
18434 ____________________________________________________________________________
18435 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
18436         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
18437              From: Michael G Schwern <schwern@pobox.com>
18438              Date: Fri, 11 Jan 2002 17:08:17 -0500
18439              Message-ID: <20020111220817.GG2838@blackrider>
18440      Branch: perl
18441            ! t/run/kill_perl.t t/test.pl
18442 ____________________________________________________________________________
18443 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
18444         Log: Subject: [PATCH] Correct misleading error message
18445              From: Mike Guy <mjtg@cam.ac.uk>
18446              Date: Fri, 11 Jan 2002 18:36:33 +0000
18447              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
18448              
18449              hash assignment -> anonymous hash
18450      Branch: perl
18451            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
18452 ____________________________________________________________________________
18453 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
18454         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
18455              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
18456              Date: Fri, 11 Jan 2002 16:58:14 +0100
18457              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
18458      Branch: perl
18459            ! ext/Unicode/Normalize/mkheader
18460 ____________________________________________________________________________
18461 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
18462         Log: Add a new test for is-sprintf-preserving Unicodeness:
18463              #14194 and an old one from kill_perl.t (I could have used
18464              sprintf.t, but it's format was quite fixed, and I didn't
18465              feel like breaking the format)
18466      Branch: perl
18467            + t/op/unisprintf.t
18468            ! MANIFEST t/run/kill_perl.t
18469 ____________________________________________________________________________
18470 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
18471         Log: Integrate perlio;
18472              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18473      Branch: perl
18474           !> win32/win32.c
18475 ____________________________________________________________________________
18476 [ 14196] By: nick                                  on 2002/01/11  20:58:20
18477         Log: Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
18478              as C runtime seems to get its hands on them even though we said
18479              they were handled.
18480              Still an issue with "die" out of signal handler - get panic: pp_iter
18481      Branch: perlio
18482            ! win32/win32.c
18483 ____________________________________________________________________________
18484 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
18485         Log: Integrate perlio;
18486              A mostly-stable version of "new" Win32 signal/kill support.
18487      Branch: perl
18488           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
18489           !> win32/config.gc win32/config.vc win32/config_H.bc
18490           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
18491           !> win32/makefile.mk win32/win32.c win32/win32.h
18492 ____________________________________________________________________________
18493 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
18494         Log: Fix for
18495              
18496              Subject: UTF-8 sprintf bug in bleadperl
18497              From: andreas.koenig@anima.de (Andreas J. Koenig)
18498              Date: 11 Jan 2002 15:47:15 +0100
18499              Message-ID: <m3vge99c7g.fsf@anima.de>
18500              
18501              I have tests, have just to figure out where to put them
18502              since op/sprintf looks a bit unfriendly for tests of
18503              somewhat freer form.
18504      Branch: perl
18505            ! doop.c sv.c
18506 ____________________________________________________________________________
18507 [ 14193] By: nick                                  on 2002/01/11  18:25:34
18508         Log: Integrate mainline (on Win32 - risky) for vmem.h stuff
18509              Builds and passes a few tests.
18510      Branch: perlio
18511           +> ext/B/t/concise.t lib/Test/Harness/Assert.pm
18512           +> lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
18513           +> lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
18514           +> lib/Test/Harness/t/callback.t lib/Test/Harness/t/nonumbers.t
18515           +> lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18516           +> lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18517           +> t/lib/sample-tests/lone_not_bug
18518           +> t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
18519           +> t/lib/sample-tests/vms_nit
18520           !> (integrate 63 files)
18521 ____________________________________________________________________________
18522 [ 14192] By: nick                                  on 2002/01/11  17:49:39
18523         Log: A mostly-stable version of "new" Win32 signal/kill support.
18524      Branch: perlio
18525            ! XSUB.h mg.c win32/config.bc win32/config.gc win32/config.vc
18526            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18527            ! win32/config_h.PL win32/makefile.mk win32/win32.c
18528            ! win32/win32.h
18529 ____________________________________________________________________________
18530 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
18531         Log: Update Changes.
18532      Branch: perl
18533            ! Changes patchlevel.h
18534 ____________________________________________________________________________
18535 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
18536         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
18537              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
18538              Date: Thu, 10 Jan 2002 18:21:34 -0800
18539              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
18540      Branch: perl
18541            + ext/B/t/concise.t
18542            ! MANIFEST
18543 ____________________________________________________________________________
18544 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
18545         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
18546              necessary in form.t and html.t @INC setups.
18547      Branch: perl
18548            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
18549 ____________________________________________________________________________
18550 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
18551         Log: Yet another twist.
18552      Branch: perl
18553            ! t/test.pl
18554 ____________________________________________________________________________
18555 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
18556         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
18557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18558              Date: Fri, 11 Jan 2002 13:04:15 +0100      
18559              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
18560      Branch: perl
18561            ! hints/aix.sh
18562 ____________________________________________________________________________
18563 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
18564         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
18565              From: Jonathan Stowe <gellyfish@gellyfish.com> 
18566              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
18567              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
18568      Branch: perl
18569            ! lib/AnyDBM_File.t
18570 ____________________________________________________________________________
18571 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
18572         Log: Arguments were being mangled.
18573      Branch: perl
18574            ! t/test.pl
18575 ____________________________________________________________________________
18576 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
18577         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
18578              From: Jonathan Stowe <gellyfish@gellyfish.com>
18579              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
18580              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
18581      Branch: perl
18582            ! lib/AnyDBM_File.t
18583 ____________________________________________________________________________
18584 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
18585         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
18586              From: Michael G Schwern <schwern@pobox.com> 
18587              Date: Fri, 11 Jan 2002 04:26:27 -0500
18588              Message-ID: <20020111092626.GA16544@blackrider>
18589      Branch: perl
18590            ! t/run/kill_perl.t t/test.pl
18591 ____________________________________________________________________________
18592 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
18593         Log: Subject: [PATCH] Test::Harness 2.01
18594              From: Michael G Schwern <schwern@pobox.com> 
18595              Date: Thu, 10 Jan 2002 21:11:24 -0500
18596              Message-ID: <20020111021123.GA30666@blackrider>
18597      Branch: perl
18598            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
18599            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
18600            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
18601            + lib/Test/Harness/t/nonumbers.t
18602            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
18603            + t/lib/sample-tests/lone_not_bug
18604            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
18605            + t/lib/sample-tests/vms_nit
18606            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
18607            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
18608 ____________________________________________________________________________
18609 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
18610         Log: patch is silly when creating new files: don't run
18611              patch more than once.
18612      Branch: perl
18613            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18614 ____________________________________________________________________________
18615 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
18616         Log: Forgot from #14179.
18617      Branch: perl
18618            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
18619 ____________________________________________________________________________
18620 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
18621         Log: Subject: [PATCH] is() undef/'' behavior change
18622              From: Michael G Schwern <schwern@pobox.com> 
18623              Date: Fri, 11 Jan 2002 03:35:51 -0500
18624              Message-ID: <20020111083551.GC30666@blackrider>
18625              
18626              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
18627              From: Michael G Schwern <schwern@pobox.com> 
18628              Date: Fri, 11 Jan 2002 03:37:44 -0500
18629              Message-ID: <20020111083744.GD30666@blackrider>
18630      Branch: perl
18631            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
18632            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
18633            ! lib/Pod/t/InputObjects.t lib/blib.t
18634 ____________________________________________________________________________
18635 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
18636         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
18637              From: Michael G Schwern <schwern@pobox.com> 
18638              Date: Thu, 10 Jan 2002 19:56:23 -0500
18639              Message-ID: <20020111005623.GA13192@blackrider>
18640      Branch: perl
18641            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
18642            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
18643            ! lib/Test/Simple.pm lib/Test/Simple/Changes
18644            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
18645            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
18646            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
18647            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
18648            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
18649            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
18650            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
18651            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
18652            ! lib/Test/Simple/t/plan_is_noplan.t
18653            ! lib/Test/Simple/t/plan_no_plan.t
18654            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
18655            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
18656            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
18657            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
18658            ! lib/Test/Tutorial.pod
18659 ____________________________________________________________________________
18660 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
18661         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
18662              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
18663              
18664              turns out even the malloc() was never really needed to begin with,
18665              so get rid of it
18666      Branch: perl
18667            ! sv.c
18668 ____________________________________________________________________________
18669 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
18670         Log: Small doc tweaks.
18671      Branch: perl
18672            ! pod/perluniintro.pod
18673 ____________________________________________________________________________
18674 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
18675         Log: support using the CRT's malloc() family of functions instead of
18676              the internal one when ithreads is enabled; allocate large blocks
18677              using VirtualAlloc() since the Heap*() functions may only be tuned
18678              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
18679              
18680              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
18681              also see comments at the top of win32/vmem.h for other options that
18682              can be set
18683      Branch: perl
18684            ! win32/vmem.h
18685 ____________________________________________________________________________
18686 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
18687         Log: Subject: micropatch
18688              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18689              Date: Thu, 10 Jan 2002 18:20:58 +0000
18690              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
18691      Branch: perl
18692            ! regcomp.c
18693 ____________________________________________________________________________
18694 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
18695         Log: Subject: [PATCH] Embed.t on Win32
18696              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
18697              Date: Thu, 10 Jan 2002 18:56:21 +0100
18698              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
18699      Branch: perl
18700            ! lib/ExtUtils/t/Embed.t
18701 ____________________________________________________________________________
18702 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
18703         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
18704              From: Gisle Aas <gisle@ActiveState.com>
18705              Date: 10 Jan 2002 08:56:05 -0800
18706              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
18707      Branch: perl
18708            ! toke.c
18709 ____________________________________________________________________________
18710 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
18711         Log: Subject: [PATCH] doc fixes
18712              From: "Brendan O'Dea" <bod@debian.org>
18713              Date: Fri, 11 Jan 2002 03:49:54 +1100
18714              Message-ID: <20020110164954.GA21891@compusol.com.au>
18715      Branch: perl
18716            ! lib/I18N/Collate.pm pod/perlfunc.pod
18717 ____________________________________________________________________________
18718 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
18719         Log: Integrate perlio; More signal hackery.
18720      Branch: perl
18721           !> win32/win32.c
18722 ____________________________________________________________________________
18723 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
18724         Log: No need to show internal encodings, or return them
18725              in random order.
18726      Branch: perl
18727            ! ext/Encode/Encode.pm
18728 ____________________________________________________________________________
18729 [ 14168] By: nick                                  on 2002/01/10  17:33:31
18730         Log: Integrate mainline
18731      Branch: perlio
18732            - ext/Unicode/Normalize/Normalize.pod
18733           !> MANIFEST ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
18734           !> ext/Unicode/Normalize/Makefile.PL
18735           !> ext/Unicode/Normalize/Normalize.pm
18736           !> ext/Unicode/Normalize/Normalize.xs
18737           !> ext/Unicode/Normalize/mkheader hints/linux.sh pod/perlrun.pod
18738           !> pod/perlunicode.pod regexec.c t/lib/strict/vars t/op/readdir.t
18739           !> t/run/kill_perl.t toke.c
18740 ____________________________________________________________________________
18741 [ 14167] By: nick                                  on 2002/01/10  17:08:35
18742         Log: More signal hackery
18743      Branch: perlio
18744            ! win32/win32.c
18745 ____________________________________________________________________________
18746 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
18747         Log: I think we can claim to be supporting Unicode
18748              "loose matching" now.
18749      Branch: perl
18750            ! pod/perlunicode.pod
18751 ____________________________________________________________________________
18752 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
18753         Log: Subject: doc patch
18754              From: mjd@plover.com
18755              Date: 10 Jan 2002 15:12:27 -0000
18756              Message-ID: <20020110151227.14850.qmail@plover.com>
18757      Branch: perl
18758            ! pod/perlrun.pod
18759 ____________________________________________________________________________
18760 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
18761         Log: Subject: Re: [ID 20011223.001] accept leaks memory
18762              From: Andy Dougherty <doughera@lafayette.edu>
18763              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
18764              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
18765      Branch: perl
18766            ! hints/linux.sh
18767 ____________________________________________________________________________
18768 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
18769         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
18770      Branch: perl
18771           !> win32/win32.c
18772 ____________________________________________________________________________
18773 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
18774         Log: Subject: [PATCH] Magic numbers in B::Concise
18775              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
18776              Date: Wed, 9 Jan 2002 23:04:01 -0800
18777              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
18778      Branch: perl
18779            ! ext/B/B/Concise.pm ext/B/O.pm
18780 ____________________________________________________________________________
18781 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
18782         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
18783              From: Gisle Aas <gisle@ActiveState.com>
18784              Date: 09 Jan 2002 21:52:40 -0800
18785              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
18786      Branch: perl
18787            ! t/lib/strict/vars toke.c
18788 ____________________________________________________________________________
18789 [ 14160] By: nick                                  on 2002/01/09  21:29:39
18790         Log: Skeleton coding of more kill() support on Win32.
18791      Branch: perlio
18792            ! win32/win32.c
18793 ____________________________________________________________________________
18794 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
18795         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
18796              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18797              Date: Wed, 9 Jan 2002 23:24:32 +0100
18798              Message-ID: <20020109232432.A692@rafael>
18799      Branch: perl
18800            ! ext/B/B/Deparse.pm
18801 ____________________________________________________________________________
18802 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
18803         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
18804              From: Jonathan Stowe <gellyfish@gellyfish.com>
18805              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
18806              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
18807      Branch: perl
18808            ! t/run/kill_perl.t
18809 ____________________________________________________________________________
18810 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
18811         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
18812              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18813              Date: Wed, 09 Jan 2002 20:16:54 +0000
18814              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
18815      Branch: perl
18816            ! regexec.c
18817 ____________________________________________________________________________
18818 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
18819         Log: Subject: [Patch @14129] fixes Unicode::Normalize
18820              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
18821              Date: Thu, 10 Jan 2002 01:08:56 +0900
18822              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
18823      Branch: perl
18824            - ext/Unicode/Normalize/Normalize.pod
18825            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
18826            ! ext/Unicode/Normalize/Normalize.pm
18827            ! ext/Unicode/Normalize/Normalize.xs
18828            ! ext/Unicode/Normalize/mkheader
18829 ____________________________________________________________________________
18830 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
18831         Log: Integrate perlio; (Re-)implement alarm() for Win32.
18832      Branch: perl
18833           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
18834           !> win32/win32iop.h
18835 ____________________________________________________________________________
18836 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
18837         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
18838              From: Nicholas Clark <nick@unfortu.net>
18839              Date: Wed, 9 Jan 2002 17:56:04 +0000
18840              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
18841      Branch: perl
18842            ! t/op/readdir.t
18843 ____________________________________________________________________________
18844 [ 14153] By: nick                                  on 2002/01/09  16:18:57
18845         Log: Integrate mainline
18846      Branch: perlio
18847           +> ext/threads/t/stress_re.t t/op/unifold.t
18848            - lib/unifold.t
18849           !> Changes MANIFEST Makefile.SH ext/B/B/Deparse.pm op.c
18850           !> patchlevel.h pod/perldebug.pod regcomp.c regexec.c scope.c
18851           !> t/op/pat.t t/op/re_tests t/run/kill_perl.t utf8.c
18852 ____________________________________________________________________________
18853 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
18854         Log: Update Changes.
18855      Branch: perl
18856            ! Changes patchlevel.h
18857 ____________________________________________________________________________
18858 [ 14151] By: nick                                  on 2002/01/09  14:27:36
18859         Log: (Re-)implement alarm() for Win32.
18860      Branch: perlio
18861            ! win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
18862            ! win32/win32iop.h
18863 ____________________________________________________________________________
18864 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
18865         Log: Thinko.
18866      Branch: perl
18867            ! ext/threads/t/stress_re.t
18868 ____________________________________________________________________________
18869 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
18870         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
18871              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
18872              Date: Wed, 09 Jan 2002 13:37:17 +0000                
18873              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
18874      Branch: perl
18875            ! regexec.c t/op/re_tests
18876 ____________________________________________________________________________
18877 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
18878         Log: Subject: Re: Weird Malformed warning in bleadperl    
18879              From: andreas.koenig@anima.de (Andreas J. Koenig)    
18880              Date: 09 Jan 2002 11:12:37 +0100
18881              Message-ID: <m3itabbzoq.fsf@anima.de>
18882      Branch: perl
18883            ! regexec.c t/op/pat.t
18884 ____________________________________________________________________________
18885 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
18886         Log: Forgot stress_re.t from MANIFEST.
18887      Branch: perl
18888            ! MANIFEST
18889 ____________________________________________________________________________
18890 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
18891         Log: In dumping use isPRINT() instead of isprint() so that locale
18892              does not come into play.
18893      Branch: perl
18894            ! utf8.c
18895 ____________________________________________________________________________
18896 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
18897         Log: Add a threads stress test for regular expressions
18898              (mostly just a modified stress_string.t) and doesn't
18899              test that much of regular expressions, just that $1
18900              doesn't get stomped by competing threads (as it does
18901              in the 5005threads of old).
18902      Branch: perl
18903            + ext/threads/t/stress_re.t
18904            ! MANIFEST
18905 ____________________________________________________________________________
18906 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
18907         Log: (retracted by #14307)
18908              Subject: Re: [ID 20010912.007] substr reference core dump
18909              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18910              Date: Tue, 08 Jan 2002 19:17:50 +0000
18911              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
18912      Branch: perl
18913            ! scope.c t/run/kill_perl.t
18914 ____________________________________________________________________________
18915 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
18916         Log: SANY (. with /s) wasn't happy on Unicode.
18917      Branch: perl
18918            ! regexec.c t/op/pat.t
18919 ____________________________________________________________________________
18920 [ 14142] By: ams                                   on 2002/01/08  22:42:10
18921         Log: Subject: [PATCH] perldebug nit
18922              From: Tels <tels@bloodgate.com>
18923              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
18924      Branch: perl
18925            ! pod/perldebug.pod
18926 ____________________________________________________________________________
18927 [ 14141] By: ams                                   on 2002/01/08  21:32:59
18928         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
18929              From: "Green, Paul" <Paul.Green@stratus.com>
18930              Date: Tue, 8 Jan 2002 17:31:35 -0500
18931              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
18932      Branch: perl
18933            ! Makefile.SH
18934 ____________________________________________________________________________
18935 [ 14140] By: ams                                   on 2002/01/08  21:27:57
18936         Log: Subject: [PATCH] Re: Slight chokage from Deparse
18937              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
18938              Date: Tue, 8 Jan 2002 23:04:45 +0100
18939              Message-Id: <20020108230445.A4798@rafael>
18940      Branch: perl
18941            ! ext/B/B/Deparse.pm
18942 ____________________________________________________________________________
18943 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
18944         Log: Subject: [patch] peep() is rude
18945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
18946              Date: Tue, 08 Jan 2002 19:17:50 +0000            
18947              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
18948      Branch: perl
18949            ! op.c t/run/kill_perl.t
18950 ____________________________________________________________________________
18951 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
18952         Log: unifold is really an op test since it requires
18953              no external modules for its actual testing:
18954              only the unicore CaseFold.txt file, and File::Spec
18955              to portably access that file.
18956      Branch: perl
18957            + t/op/unifold.t
18958            - lib/unifold.t
18959            ! MANIFEST
18960 ____________________________________________________________________________
18961 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
18962         Log: Subject: [patch] save a test 
18963              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18964              Date: Tue, 08 Jan 2002 16:18:47 +0000
18965              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
18966      Branch: perl
18967            ! regcomp.c
18968 ____________________________________________________________________________
18969 [ 14136] By: nick                                  on 2002/01/08  16:11:55
18970         Log: Integrate mainline
18971      Branch: perlio
18972           +> lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
18973           +> lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
18974           !> (integrate 37 files)
18975 ____________________________________________________________________________
18976 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
18977         Log: Subject: Not OK 13843 
18978              From: andreas.koenig@anima.de (Andreas J. Koenig)
18979              Date: 08 Jan 2002 14:12:29 +0100
18980              Message-ID: <m38zb9c7gi.fsf@anima.de>
18981      Branch: perl
18982            ! op.c t/op/subst.t
18983 ____________________________________________________________________________
18984 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
18985         Log: Missed one variant of the fold testing, noticed bu Hugo.
18986      Branch: perl
18987            ! lib/unifold.t
18988 ____________________________________________________________________________
18989 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
18990         Log: Enchance the Storable magic description.
18991      Branch: perl
18992            ! ext/Storable/Storable.pm
18993 ____________________________________________________________________________
18994 [ 14132] By: ams                                   on 2002/01/08  09:16:12
18995         Log: Subject: [PATCH] don't installperl pods
18996              From: H.Merijn Brand <h.m.brand@hccnet.nl>
18997              Date: Tue, 08 Jan 2002 10:36:01 +0100
18998              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
18999      Branch: perl
19000            ! installperl
19001 ____________________________________________________________________________
19002 [ 14131] By: ams                                   on 2002/01/08  03:38:40
19003         Log: Subject: Math-BigInt v1.49 released
19004              From: Tels <perl_dummy@bloodgate.com>
19005              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
19006      Branch: perl
19007            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
19008            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
19009            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19010            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
19011            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19012            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
19013            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
19014            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
19015            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
19016            ! t/lib/Math/BigInt/Subclass.pm
19017 ____________________________________________________________________________
19018 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
19019         Log: A little better comments.
19020      Branch: perl
19021            ! regexec.c
19022 ____________________________________________________________________________
19023 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
19024         Log: No normalization form DNF.
19025      Branch: perl
19026            ! ext/Unicode/Normalize/Normalize.pm
19027 ____________________________________________________________________________
19028 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
19029         Log: Extension nits found by -Wall (several from threads
19030              and threads::shared, but leaving them to Arthur).
19031      Branch: perl
19032            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
19033            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
19034            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
19035            ! ext/Unicode/Normalize/mkheader x2p/str.c
19036 ____________________________________________________________________________
19037 [ 14127] By: pudge                                 on 2002/01/07  22:25:55
19038         Log: Sync up Changes etc.
19039      Branch: maint-5.6/macperl
19040            ! macos/Changes macos/MPVersion.r macos/ext/Mac/Memory/Memory.xs
19041 ____________________________________________________________________________
19042 [ 14126] By: pudge                                 on 2002/01/07  22:23:06
19043         Log: Eliminate nested calls to exit() (MacPerl bug #469132)
19044      Branch: maint-5.6/macperl
19045            ! macos/macperl/MPFile.c macos/macperl/MPMain.c
19046 ____________________________________________________________________________
19047 [ 14125] By: ams                                   on 2002/01/07  22:03:22
19048         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
19049              From: Nicholas Clark (sans From field in mail header)
19050              Date: Mon, 7 Jan 2002 16:18:23 +0000
19051              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
19052      Branch: perl
19053            ! lib/Exporter.pm
19054 ____________________________________________________________________________
19055 [ 14124] By: ams                                   on 2002/01/07  21:46:11
19056         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
19057              From: "Green, Paul" <Paul.Green@stratus.com>
19058              Date: Mon, 7 Jan 2002 16:59:38 -0500
19059              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
19060      Branch: perl
19061            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
19062 ____________________________________________________________________________
19063 [ 14123] By: nick                                  on 2002/01/07  18:49:55
19064         Log: Integrate mainline
19065      Branch: perlio
19066           !> AUTHORS Changes dump.c ext/Storable/Storable.pm lib/sort.pm
19067           !> patchlevel.h pod/perl561delta.pod pod/perl56delta.pod
19068           !> pod/perlapi.pod pod/perldelta.pod pod/perltoc.pod regcomp.c
19069           !> regexec.c t/op/re_tests utf8.c utf8.h
19070 ____________________________________________________________________________
19071 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
19072         Log: Update Changes.
19073      Branch: perl
19074            ! Changes patchlevel.h
19075 ____________________________________________________________________________
19076 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
19077         Log: Subject: [PATCH] Correct module name in perldelta*
19078              From: Mike Guy <mjtg@cam.ac.uk>
19079              Date: Mon, 07 Jan 2002 17:02:43 +0000
19080              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
19081      Branch: perl
19082            ! pod/perl561delta.pod pod/perl56delta.pod
19083 ____________________________________________________________________________
19084 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
19085         Log: AUTHORS update.
19086      Branch: perl
19087            ! AUTHORS
19088 ____________________________________________________________________________
19089 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
19090         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
19091      Branch: perl
19092            ! ext/Storable/Storable.pm
19093 ____________________________________________________________________________
19094 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
19095         Log: perldelta updates.
19096      Branch: perl
19097            ! pod/perldelta.pod
19098 ____________________________________________________________________________
19099 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
19100         Log: Document the flags of pv_uni_display().
19101      Branch: perl
19102            ! pod/perlapi.pod utf8.c
19103 ____________________________________________________________________________
19104 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
19105         Log: Forgot from #14115.
19106      Branch: perl
19107            ! t/op/re_tests
19108 ____________________________________________________________________________
19109 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
19110         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
19111              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19112              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
19113              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
19114      Branch: perl
19115            ! regcomp.c
19116 ____________________________________________________________________________
19117 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
19118         Log: More regex and utf8 debug dumping.
19119      Branch: perl
19120            ! dump.c regcomp.c regexec.c utf8.c utf8.h
19121 ____________________________________________________________________________
19122 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
19123         Log: Unused variable.
19124      Branch: perl
19125            ! regcomp.c
19126 ____________________________________________________________________________
19127 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
19128         Log: Regen toc.
19129      Branch: perl
19130            ! pod/perltoc.pod
19131 ____________________________________________________________________________
19132 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
19133         Log: capitalize correctly, noticed by David Dyck.
19134      Branch: perl
19135            ! lib/sort.pm
19136 ____________________________________________________________________________
19137 [ 14110] By: nick                                  on 2002/01/06  22:05:19
19138         Log: Integrate mainline - threads mended, DB_File sick?
19139      Branch: perlio
19140           !> Changes ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL
19141           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
19142           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19143           !> ext/DB_File/t/db-recno.t ext/DB_File/version.c lib/sort.pm
19144           !> patchlevel.h pp_sys.c sv.c t/TEST t/op/lc.t utils/perlcc.PL
19145 ____________________________________________________________________________
19146 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
19147         Log: No need to overqualify.
19148      Branch: perl
19149            ! lib/sort.pm
19150 ____________________________________________________________________________
19151 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
19152         Log: PL_debug_pad wasn't initialized to zeroes which broke
19153              ithreads + DEBUGGING.
19154      Branch: perl
19155            ! sv.c
19156 ____________________________________________________________________________
19157 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
19158         Log: Update Changes.
19159      Branch: perl
19160            ! Changes patchlevel.h
19161 ____________________________________________________________________________
19162 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
19163         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
19164              From: Jonathan Stowe <gellyfish@gellyfish.com>
19165              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
19166              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
19167      Branch: perl
19168            ! pp_sys.c
19169 ____________________________________________________________________________
19170 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
19171         Log: DB_File sync from Paul Marquess.
19172      Branch: perl
19173            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
19174            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
19175            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
19176 ____________________________________________________________________________
19177 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
19178         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
19179              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
19180              Date: Sun, 6 Jan 2002 11:44:30 +0100
19181              Message-ID: <3C38389E.7831.493570@localhost>
19182      Branch: perl
19183            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
19184            ! utils/perlcc.PL
19185 ____________________________________________________________________________
19186 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
19187         Log: Tests for #14098.
19188      Branch: perl
19189            ! t/op/lc.t
19190 ____________________________________________________________________________
19191 [ 14102] By: nick                                  on 2002/01/06  11:33:55
19192         Log: Integrate mainline (PPPort still multi-building).
19193      Branch: perlio
19194           +> lib/unifold.t
19195           !> (integrate 30 files)
19196 ____________________________________________________________________________
19197 [ 14101] By: ams                                   on 2002/01/06  04:52:50
19198         Log: Subject: [PATCH] Bad prototype detection now an optional warning
19199              From: Sam Tregar <sam@tregar.com>
19200              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
19201              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
19202      Branch: perl
19203            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
19204            ! t/comp/proto.t toke.c
19205 ____________________________________________________________________________
19206 [ 14100] By: ams                                   on 2002/01/06  01:56:59
19207         Log: Subject: [PATCH] Correct several Stratus VOS build issues
19208              From: "Green, Paul" <Paul.Green@stratus.com>
19209              Date: Sat, 5 Jan 2002 21:30:56 -0500
19210              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
19211      Branch: perl
19212            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
19213 ____________________________________________________________________________
19214 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
19215         Log: Further perl.org URL elaboration from Ask.
19216      Branch: perl
19217            ! pod/perlfaq1.pod pod/perlfaq2.pod
19218 ____________________________________________________________________________
19219 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
19220         Log: The same problem with To{Lower,Title,Upper}
19221              as earlier with ToFold.
19222      Branch: perl
19223            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
19224            ! lib/unicore/To/Upper.pl lib/unicore/mktables
19225 ____________________________________________________________________________
19226 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
19227         Log: Retract #14057 for now; the alarm/setitimer timers
19228              seen to be the same in many systems, which leads into
19229              hangups.
19230      Branch: perl
19231            ! ext/Time/HiRes/HiRes.t
19232 ____________________________________________________________________________
19233 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
19234         Log: Finish up (ha!) the Unicode case folding;
19235              enhance regex dumping code.
19236      Branch: perl
19237            + lib/unifold.t
19238            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
19239            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
19240 ____________________________________________________________________________
19241 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
19242         Log: Use the perl.org news gw instead of the perl.com one
19243              (from Ask).
19244      Branch: perl
19245            ! pod/perlfaq1.pod pod/perlfaq2.pod
19246 ____________________________________________________________________________
19247 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
19248         Log: Zero() wasn't documented.
19249      Branch: perl
19250            ! pod/perlclib.pod
19251 ____________________________________________________________________________
19252 [ 14093] By: ams                                   on 2002/01/05  17:58:35
19253         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
19254              From: Nicholas Clark <nick@unfortu.net>
19255              Date: Sat, 5 Jan 2002 18:55:39 +0000
19256              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
19257      Branch: perl
19258            ! lib/Memoize/t/tie_ndbm.t
19259 ____________________________________________________________________________
19260 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
19261         Log: Also UNICOS/mk has deviant socketpair().
19262      Branch: perl
19263            ! ext/Socket/socketpair.t
19264 ____________________________________________________________________________
19265 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
19266         Log: Ooops.  Retract the regex parts of #14090.
19267      Branch: perl
19268            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
19269 ____________________________________________________________________________
19270 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
19271         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
19272              From: Nicholas Clark <nick@unfortu.net> 
19273              Date: Sat, 5 Jan 2002 18:10:13 +0000
19274              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
19275      Branch: perl
19276            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
19277            ! regcomp.h regexec.c
19278 ____________________________________________________________________________
19279 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
19280         Log: Integrate perlio; a missing aTHX.
19281      Branch: perl
19282           !> op.c
19283 ____________________________________________________________________________
19284 [ 14088] By: nick                                  on 2002/01/05  12:35:01
19285         Log: One missing aTHX_
19286      Branch: perlio
19287            ! op.c
19288 ____________________________________________________________________________
19289 [ 14087] By: nick                                  on 2002/01/05  12:00:48
19290         Log: Raw integrate of mainline - op.c looks dodgy.
19291      Branch: perlio
19292           +> lib/Pod/t/Functions.t t/op/winsystem.t
19293            - lib/File/Spec/NW5.pm t/op/system.t
19294           !> (integrate 77 files)
19295 ____________________________________________________________________________
19296 [ 14086] By: gsar                                  on 2002/01/05  00:19:01
19297         Log: integrate changes from maint-5.6/macperl branch
19298      Branch: maint-5.6/perl
19299           !> ext/IO/IO.xs lib/File/Find.pm lib/File/Spec/Mac.pm
19300           !> lib/Pod/Html.pm pod/perlmodinstall.pod pod/perlport.pod
19301 ____________________________________________________________________________
19302 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
19303         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
19304              found by Marc Lehmann.
19305      Branch: perl
19306            ! pp.c
19307 ____________________________________________________________________________
19308 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
19309         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
19310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19311              Date: Sat, 5 Jan 2002 00:31:12 +0100
19312              Message-ID: <20020105003112.E1850@rafael>              
19313      Branch: perl
19314            ! t/comp/proto.t
19315 ____________________________________________________________________________
19316 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
19317         Log: A bit of "perl.com" cleanup.
19318      Branch: perl
19319            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
19320            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
19321            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
19322            ! pod/perlmodlib.PL pod/perlmodlib.pod
19323 ____________________________________________________________________________
19324 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
19325         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
19326              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19327              Date: Fri, 4 Jan 2002 23:35:19 +0100
19328              Message-ID: <20020104233519.A1850@rafael>
19329      Branch: perl
19330            ! op.c
19331 ____________________________________________________________________________
19332 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
19333         Log: Integrate change #14062 from macperl;
19334              Define setbuf, setvbuf for Mac OS
19335      Branch: perl
19336           !> ext/IO/IO.xs
19337 ____________________________________________________________________________
19338 [ 14080] By: pudge                                 on 2002/01/04  21:21:22
19339         Log: Bump version, update Changes
19340      Branch: maint-5.6/macperl
19341            ! macos/Changes macos/MPVersion.r
19342 ____________________________________________________________________________
19343 [ 14079] By: pudge                                 on 2002/01/04  21:09:40
19344         Log: Add more droplets
19345      Branch: maint-5.6/macperl
19346            + macos/macperl/Droplets/gluedialect.plx
19347            + macos/macperl/Droplets/glueedit.plx
19348            + macos/macperl/Droplets/gluemac.plx
19349            + macos/macperl/Droplets/gluescriptadds.plx
19350            + macos/macperl/Droplets/installme.plx
19351            + macos/macperl/Droplets/show_glue_pods.plx
19352            + macos/macperl/Droplets/tarzipme.plx
19353            + macos/macperl/Droplets/untarzipme.plx
19354 ____________________________________________________________________________
19355 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
19356         Log: Display the native pwd command.
19357      Branch: perl
19358            ! ext/Cwd/t/cwd.t
19359 ____________________________________________________________________________
19360 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
19361         Log: Under Mac OS X /dev/stdout is normally a symlink,
19362              but when running the test it seems to become a socket.
19363              So let's extend our censorship.
19364      Branch: perl
19365            ! t/op/stat.t
19366 ____________________________________________________________________________
19367 [ 14076] By: pudge                                 on 2002/01/04  20:44:23
19368         Log: First go at fixing Mac::Memory::_open (MacPerl Bug #494481)
19369      Branch: maint-5.6/macperl
19370            + macos/HandleSocket.cp
19371            ! macos/ext/Mac/Memory/Memory.xs macos/ext/Mac/Memory/t/Memory.t
19372            ! macos/macperl.sym
19373 ____________________________________________________________________________
19374 [ 14075] By: pudge                                 on 2002/01/04  20:42:06
19375         Log: Doc updates
19376      Branch: maint-5.6/macperl
19377            ! macos/ext/MacPerl/MacPerl.pm macos/ext/MacPerl/OSA.xs
19378 ____________________________________________________________________________
19379 [ 14074] By: pudge                                 on 2002/01/04  20:41:26
19380         Log: Update libraries
19381      Branch: maint-5.6/macperl
19382            ! macos/macperl/Makefile.mk
19383 ____________________________________________________________________________
19384 [ 14073] By: pudge                                 on 2002/01/04  20:40:11
19385         Log: Update tests to Mac::StandardFile from StandardFile.pl,
19386              plus other fixes
19387      Branch: maint-5.6/macperl
19388            ! macos/ext/Mac/Menus/t/MenuBar.t
19389            ! macos/ext/Mac/Movies/t/PlayMacMovie.t
19390            ! macos/ext/Mac/Movies/t/PlayMovie.t
19391            ! macos/ext/Mac/QuickTimeVR/t/QTVRControl.t
19392            ! macos/ext/Mac/QuickTimeVR/t/QTVRInterceptor.t
19393            ! macos/ext/Mac/QuickTimeVR/t/QTVRotator.t
19394            ! macos/ext/Mac/Resources/t/Resources.t
19395 ____________________________________________________________________________
19396 [ 14072] By: pudge                                 on 2002/01/04  20:37:44
19397         Log: Mistakenly used dXSARGS instead of dSP (MacPerl Bug #494482)
19398      Branch: maint-5.6/macperl
19399            ! macos/ext/Mac/Lists/Lists.xs macos/ext/Mac/Menus/Menus.xs
19400            ! macos/ext/Mac/Movies/Movies.xs
19401            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.xs
19402            ! macos/ext/Mac/StandardFile/StandardFile.xs
19403            ! macos/ext/Mac/Windows/Windows.xs
19404 ____________________________________________________________________________
19405 [ 14071] By: pudge                                 on 2002/01/04  20:35:52
19406         Log: Updates for Universal Headers 3.4 (forgot one)
19407      Branch: maint-5.6/macperl
19408            ! macos/macperl/MPConsole.cp
19409 ____________________________________________________________________________
19410 [ 14070] By: pudge                                 on 2002/01/04  20:32:57
19411         Log: Updates for Universal Headers 3.4
19412      Branch: maint-5.6/macperl
19413            ! macos/SubLaunch.c macos/ext/Mac/Navigation/Navigation.xs
19414            ! macos/ext/Mac/Navigation/typemap macos/macperl/MPAEUtils.c
19415            ! macos/macperl/MPAEVTStream.cp macos/macperl/MPAppleEvents.c
19416            ! macos/macperl/MPEditions.c macos/macperl/MPEditor.c
19417            ! macos/macperl/MPFile.c macos/macperl/MPGlobals.c
19418            ! macos/macperl/MPHelp.c macos/macperl/MPMain.c
19419            ! macos/macperl/MPPreferences.c macos/macperl/MPPseudoFile.cp
19420            ! macos/macperl/MPSave.c macos/macperl/MPScript.c
19421            ! macos/macperl/MPUtils.c macos/macperl/MPWindow.c
19422 ____________________________________________________________________________
19423 [ 14069] By: pudge                                 on 2002/01/04  20:28:20
19424         Log: Change AddEmulationProc to MacPerl_AddEmulationProc
19425              from <200112112327.JAA25434@gpo.metropolis.net.au>;
19426              don't crash on quit for 68K (MacPerl Bug #490013)
19427      Branch: maint-5.6/macperl
19428            ! macos/macish.c macos/macperl/MPConsole.cp
19429 ____________________________________________________________________________
19430 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
19431         Log: If we do have socketpair(), make my_socketpair()
19432              just call the real socketpair().  This way we always
19433              have real code behind my_socketpair() and a symbol
19434              corresponding to the my_socketpair in global.sym.
19435      Branch: perl
19436            ! embed.fnc embed.h makedef.pl proto.h util.c
19437 ____________________________________________________________________________
19438 [ 14067] By: pudge                                 on 2002/01/04  20:19:18
19439         Log: Disable sigaction (MacPerl Bug #470321)
19440      Branch: maint-5.6/macperl
19441            ! macos/config.h macos/config.sh
19442 ____________________________________________________________________________
19443 [ 14066] By: pudge                                 on 2002/01/04  20:16:47
19444         Log: Make GUSI resource work (MacPerl Bug #464638)
19445      Branch: maint-5.6/macperl
19446            ! macos/PerlGUSIConfig.cp macos/macperl/MacPerl.r
19447            ! macos/macperl/MacPerl.rsrc
19448 ____________________________________________________________________________
19449 [ 14065] By: pudge                                 on 2002/01/04  20:14:26
19450         Log: Make AutoSplit go a little deeper
19451      Branch: maint-5.6/macperl
19452            ! macos/Makefile.mk
19453 ____________________________________________________________________________
19454 [ 14064] By: pudge                                 on 2002/01/04  20:13:36
19455         Log: A few doc updates from bleadperl
19456      Branch: maint-5.6/macperl
19457            ! pod/perlmodinstall.pod pod/perlport.pod
19458 ____________________________________________________________________________
19459 [ 14063] By: pudge                                 on 2002/01/04  20:12:11
19460         Log: Sync up to latest changes from bleadperl
19461      Branch: maint-5.6/macperl
19462            ! lib/File/Find.pm
19463 ____________________________________________________________________________
19464 [ 14062] By: pudge                                 on 2002/01/04  20:09:20
19465         Log: Define setbuf, setvbuf for Mac OS
19466      Branch: maint-5.6/macperl
19467            ! ext/IO/IO.xs
19468 ____________________________________________________________________________
19469 [ 14061] By: pudge                                 on 2002/01/04  20:07:38
19470         Log: Delete by request of Mark-Jason Dominus (change #13676)
19471      Branch: maint-5.6/macperl
19472            - macos/bundled_lib/blib/lib/Memoize/Saves.pm
19473 ____________________________________________________________________________
19474 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
19475         Log: Spread the good word of "env".
19476      Branch: perl
19477            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
19478 ____________________________________________________________________________
19479 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
19480         Log: Till the system tests do something non-Win*, better rename
19481              the test so that people on other platforms don't get confused.
19482              (Not win32system, because assumedly there's win64, too.)
19483      Branch: perl
19484            + t/op/winsystem.t
19485            - t/op/system.t
19486            ! MANIFEST
19487 ____________________________________________________________________________
19488 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
19489         Log: Some tweaks.
19490      Branch: perl
19491            ! lib/Pod/t/Functions.t
19492 ____________________________________________________________________________
19493 [ 14057] By: ams                                   on 2002/01/04  17:40:31
19494         Log: (retracted by #14057)
19495              
19496              Subject: [PATCH] Time/HiRes/HiRes.t
19497              From: Nicholas Clark <nick@unfortu.net>
19498              Date: Fri, 4 Jan 2002 17:28:46 +0000
19499              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
19500      Branch: perl
19501            ! ext/Time/HiRes/HiRes.t
19502 ____________________________________________________________________________
19503 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
19504         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
19505              From: Abe Timmerman <abe@ztreet.demon.nl>
19506              Date: Fri, 04 Jan 2002 18:42:33 +0100
19507              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
19508      Branch: perl
19509            + lib/Pod/t/Functions.t
19510            ! MANIFEST lib/Pod/Functions.pm
19511 ____________________________________________________________________________
19512 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
19513         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
19514              From: "Craig A. Berry" <craigberry@mac.com>
19515              Date: Thu, 3 Jan 2002 17:32:20 -0600
19516              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
19517      Branch: perl
19518            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
19519 ____________________________________________________________________________
19520 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
19521         Log: Document the U+0085, U+2028, and U+2029.
19522      Branch: perl
19523            ! pod/perlre.pod pod/perlretut.pod
19524 ____________________________________________________________________________
19525 [ 14053] By: ams                                   on 2002/01/04  03:27:44
19526         Log: Subject: [PATCH] warn if not CORE::dump
19527              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19528              Date: Thu, 3 Jan 2002 22:04:00 +0100
19529              Message-Id: <20020103220400.A13958@rafael>
19530      Branch: perl
19531            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
19532 ____________________________________________________________________________
19533 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
19534         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
19535      Branch: perl
19536            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
19537 ____________________________________________________________________________
19538 [ 14051] By: ams                                   on 2002/01/04  03:00:12
19539         Log: Subject: [PATCH] File::Compare::VERSION
19540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19541              Date: Thu, 3 Jan 2002 23:42:52 +0100
19542              Message-Id: <20020103234252.G13958@rafael>
19543      Branch: perl
19544            ! lib/File/Compare.pm
19545 ____________________________________________________________________________
19546 [ 14050] By: ams                                   on 2002/01/04  02:58:05
19547         Log: Subject: [PATCH @14042] threads::shared doc
19548              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
19549              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
19550              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
19551      Branch: perl
19552            ! ext/threads/shared/shared.pm
19553 ____________________________________________________________________________
19554 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
19555         Log: #14048 exposed few false positives, to be fixed soonish.
19556      Branch: perl
19557            ! t/op/pat.t
19558 ____________________________________________________________________________
19559 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
19560         Log: Do not add the first characters of multicharacter foldings
19561              into character classes.
19562      Branch: perl
19563            ! regcomp.c
19564 ____________________________________________________________________________
19565 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
19566         Log: A bit of testing for #14046.
19567      Branch: perl
19568            ! t/op/pat.t
19569 ____________________________________________________________________________
19570 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
19571         Log: Allow emitting the foldcased version of "\x{df}", "ss"
19572              (among others, another example would be \x{fb00} -> "ff")
19573      Branch: perl
19574            ! regcomp.c
19575 ____________________________________________________________________________
19576 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
19577         Log: Subject: [PATCH] File::Spec & NetWare
19578              From: Dave Rolsky <autarch@urth.org>
19579              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
19580              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
19581      Branch: perl
19582            - lib/File/Spec/NW5.pm
19583            ! MANIFEST lib/File/Spec.pm
19584 ____________________________________________________________________________
19585 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
19586         Log: FAQ sync (RCS Ids only?)
19587      Branch: perl
19588            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
19589 ____________________________________________________________________________
19590 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
19591         Log: AUTHORs updates.
19592      Branch: perl
19593            ! AUTHORS
19594 ____________________________________________________________________________
19595 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
19596         Log: Update Changes.
19597      Branch: perl
19598            ! Changes patchlevel.h
19599 ____________________________________________________________________________
19600 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
19601         Log: Missed the =head1 additions.
19602      Branch: perl
19603            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
19604            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
19605            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
19606            ! util.c
19607 ____________________________________________________________________________
19608 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
19609         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
19610              From: Robin Barker <rmb1@cise.npl.co.uk>
19611              Date: Thu, 3 Jan 2002 15:26:20 GMT
19612              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
19613      Branch: perl
19614            ! lib/Carp.t lib/Carp/Heavy.pm
19615 ____________________________________________________________________________
19616 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
19617         Log: Subject: [PATCH hv.c] 
19618              From: Robin Barker <rmb1@cise.npl.co.uk>
19619              Date: Thu, 3 Jan 2002 14:49:06 GMT
19620              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
19621              
19622              -Wformat check.
19623      Branch: perl
19624            ! hv.c
19625 ____________________________________________________________________________
19626 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
19627         Log: NetWare tweaks from Ananth Kesari.
19628      Branch: perl
19629            ! NetWare/t/NWScripts.pl lib/File/Find.pm
19630 ____________________________________________________________________________
19631 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
19632         Log: Cast.
19633      Branch: perl
19634            ! regexec.c
19635 ____________________________________________________________________________
19636 [ 14036] By: ams                                   on 2002/01/03  12:12:31
19637         Log: Grammar fix suggested by Gwyn Judd.
19638      Branch: perl
19639            ! pod/perldiag.pod
19640 ____________________________________________________________________________
19641 [ 14035] By: nick                                  on 2002/01/03  09:22:42
19642         Log: More strange perlio != mainline differences where
19643              I have not been.
19644      Branch: perlio
19645           !> hints/unicos.sh hints/unicosmk.sh
19646 ____________________________________________________________________________
19647 [ 14034] By: nick                                  on 2002/01/03  09:19:37
19648         Log: Integrate mainline (including force integrate of
19649              lib/charnames.pm which had got out-of-step)
19650      Branch: perlio
19651           !> ext/Devel/PPPort/Makefile.PL lib/charnames.pm
19652 ____________________________________________________________________________
19653 [ 14033] By: ams                                   on 2002/01/03  08:24:24
19654         Log: Subject: Not ok 14031: PPPort Makefile.PL
19655              From: andreas.koenig@anima.de (Andreas J. Koenig)
19656              Date: 03 Jan 2002 10:17:46 +0100
19657              Message-Id: <m3sn9n94jp.fsf@anima.de>
19658      Branch: perl
19659            ! ext/Devel/PPPort/Makefile.PL
19660 ____________________________________________________________________________
19661 [ 14032] By: nick                                  on 2002/01/03  08:24:00
19662         Log: Integrate mainline.
19663      Branch: perlio
19664           +> autodoc.pl embed.fnc ext/threads/shared/t/no_share.t
19665           +> lib/Pod/t/man.t lib/Pod/t/text-errors.t
19666           !> (integrate 31 files)
19667 ____________________________________________________________________________
19668 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
19669         Log: Off-by-one is my middle name.
19670      Branch: perl
19671            ! regexec.c
19672 ____________________________________________________________________________
19673 [ 14030] By: ams                                   on 2002/01/02  23:56:37
19674         Log: Subject: [PATCH @14015] threads::shared disabling
19675              From: Andy Bussey <andybussey@yahoo.co.uk>
19676              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
19677              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
19678      Branch: perl
19679            + ext/threads/shared/t/no_share.t
19680            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
19681 ____________________________________________________________________________
19682 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
19683         Log: Simon's new perlapi scheme, I hope I got all the pieces.
19684      Branch: perl
19685            + autodoc.pl embed.fnc
19686            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
19687 ____________________________________________________________________________
19688 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
19689         Log: Integrate perlio; more PPPort Makefile source dependence removal
19690      Branch: perl
19691           !> ext/Devel/PPPort/Makefile.PL perl.h
19692 ____________________________________________________________________________
19693 [ 14027] By: ams                                   on 2002/01/02  21:42:50
19694         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
19695              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19696              Date: Wed, 2 Jan 2002 23:09:13 +0100
19697              Message-Id: <20020102230913.A17373@rafael>
19698      Branch: perl
19699            ! pod/perldiag.pod
19700 ____________________________________________________________________________
19701 [ 14026] By: ams                                   on 2002/01/02  21:38:34
19702         Log: Subject: Re: PATCH: lib/Term/Cap.pm
19703              From: Jonathan Stowe <gellyfish@gellyfish.com>
19704              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
19705              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
19706      Branch: perl
19707            ! lib/Term/Cap.pm
19708 ____________________________________________________________________________
19709 [ 14025] By: ams                                   on 2002/01/02  18:34:26
19710         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
19711              From: Sam Tregar <sam@tregar.com>
19712              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
19713              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
19714      Branch: perl
19715            ! pod/perldiag.pod t/comp/proto.t toke.c
19716 ____________________________________________________________________________
19717 [ 14024] By: ams                                   on 2002/01/02  18:16:12
19718         Log: Subject: PATCH: lib/Term/Cap.pm
19719              From: Norton Allen <allen@huarp.harvard.edu>
19720              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
19721              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
19722      Branch: perl
19723            ! lib/Term/Cap.pm
19724 ____________________________________________________________________________
19725 [ 14023] By: ams                                   on 2002/01/02  18:12:31
19726         Log: Subject: PATCH: lib/Cwd.pm for QNX4
19727              From: Norton Allen <allen@huarp.harvard.edu>
19728              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
19729              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
19730      Branch: perl
19731            ! lib/Cwd.pm
19732 ____________________________________________________________________________
19733 [ 14022] By: nick                                  on 2002/01/02  18:01:21
19734         Log: More PPPort Makefile source dependence removal
19735      Branch: perlio
19736            ! ext/Devel/PPPort/Makefile.PL
19737 ____________________________________________________________________________
19738 [ 14021] By: nick                                  on 2002/01/02  17:44:36
19739         Log: Sort out muddle of editing on three machines ...
19740      Branch: perlio
19741           !> Changes MANIFEST cygwin/Makefile.SHs
19742           !> ext/Devel/PPPort/Makefile.PL ext/I18N/Langinfo/Langinfo.t
19743           !> ext/IO/lib/IO/Socket/INET.pm lib/Pod/t/basic.t
19744           !> lib/User/grent.t patchlevel.h perl.h regcomp.c regexec.c
19745 ____________________________________________________________________________
19746 [ 14020] By: ams                                   on 2002/01/02  17:06:27
19747         Log: Fix misplaced application of #14016.
19748      Branch: perl
19749            ! op.c
19750 ____________________________________________________________________________
19751 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
19752         Log: Integrate perlio; avoid uninit debug_pad.
19753      Branch: perl
19754           !> sv.c
19755 ____________________________________________________________________________
19756 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
19757         Log: makedepend VOS fix from Paul Green.
19758      Branch: perl
19759            ! makedepend.SH
19760 ____________________________________________________________________________
19761 [ 14017] By: nick                                  on 2002/01/02  16:09:43
19762         Log: Avoid un-init perl_debug_pad in clones
19763      Branch: perlio
19764            ! sv.c
19765 ____________________________________________________________________________
19766 [ 14016] By: ams                                   on 2002/01/02  15:58:11
19767         Log: Subject: [PATCH] random crash in B::LISTOP::last
19768              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
19769              Date: Wed, 2 Jan 2002 17:37:28 +0100
19770              Message-Id: <3C334558.3906.19CB98D@localhost>
19771      Branch: perl
19772            ! op.c
19773 ____________________________________________________________________________
19774 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
19775         Log: Update Changes.
19776      Branch: perl
19777            ! Changes patchlevel.h
19778 ____________________________________________________________________________
19779 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
19780         Log: One more iteration of the ibcmp_utf8() interface,
19781              hopefully this is a convergent iteration...
19782      Branch: perl
19783            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
19784 ____________________________________________________________________________
19785 [ 14013] By: ams                                   on 2002/01/02  13:43:58
19786         Log: Upgrade to podlators-1.19.
19787      Branch: perl
19788            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
19789            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
19790            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
19791            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
19792            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
19793 ____________________________________________________________________________
19794 [ 14012] By: ams                                   on 2002/01/02  09:48:51
19795         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
19796              From: martyn@inpharmatica.co.uk
19797              Date: Wed, 19 Dec 2001 19:05:00 +0000
19798              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
19799      Branch: perl
19800            ! lib/Pod/Usage.pm
19801 ____________________________________________________________________________
19802 [ 14011] By: nick                                  on 2002/01/02  08:38:18
19803         Log: Integrate mainline
19804      Branch: perlio
19805           !> (integrate 28 files)
19806 ____________________________________________________________________________
19807 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
19808         Log: Make ibcmp_utf8() optionally progress in either string for
19809              as long as it takes and optionally record how far it got.
19810      Branch: perl
19811            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
19812 ____________________________________________________________________________
19813 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
19814         Log: Once more try to get the PPPort Makefile right.
19815      Branch: perl
19816            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
19817 ____________________________________________________________________________
19818 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
19819         Log: -Wall silencing.
19820      Branch: perl
19821            ! utf8.c
19822 ____________________________________________________________________________
19823 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
19824         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
19825              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19826              Date: Tue, 1 Jan 2002 22:45:21 +0100       
19827              Message-ID: <20020101224521.A691@rafael>
19828      Branch: perl
19829            ! ext/B/B/Deparse.pm
19830 ____________________________________________________________________________
19831 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
19832         Log: VOS tweak from Paul Green: VOS has different O_BINARY
19833              and O_TEXT, but VOS always uses LF, never CRLF.
19834      Branch: perl
19835            ! perl.h
19836 ____________________________________________________________________________
19837 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
19838         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
19839      Branch: perl
19840            ! regexec.c utf8.c
19841 ____________________________________________________________________________
19842 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
19843         Log: Now that to_utf8_fold() was fixed.
19844      Branch: perl
19845            ! regcomp.c regexec.c
19846 ____________________________________________________________________________
19847 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
19848         Log: Integrate perlio; experimental binmode() re-coding.
19849      Branch: perl
19850           !> perlio.c
19851 ____________________________________________________________________________
19852 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
19853         Log: Document the to_utf8_*() functions.
19854      Branch: perl
19855            ! embed.pl pod/perlapi.pod utf8.c
19856 ____________________________________________________________________________
19857 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
19858         Log: Better support for multicharacter foldings.
19859              Now all but two of the CaseFold.txt cases work-- but
19860              only when the target string is single-character, more
19861              debugging needed.
19862      Branch: perl
19863            ! regexec.c
19864 ____________________________________________________________________________
19865 [ 14000] By: ams                                   on 2002/01/01  15:59:43
19866         Log: Subject: [PATCH] don't installperl pods
19867              From: Nicholas Clark <nick@unfortu.net>
19868              Date: Tue, 1 Jan 2002 16:44:12 +0000
19869              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
19870      Branch: perl
19871            ! installperl
19872 ____________________________________________________________________________
19873 [ 13999] By: ams                                   on 2002/01/01  14:34:04
19874         Log: Subject: [PATCH] perldiag.pod transposition
19875              From: Nicholas Clark <nick@unfortu.net>
19876              Date: Tue, 1 Jan 2002 15:03:52 +0000
19877              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
19878      Branch: perl
19879            ! pod/perldiag.pod
19880 ____________________________________________________________________________
19881 [ 13998] By: ams                                   on 2002/01/01  13:36:49
19882         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
19883              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19884              Date: Tue, 1 Jan 2002 15:12:36 +0100
19885              Message-Id: <20020101151236.A951@rafael>
19886      Branch: perl
19887            ! pod/perldiag.pod
19888 ____________________________________________________________________________
19889 [ 13997] By: ams                                   on 2002/01/01  13:33:06
19890         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
19891              From: Nicholas Clark <nick@unfortu.net>
19892              Date: Tue, 1 Jan 2002 13:13:17 +0000
19893              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
19894      Branch: perl
19895            ! ext/Socket/socketpair.t
19896 ____________________________________________________________________________
19897 [ 13996] By: ams                                   on 2002/01/01  04:44:28
19898         Log: Subject: [PATCH @13746] Leaner exporter
19899              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19900              Date: Mon, 31 Dec 2001 18:16:08 -0500
19901              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
19902      Branch: perl
19903            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
19904 ____________________________________________________________________________
19905 [ 13995] By: ams                                   on 2002/01/01  04:29:44
19906         Log: Subject: [PATCH @13746] h2xs broken
19907              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19908              Date: Mon, 31 Dec 2001 17:48:55 -0500
19909              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
19910      Branch: perl
19911            ! utils/h2xs.PL
19912 ____________________________________________________________________________
19913 [ 13994] By: ams                                   on 2002/01/01  04:25:46
19914         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
19915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19916              Date: Mon, 31 Dec 2001 17:42:25 -0500
19917              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
19918      Branch: perl
19919            ! lib/ExtUtils/MM_Unix.pm
19920 ____________________________________________________________________________
19921 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
19922         Log: Rename the variables to be a bit more consistent.
19923      Branch: perl
19924            ! utf8.c
19925 ____________________________________________________________________________
19926 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
19927         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
19928              (found by Jeffrey Friedl)
19929      Branch: perl
19930            ! regexec.c t/op/pat.t utf8.c
19931 ____________________________________________________________________________
19932 [ 13991] By: nick                                  on 2001/12/31  18:08:55
19933         Log: Experimental binmode() re-coding (UNIX okay - but it would be...)
19934      Branch: perlio
19935            ! perlio.c
19936 ____________________________________________________________________________
19937 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
19938         Log: Update Changes.
19939      Branch: perl
19940            ! Changes patchlevel.h
19941 ____________________________________________________________________________
19942 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
19943         Log: Less unused ones.
19944      Branch: perl
19945            ! regexec.c
19946 ____________________________________________________________________________
19947 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
19948         Log: Unused variable.
19949      Branch: perl
19950            ! regcomp.c
19951 ____________________________________________________________________________
19952 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
19953         Log: Forgotten file.
19954      Branch: perl
19955            ! MANIFEST
19956 ____________________________________________________________________________
19957 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
19958         Log: Subject: Re: Cygwin: one down one to go 
19959              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19960              Date: Mon, 31 Dec 2001 18:34:36 +0100
19961              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
19962      Branch: perl
19963            ! cygwin/Makefile.SHs
19964 ____________________________________________________________________________
19965 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
19966         Log: Add some comments to the recent Unicode case-folding saga.
19967      Branch: perl
19968            ! regcomp.c regexec.c
19969 ____________________________________________________________________________
19970 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
19971         Log: Slight comment tweakage.
19972      Branch: perl
19973            ! ext/I18N/Langinfo/Langinfo.t
19974 ____________________________________________________________________________
19975 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
19976         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
19977      Branch: perl
19978            ! perl.h
19979 ____________________________________________________________________________
19980 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
19981         Log: Subject: [ PATCH] Cygwin: one down one to go
19982              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19983              Date: Mon, 31 Dec 2001 17:03:40 +0100
19984              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
19985      Branch: perl
19986            ! lib/Pod/t/basic.t
19987 ____________________________________________________________________________
19988 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
19989         Log: Tweak the dependencies not to recompile everytime,
19990              as suggested by NI-S.
19991      Branch: perl
19992            ! ext/Devel/PPPort/Makefile.PL
19993 ____________________________________________________________________________
19994 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
19995         Log: Planning still not right.
19996      Branch: perl
19997            ! lib/User/grent.t
19998 ____________________________________________________________________________
19999 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
20000         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
20001              From: Michael G Schwern <schwern@pobox.com>
20002              Date: Sun, 30 Dec 2001 18:07:55 -0500
20003              Message-ID: <20011230230755.GG12840@blackrider>
20004              
20005              (lib/User/grent, really)
20006      Branch: perl
20007            ! lib/User/grent.t
20008 ____________________________________________________________________________
20009 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
20010         Log: Integrate perlio; cleanup, in particular avoid accidental
20011              PerlIO_flush(NULL) if PerlIONext is NULL.
20012      Branch: perl
20013           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
20014 ____________________________________________________________________________
20015 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
20016         Log: Subject: typo in IO::Socket::INET.pm
20017              From: mjd@plover.com
20018              Date: 31 Dec 2001 14:31:10 -0000
20019              Message-ID: <20011231143110.4989.qmail@plover.com>
20020      Branch: perl
20021            ! ext/IO/lib/IO/Socket/INET.pm
20022 ____________________________________________________________________________
20023 [ 13976] By: nick                                  on 2001/12/31  13:56:11
20024         Log: Integrate mainline
20025      Branch: perlio
20026           !> (integrate 29 files)
20027 ____________________________________________________________________________
20028 [ 13975] By: nick                                  on 2001/12/31  12:40:50
20029         Log: perlio.c cleanup - in particular avoid accidental PerlIO_flush(NULL)
20030              if PerlIONext is NULL.
20031      Branch: perlio
20032            ! perlio.c perliol.h
20033 ____________________________________________________________________________
20034 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
20035         Log: Subject: Re: [PATCH] Basic bad prototype detection
20036              From: Sam Tregar <sam@tregar.com>
20037              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
20038              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
20039      Branch: perl
20040            ! t/comp/proto.t toke.c
20041 ____________________________________________________________________________
20042 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
20043         Log: Subject: [PATCH] configure.com / scriptdirexp
20044              From: "Craig A. Berry" <craigberry@mac.com>
20045              Date: Sun, 30 Dec 2001 15:47:28 -0600
20046              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
20047      Branch: perl
20048            ! configure.com
20049 ____________________________________________________________________________
20050 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
20051         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
20052              From: Abe Timmerman <abe@ztreet.demon.nl>
20053              Date: Mon, 31 Dec 2001 03:55:27 +0100
20054              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
20055      Branch: perl
20056            ! lib/ExtUtils/t/MM_Win32.t
20057 ____________________________________________________________________________
20058 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
20059         Log: Subject: [PATCH] Basic bad prototype detection
20060              From: Sam Tregar <sam@tregar.com> 
20061              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
20062              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
20063      Branch: perl
20064            ! pod/perldiag.pod t/comp/proto.t toke.c
20065 ____________________________________________________________________________
20066 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
20067         Log: Makefiles are sloppy about the exe suffix
20068              (from Paul Green)
20069      Branch: perl
20070            ! Makefile.SH x2p/Makefile.SH
20071 ____________________________________________________________________________
20072 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
20073         Log: Delay folding until necessary; start of handling
20074              folding into several characters.
20075      Branch: perl
20076            ! regcomp.c regexec.c
20077 ____________________________________________________________________________
20078 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
20079         Log: gcc -Wall dewhine.
20080      Branch: perl
20081            ! regexec.c
20082 ____________________________________________________________________________
20083 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
20084         Log: More Unicode folding tweaks, avoid potential false matches.
20085      Branch: perl
20086            ! regexec.c
20087 ____________________________________________________________________________
20088 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
20089         Log: Make that six wrongs.
20090      Branch: perl
20091            ! regexec.c utf8.c
20092 ____________________________________________________________________________
20093 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
20094         Log: Four wrongs can make a right.
20095      Branch: perl
20096            ! regexec.c utf8.c
20097 ____________________________________________________________________________
20098 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
20099         Log: Fix all the I case foldings as per CaseFold.txt.
20100      Branch: perl
20101            ! regcomp.c regexec.c
20102 ____________________________________________________________________________
20103 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
20104         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
20105      Branch: perl
20106            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
20107            ! regexec.c utf8.c
20108 ____________________________________________________________________________
20109 [ 13962] By: nick                                  on 2001/12/30  18:33:41
20110         Log: Integrate 8.3 fix for PPPort fix
20111      Branch: perlio
20112           +> ext/Devel/PPPort/ppport_h.PL
20113            - ext/Devel/PPPort/ppport.h.PL
20114            ! ext/Devel/PPPort/MANIFEST
20115           !> ext/Devel/PPPort/Makefile.PL
20116 ____________________________________________________________________________
20117 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
20118         Log: Integrate perlio; more win32 stuff:
20119              
20120              A. Use Perl_my_socketpair()
20121              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
20122              load winsock.
20123              C. (In passing) work round fact that $$ is now SvREADONLY
20124              so we need to take special measures to set it during
20125              pseudo-fork.
20126      Branch: perl
20127           !> util.c win32/perlhost.h
20128 ____________________________________________________________________________
20129 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
20130         Log: Fix ppport.h for Unix.
20131      Branch: perl
20132            + ext/Devel/PPPort/ppport_h.PL
20133            - ext/Devel/PPPort/ppport.h.PL
20134            ! MANIFEST ext/Devel/PPPort/Makefile.PL
20135 ____________________________________________________________________________
20136 [ 13959] By: nick                                  on 2001/12/30  16:53:42
20137         Log: Win32 stuff:
20138              A. Use Perl_my_socketpair()
20139              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to load winsock.
20140              C. (In passing) work round fact that $$ is now SvREADONLY so we need to 
20141              take special measures to set it during pseudo-fork.
20142      Branch: perlio
20143            ! util.c win32/perlhost.h
20144 ____________________________________________________________________________
20145 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
20146         Log: Integrate perlio; win32 kicking.
20147      Branch: perl
20148           +> ext/Devel/PPPort/ppport.h.PL
20149           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
20150           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
20151           !> proto.h
20152 ____________________________________________________________________________
20153 [ 13957] By: jhi                                   on 2001/12/30  16:32:33
20154         Log: metaconfig unit change for #13956.
20155      Branch: metaconfig
20156            ! U/modified/spitshell.U
20157 ____________________________________________________________________________
20158 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
20159         Log: Must look for cat also in $PATH (noticed by Philip Newton).
20160      Branch: perl
20161            ! Configure
20162 ____________________________________________________________________________
20163 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
20164         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
20165              From: Blair Zajac <blair@orcaware.com>
20166              Date: Sat, 29 Dec 2001 22:37:03 -0800
20167              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
20168      Branch: perl
20169            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
20170 ____________________________________________________________________________
20171 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
20172         Log: Regen files.
20173      Branch: perl
20174            ! embed.h global.sym pod/perlapi.pod uconfig.h
20175 ____________________________________________________________________________
20176 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
20177         Log: Subject: [PATCH] -t without -w 
20178              From: Michael G Schwern <schwern@pobox.com>
20179              Date: Sat, 29 Dec 2001 23:46:25 -0500
20180              Message-ID: <20011230044625.GA14386@blackrider>
20181      Branch: perl
20182            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
20183            ! warnings.pl
20184 ____________________________________________________________________________
20185 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
20186         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
20187              From: Dave Rolsky <autarch@urth.org>               
20188              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
20189              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
20190              
20191              $^O is NetWare, not Netware.
20192      Branch: perl
20193            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
20194 ____________________________________________________________________________
20195 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
20196         Log: Sarathy thinks undoing C++ comments from C++ files
20197              is a bit too zealous.
20198      Branch: perl
20199            ! win32/perlhost.h win32/vmem.h
20200 ____________________________________________________________________________
20201 [ 13950] By: nick                                  on 2001/12/30  14:30:02
20202         Log: Win32 hides some errno-oid constants in <winsock.h> under assumed names.
20203              This gets them into Errno.pm - yet to prove they end up in $!.
20204      Branch: perlio
20205            ! ext/Errno/Errno_pm.PL
20206 ____________________________________________________________________________
20207 [ 13949] By: nick                                  on 2001/12/30  12:02:21
20208         Log: Integrate Cwd muddle
20209      Branch: perlio
20210           !> MANIFEST installperl lib/Cwd.pm
20211 ____________________________________________________________________________
20212 [ 13948] By: nick                                  on 2001/12/30  11:51:40
20213         Log: remove embed.pl duplicates
20214      Branch: perlio
20215            ! embed.h embed.pl global.sym proto.h
20216 ____________________________________________________________________________
20217 [ 13947] By: nick                                  on 2001/12/30  11:35:51
20218         Log: More Cwd tidy up
20219      Branch: perl
20220            ! MANIFEST installperl
20221 ____________________________________________________________________________
20222 [ 13946] By: nick                                  on 2001/12/30  11:12:42
20223         Log: Undo a mess trying Cwd.pm in its ext directory
20224      Branch: perl
20225            + lib/Cwd.pm
20226            - ext/Cwd/Cwd.pm
20227 ____________________________________________________________________________
20228 [ 13945] By: nick                                  on 2001/12/30  10:03:43
20229         Log: Integrate mainline
20230      Branch: perl
20231           +> ext/Cwd/Cwd.pm
20232            - lib/Cwd.pm
20233            ! MANIFEST
20234      Branch: perlio
20235           !> (integrate 45 files)
20236 ____________________________________________________________________________
20237 [ 13944] By: nick                                  on 2001/12/30  09:27:16
20238         Log: "Port" Devel::PPPort to Win32:
20239              - need to set @INC before use in the test
20240              - {} are special to dmake, so use ppport.h.PL
20241              rather than commandline 
20242      Branch: perlio
20243            + ext/Devel/PPPort/ppport.h.PL
20244            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/t/test.t
20245 ____________________________________________________________________________
20246 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
20247         Log: Update Changes.
20248      Branch: perl
20249            ! Changes patchlevel.h
20250 ____________________________________________________________________________
20251 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
20252         Log: Subject: [PATCH] cleaner close on tests, take 2
20253              From: andreas.koenig@anima.de (Andreas J. Koenig)
20254              Date: 29 Dec 2001 21:42:37 +0100
20255              Message-ID: <m33d1tvjuq.fsf@anima.de>
20256              
20257              (the DB_File patches)
20258      Branch: perl
20259            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
20260            ! ext/DB_File/t/db-recno.t
20261 ____________________________________________________________________________
20262 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
20263         Log: Integrate perlio; regen'ed config_H.?c
20264      Branch: perl
20265           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20266 ____________________________________________________________________________
20267 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
20268         Log: Subject: [PATCH] cleaner close on tests, take 2             
20269              From: andreas.koenig@anima.de (Andreas J. Koenig)
20270              Date: 29 Dec 2001 21:42:37 +0100
20271              Message-ID: <m33d1tvjuq.fsf@anima.de>
20272              
20273              (except for the three DB_File patch fragments)
20274      Branch: perl
20275            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
20276            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
20277            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
20278            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
20279            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
20280            ! t/op/runlevel.t t/op/write.t t/run/switches.t
20281 ____________________________________________________________________________
20282 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
20283         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
20284              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20285              Date: Sat, 29 Dec 2001 20:38:59 +0100
20286              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
20287              
20288              (NetWare tree not touched because it's very //)
20289      Branch: perl
20290            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
20291            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
20292            ! wince/include/errno.h wince/include/netdb.h
20293            ! wince/include/sys/socket.h wince/include/sys/stat.h
20294            ! wince/perllib.c wince/perlmain.c wince/win32.h
20295            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
20296            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
20297 ____________________________________________________________________________
20298 [ 13938] By: nick                                  on 2001/12/29  19:23:32
20299         Log: Integrate mainline (ok linux)
20300      Branch: perlio
20301           +> lib/ExtUtils/t/MM_Win32.t lib/Pod/t/InputObjects.t
20302           !> (integrate 33 files)
20303 ____________________________________________________________________________
20304 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
20305         Log: Give up on serious testing of langinfo().  Leave the old
20306              code in place, though.
20307      Branch: perl
20308            ! ext/I18N/Langinfo/Langinfo.t
20309 ____________________________________________________________________________
20310 [ 13936] By: nick                                  on 2001/12/29  18:20:33
20311         Log: Routine regen_config_h - no real differences other than order of crypt 
20312      Branch: perlio
20313            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20314 ____________________________________________________________________________
20315 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
20316         Log: Integrate perlio;
20317              
20318              Define the two socket error numbers in terms of WSAEXXXXX equivalents
20319              
20320              Fudge Config.pm so File::Spec does not croak.
20321      Branch: perl
20322           !> win32/FindExt.pm win32/win32.h
20323 ____________________________________________________________________________
20324 [ 13934] By: nick                                  on 2001/12/29  17:27:50
20325         Log: Fudge Config.pm so File::Spec does not croak.
20326      Branch: perlio
20327            ! win32/FindExt.pm
20328 ____________________________________________________________________________
20329 [ 13933] By: jhi                                   on 2001/12/29  17:24:45
20330         Log: metaconfig unit changes for #13932.
20331      Branch: metaconfig
20332            + U/modified/Init.U
20333            ! U/compline/nblock_io.U U/modified/Head.U U/modified/Loc.U
20334 ____________________________________________________________________________
20335 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
20336         Log: VOS tweaks from Paul Green.
20337              
20338              The Configure tweaks: the _exe needs to be
20339              set after the init; VOS has fd 3 hardwired to /dev/tty;
20340              the grep/ln/make substitutions really need to stick.
20341      Branch: perl
20342            ! Configure hints/vos.sh perl.h util.c vos/build.cm
20343            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20344            ! vos/config.ga.h vos/vosish.h
20345 ____________________________________________________________________________
20346 [ 13931] By: nick                                  on 2001/12/29  17:00:38
20347         Log: Define the two socket error numbers in terms of WSAEXXXXX equivalents
20348              (just to get util.c to compile)
20349      Branch: perlio
20350            ! win32/win32.h
20351 ____________________________________________________________________________
20352 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
20353         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
20354              From: coral@eekeek.org
20355              Date: Fri, 28 Dec 2001 19:58:22 -0500      
20356              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
20357      Branch: perl
20358            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
20359            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
20360            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
20361            ! pod/perlunicode.pod pod/perlxs.pod util.c
20362 ____________________________________________________________________________
20363 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
20364         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
20365      Branch: perl
20366            ! t/op/exec.t
20367 ____________________________________________________________________________
20368 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
20369         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
20370              From: Abe Timmerman <abe@ztreet.demon.nl>
20371              Date: Sat, 29 Dec 2001 13:10:06 +0100
20372              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
20373      Branch: perl
20374            + lib/Pod/t/InputObjects.t
20375 ____________________________________________________________________________
20376 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
20377         Log: Integrate perlio;
20378              
20379              Quick fix (after couple of clever fixes failed) for
20380              "accept leaks memory" fail [ID 20011223.001]
20381              
20382              Nick Clark's embed.pl fix for my_socketpair
20383      Branch: perl
20384           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
20385 ____________________________________________________________________________
20386 [ 13926] By: nick                                  on 2001/12/29  15:23:21
20387         Log: Nick Clark's embed.pl fix for my_socketpair
20388      Branch: perlio
20389            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h
20390 ____________________________________________________________________________
20391 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
20392         Log: Slight tweaks on the MM_Win32.t.
20393      Branch: perl
20394            ! lib/ExtUtils/t/MM_Win32.t
20395 ____________________________________________________________________________
20396 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
20397         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
20398              From: Abe Timmerman <abe@ztreet.demon.nl>
20399              Date: Sat, 29 Dec 2001 12:51:36 +0100
20400              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
20401      Branch: perl
20402            + lib/ExtUtils/t/MM_Win32.t
20403            ! MANIFEST
20404 ____________________________________________________________________________
20405 [ 13923] By: nick                                  on 2001/12/29  15:12:07
20406         Log: Quick fix (after couple of clever fixes failed) for
20407              "accept leaks memory" fail [ID 20011223.001]
20408      Branch: perlio
20409            ! pp_sys.c
20410 ____________________________________________________________________________
20411 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
20412         Log: Subject: [PATCH] Module names and other nits
20413              From: Autrijus Tang <autrijus@autrijus.org>                 
20414              Date: Sat, 29 Dec 2001 01:59:28 +0800
20415              Message-ID: <20011229015928.A29712@geb.elixus.org>              
20416      Branch: perl
20417            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
20418            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
20419            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
20420            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
20421            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
20422 ____________________________________________________________________________
20423 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
20424         Log: socketpair tweaks from Nicholas Clark.
20425      Branch: perl
20426            ! ext/Socket/socketpair.t util.c
20427 ____________________________________________________________________________
20428 [ 13920] By: nick                                  on 2001/12/29  12:36:21
20429         Log: Integrate mainline
20430      Branch: perlio
20431           !> Changes Configure doop.c ext/B/B.pm ext/IO/lib/IO/t/io_dir.t
20432           !> ext/POSIX/POSIX.xs ext/Socket/socketpair.t
20433           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20434           !> lib/ExtUtils/t/Embed.t lib/ExtUtils/t/MM_Cygwin.t
20435           !> lib/warnings.t patchlevel.h pod/perlfunc.pod pod/perlport.pod
20436           !> pod/perluniintro.pod t/base/rs.t t/cmd/subval.t t/io/fflush.t
20437           !> t/op/sysio.t
20438 ____________________________________________________________________________
20439 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
20440         Log: Retract #13917.
20441      Branch: perl
20442            ! doop.c
20443 ____________________________________________________________________________
20444 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
20445         Log: Subject: provisional MakeMaker patch for VMS
20446              From: "Craig A. Berry" <craigberry@mac.com> 
20447              Date: Thu, 27 Dec 2001 22:29:37 -0600
20448              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
20449      Branch: perl
20450            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
20451 ____________________________________________________________________________
20452 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
20453         Log: (retracted by #13919)
20454      Branch: perl
20455            ! doop.c
20456 ____________________________________________________________________________
20457 [ 13916] By: jhi                                   on 2001/12/28  01:17:04
20458         Log: metaconfig unit change for #13915.
20459      Branch: metaconfig/U/perl
20460            ! d_u32align.U
20461 ____________________________________________________________________________
20462 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
20463         Log: Remove debris in any case.
20464      Branch: perl
20465            ! Configure
20466 ____________________________________________________________________________
20467 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
20468         Log: Subject: [PATCH] Re: B::walksymtable oddness
20469              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
20470              Date: Thu, 27 Dec 2001 19:14:24 +0100
20471              Message-ID: <3C2B7310.861.18820D0@localhost>
20472      Branch: perl
20473            ! ext/B/B.pm
20474 ____________________________________________________________________________
20475 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
20476         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
20477              From: Nicholas Clark <nick@unfortu.net> 
20478              Date: Fri, 28 Dec 2001 00:43:02 +0000
20479              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
20480      Branch: perl
20481            ! ext/Socket/socketpair.t
20482 ____________________________________________________________________________
20483 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
20484         Log: Fast Latin1<->UTF-8 conversion for older Perls.
20485      Branch: perl
20486            ! pod/perluniintro.pod
20487 ____________________________________________________________________________
20488 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
20489         Log: Update Changes.
20490      Branch: perl
20491            ! Changes patchlevel.h
20492 ____________________________________________________________________________
20493 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
20494         Log: More wait status trickery for BeOS.
20495      Branch: perl
20496            ! ext/POSIX/POSIX.xs
20497 ____________________________________________________________________________
20498 [ 13909] By: jhi                                   on 2001/12/27  14:15:49
20499         Log: metaconfig unit change for #13908.
20500      Branch: metaconfig/U/perl
20501            ! d_u32align.U
20502 ____________________________________________________________________________
20503 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
20504         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
20505      Branch: perl
20506            ! Configure
20507 ____________________________________________________________________________
20508 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
20509         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
20510              From: gbarr@monty.mutatus.co.uk
20511              Date: 27 Dec 2001 14:41:36 -0000
20512              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
20513      Branch: perl
20514            ! lib/ExtUtils/t/Embed.t
20515 ____________________________________________________________________________
20516 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
20517         Log: Subject: [PATCH] Re: socketpair emulation
20518              From: Nicholas Clark <nick@unfortu.net> 
20519              Date: Wed, 26 Dec 2001 20:08:14 +0000
20520              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
20521      Branch: perl
20522            ! ext/Socket/socketpair.t
20523 ____________________________________________________________________________
20524 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
20525         Log: Subject: [DOC PATCH] left is right and right is left
20526              From: Philip Newton <Philip.Newton@gmx.net>
20527              Date: Thu, 27 Dec 2001 10:04:17 +0100
20528              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
20529      Branch: perl
20530            ! pod/perlfunc.pod pod/perlport.pod
20531 ____________________________________________________________________________
20532 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
20533         Log: Subject: [PATCH] check return of close
20534              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20535              Date: 27 Dec 2001 09:47:30 +0100
20536              Message-ID: <m3ellhgicd.fsf@anima.de> 
20537              
20538              Subject: [PATCH] improve error reporting
20539              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20540              Date: 27 Dec 2001 09:54:55 +0100
20541              Message-ID: <m3adw5gi00.fsf@anima.de> 
20542              
20543              Subject: [PATCH] check return value of close
20544              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20545              Date: 27 Dec 2001 10:03:55 +0100
20546              Message-ID: <m3666tghl0.fsf@anima.de> 
20547              
20548              Subject: [PATCH] return of close
20549              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20550              Date: 27 Dec 2001 10:22:15 +0100
20551              Message-ID: <m31yhhggqg.fsf@anima.de> 
20552      Branch: perl
20553            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
20554            ! t/io/fflush.t
20555 ____________________________________________________________________________
20556 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
20557         Log: Subject: [PATCH] check return of close
20558              From: andreas.koenig@anima.de (Andreas J. Koenig)            
20559              Date: 27 Dec 2001 09:47:30 +0100
20560              Message-ID: <m3ellhgicd.fsf@anima.de> 
20561      Branch: perl
20562            ! t/base/rs.t
20563 ____________________________________________________________________________
20564 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
20565         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
20566              From: andreas.koenig@anima.de (Andreas J. Koenig)
20567              Date: 27 Dec 2001 09:21:16 +0100
20568              Message-ID: <m3n105gjk3.fsf@anima.de>
20569      Branch: perl
20570            ! t/op/sysio.t
20571 ____________________________________________________________________________
20572 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
20573         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
20574              From: "Gerrit P. Haase" <gp@familiehaase.de>
20575              Date: Thu, 27 Dec 2001 09:23:55 +0100 
20576              Message-ID: <98211521662.20011227092355@familiehaase.de>
20577      Branch: perl
20578            ! lib/ExtUtils/t/MM_Cygwin.t
20579 ____________________________________________________________________________
20580 [ 13900] By: nick                                  on 2001/12/27  11:11:51
20581         Log: Integrate mainline
20582      Branch: perlio
20583           +> ext/Socket/socketpair.t lib/File/Spec/Cygwin.pm
20584           +> lib/File/Spec/NW5.pm
20585           !> (integrate 52 files)
20586 ____________________________________________________________________________
20587 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
20588         Log: Replace the awful (most likely generated and not very persistent)
20589              URL with something tangible.
20590      Branch: perl
20591            ! README.hpux
20592 ____________________________________________________________________________
20593 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
20594         Log: Naughty /dev/printer (ls -l, really) of IRIX.
20595      Branch: perl
20596            ! t/op/stat.t
20597 ____________________________________________________________________________
20598 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
20599         Log: Upgrade to Net::Ping 2.10.
20600      Branch: perl
20601            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
20602            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
20603            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
20604            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
20605 ____________________________________________________________________________
20606 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
20607         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
20608              (this showed up in Benchmark.t)
20609      Branch: perl
20610            ! pp_sys.c
20611 ____________________________________________________________________________
20612 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
20613         Log: BeOS updates.
20614      Branch: perl
20615            ! README.beos beos/beos.c
20616 ____________________________________________________________________________
20617 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
20618         Log: Subject: Re: bleadperl doesn't compile
20619              From: "Gerrit P. Haase" <gp@familiehaase.de>
20620              Date: Wed, 26 Dec 2001 21:29:08 +0100
20621              Message-ID: <22168634623.20011226212908@familiehaase.de>
20622              
20623              Cygwin with multiplicity.
20624      Branch: perl
20625            ! perlio.c
20626 ____________________________________________________________________________
20627 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
20628         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
20629              From: Nicholas Clark <nick@ccl4.org>
20630              Date: Wed, 26 Dec 2001 19:07:33 +0000
20631              Message-ID: <20011226190732.J48842@plum.flirble.org>            
20632              
20633              socketpair() (un)signedness nit.
20634      Branch: perl
20635            ! util.c
20636 ____________________________________________________________________________
20637 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
20638         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
20639              From: Nicholas Clark <nick@ccl4.org>
20640              Date: Wed, 26 Dec 2001 19:19:47 +0000
20641              Message-ID: <20011226191946.K48842@plum.flirble.org>
20642              
20643              Use report_evil_fh().
20644      Branch: perl
20645            ! doio.c
20646 ____________________________________________________________________________
20647 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
20648         Log: Bad $? assumptions.
20649      Branch: perl
20650            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
20651 ____________________________________________________________________________
20652 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
20653         Log: Net::Ping isn't going to work much without
20654              the Socket extension; fail more gracefully.
20655      Branch: perl
20656            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
20657            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
20658            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
20659            ! lib/Net/Ping/t/300_ping_stream.t
20660 ____________________________________________________________________________
20661 [ 13889] By: jhi                                   on 2001/12/26  17:19:18
20662         Log: metaconfig unit change for #13888.
20663      Branch: metaconfig
20664            ! U/modified/Oldconfig.U
20665 ____________________________________________________________________________
20666 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
20667         Log: test -d /system is a bit too generic test for VOS
20668              (false hit in BeOS)
20669      Branch: perl
20670            ! Configure
20671 ____________________________________________________________________________
20672 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
20673         Log: No AF_UNIX in BeOS.
20674      Branch: perl
20675            ! util.c
20676 ____________________________________________________________________________
20677 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
20678         Log: FAQ sync.
20679      Branch: perl
20680            ! pod/perlfaq5.pod
20681 ____________________________________________________________________________
20682 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
20683         Log: Update Changes.
20684      Branch: perl
20685            ! Changes patchlevel.h
20686 ____________________________________________________________________________
20687 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
20688         Log: Make -t equal -tw.
20689      Branch: perl
20690            ! perl.c pod/perlrun.pod
20691 ____________________________________________________________________________
20692 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
20693         Log: Subject: Re: Not OK 13881
20694              From: John Peacock <jpeacock@rowman.com>
20695              Date: Tue, 25 Dec 2001 06:02:12 -0500
20696              Message-ID: <3C285CB4.8040006@rowman.com>
20697      Branch: perl
20698            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
20699 ____________________________________________________________________________
20700 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
20701         Log: Subject: Re: Not OK 13881
20702              From: andreas.koenig@anima.de (Andreas J. Koenig)
20703              Date: 25 Dec 2001 07:33:23 +0100
20704              Message-ID: <m3bsgnajws.fsf@anima.de>
20705      Branch: perl
20706            ! op.c
20707 ____________________________________________________________________________
20708 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
20709         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
20710              From: Mark-Jason Dominus <mjd@plover.com>    
20711              Date: Mon, 24 Dec 2001 18:14:48 -0500
20712              Message-ID: <20011224231448.25826.qmail@plover.com>
20713      Branch: perl
20714            ! op.c t/op/eval.t
20715 ____________________________________________________________________________
20716 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
20717         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
20718              From: Dave Rolsky <autarch@urth.org>
20719              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
20720              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
20721      Branch: perl
20722            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
20723            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
20724            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20725            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
20726            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
20727 ____________________________________________________________________________
20728 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
20729         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
20730              From: Jeffrey Friedl <jfriedl@yahoo.com>
20731              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
20732              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
20733              
20734              The rest of the tests for plus few extras.
20735      Branch: perl
20736            ! t/op/pat.t
20737 ____________________________________________________________________________
20738 [ 13878] By: jhi                                   on 2001/12/24  17:16:10
20739         Log: metaconfig unit change for #13877.
20740      Branch: metaconfig
20741            ! U/modified/Unix.U
20742 ____________________________________________________________________________
20743 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
20744         Log: No-op.
20745      Branch: perl
20746            ! Configure
20747 ____________________________________________________________________________
20748 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
20749         Log: More constant casting.
20750      Branch: perl
20751            ! regexec.c
20752 ____________________________________________________________________________
20753 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
20754         Log: Subject: perlhack.pod 
20755              From: "John P. Linderman" <jpl@research.att.com>
20756              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
20757              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
20758      Branch: perl
20759            ! pod/perlhack.pod
20760 ____________________________________________________________________________
20761 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
20762         Log: File::Find patch patches from Thomas Wegner.
20763      Branch: perl
20764            ! lib/File/Find.pm
20765 ____________________________________________________________________________
20766 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
20767         Log: Subject: Re: socketpair emulation 
20768              From: Nicholas Clark <nick@unfortu.net>                 
20769              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
20770              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
20771      Branch: perl
20772            ! ext/Socket/socketpair.t
20773 ____________________________________________________________________________
20774 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
20775         Log: Must cast constants if they can be quads.
20776      Branch: perl
20777            ! regcomp.c
20778 ____________________________________________________________________________
20779 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
20780         Log: Promote the e/uid to wide enough un/signed integers
20781              and printf them as such.
20782      Branch: perl
20783            ! taint.c
20784 ____________________________________________________________________________
20785 [ 13870] By: jhi                                   on 2001/12/24  01:14:52
20786         Log: metaconfig unit change for #13869.
20787      Branch: metaconfig/U/perl
20788            ! d_u32align.U
20789 ____________________________________________________________________________
20790 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
20791         Log: The U32 alignment test wasn't really working, noticed
20792              by Paul Green.  Now the test works, but this means that
20793              we may see coredumps from the test.   I sure hope MMUless
20794              places don't crash on the test.
20795      Branch: perl
20796            ! Configure
20797 ____________________________________________________________________________
20798 [ 13868] By: jhi                                   on 2001/12/23  23:46:54
20799         Log: metaconfig unit changes for #13867.
20800      Branch: metaconfig
20801            ! U/compline/nblock_io.U U/modified/Unix.U
20802            ! U/modified/spitshell.U
20803 ____________________________________________________________________________
20804 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
20805         Log: More VOS tweaks.
20806      Branch: perl
20807            ! Configure
20808 ____________________________________________________________________________
20809 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
20810         Log: The funky final sigma casefolding.
20811      Branch: perl
20812            ! regcomp.c regexec.c t/op/pat.t utf8.h
20813 ____________________________________________________________________________
20814 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
20815         Log: Update Changes.
20816      Branch: perl
20817            ! Changes patchlevel.h
20818 ____________________________________________________________________________
20819 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
20820         Log: Move the \C and \X to pat.t.
20821      Branch: perl
20822            ! t/op/pat.t t/op/re_tests
20823 ____________________________________________________________________________
20824 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
20825         Log: More logical test ordering.
20826      Branch: perl
20827            ! perl.h
20828 ____________________________________________________________________________
20829 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
20830         Log: Integrate perlio;
20831              
20832              Add at least the "important" PerlIO_xxxx functions to embed.pl
20833              so that they get implicit pTHX_ and we can avoid slow dTHX.
20834              
20835              Put PerlIO stuff inside EXTERN C
20836              
20837              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
20838      Branch: perl
20839           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
20840           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
20841           !> win32/win32.c
20842 ____________________________________________________________________________
20843 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
20844         Log: Even more \X fixing.
20845      Branch: perl
20846            ! regexec.c t/op/pat.t
20847 ____________________________________________________________________________
20848 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
20849         Log: More \X fixing.
20850      Branch: perl
20851            ! regexec.c t/op/pat.t
20852 ____________________________________________________________________________
20853 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
20854         Log: Fix encoding pragma.
20855      Branch: perl
20856            ! regcomp.c
20857 ____________________________________________________________________________
20858 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
20859         Log: Subject: socketpair emulation
20860              From: Nicholas Clark <nick@unfortu.net>
20861              Date: Sat, 22 Dec 2001 18:38:18 +0000
20862              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
20863      Branch: perl
20864            + ext/Socket/socketpair.t
20865            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
20866            ! pp_sys.c proto.h util.c
20867 ____________________________________________________________________________
20868 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
20869         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
20870              From: Jeffrey Friedl <jfriedl@yahoo.com>
20871              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
20872              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
20873              
20874              (partially applied, most of the new tests need to be rethought)
20875      Branch: perl
20876            ! regcomp.c t/op/re_tests
20877 ____________________________________________________________________________
20878 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
20879         Log: Small tweaks.
20880      Branch: perl
20881            ! handy.h regexec.c
20882 ____________________________________________________________________________
20883 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
20884         Log: Unicode casefolding continues.
20885              (lib/encoding.t still failing.)
20886      Branch: perl
20887            ! regexec.c t/op/pat.t
20888 ____________________________________________________________________________
20889 [ 13854] By: nick                                  on 2001/12/22  20:01:27
20890         Log: Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
20891      Branch: perlio
20892            ! makedef.pl perlio.h perlio.sym win32/win32.c
20893 ____________________________________________________________________________
20894 [ 13853] By: nick                                  on 2001/12/22  19:58:53
20895         Log: Put PerlIO stuff inside EXTERN C
20896      Branch: perlio
20897            ! embed.pl proto.h
20898 ____________________________________________________________________________
20899 [ 13852] By: nick                                  on 2001/12/22  18:04:34
20900         Log: Add at least the "important" PerlIO_xxxx functions to embed.pl
20901              so that they get implicit pTHX_ and we can avoid slow dTHX.
20902      Branch: perlio
20903            ! embed.h embed.pl ext/IO/IO.xs global.sym globals.c perlio.c
20904            ! perlio.h pod/perlapi.pod proto.h
20905 ____________________________________________________________________________
20906 [ 13851] By: jhi                                   on 2001/12/22  17:42:10
20907         Log: metaconfig unit change for #13850.
20908      Branch: metaconfig
20909            ! U/modified/Loc.U
20910 ____________________________________________________________________________
20911 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
20912         Log: Rework the make logic (again).
20913      Branch: perl
20914            ! Configure
20915 ____________________________________________________________________________
20916 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
20917         Log: Integrate perlio;
20918              Fix mis-parse of autoloaded usage code by declaring the sub
20919              Correct checking code which Ilya spotted was tripped by CR at EOF.
20920              The CR at EOF fix earlier broke CR at end-of-buffer.
20921      Branch: perl
20922            ! regexec.c
20923           !> ext/POSIX/POSIX.pm perlio.c sv.c
20924 ____________________________________________________________________________
20925 [ 13848] By: nick                                  on 2001/12/22  15:11:17
20926         Log: The CR at EOF fix earlier broke CR at end-of-buffer.
20927              This should be okay for both?
20928      Branch: perlio
20929            ! perlio.c
20930 ____________________________________________________________________________
20931 [ 13847] By: nick                                  on 2001/12/22  12:26:32
20932         Log: Correct checking code which Ilya spotted was tripped by CR at EOF.
20933              Also tone down perl -DP tracing of sv_gets.
20934      Branch: perlio
20935            ! perlio.c sv.c
20936 ____________________________________________________________________________
20937 [ 13846] By: nick                                  on 2001/12/22  10:49:27
20938         Log: Fix mis-parse of autoloaded usage code by declaring the sub
20939      Branch: perlio
20940            ! ext/POSIX/POSIX.pm
20941 ____________________________________________________________________________
20942 [ 13845] By: nick                                  on 2001/12/22  10:44:11
20943         Log: Integrate mainline - some fails:
20944              Failed Test            Stat Wstat Total Fail  Failed  List of Failed
20945              -------------------------------------------------------------------------------
20946              ../ext/POSIX/t/posix.t  255 65280    38    9  23.68%  30-38
20947              ../lib/encoding.t                    19    2  10.53%  17-18
20948              op/pat.t                            770    3   0.39%  754-755 757
20949      Branch: perlio
20950           +> ext/re/re.t lib/ExtUtils/t/MM_OS2.t
20951           !> (integrate 36 files)
20952 ____________________________________________________________________________
20953 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
20954         Log: More Unicode casing fixes.
20955      Branch: perl
20956            ! regexec.c t/op/pat.t
20957 ____________________________________________________________________________
20958 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
20959         Log: Unicode casefolding fixes.
20960      Branch: perl
20961            ! op.c regcomp.c regexec.c t/op/pat.t
20962 ____________________________________________________________________________
20963 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
20964         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
20965              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
20966              Date: Sat, 22 Dec 2001 00:01:29 +0100
20967              Message-ID: <20011222000129.A713@rafael>
20968      Branch: perl
20969            ! ext/B/B/Deparse.pm
20970 ____________________________________________________________________________
20971 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
20972         Log: VOS config from Paul Green.
20973      Branch: perl
20974            ! hints/vos.sh
20975 ____________________________________________________________________________
20976 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
20977         Log: Subject: [PATCH @13746] CreateTTY on OS/2
20978              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20979              Date: Fri, 21 Dec 2001 15:59:45 -0500
20980              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
20981      Branch: perl
20982            ! lib/perl5db.pl
20983 ____________________________________________________________________________
20984 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
20985         Log: Subject: [PATCH @13746] uninstalled build of modules broken
20986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20987              Date: Fri, 21 Dec 2001 15:49:09 -0500
20988              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
20989      Branch: perl
20990            ! lib/ExtUtils/MM_Unix.pm
20991 ____________________________________________________________________________
20992 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
20993         Log: Subject: [PATCH @13746] OS/2 File::* modules
20994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20995              Date: Fri, 21 Dec 2001 15:43:24 -0500
20996              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
20997      Branch: perl
20998            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
20999 ____________________________________________________________________________
21000 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
21001         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
21002              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21003              Date: Fri, 21 Dec 2001 17:29:07 +0100
21004              Message-ID: <3C236353.6625C4C0@alcatel.at>
21005      Branch: perl
21006            ! pod/perltie.pod
21007 ____________________________________________________________________________
21008 [ 13836] By: jhi                                   on 2001/12/21  19:47:52
21009         Log: metaconfig unit changes for #13835
21010      Branch: metaconfig
21011            ! U/modified/Head.U U/modified/Loc.U U/modified/Unix.U
21012            ! U/modified/sh.U
21013 ____________________________________________________________________________
21014 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
21015         Log: Further VOS tweaks: the _exe needs to be introduced
21016              in the very beginning, and the make/gmake needs special
21017              VOS logic.
21018      Branch: perl
21019            ! Configure Makefile.SH
21020 ____________________________________________________________________________
21021 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
21022         Log: Update Changes.
21023      Branch: perl
21024            ! Changes patchlevel.h
21025 ____________________________________________________________________________
21026 [ 13833] By: jhi                                   on 2001/12/21  14:46:45
21027         Log: metaconfig unit change for #13832.
21028      Branch: metaconfig
21029            ! U/modified/spitshell.U
21030 ____________________________________________________________________________
21031 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
21032         Log: Also the search for cat needs to be _exe-aware.
21033      Branch: perl
21034            ! Configure
21035 ____________________________________________________________________________
21036 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
21037         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
21038              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21039              Date: Fri, 21 Dec 2001 14:02:01 +0100
21040              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
21041      Branch: perl
21042            ! ext/B/B/Xref.pm
21043 ____________________________________________________________________________
21044 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
21045         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
21046      Branch: perl
21047            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21048            ! ext/B/t/assembler.t
21049 ____________________________________________________________________________
21050 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
21051         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
21052              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21053              Date: Fri, 21 Dec 2001 11:15:38 +0100
21054              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
21055      Branch: perl
21056            ! hv.c
21057 ____________________________________________________________________________
21058 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
21059         Log: A plan is good.
21060      Branch: perl
21061            ! ext/re/re.t
21062 ____________________________________________________________________________
21063 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
21064         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
21065              From: chromatic <chromatic@rmci.net>
21066              Date: Thu, 20 Dec 2001 16:16:48 -0700
21067              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
21068      Branch: perl
21069            + ext/re/re.t
21070            ! MANIFEST
21071 ____________________________________________________________________________
21072 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
21073         Log: Synchronize the skippage message.
21074      Branch: perl
21075            ! lib/ExtUtils/t/MM_OS2.t
21076 ____________________________________________________________________________
21077 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
21078         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
21079              From: chromatic <chromatic@rmci.net>
21080              Date: Thu, 20 Dec 2001 16:09:10 -0700
21081              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
21082      Branch: perl
21083            + lib/ExtUtils/t/MM_OS2.t
21084            ! MANIFEST
21085 ____________________________________________________________________________
21086 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
21087         Log: Subject: perlfunc.pod patch re flock via fcntl
21088              From: "Tye McQueen" <tye@metronet.com>
21089              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
21090              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
21091      Branch: perl
21092            ! pod/perlfunc.pod
21093 ____________________________________________________________________________
21094 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
21095         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
21096              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
21097              (the Unicode maximum code point) warnable offenses.
21098      Branch: perl
21099            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
21100            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
21101 ____________________________________________________________________________
21102 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
21103         Log: Sterner admonishment on -t.
21104      Branch: perl
21105            ! pod/perlrun.pod
21106 ____________________________________________________________________________
21107 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
21108         Log: Subject: [PATCH B::Dpparse] minor qr// fix
21109              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21110              Date: Thu, 20 Dec 2001 22:53:34 +0100
21111              Message-ID: <20011220225334.A735@rafael>
21112      Branch: perl
21113            ! ext/B/B/Deparse.pm
21114 ____________________________________________________________________________
21115 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
21116         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
21117              From: Robert Spier <rspier@pobox.com>
21118              Date: Thu, 20 Dec 2001 08:10:00 -0800
21119              Message-ID: <15394.3416.693353.107334@rls.cx>
21120      Branch: perl
21121            ! lib/Carp/Heavy.pm
21122 ____________________________________________________________________________
21123 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
21124         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
21125      Branch: perl
21126           !> win32/win32io.c
21127 ____________________________________________________________________________
21128 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
21129         Log: Subject: Re: [PATCH pod/perliol.pod] resend
21130              From: Stas Bekman <stas@stason.org>
21131              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
21132              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
21133      Branch: perl
21134            ! pod/perliol.pod
21135 ____________________________________________________________________________
21136 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
21137         Log: Fix up the APIs noone hopefully uses.
21138      Branch: perl
21139            ! utf8.c
21140 ____________________________________________________________________________
21141 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
21142         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
21143              Date: Wed, 19 Dec 2001 14:13:38 -0800
21144              From: Robert Spier <rspier@pobox.com>
21145              Message-ID: <15393.4370.605214.548582@rls.cx>
21146      Branch: perl
21147            ! lib/Carp.t lib/Carp/Heavy.pm
21148 ____________________________________________________________________________
21149 [ 13815] By: nick                                  on 2001/12/20  10:23:42
21150         Log: pTHX_ fixes for :win32 layer
21151      Branch: perlio
21152            ! win32/win32io.c
21153 ____________________________________________________________________________
21154 [ 13814] By: nick                                  on 2001/12/20  08:20:11
21155         Log: Integrate mainline (mostly) utf8.c does not compile.
21156      Branch: perlio
21157           +> lib/Net/Ping/CHANGES lib/Net/Ping/README
21158           +> lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21159           +> lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21160           +> lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21161           +> lib/Net/Ping/t/300_ping_stream.t
21162           !> Changes MANIFEST embed.h embed.pl embedvar.h
21163           !> ext/B/B/Assembler.pm lib/English.t lib/ExtUtils/t/Embed.t
21164           !> lib/File/stat.t lib/Net/Ping.pm lib/Shell.t os2/Makefile.SHs
21165           !> os2/OS2/REXX/DLL/Makefile.PL os2/os2.c os2/perlrexx.c
21166           !> patchlevel.h perlapi.h pod/perlfunc.pod pod/perlre.pod pp.c
21167           !> proto.h t/op/alarm.t thrdvar.h util.c wince/perldll.def
21168 ____________________________________________________________________________
21169 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
21170         Log: Some bincompat clawbacks.
21171      Branch: perl
21172            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
21173            ! wince/perldll.def
21174 ____________________________________________________________________________
21175 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
21176         Log: gcc pacifying (RH 7.1/ia64).
21177      Branch: perl
21178            ! pp.c
21179 ____________________________________________________________________________
21180 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
21181         Log: Update Changes.
21182      Branch: perl
21183            ! Changes patchlevel.h
21184 ____________________________________________________________________________
21185 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
21186         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21187              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
21188              Date: Wed, 19 Dec 2001 12:35:07 +0100
21189              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
21190              
21191              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
21192              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21193              Date: Wed, 19 Dec 2001 17:34:51 +0000
21194              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
21195      Branch: perl
21196            ! pod/perlre.pod
21197 ____________________________________________________________________________
21198 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
21199         Log: Integrate perlio.
21200      Branch: perl
21201           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21202           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
21203 ____________________________________________________________________________
21204 [ 13808] By: nick                                  on 2001/12/19  16:08:27
21205         Log: Add pTHX to all vtable functions for future-proofing and
21206              consistency of PerlIO layers.
21207      Branch: perlio
21208            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21209            ! ext/PerlIO/Via/Via.xs perlio.c perliol.h
21210 ____________________________________________________________________________
21211 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
21212         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
21213      Branch: perl
21214            ! ext/B/B/Assembler.pm
21215 ____________________________________________________________________________
21216 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
21217         Log: Reword the alarm explanation.
21218      Branch: perl
21219            ! pod/perlfunc.pod
21220 ____________________________________________________________________________
21221 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
21222         Log: Subject: [PATCH @13746] OS/2 build
21223              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
21224              Date: Wed, 19 Dec 2001 02:45:41 -0500
21225              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
21226              
21227              (skipped the t/TEST change)
21228      Branch: perl
21229            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
21230            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
21231            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
21232 ____________________________________________________________________________
21233 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
21234         Log: Upgrade to Net::Ping 2.09.
21235      Branch: perl
21236            + lib/Net/Ping/CHANGES lib/Net/Ping/README
21237            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
21238            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
21239            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
21240            + lib/Net/Ping/t/300_ping_stream.t
21241            ! MANIFEST lib/Net/Ping.pm
21242 ____________________________________________________________________________
21243 [ 13803] By: nick                                  on 2001/12/19  14:43:24
21244         Log: Integrate mainline
21245      Branch: perlio
21246           +> ext/B/t/assembler.t lib/lib.t
21247           !> MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21248           !> lib/lib_pm.PL t/op/glob.t utf8.c
21249 ____________________________________________________________________________
21250 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
21251         Log: B::Assembler/B::Disassembler patches and test;
21252              from Wolfgang Laun.
21253              
21254              TODO: getting perlcc working.
21255      Branch: perl
21256            + ext/B/t/assembler.t
21257            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
21258 ____________________________________________________________________________
21259 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
21260         Log: Can't printf U8s as UVs.
21261      Branch: perl
21262            ! utf8.c
21263 ____________________________________________________________________________
21264 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
21265         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21266              From: Robin Houston <robin@kitsite.com> 
21267              Date: Wed, 19 Dec 2001 13:48:55 +0000
21268              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
21269              
21270              Not exactly a glob test but internal-logically correct.
21271      Branch: perl
21272            ! t/op/glob.t
21273 ____________________________________________________________________________
21274 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
21275         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
21276              From: Michael G Schwern <schwern@pobox.com> 
21277              Date: Wed, 19 Dec 2001 07:42:54 -0500
21278              Message-ID: <20011219124254.GF8630@blackrider>
21279      Branch: perl
21280            + lib/lib.t
21281            ! MANIFEST lib/lib_pm.PL
21282 ____________________________________________________________________________
21283 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
21284         Log: Integrate with perlio.
21285      Branch: perl
21286           !> hv.c hv.h scope.c util.c
21287 ____________________________________________________________________________
21288 [ 13797] By: nick                                  on 2001/12/19  12:03:21
21289         Log: Remove the sometimes-lvalue cast
21290      Branch: perlio
21291            ! hv.h
21292 ____________________________________________________________________________
21293 [ 13796] By: nick                                  on 2001/12/19  11:02:27
21294         Log: alarm.t with -Uuseperlio fix
21295              - SA_RESTART should only be function of PERL_OLD_SIGNALS
21296              not USE_PERLIO
21297      Branch: perlio
21298            ! util.c
21299 ____________________________________________________________________________
21300 [ 13795] By: nick                                  on 2001/12/19  10:19:40
21301         Log: Fix READONLY hashes:
21302              1. Discovered need for disabled scope.c part of Jeff's patch.
21303              2. Corrected hv_delete* - entry was being de-linked from
21304              chain (patch program not smart enough?)
21305      Branch: perlio
21306            ! hv.c scope.c
21307 ____________________________________________________________________________
21308 [ 13794] By: nick                                  on 2001/12/19  09:35:13
21309         Log: Integrate mainline
21310      Branch: perlio
21311           !> Configure Porting/checkURL.pl config_h.SH dump.c hints/vos.sh
21312           !> lib/Benchmark.t lib/Exporter.pm lib/ExtUtils/t/MM_Unix.t
21313           !> lib/utf8.t pod/perlfaq5.pod pod/perltoc.pod
21314           !> pod/perlunicode.pod pod/perluniintro.pod pp.c sv.c
21315           !> t/lib/warnings/utf8 utf8.c x2p/a2p.h x2p/str.c
21316 ____________________________________________________________________________
21317 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
21318         Log: Regen toc.
21319      Branch: perl
21320            ! pod/perltoc.pod
21321 ____________________________________________________________________________
21322 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
21323         Log: FAQ sync.
21324      Branch: perl
21325            ! pod/perlfaq5.pod
21326 ____________________________________________________________________________
21327 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
21328         Log: Reformat round.
21329      Branch: perl
21330            ! pod/perlunicode.pod
21331 ____________________________________________________________________________
21332 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
21333         Log: Subject: [PATCH] pod/perlunicode.pod
21334              From: Jeffrey Friedl <jfriedl@yahoo.com>
21335              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
21336              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
21337      Branch: perl
21338            ! pod/perlunicode.pod
21339 ____________________________________________________________________________
21340 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
21341         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21342              From: Jeffrey Friedl <jfriedl@yahoo.com>
21343              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
21344              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
21345      Branch: perl
21346            ! pod/perluniintro.pod
21347 ____________________________________________________________________________
21348 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
21349         Log: Slight pod reformatting.
21350      Branch: perl
21351            ! pod/perluniintro.pod
21352 ____________________________________________________________________________
21353 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
21354         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
21355              From: Jeffrey Friedl <jfriedl@yahoo.com>    
21356              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
21357              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
21358      Branch: perl
21359            ! pod/perluniintro.pod
21360 ____________________________________________________________________________
21361 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
21362         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
21363              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21364              Date: Wed, 19 Dec 2001 01:45:23 +0000
21365              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
21366      Branch: perl
21367            ! sv.c
21368 ____________________________________________________________________________
21369 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
21370         Log: Subject: Porting/checkURL.pl
21371              From: abigail@foad.org
21372              Date: Tue, 18 Dec 2001 19:03:22 +0100          
21373              Message-ID: <20011218180322.8278.qmail@foad.org> 
21374      Branch: perl
21375            ! Porting/checkURL.pl
21376 ____________________________________________________________________________
21377 [ 13784] By: jhi                                   on 2001/12/19  01:05:25
21378         Log: metaconfig unit change for #13783.
21379      Branch: metaconfig
21380            ! U/modified/Loc.U
21381 ____________________________________________________________________________
21382 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
21383         Log: A bit too oversweeping matching in #13778.
21384      Branch: perl
21385            ! Configure
21386 ____________________________________________________________________________
21387 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
21388         Log: Re-gen Configure based on #13778..13781.
21389      Branch: perl
21390            ! Configure config_h.SH
21391 ____________________________________________________________________________
21392 [ 13781] By: jhi                                   on 2001/12/18  23:59:59
21393         Log: First assume that crypt() can live happy normal life in
21394              the libc or the moral equivalent; only then try magic.
21395      Branch: metaconfig
21396            + U/modified/d_crypt.U
21397 ____________________________________________________________________________
21398 [ 13780] By: jhi                                   on 2001/12/18  23:52:03
21399         Log: In VOS ACLs confuse the testing.
21400      Branch: metaconfig
21401            ! U/modified/Findhdr.U
21402 ____________________________________________________________________________
21403 [ 13779] By: jhi                                   on 2001/12/18  23:47:39
21404         Log: Either make or gmake.
21405      Branch: metaconfig
21406            ! U/modified/Loc.U
21407 ____________________________________________________________________________
21408 [ 13778] By: jhi                                   on 2001/12/18  23:44:56
21409         Log: If your _exe is different from .exe and your test -f $foo
21410              doesn't do magic to recognize $foo$_exe, you will need to
21411              specify -D_exe=... on command line-- and this patch.
21412      Branch: metaconfig
21413            + U/modified/sh.U
21414            ! U/modified/Loc.U
21415 ____________________________________________________________________________
21416 [ 13777] By: jhi                                   on 2001/12/18  23:28:37
21417         Log: Fix the bugs in #13768..13776, and regen Configure.
21418      Branch: metaconfig
21419            ! U/compline/nblock_io.U U/modified/Findhdr.U
21420            ! U/modified/spitshell.U
21421      Branch: metaconfig/U/perl
21422            ! issymlink.U perlpath.U
21423      Branch: perl
21424            ! Configure config_h.SH
21425 ____________________________________________________________________________
21426 [ 13776] By: jhi                                   on 2001/12/18  23:02:42
21427         Log: Must test with $_exe. (There are plenty of similar
21428              spots earlier but they are a tad more complex to fix
21429              since they come before the hints are run.)
21430      Branch: metaconfig
21431            + U/modified/yacc.U
21432 ____________________________________________________________________________
21433 [ 13775] By: jhi                                   on 2001/12/18  22:59:04
21434         Log: F_SETFL might require <fcntl.h>
21435      Branch: metaconfig
21436            ! U/compline/nblock_io.U
21437 ____________________________________________________________________________
21438 [ 13774] By: jhi                                   on 2001/12/18  22:53:41
21439         Log: Don't require make; have both make and gmake optional.
21440              (Maybe have a check that at least one of them is available?)
21441      Branch: metaconfig
21442            ! U/modified/Loc.U
21443 ____________________________________________________________________________
21444 [ 13773] By: jhi                                   on 2001/12/18  22:49:56
21445         Log: cat might be farther than /bin or /usr/bin.
21446      Branch: metaconfig
21447            ! U/modified/spitshell.U
21448 ____________________________________________________________________________
21449 [ 13772] By: jhi                                   on 2001/12/18  22:44:45
21450         Log: In VOS the path component separator is >, not /.
21451      Branch: metaconfig
21452            ! U/modified/Findhdr.U
21453 ____________________________________________________________________________
21454 [ 13771] By: jhi                                   on 2001/12/18  22:35:40
21455         Log: The VOS shell doesn't implement the ? wildcard
21456              (? is used for other purposes, I assume); but
21457              it does implement the * wildcard, and that works
21458              in the general case just fine.
21459      Branch: metaconfig/U/perl
21460            ! d_dlsymun.U
21461 ____________________________________________________________________________
21462 [ 13770] By: jhi                                   on 2001/12/18  22:28:41
21463         Log: VOS detection.
21464      Branch: metaconfig
21465            ! U/modified/Oldconfig.U
21466 ____________________________________________________________________________
21467 [ 13769] By: jhi                                   on 2001/12/18  22:23:25
21468         Log: Proper path for VOS.
21469      Branch: metaconfig
21470            ! U/modified/Head.U
21471 ____________________________________________________________________________
21472 [ 13768] By: jhi                                   on 2001/12/18  22:21:00
21473         Log: Change s/>& 4/>&4/g for consistency.
21474      Branch: metaconfig
21475            + U/modified/d_dosuid.U
21476            ! U/modified/d_socket.U
21477      Branch: metaconfig/U/perl
21478            ! issymlink.U perlxvf.U
21479 ____________________________________________________________________________
21480 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
21481         Log: Subject: Re: Benchmark.t failure on Linux
21482              From: Nicholas Clark <nick@ccl4.org>
21483              Date: Tue, 18 Dec 2001 22:51:25 +0000
21484              Message-ID: <20011218225124.N21702@plum.flirble.org>
21485      Branch: perl
21486            ! lib/Benchmark.t
21487 ____________________________________________________________________________
21488 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
21489         Log: Re-applying #13752 until a better solution can be found.
21490      Branch: perl
21491            ! lib/ExtUtils/t/MM_Unix.t
21492 ____________________________________________________________________________
21493 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
21494         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
21495              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
21496              Date: Tue, 18 Dec 2001 12:05:40 -0500
21497              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
21498      Branch: perl
21499            ! lib/Exporter.pm
21500 ____________________________________________________________________________
21501 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
21502         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
21503              findings -- some of the warnings I can't explain except
21504              by NVgf being detected wrong, though.
21505      Branch: perl
21506            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
21507 ____________________________________________________________________________
21508 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
21509         Log: Subject: [PATCH] pod/perluniintro.pod
21510              From: Jeffrey Friedl <jfriedl@yahoo.com>
21511              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
21512              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
21513      Branch: perl
21514            ! pod/perluniintro.pod
21515 ____________________________________________________________________________
21516 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
21517         Log: ".pm" is the native executable suffix in VOS.
21518      Branch: perl
21519            ! hints/vos.sh
21520 ____________________________________________________________________________
21521 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
21522         Log: Integrate perlio;
21523              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
21524      Branch: perl
21525           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
21526 ____________________________________________________________________________
21527 [ 13760] By: nick                                  on 2001/12/18  15:55:22
21528         Log: Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
21529              - added delete of READONLY value inhibit & test for same
21530              - re-tabbed
21531      Branch: perlio
21532            ! ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
21533 ____________________________________________________________________________
21534 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
21535         Log: (Undone by #13766.)
21536              Retract #13752.
21537      Branch: perl
21538            ! lib/ExtUtils/t/MM_Unix.t
21539 ____________________________________________________________________________
21540 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
21541         Log: Echoes of #13757.
21542      Branch: perl
21543            ! t/lib/warnings/utf8
21544 ____________________________________________________________________________
21545 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
21546         Log: Make the utf8 malformedness messages more verbose.
21547      Branch: perl
21548            ! lib/utf8.t utf8.c
21549 ____________________________________________________________________________
21550 [ 13756] By: nick                                  on 2001/12/18  14:43:58
21551         Log: Integrate mainline
21552      Branch: perlio
21553           +> lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
21554           +> lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
21555           +> lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
21556           +> lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
21557           +> lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
21558           +> lib/ExtUtils/t/testlib.t t/op/alarm.t
21559            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
21560            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
21561            - lib/ExtUtils/MM_VMS.t lib/ExtUtils/Manifest.t
21562            - lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
21563            - lib/ExtUtils/testlib.t
21564           !> (integrate 28 files)
21565 ____________________________________________________________________________
21566 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
21567         Log: README.aix updates from Jens-Uwe Mager.
21568      Branch: perl
21569            ! README.aix
21570 ____________________________________________________________________________
21571 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
21572         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
21573              From: Michael G Schwern <schwern@pobox.com>
21574              Date: Tue, 18 Dec 2001 00:58:18 -0500
21575              Message-ID: <20011218055818.GC4362@blackrider>
21576      Branch: perl
21577            ! lib/Benchmark.t
21578 ____________________________________________________________________________
21579 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
21580         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
21581              From: Michael G Schwern <schwern@pobox.com>
21582              Date: Tue, 18 Dec 2001 00:40:38 -0500
21583              Message-ID: <20011218054038.GB4362@blackrider>
21584      Branch: perl
21585            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
21586 ____________________________________________________________________________
21587 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
21588         Log: (reintroduced by #13766)
21589              (retracted by #13759)
21590              
21591              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
21592              From: Michael G Schwern <schwern@pobox.com>  
21593              Date: Tue, 18 Dec 2001 00:00:23 -0500
21594              Message-ID: <20011218050023.GA27893@blackrider>
21595      Branch: perl
21596            ! lib/ExtUtils/t/MM_Unix.t
21597 ____________________________________________________________________________
21598 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
21599         Log: Re-patch #13749.
21600      Branch: perl
21601            ! t/op/glob.t
21602 ____________________________________________________________________________
21603 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
21604         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
21605              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
21606              Date: Tue, 18 Dec 2001 12:55:43 +0000
21607              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
21608      Branch: perl
21609            ! ext/Devel/Peek/Peek.pm
21610 ____________________________________________________________________________
21611 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
21612         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
21613              From: Robin Houston <robin@kitsite.com> 
21614              Date: Tue, 18 Dec 2001 14:54:33 +0000
21615              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
21616      Branch: perl
21617            ! t/op/glob.t
21618 ____________________________________________________________________________
21619 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
21620         Log: Subject: [PATCH] slightly more for Exporter.pm
21621              From: Nicholas Clark <nick@ccl4.org>
21622              Date: Tue, 18 Dec 2001 00:22:03 +0000
21623              Message-ID: <20011218002203.M21702@plum.flirble.org>
21624      Branch: perl
21625            ! lib/Exporter.pm
21626 ____________________________________________________________________________
21627 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
21628         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
21629              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21630              Date: Mon, 17 Dec 2001 16:37:18 +0100
21631              Message-ID: <20011217163718.A2292@rafael>
21632              
21633              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
21634              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21635              Date: Mon, 17 Dec 2001 23:17:06 +0100
21636              Message-ID: <20011217231706.A730@rafael>
21637      Branch: perl
21638            ! pod/perlsub.pod pp.c toke.c
21639 ____________________________________________________________________________
21640 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
21641         Log: Update Changes.
21642      Branch: perl
21643            ! Changes patchlevel.h
21644 ____________________________________________________________________________
21645 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
21646         Log: New test warrants a MANIFEST entry.
21647      Branch: perl
21648            ! MANIFEST
21649 ____________________________________________________________________________
21650 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
21651         Log: Subject: Re: [PATCH] ...while $var = glob(...)
21652              From: Robin Houston <robin@kitsite.com>
21653              Date: Mon, 17 Dec 2001 20:27:30 +0000
21654              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
21655              
21656              Can't portably unlink open files.
21657      Branch: perl
21658            ! t/op/glob.t
21659 ____________________________________________________________________________
21660 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
21661         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
21662      Branch: perl
21663            ! pod/perluniintro.pod
21664 ____________________________________________________________________________
21665 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
21666         Log: Move typeglob test from glob.t to gv.t.
21667      Branch: perl
21668            ! t/op/glob.t t/op/gv.t
21669 ____________________________________________________________________________
21670 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
21671         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
21672              From: Robin Houston <robin@kitsite.com> 
21673              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
21674              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
21675      Branch: perl
21676            ! t/op/glob.t
21677 ____________________________________________________________________________
21678 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
21679         Log: Demote the surrogate and non-character errors to warnings.
21680      Branch: perl
21681            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
21682 ____________________________________________________________________________
21683 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
21684         Log: Subject: [PATCH] more POSIX tests, and more autoloading
21685              From: Nicholas Clark <nick@ccl4.org>
21686              Date: Mon, 17 Dec 2001 18:27:47 +0000
21687              Message-ID: <20011217182747.D21702@plum.flirble.org>
21688      Branch: perl
21689            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
21690 ____________________________________________________________________________
21691 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
21692         Log: Subject: [PATCH] ...while $var = glob(...)
21693              From: Robin Houston <robin@kitsite.com> 
21694              Date: Mon, 17 Dec 2001 15:51:54 +0000
21695              Message-ID: <20011217155153.A311@robin.kitsite.com>
21696      Branch: perl
21697            ! op.c
21698 ____________________________________________________________________________
21699 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
21700         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
21701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21702              Date: Mon, 17 Dec 2001 15:23:01 +0100
21703              Message-ID: <20011217152301.A704@rafael>
21704      Branch: perl
21705            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
21706 ____________________________________________________________________________
21707 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
21708         Log: The system() vs $SIG{ARLM} is no more a todo.
21709      Branch: perl
21710            ! t/op/alarm.t
21711 ____________________________________________________________________________
21712 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
21713         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
21714              From: Michael G Schwern <schwern@pobox.com>
21715              Date: Sun, 16 Dec 2001 23:59:01 -0500
21716              Message-ID: <20011217045901.GL17232@blackrider>
21717      Branch: perl
21718            + t/op/alarm.t
21719            ! MANIFEST
21720 ____________________________________________________________________________
21721 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
21722         Log: s/UNIX/Unix/
21723      Branch: perl
21724            ! MANIFEST
21725 ____________________________________________________________________________
21726 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
21727         Log: Move ExtUtils tests to lib/ExtUtils/t.
21728      Branch: perl
21729            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
21730            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
21731            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
21732            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
21733            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
21734            + lib/ExtUtils/t/testlib.t
21735            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
21736            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
21737            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
21738            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
21739            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
21740            ! MANIFEST
21741 ____________________________________________________________________________
21742 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
21743         Log: Subject: [PATCH] MM_Unix tests, and some questions
21744              From: Tels <perl_dummy@bloodgate.com>
21745              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
21746              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
21747              
21748              Subject: Re: [PATCH] MM_Unix tests, and some questions
21749              From: Tels <perl_dummy@bloodgate.com>
21750              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
21751              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
21752      Branch: perl
21753            + lib/ExtUtils/MM_Unix.t
21754            ! MANIFEST lib/ExtUtils/MM_Unix.pm
21755 ____________________________________________________________________________
21756 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
21757         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
21758              From: Michael G Schwern <schwern@pobox.com>
21759              Date: Sun, 16 Dec 2001 17:53:55 -0500
21760              Message-ID: <20011216225354.GE8900@blackrider>
21761      Branch: perl
21762            ! lib/ExtUtils/MM_Unix.pm
21763 ____________________________________________________________________________
21764 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
21765         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
21766              From: Michael G Schwern <schwern@pobox.com>                
21767              Date: Sun, 16 Dec 2001 16:12:55 -0500
21768              Message-ID: <20011216211255.GV8900@blackrider>
21769      Branch: perl
21770            ! ext/B/B/Deparse.pm
21771 ____________________________________________________________________________
21772 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
21773         Log: Subject: [PATCH] Exporter.pm
21774              From: Nicholas Clark <nick@ccl4.org>
21775              Date: Sun, 16 Dec 2001 19:24:25 +0000
21776              Message-ID: <20011216192425.R21702@plum.flirble.org>
21777      Branch: perl
21778            ! lib/Exporter.pm
21779 ____________________________________________________________________________
21780 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
21781         Log: Subject: [PATCH] Exporter.t (and question)
21782              From: Nicholas Clark <nick@ccl4.org>
21783              Date: Sun, 16 Dec 2001 17:24:55 +0000
21784              Message-ID: <20011216172455.P21702@plum.flirble.org>
21785      Branch: perl
21786            ! lib/Exporter.t
21787 ____________________________________________________________________________
21788 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
21789         Log: Subject: Re: perl@13661
21790              From: "John P. Linderman" <jpl@research.att.com>              
21791              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
21792              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
21793      Branch: perl
21794            ! pp_sort.c
21795 ____________________________________________________________________________
21796 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
21797         Log: Subject: Will the real Unicode encoding please stand up?
21798              From: Jeffrey Friedl <jfriedl@yahoo.com>
21799              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
21800              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
21801      Branch: perl
21802            ! pod/perluniintro.pod
21803 ____________________________________________________________________________
21804 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
21805         Log: Integrate perlio; interruptable system().
21806      Branch: perl
21807           !> util.c
21808 ____________________________________________________________________________
21809 [ 13724] By: nick                                  on 2001/12/17  09:16:50
21810         Log: Fix for alarm() breaking into wait*().
21811              Call PERL_ASYNC_CHECK() on EINTR in Perl_wait4pid(), to dispatch
21812              signal handler before caller re-does the system call.
21813      Branch: perlio
21814            ! util.c
21815 ____________________________________________________________________________
21816 [ 13723] By: nick                                  on 2001/12/17  07:45:13
21817         Log: Integrate mainline
21818      Branch: perlio
21819           +> (branch 26 files)
21820           !> (integrate 47 files)
21821 ____________________________________________________________________________
21822 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
21823         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
21824              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
21825              and characters beyond 0x10FFF should be disallowed, too,
21826              but some tests would need changing, but more importantly some
21827              APIs would need remodeling since one can easily generate such
21828              characters either by bitwise complements, tr complements, or
21829              v-strings.
21830      Branch: perl
21831            ! pod/perldiag.pod utf8.c
21832 ____________________________________________________________________________
21833 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
21834         Log: Make surrogates illegal also on EBCDIC.
21835      Branch: perl
21836            ! utf8.c
21837 ____________________________________________________________________________
21838 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
21839         Log: Subject: [patch @13687] Unicode::Collate 0.10
21840              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
21841              Date: Sun, 16 Dec 2001 21:22:12 +0900
21842              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
21843      Branch: perl
21844            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
21845            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
21846 ____________________________________________________________________________
21847 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
21848         Log: More documentation for the encoding pragma.
21849      Branch: perl
21850            ! lib/encoding.pm
21851 ____________________________________________________________________________
21852 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
21853         Log: Subject: [PATCH] lib/open.pm 
21854              From: Jeffrey Friedl <jfriedl@yahoo.com>
21855              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
21856              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
21857      Branch: perl
21858            ! lib/open.pm
21859 ____________________________________________________________________________
21860 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
21861         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
21862              From: chromatic <chromatic@rmci.net>
21863              Date: Sat, 15 Dec 2001 23:24:40 -0700
21864              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
21865      Branch: perl
21866            + lib/ExtUtils/Installed.t
21867            ! MANIFEST
21868 ____________________________________________________________________________
21869 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
21870         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
21871              From: Michael G Schwern <schwern@pobox.com>
21872              Date: Sun, 16 Dec 2001 01:14:00 -0500
21873              Message-ID: <20011216061400.GC8900@blackrider>
21874      Branch: perl
21875            ! lib/diagnostics.pm
21876 ____________________________________________________________________________
21877 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
21878         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
21879              From: Michael G Schwern <schwern@pobox.com>
21880              Date: Sun, 16 Dec 2001 01:12:42 -0500
21881              Message-ID: <20011216061242.GB8900@blackrider>
21882      Branch: perl
21883            ! t/test.pl
21884 ____________________________________________________________________________
21885 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
21886         Log: I sometimes outsmart myself.
21887      Branch: perl
21888            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
21889 ____________________________________________________________________________
21890 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
21891         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
21892              From: Michael G Schwern <schwern@pobox.com>
21893              Date: Sat, 15 Dec 2001 15:08:29 -0500
21894              Message-ID: <20011215200829.GK1548@blackrider>
21895      Branch: perl
21896            ! lib/AutoSplit.pm
21897 ____________________________________________________________________________
21898 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
21899         Log: perlunicode enchancements suggested by Jeffrey Friedl.
21900      Branch: perl
21901            ! pod/perlunicode.pod
21902 ____________________________________________________________________________
21903 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
21904         Log: Subject: [PATCH] perlunicode.pod
21905              From: Jeffrey Friedl <jfriedl@yahoo.com>
21906              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
21907              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
21908      Branch: perl
21909            ! pod/perlunicode.pod
21910 ____________________________________________________________________________
21911 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
21912         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
21913              From: Jeffrey Friedl <jfriedl@yahoo.com>
21914              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
21915              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
21916      Branch: perl
21917            ! lib/utf8_heavy.pl
21918 ____________________________________________________________________________
21919 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
21920         Log: Can't create surrogates; so can't match them, either.
21921      Branch: perl
21922            ! pod/perlunicode.pod
21923 ____________________________________________________________________________
21924 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
21925         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
21926              From: Michael G Schwern <schwern@pobox.com>
21927              Date: Sat, 15 Dec 2001 21:20:35 -0500
21928              Message-ID: <20011216022035.GE5672@blackrider>
21929      Branch: perl
21930            ! t/test.pl
21931 ____________________________________________________________________________
21932 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
21933         Log: Make creating UTF-8 surrogates a punishable act.
21934      Branch: perl
21935            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
21936 ____________________________________________________________________________
21937 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
21938         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
21939      Branch: perl
21940            + lib/unicore/In/172.pl lib/unicore/In/173.pl
21941            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
21942            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
21943            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
21944            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
21945            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
21946 ____________________________________________________________________________
21947 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
21948         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
21949              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
21950              Date: Sat, 15 Dec 2001 23:21:43 +0100
21951              Message-ID: <20011215232143.A11790@rafael>
21952      Branch: perl
21953            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
21954 ____________________________________________________________________________
21955 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
21956         Log: Make charnames more robust.
21957      Branch: perl
21958            ! lib/charnames.pm
21959 ____________________________________________________________________________
21960 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
21961         Log: The hoops one has to jump through.
21962      Branch: perl
21963            ! ext/I18N/Langinfo/Langinfo.pm
21964 ____________________________________________________________________________
21965 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
21966         Log: Subject: [PATCH] perlstyle.pod nit on warnings
21967              From: Autrijus Tang <autrijus@egb.elixus.org>
21968              Date: Sat, 15 Dec 2001 04:24:34 -0800
21969              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
21970      Branch: perl
21971            ! pod/perlstyle.pod
21972 ____________________________________________________________________________
21973 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
21974         Log: I don't think we are in FooOS, Toto.
21975      Branch: perl
21976            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
21977 ____________________________________________________________________________
21978 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
21979         Log: Subject: Re: Untested modules update:  There's more than we thought
21980              From: chromatic <chromatic@rmci.net>
21981              Date: Fri, 14 Dec 2001 17:20:24 -0700
21982              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
21983      Branch: perl
21984            + lib/ExtUtils/MM_Cygwin.t
21985            ! MANIFEST
21986 ____________________________________________________________________________
21987 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
21988         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
21989              From: Michael G Schwern <schwern@pobox.com> 
21990              Date: Fri, 14 Dec 2001 20:59:42 -0500
21991              Message-ID: <20011215015942.GF28596@blackrider>
21992      Branch: perl
21993            ! t/TEST
21994 ____________________________________________________________________________
21995 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
21996         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
21997              From: Michael G Schwern <schwern@pobox.com> 
21998              Date: Fri, 14 Dec 2001 20:03:46 -0500
21999              Message-ID: <20011215010346.GD28596@blackrider>
22000      Branch: perl
22001            + ext/B/t/bblock.t
22002            ! MANIFEST
22003 ____________________________________________________________________________
22004 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
22005         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
22006              From: Michael G Schwern <schwern@pobox.com> 
22007              Date: Fri, 14 Dec 2001 19:59:13 -0500
22008              Message-ID: <20011215005913.GC28596@blackrider>
22009      Branch: perl
22010            ! ext/B/B/Bblock.pm
22011 ____________________________________________________________________________
22012 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
22013         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
22014              From: Michael G Schwern <schwern@pobox.com> 
22015              Date: Fri, 14 Dec 2001 19:36:12 -0500
22016              Message-ID: <20011215003611.GA28596@blackrider>
22017      Branch: perl
22018            + ext/B/t/asmdata.t
22019            ! MANIFEST
22020 ____________________________________________________________________________
22021 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
22022         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
22023              From: Michael G Schwern <schwern@pobox.com> 
22024              Date: Fri, 14 Dec 2001 19:14:14 -0500
22025              Message-ID: <20011215001414.GA25077@blackrider>
22026      Branch: perl
22027            ! bytecode.pl ext/B/B/Asmdata.pm
22028 ____________________________________________________________________________
22029 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
22030         Log: Permissions.
22031      Branch: perl
22032            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
22033            ! ext/Devel/PPPort/module3.c
22034 ____________________________________________________________________________
22035 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
22036         Log: Benchmark test from Nicholas Clark.
22037      Branch: perl
22038            + lib/Benchmark.t
22039            ! MANIFEST lib/Benchmark.pm
22040 ____________________________________________________________________________
22041 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
22042         Log: Mithing.
22043      Branch: perl
22044            + lib/Attribute/Handlers/demo/demo2.pl
22045            + lib/Attribute/Handlers/demo/demo3.pl
22046            + lib/Attribute/Handlers/demo/demo4.pl
22047 ____________________________________________________________________________
22048 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
22049         Log: Silence compiler worries found by Schwern/Digital cc.
22050      Branch: perl
22051            ! perlio.c sv.c x2p/str.c
22052 ____________________________________________________________________________
22053 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
22054         Log: User may not have a valid home directory even if
22055              getpwuid() succedds.
22056      Branch: perl
22057            ! ext/File/Glob/t/basic.t
22058 ____________________________________________________________________________
22059 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
22060         Log: Integrate with perlio.  (No changes, but that's okay.)
22061      Branch: perl
22062           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
22063 ____________________________________________________________________________
22064 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
22065         Log: Add a Configure hints file for VOS: the POSIX support
22066              of VOS is getting close to the point where it can run
22067              Configure (some Configure tweaks will be required).
22068      Branch: perl
22069            + hints/vos.sh
22070            ! MANIFEST
22071 ____________________________________________________________________________
22072 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
22073         Log: Update Changes.
22074      Branch: perl
22075            ! Changes patchlevel.h
22076 ____________________________________________________________________________
22077 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
22078         Log: Reintroduce Attribute::Handlers with Spider's fixes.
22079      Branch: perl
22080            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22081            + lib/Attribute/Handlers/README
22082            + lib/Attribute/Handlers/demo/Demo.pm
22083            + lib/Attribute/Handlers/demo/Descriptions.pm
22084            + lib/Attribute/Handlers/demo/MyClass.pm
22085            + lib/Attribute/Handlers/demo/demo.pl
22086            + lib/Attribute/Handlers/demo/demo_call.pl
22087            + lib/Attribute/Handlers/demo/demo_chain.pl
22088            + lib/Attribute/Handlers/demo/demo_cycle.pl
22089            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22090            + lib/Attribute/Handlers/demo/demo_phases.pl
22091            + lib/Attribute/Handlers/demo/demo_range.pl
22092            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22093            + lib/Attribute/Handlers/t/multi.t
22094            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
22095 ____________________________________________________________________________
22096 [ 13685] By: nick                                  on 2001/12/14  15:57:00
22097         Log: Integrate mainline
22098      Branch: perlio
22099           +> t/run/switcht.t
22100           !> MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22101           !> perlapi.h pod/perlrun.pod t/TEST taint.c
22102 ____________________________________________________________________________
22103 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
22104         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
22105              From: Michael G Schwern <schwern@pobox.com> 
22106              Date: Thu, 13 Dec 2001 19:27:08 -0500
22107              Message-ID: <20011214002707.GA10532@blackrider>
22108              
22109              (reword the perlrun -t description a bit,
22110              and move the Itaint_warn to the bottom of
22111              the intrpvar.h for binary compatibility)
22112      Branch: perl
22113            + t/run/switcht.t
22114            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
22115            ! perlapi.h pod/perlrun.pod t/TEST taint.c
22116 ____________________________________________________________________________
22117 [ 13683] By: nick                                  on 2001/12/14  12:29:41
22118         Log: Integrate mainline
22119      Branch: perlio
22120           +> beos/beos.c beos/beosish.h ext/POSIX/t/waitpid.t
22121           +> lib/Term/ReadLine.t t/op/hashassign.t
22122            - lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
22123            - lib/Attribute/Handlers/README
22124            - lib/Attribute/Handlers/demo/Demo.pm
22125            - lib/Attribute/Handlers/demo/Descriptions.pm
22126            - lib/Attribute/Handlers/demo/MyClass.pm
22127            - lib/Attribute/Handlers/demo/demo.pl
22128            - lib/Attribute/Handlers/demo/demo2.pl
22129            - lib/Attribute/Handlers/demo/demo3.pl
22130            - lib/Attribute/Handlers/demo/demo4.pl
22131            - lib/Attribute/Handlers/demo/demo_call.pl
22132            - lib/Attribute/Handlers/demo/demo_chain.pl
22133            - lib/Attribute/Handlers/demo/demo_cycle.pl
22134            - lib/Attribute/Handlers/demo/demo_hashdir.pl
22135            - lib/Attribute/Handlers/demo/demo_phases.pl
22136            - lib/Attribute/Handlers/demo/demo_range.pl
22137            - lib/Attribute/Handlers/demo/demo_rawdata.pl
22138            - lib/Attribute/Handlers/t/multi.t lib/Memoize/Saves.pm
22139           !> (integrate 101 files)
22140 ____________________________________________________________________________
22141 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
22142         Log: Detypo.
22143      Branch: perl
22144            ! utf8.c
22145 ____________________________________________________________________________
22146 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
22147         Log: Buffer overflow checks.
22148      Branch: perl
22149            ! utf8.c
22150 ____________________________________________________________________________
22151 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
22152         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
22153              From: Spider Boardman <spider@leggy.zk3.dec.com>
22154              Date: Thu, 13 Dec 2001 15:32:51 -0500
22155              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
22156      Branch: perl
22157            ! lib/ExtUtils/Embed.t
22158 ____________________________________________________________________________
22159 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
22160         Log: More on the Unicode "line" definition.
22161      Branch: perl
22162            ! pod/perlunicode.pod
22163 ____________________________________________________________________________
22164 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
22165         Log: Open-ended VERSION?
22166      Branch: perl
22167            ! lib/ExtUtils/Install.pm
22168 ____________________________________________________________________________
22169 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
22170         Log: Subject: [PATCH] Better make distclean
22171              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22172              Date: Thu, 13 Dec 2001 21:10:18 +0100
22173              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
22174      Branch: perl
22175            ! Makefile.SH
22176 ____________________________________________________________________________
22177 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
22178         Log: Remove Memoize::Saves as requested by mjd.
22179      Branch: perl
22180            - lib/Memoize/Saves.pm
22181            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
22182 ____________________________________________________________________________
22183 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
22184         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
22185              From: Michael G Schwern <schwern@pobox.com>
22186              Date: Tue, 11 Dec 2001 23:17:32 -0500
22187              Message-ID: <20011212041732.GS17250@blackrider>
22188      Branch: perl
22189            ! lib/ExtUtils/Install.pm
22190 ____________________________________________________________________________
22191 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
22192         Log: Subject: [PATCH] Re: use utf8; with bad utf8
22193              From: Nicholas Clark <nick@ccl4.org>
22194              Date: Thu, 13 Dec 2001 17:09:39 +0000
22195              Message-ID: <20011213170939.L21702@plum.flirble.org>
22196      Branch: perl
22197            ! t/lib/1_compile.t
22198 ____________________________________________________________________________
22199 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
22200         Log: Subject: (LONG!) Sort benchmarks and patch
22201              From: "John P. Linderman" <jpl@research.att.com>
22202              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
22203              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
22204      Branch: perl
22205            ! pp_sort.c
22206 ____________________________________________________________________________
22207 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
22208         Log: Unadorned numbers evil.
22209      Branch: perl
22210            ! pp.c regcomp.c regexec.c utf8.c utf8.h
22211 ____________________________________________________________________________
22212 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
22213         Log: "preprocessing directive not recognized within macro arg"
22214      Branch: perl
22215            ! ext/Data/Dumper/Dumper.xs
22216 ____________________________________________________________________________
22217 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
22218         Log: Subject: Clarifying the documentation of goto            
22219              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
22220              Date: Thu, 13 Dec 2001 08:57:38 -0500
22221              Message-ID: <3C18BD8B@operamail.com>
22222      Branch: perl
22223            ! pod/perlfunc.pod
22224 ____________________________________________________________________________
22225 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
22226         Log: It could be possible for the case-insensitive
22227              Unicode-aware string comparison to wander off
22228              to the la-la land.
22229      Branch: perl
22230            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
22231            ! regexec.c utf8.c
22232 ____________________________________________________________________________
22233 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
22234         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
22235              From: Michael G Schwern <schwern@pobox.com> 
22236              Date: Wed, 12 Dec 2001 21:53:46 -0500
22237              Message-ID: <20011213025346.GH25129@blackrider>
22238      Branch: perl
22239            ! lib/Net/hostent.t t/op/stat.t t/test.pl
22240 ____________________________________________________________________________
22241 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
22242         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
22243              From: Michael G Schwern <schwern@pobox.com> 
22244              Date: Wed, 12 Dec 2001 20:33:42 -0500
22245              Message-ID: <20011213013342.GX25129@blackrider>
22246      Branch: perl
22247            ! t/io/fs.t
22248 ____________________________________________________________________________
22249 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
22250         Log: Subject: Re: [PATCH] use utf8; tests
22251              From: Nicholas Clark <nick@ccl4.org>
22252              Date: Thu, 13 Dec 2001 00:16:58 +0000
22253              Message-ID: <20011213001658.I21702@plum.flirble.org>
22254      Branch: perl
22255            ! lib/utf8.t
22256 ____________________________________________________________________________
22257 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
22258         Log: EPOC fixes from Olaf Flebbe.
22259      Branch: perl
22260            ! README.epoc epoc/config.sh epoc/createpkg.pl
22261            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
22262 ____________________________________________________________________________
22263 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
22264         Log: Subject: [PATCH perl@13661] VMS test fix-ups
22265              From: "Craig A. Berry" <craigberry@mac.com>
22266              Date: Wed, 12 Dec 2001 16:27:48 -0600
22267              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
22268      Branch: perl
22269            ! lib/Net/hostent.t t/io/fs.t
22270 ____________________________________________________________________________
22271 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
22272         Log: Subject: Re: Next cygwin round.
22273              From: "Gerrit P. Haase" <gp@familiehaase.de>
22274              Date: Wed, 12 Dec 2001 21:59:00 +0100
22275              Message-ID: <122343874595.20011212215900@familiehaase.de>
22276      Branch: perl
22277            ! t/io/fs.t
22278 ____________________________________________________________________________
22279 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
22280         Log: Subject: [PATCH] use utf8; tests
22281              From: Nicholas Clark <nick@ccl4.org>
22282              Date: Wed, 12 Dec 2001 20:07:04 +0000
22283              Message-ID: <20011212200704.E21702@plum.flirble.org>
22284      Branch: perl
22285            ! lib/utf8.t t/test.pl
22286 ____________________________________________________________________________
22287 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
22288         Log: Update Changes.
22289      Branch: perl
22290            ! Changes patchlevel.h
22291 ____________________________________________________________________________
22292 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
22293         Log: Subject: [PATCH] Passing in env to perl_parse did not work
22294              From: Gisle Aas <gisle@ActiveState.com>
22295              Date: 11 Dec 2001 20:52:57 -0800
22296              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
22297      Branch: perl
22298            ! perl.c perl.h
22299 ____________________________________________________________________________
22300 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
22301         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
22302              mostly gcc -Wall complaining about the argument of %p not
22303              being a void *.
22304      Branch: perl
22305            ! perlio.c regcomp.c taint.c toke.c
22306 ____________________________________________________________________________
22307 [ 13658] By: jhi                                   on 2001/12/12  14:09:09
22308         Log: metaconfig unit change for #13657.
22309      Branch: metaconfig
22310            ! U/modified/nis.U
22311 ____________________________________________________________________________
22312 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
22313         Log: Try YP/NIS also from /usr/lib/yp.
22314      Branch: perl
22315            ! Configure
22316 ____________________________________________________________________________
22317 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
22318         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
22319              From: Michael G Schwern <schwern@pobox.com>                
22320              Date: Wed, 12 Dec 2001 05:27:02 -0500      
22321              Message-ID: <20011212102702.GW17250@blackrider>
22322              
22323              (the op/grent part)
22324      Branch: perl
22325            ! t/op/grent.t
22326 ____________________________________________________________________________
22327 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
22328         Log: Weed out .files from ls and readdir() results.
22329      Branch: perl
22330            ! t/op/stat.t
22331 ____________________________________________________________________________
22332 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
22333         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
22334              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
22335              Date: Wed, 12 Dec 2001 10:52:21 +0100
22336              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
22337      Branch: perl
22338            ! lib/File/Find.pm
22339 ____________________________________________________________________________
22340 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
22341         Log: Subject: [PATCH] doio fatal on cygwin for 13651
22342              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
22343              Date: Wed, 12 Dec 2001 11:28:13 +0100      
22344              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
22345      Branch: perl
22346            ! doio.c
22347 ____________________________________________________________________________
22348 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
22349         Log: Get the whole line of ls, makes debugging easier
22350              (from Schwern)
22351      Branch: perl
22352            ! t/op/stat.t
22353 ____________________________________________________________________________
22354 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
22355         Log: rename() must be tested even without link()
22356              or the utime() and rename-directory tests fail.
22357              (Also got the BeOS utime atime/time the wrong way round.)
22358      Branch: perl
22359            ! t/io/fs.t
22360 ____________________________________________________________________________
22361 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
22362         Log: Now that the beos.c is compiled at the main level
22363              the header is in the beos/
22364      Branch: perl
22365            ! beos/beos.c
22366 ____________________________________________________________________________
22367 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
22368         Log: Must remember to require Socket.
22369      Branch: perl
22370            ! ext/Sys/Syslog/syslog.t
22371 ____________________________________________________________________________
22372 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
22373         Log: In BeOS Errno must resort to actual compilation
22374              and execution for some of the error constants.
22375      Branch: perl
22376            ! ext/Errno/Errno_pm.PL
22377 ____________________________________________________________________________
22378 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
22379         Log: BeOS still has no good sockets.
22380      Branch: perl
22381            ! ext/IO/lib/IO/t/io_sel.t
22382 ____________________________________________________________________________
22383 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
22384         Log: BeOS sockets are not true sockets.
22385      Branch: perl
22386            ! ext/IO/lib/IO/t/io_poll.t
22387 ____________________________________________________________________________
22388 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
22389         Log: No Socket, no Syslog.
22390      Branch: perl
22391            ! ext/Sys/Syslog/syslog.t
22392 ____________________________________________________________________________
22393 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
22394         Log: (On some platforms) missing truncate FH.
22395      Branch: perl
22396            ! pod/perltodo.pod
22397 ____________________________________________________________________________
22398 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
22399         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
22400              and vms would be muchly appreciated.
22401      Branch: perl
22402            ! t/io/fs.t
22403 ____________________________________________________________________________
22404 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
22405         Log: utime() updates only the mtime in BeOS. 
22406      Branch: perl
22407            ! pod/perlport.pod
22408 ____________________________________________________________________________
22409 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
22410         Log: No link(), no need to dSP.
22411      Branch: perl
22412            ! pp_sys.c
22413 ____________________________________________________________________________
22414 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
22415         Log: Missing argument.
22416      Branch: perl
22417            ! utf8.c
22418 ____________________________________________________________________________
22419 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
22420         Log: (1) To assume any setuid programs is silly.
22421              (2) Chaining tests with booleans means that some
22422              of them may not get run which means getting out
22423              of test count sync.
22424      Branch: perl
22425            ! t/op/stat.t
22426 ____________________________________________________________________________
22427 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
22428         Log: The beos.c needs to be in the main directory.
22429      Branch: perl
22430            ! hints/beos.sh
22431 ____________________________________________________________________________
22432 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
22433         Log: Detypo and rename.
22434      Branch: perl
22435            ! doio.c perl.h perlio.c perliol.h
22436 ____________________________________________________________________________
22437 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
22438         Log: This time I test compiled.  Honest.
22439      Branch: perl
22440            ! beos/beos.c
22441 ____________________________________________________________________________
22442 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
22443         Log: Subject: [PATCH] slightly more pack tests
22444              From: Nicholas Clark <nick@ccl4.org>
22445              Date: Tue, 11 Dec 2001 23:41:23 +0000
22446              Message-ID: <20011211234123.Y21702@plum.flirble.org>
22447      Branch: perl
22448            ! t/op/pack.t
22449 ____________________________________________________________________________
22450 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
22451         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
22452              From: "Craig A. Berry" <craigberry@mac.com>
22453              Date: Tue, 11 Dec 2001 16:39:13 -0600
22454              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
22455      Branch: perl
22456            ! configure.com
22457 ____________________________________________________________________________
22458 [ 13633] By: jhi                                   on 2001/12/11  21:48:57
22459         Log: metaconfig unit change for #13632.
22460      Branch: metaconfig/U/perl
22461            ! perlpath.U
22462 ____________________________________________________________________________
22463 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
22464         Log: Subject: $Config{perlpath} and -Dversiononly
22465              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
22466              Date: Tue, 11 Dec 2001 23:32:33 +0100
22467              Message-ID: <20011211233233.A11587@rafael>
22468      Branch: perl
22469            ! Configure
22470 ____________________________________________________________________________
22471 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
22472         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
22473              From: Nicholas Clark <nick@ccl4.org>
22474              Date: Tue, 11 Dec 2001 21:59:36 +0000
22475              Message-ID: <20011211215935.W21702@plum.flirble.org>
22476      Branch: perl
22477            ! t/op/pack.t
22478 ____________________________________________________________________________
22479 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
22480         Log: More UTF-8 API docs.
22481      Branch: perl
22482            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
22483 ____________________________________________________________________________
22484 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
22485         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
22486              From: Nicholas Clark <nick@ccl4.org>
22487              Date: Tue, 11 Dec 2001 20:08:59 +0000
22488              Message-ID: <20011211200859.S21702@plum.flirble.org>
22489      Branch: perl
22490            ! t/op/pack.t
22491 ____________________________________________________________________________
22492 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
22493         Log: Subject: Re: use utf8; with bad utf8
22494              From: Nicholas Clark <nick@ccl4.org>
22495              Date: Tue, 11 Dec 2001 19:49:21 +0000
22496              Message-ID: <20011211194921.R21702@plum.flirble.org>
22497      Branch: perl
22498            ! lib/utf8.t
22499 ____________________________________________________________________________
22500 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
22501         Log: Can't spell worth a dam.  (Try Three Gorges.)
22502      Branch: perl
22503            ! beos/beos.c
22504 ____________________________________________________________________________
22505 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
22506         Log: We need DWIM cpps.
22507      Branch: perl
22508            ! perlio.c
22509 ____________________________________________________________________________
22510 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
22511         Log: The unixish.h needs to be found and the waitpid wrapper
22512              could use a proto.
22513      Branch: perl
22514            ! beos/beosish.h
22515 ____________________________________________________________________________
22516 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
22517         Log: The BeOS waitpid() seems to be broken,
22518              have a wrapper for it.
22519      Branch: perl
22520            + beos/beos.c beos/beosish.h
22521            ! MANIFEST hints/beos.sh perl.h
22522 ____________________________________________________________________________
22523 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
22524         Log: Unlean the leaning tower of Babel.
22525      Branch: perl
22526            ! perl.h
22527 ____________________________________________________________________________
22528 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
22529         Log: Retract #13607 until we figure out what to do with autouse.
22530      Branch: perl
22531            ! lib/Carp.pm
22532 ____________________________________________________________________________
22533 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
22534         Log: Try to handle platforms that have O_TEXT != O_BINARY but
22535              which are not DOSish, BeOS being one of such platforms.
22536              Ideally this should be a Configure test, not a hardwired
22537              cpp symbol test... 
22538      Branch: perl
22539            ! doio.c perl.h perlio.c perliol.h
22540 ____________________________________________________________________________
22541 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
22542         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
22543              From: Jonathan Stowe <gellyfish@gellyfish.com>
22544              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
22545              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
22546      Branch: perl
22547            ! lib/Term/Cap.pm lib/Term/Cap.t
22548 ____________________________________________________________________________
22549 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
22550         Log: Subject: [patch perlio.c] test for NULL before derefencing
22551              From: Stas Bekman <stas@stason.org>
22552              Date: Tue, 11 Dec 2001 16:17:55 +0800
22553              Message-ID: <3C15C133.8@stason.org>
22554      Branch: perl
22555            ! perlio.c
22556 ____________________________________________________________________________
22557 [ 13618] By: jhi                                   on 2001/12/11  05:22:39
22558         Log: metaconfig unit change for #13617.
22559      Branch: metaconfig/U/perl
22560            ! Extensions.U
22561 ____________________________________________________________________________
22562 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
22563         Log: BeOS has socket() but not enough to build a working Socket.
22564              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
22565              new networking implementation, which is rumored to fix the
22566              non-standardness of sockets, but it's apparently not publicly
22567              available, and anything to do with BeOS has become quite
22568              complicated with the sale of the Be assets to Palm.)
22569      Branch: perl
22570            ! Configure
22571 ____________________________________________________________________________
22572 [ 13616] By: pudge                                 on 2001/12/11  05:11:44
22573         Log: Update changes
22574      Branch: maint-5.6/macperl
22575            ! macos/Changes
22576 ____________________________________________________________________________
22577 [ 13615] By: pudge                                 on 2001/12/11  05:09:34
22578         Log: Add extra pod to help
22579      Branch: maint-5.6/macperl
22580            ! macos/macperl/MacPerl.podhelp
22581 ____________________________________________________________________________
22582 [ 13614] By: pudge                                 on 2001/12/11  05:08:51
22583         Log: Return DoAppleScript errors in $@
22584      Branch: maint-5.6/macperl
22585            ! macos/ext/MacPerl/OSA.xs
22586 ____________________________________________________________________________
22587 [ 13613] By: pudge                                 on 2001/12/11  05:08:19
22588         Log: Clear out $^E before each script run
22589      Branch: maint-5.6/macperl
22590            ! macos/macperl/MPScript.c
22591 ____________________________________________________________________________
22592 [ 13612] By: pudge                                 on 2001/12/11  04:58:52
22593         Log: Integrate various changes from maint-5.6/perl/.
22594      Branch: maint-5.6/macperl
22595           !> op.c pp.c pp_hot.c t/io/pipe.t t/op/cmp.t t/op/misc.t
22596           !> t/op/system_tests util.c win32/perlhost.h win32/win32.c
22597 ____________________________________________________________________________
22598 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
22599         Log: Subject: Exporter's documentation shouldn't lie               
22600              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
22601              Date: Mon, 10 Dec 2001 21:30:20 -0500
22602              Message-ID: <3C4AA201@operamail.com>
22603      Branch: perl
22604            ! lib/Exporter.pm
22605 ____________________________________________________________________________
22606 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
22607         Log: Make Errno better in BeOS (the second hunk is
22608              good on any platform).  Still not working in BeOS
22609              are the E constants that refer BeOS native error
22610              constants (B_...) which are enums (*groan*).
22611      Branch: perl
22612            ! ext/Errno/Errno_pm.PL
22613 ____________________________________________________________________________
22614 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
22615         Log: The BeOS linker seems to link the last seen symbol,
22616              not the first (so the symbols of op.o from libperl.so
22617              would get linked to miniperl instead of the symbols of
22618              opmini.o)-- use the same trick as for NeXT4 for linking
22619              miniperl.
22620      Branch: perl
22621            ! Makefile.SH
22622 ____________________________________________________________________________
22623 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
22624         Log: Subject: Re: [PATCH] tests for hash assignment
22625              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
22626              Date: Tue, 11 Dec 2001 01:48:55 +0000
22627              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
22628      Branch: perl
22629            ! utf8.c
22630 ____________________________________________________________________________
22631 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
22632         Log: (retracted by #13622)
22633              
22634              Subject: RE: More verbose POD for Carp
22635              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
22636              Date: Mon, 10 Dec 2001 20:23:20 -0500
22637              Message-ID: <3C4A3566@operamail.com>
22638      Branch: perl
22639            ! lib/Carp.pm
22640 ____________________________________________________________________________
22641 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
22642         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
22643              From: "Craig A. Berry" <craigberry@mac.com>
22644              Date: Mon, 10 Dec 2001 18:25:37 -0600
22645              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
22646      Branch: perl
22647            ! t/op/write.t t/test.pl
22648 ____________________________________________________________________________
22649 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
22650         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
22651              From: Michael G Schwern <schwern@pobox.com>
22652              Date: Mon, 10 Dec 2001 08:00:01 -0500
22653              Message-ID: <20011210130000.GK1770@blackrider>
22654      Branch: perl
22655            ! t/comp/multiline.t
22656 ____________________________________________________________________________
22657 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
22658         Log: Subject: Re: [PATCH] tests for hash assignment
22659              From: Nicholas Clark <nick@ccl4.org>
22660              Date: Mon, 10 Dec 2001 23:22:28 +0000
22661              Message-ID: <20011210232228.M21702@plum.flirble.org>
22662      Branch: perl
22663            + t/op/hashassign.t
22664            ! MANIFEST t/op/each.t t/test.pl
22665 ____________________________________________________________________________
22666 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
22667         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
22668              From: "Craig A. Berry" <craigberry@mac.com>
22669              Date: Mon, 10 Dec 2001 16:38:14 -0600
22670              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
22671      Branch: perl
22672            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
22673 ____________________________________________________________________________
22674 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
22675         Log: Subject: [PATCH perl@13600] configure.com fixes
22676              From: "Craig A. Berry" <craigberry@mac.com>
22677              Date: Mon, 10 Dec 2001 14:40:20 -0600
22678              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
22679      Branch: perl
22680            ! configure.com
22681 ____________________________________________________________________________
22682 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
22683         Log: Silence BeOS compilation moaning.
22684      Branch: perl
22685            ! perl.h
22686 ____________________________________________________________________________
22687 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
22688         Log: Update Changes.
22689      Branch: perl
22690            ! Changes patchlevel.h
22691 ____________________________________________________________________________
22692 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
22693         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
22694              From: Michael G Schwern <schwern@pobox.com>
22695              Date: Mon, 10 Dec 2001 01:21:03 -0500
22696              Message-ID: <20011210062103.GC1770@blackrider>
22697      Branch: perl
22698            ! lib/ExtUtils/Command.t
22699 ____________________________________________________________________________
22700 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
22701         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
22702              From: Michael G Schwern <schwern@pobox.com>
22703              Date: Mon, 10 Dec 2001 01:10:57 -0500
22704              Message-ID: <20011210061057.GB1770@blackrider>
22705      Branch: perl
22706            ! t/op/groups.t
22707 ____________________________________________________________________________
22708 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
22709         Log: Retract #13596, #13593 should do the trick.
22710      Branch: perl
22711            ! t/op/stat.t
22712 ____________________________________________________________________________
22713 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
22714         Log: (retracted by #13597, #13593 does the job better)
22715              
22716              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
22717              From: Michael G Schwern <schwern@pobox.com>
22718              Date: Mon, 10 Dec 2001 00:53:16 -0500
22719              Message-ID: <20011210055316.GA1770@blackrider>
22720      Branch: perl
22721            ! t/op/stat.t
22722 ____________________________________________________________________________
22723 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
22724         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
22725              From: Michael G Schwern <schwern@pobox.com> 
22726              Date: Mon, 10 Dec 2001 02:19:14 -0500
22727              Message-ID: <20011210071914.GF1770@blackrider>
22728      Branch: perl
22729            ! lib/AutoSplit.t
22730 ____________________________________________________________________________
22731 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
22732         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
22733              From: Michael G Schwern <schwern@pobox.com>
22734              Date: Mon, 10 Dec 2001 02:47:40 -0500
22735              Message-ID: <20011210074739.GH1770@blackrider>
22736      Branch: perl
22737            ! t/op/pack.t
22738 ____________________________________________________________________________
22739 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
22740         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
22741              From: Michael G Schwern <schwern@pobox.com>
22742              Date: Mon, 10 Dec 2001 02:54:22 -0500
22743              Message-ID: <20011210075422.GI1770@blackrider>
22744      Branch: perl
22745            ! t/test.pl
22746 ____________________________________________________________________________
22747 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
22748         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
22749              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
22750              Date: Mon, 10 Dec 2001 08:45:20 +0100
22751              Message-ID: <3C146810.60B5B7C0@alcatel.at>
22752      Branch: perl
22753            ! pp_pack.c
22754 ____________________________________________________________________________
22755 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
22756         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
22757              From: Michael G Schwern <schwern@pobox.com>
22758              Date: Mon, 10 Dec 2001 03:27:02 -0500
22759              Message-ID: <20011210082702.GN1770@blackrider>
22760      Branch: perl
22761            ! t/io/openpid.t
22762 ____________________________________________________________________________
22763 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
22764         Log: More chmod +w.
22765      Branch: perl
22766            ! Porting/makerel
22767 ____________________________________________________________________________
22768 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
22769         Log: Just skip the readability test if running as root.
22770      Branch: perl
22771            ! lib/Net/t/netrc.t
22772 ____________________________________________________________________________
22773 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
22774         Log: Tell about the downside of safe signals.
22775      Branch: perl
22776            ! pod/perldelta.pod
22777 ____________________________________________________________________________
22778 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
22779         Log: Make the whole -lperl thing NetBSD only until we
22780              find some other platform that needs the same.
22781      Branch: perl
22782            ! lib/ExtUtils/MM_Unix.pm
22783 ____________________________________________________________________________
22784 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
22785         Log: Subject: [PATCH t/op/pack.t] Cleanup
22786              From: Michael G Schwern <schwern@pobox.com> 
22787              Date: Sun, 9 Dec 2001 23:08:26 -0500
22788              Message-ID: <20011210040826.GD660@blackrider>
22789      Branch: perl
22790            ! t/op/pack.t
22791 ____________________________________________________________________________
22792 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
22793         Log: Add threads support for NetBSD.
22794              
22795              This is also the first (I think) Perl threads build with
22796              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
22797              NetBSD does not as of yet have true kernel POSIX threads,
22798              but the user-level pth seems to be doing pretty well--
22799              the only failure is that threads/t/basic okays 6 and 7
22800              consistently seem be arriving in the reverse order.
22801              Well, gdbm.t is also failing: 'Undefined PLT symbol
22802              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
22803              guessing that GDBM would need a threaded rebuild.
22804      Branch: perl
22805            ! hints/netbsd.sh
22806 ____________________________________________________________________________
22807 [ 13584] By: gsar                                  on 2001/12/10  02:04:58
22808         Log: restrict change#13474 to eval"" CVs instead of any CV (avoids
22809              potential performance hit and change in semantics of closure
22810              lookups after C<undef &foo>)
22811      Branch: maint-5.6/perl
22812            ! op.c
22813 ____________________________________________________________________________
22814 [ 13583] By: jhi                                   on 2001/12/10  02:01:49
22815         Log: metaconfig unit change for #13582.
22816      Branch: metaconfig
22817            ! U/threads/usethreads.U
22818 ____________________________________________________________________________
22819 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
22820         Log: Update the ithreads selection info in Configure,
22821              as suggested by Michael Schwern.
22822      Branch: perl
22823            ! Configure
22824 ____________________________________________________________________________
22825 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
22826         Log: Clearing locale environment simply doesn't seem to
22827              guarantee that (nl_)langinfo(CODESET) would return nil.
22828              (I for example get "ISO8859-1", so <guess>maybe there can
22829              be per-system default settings at work</guess>.)
22830      Branch: perl
22831            ! lib/open.t
22832 ____________________________________________________________________________
22833 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
22834         Log: Subject: RE: Exporter fixes reversed in 13540?
22835              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
22836              Date: Sun, 9 Dec 2001 12:55:15 -0500
22837              Message-ID: <3C13F455@operamail.com>
22838      Branch: perl
22839            ! lib/open.pm
22840 ____________________________________________________________________________
22841 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
22842         Log: Root is the lizard king.
22843      Branch: perl
22844            ! lib/Net/t/netrc.t
22845 ____________________________________________________________________________
22846 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
22847         Log: Telling how many tests we are expecting helps.
22848      Branch: perl
22849            ! ext/POSIX/t/waitpid.t
22850 ____________________________________________________________________________
22851 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
22852         Log: Add a test case for waitpid(): from Rocco Caputo.
22853      Branch: perl
22854            + ext/POSIX/t/waitpid.t
22855            ! MANIFEST
22856 ____________________________________________________________________________
22857 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
22858         Log: Subject: [PATCH] Term::ReadLine tweaks and test
22859              From: Richard Clamp <richardc@unixbeard.net>
22860              Date: Mon, 10 Dec 2001 00:51:47 +0000
22861              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
22862      Branch: perl
22863            + lib/Term/ReadLine.t
22864            ! MANIFEST lib/Term/ReadLine.pm
22865 ____________________________________________________________________________
22866 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
22867         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
22868              From: Rocco Caputo <troc@netrus.net>
22869              Date: Sun, 9 Dec 2001 18:12:38 -0500
22870              Message-ID: <20011209181238.A803@eyrie.homenet>
22871      Branch: perl
22872            ! win32/win32.c
22873 ____________________________________________________________________________
22874 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
22875         Log: make sure that va_start() has matching va_end();
22876              from OpenBSD 3.0.
22877      Branch: perl
22878            ! x2p/util.c
22879 ____________________________________________________________________________
22880 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
22881         Log: h2ph updates from OpenBSD 3.0.
22882      Branch: perl
22883            ! utils/h2ph.PL
22884 ____________________________________________________________________________
22885 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
22886         Log: OpenBSD hints update from OpenBSD 3.0.
22887      Branch: perl
22888            ! hints/openbsd.sh
22889 ____________________________________________________________________________
22890 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
22891         Log: DJGPP tweaks from Laszlo Molnar.
22892      Branch: perl
22893            ! djgpp/config.over lib/File/Find/t/find.t
22894            ! lib/File/Find/t/taint.t t/pod/find.t
22895 ____________________________________________________________________________
22896 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
22897         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
22898              From: Michael G Schwern <schwern@pobox.com> 
22899              Date: Sun, 9 Dec 2001 19:28:12 -0500
22900              Message-ID: <20011210002812.GF13586@blackrider>
22901      Branch: perl
22902            ! README.cygwin
22903 ____________________________________________________________________________
22904 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
22905         Log: README.cygwin update from Gerrit P. Haase.
22906      Branch: perl
22907            ! README.cygwin
22908 ____________________________________________________________________________
22909 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
22910         Log: Apply NetBSD patch-ag: shared/static linking,
22911              but make the change less intrusive on non-NetBSD.
22912      Branch: perl
22913            ! lib/ExtUtils/MM_Unix.pm
22914 ____________________________________________________________________________
22915 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
22916         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
22917      Branch: perl
22918            ! lib/ExtUtils/Liblist.pm
22919 ____________________________________________________________________________
22920 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
22921         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
22922      Branch: perl
22923            ! regcomp.c
22924 ____________________________________________________________________________
22925 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
22926         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
22927      Branch: perl
22928            ! pp.c
22929 ____________________________________________________________________________
22930 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
22931         Log: Apply NetBSD patch-ac.
22932              (the fix has already been done: change #9706, fully qualified
22933              pathnames in packlists)
22934      Branch: perl
22935            ! lib/ExtUtils/Install.pm
22936 ____________________________________________________________________________
22937 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
22938         Log: Apply NetBSD patch-ab: NetBSD hints update.
22939      Branch: perl
22940            ! hints/netbsd.sh
22941 ____________________________________________________________________________
22942 [ 13562] By: jhi                                   on 2001/12/09  20:31:38
22943         Log: metaconfig unit changes for #13560.
22944      Branch: metaconfig/U/perl
22945            ! dlsrc.U i_ieeefp.U libperl.U
22946 ____________________________________________________________________________
22947 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
22948         Log: NetBSD has <ieeefp.h> but hidden.
22949      Branch: perl
22950            ! hints/netbsd.sh
22951 ____________________________________________________________________________
22952 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
22953         Log: Implement NetBSD patch-aa.
22954      Branch: perl
22955            ! Configure
22956 ____________________________________________________________________________
22957 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
22958         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
22959              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
22960              Date: Sun, 09 Dec 2001 13:40:58 +0100
22961              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
22962              
22963              (The lstat()s were there in 5.6.1: what happened to them?)
22964      Branch: perl
22965            ! lib/File/Find.pm
22966 ____________________________________________________________________________
22967 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
22968         Log: Quickie documentation of the C UTF-8 API.
22969      Branch: perl
22970            ! pod/perlunicode.pod
22971 ____________________________________________________________________________
22972 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
22973         Log: Subject: bleadperl on cygwin weirdness...
22974              From: "Gerrit P. Haase" <gp@familiehaase.de>
22975              Date: Sun, 9 Dec 2001 20:31:28 +0100
22976              Message-ID: <13779422183.20011209203128@familiehaase.de>          
22977              
22978              (plus libperl*.dll version portability tweaks)
22979      Branch: perl
22980            ! lib/ExtUtils/Embed.t
22981 ____________________________________________________________________________
22982 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
22983         Log: Instead of muting symbol export error if under eval,
22984              delay the errors until the croak().
22985              
22986              (replaces #13408)
22987      Branch: perl
22988            ! lib/Exporter/Heavy.pm
22989 ____________________________________________________________________________
22990 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
22991         Log: Basegroup 0 is a cygwin_nt thing.
22992      Branch: perl
22993            ! t/op/groups.t
22994 ____________________________________________________________________________
22995 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
22996         Log: Also WinME is LoseLink.
22997      Branch: perl
22998            ! t/op/stat.t
22999 ____________________________________________________________________________
23000 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
23001         Log: Forgotten checkin.
23002      Branch: perl
23003            ! lib/User/grent.t
23004 ____________________________________________________________________________
23005 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
23006         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
23007              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
23008              Date: Sun, 09 Dec 2001 13:45:06 +0100
23009              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
23010      Branch: perl
23011            ! lib/File/Find.pm
23012 ____________________________________________________________________________
23013 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
23014         Log: Tweakback.
23015      Branch: perl
23016            ! lib/Net/hostent.t
23017 ____________________________________________________________________________
23018 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
23019         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
23020              From: Michael G Schwern <schwern@pobox.com>
23021              Date: Sat, 8 Dec 2001 14:48:38 -0500
23022              Message-ID: <20011208194838.GA8650@blackrider>
23023      Branch: perl
23024            ! t/op/grent.t
23025 ____________________________________________________________________________
23026 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
23027         Log: Subject: [README.cygwin] Removing old expected test failures
23028              From: Michael G Schwern <schwern@pobox.com>
23029              Date: Sat, 8 Dec 2001 15:38:28 -0500
23030              Message-ID: <20011208203828.GB9017@blackrider>
23031      Branch: perl
23032            ! README.cygwin
23033 ____________________________________________________________________________
23034 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
23035         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
23036              From: Michael G Schwern <schwern@pobox.com>                
23037              Date: Sat, 8 Dec 2001 15:26:59 -0500
23038              Message-ID: <20011208202659.GA9017@blackrider> 
23039      Branch: perl
23040            ! lib/Net/hostent.t
23041 ____________________________________________________________________________
23042 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
23043         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
23044              From: Michael G Schwern <schwern@pobox.com> 
23045              Date: Sat, 8 Dec 2001 15:06:16 -0500
23046              Message-ID: <20011208200616.GA8915@blackrider>
23047      Branch: perl
23048            ! t/op/stat.t
23049 ____________________________________________________________________________
23050 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
23051         Log: Developer deprecations and an incompatibility.
23052      Branch: perl
23053            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
23054 ____________________________________________________________________________
23055 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
23056         Log: Shoo.
23057      Branch: perl
23058            - lib/Attribute/Handlers.pm
23059 ____________________________________________________________________________
23060 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
23061         Log: Remove Attribute::Handlers, as per Damian's request.
23062              (Because of fixing the my variables to be now handled
23063              in run-time, the whole internals of the A::H needs to
23064              be rewritten and Damian will not have time for that
23065              for months.)
23066      Branch: perl
23067            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23068            - lib/Attribute/Handlers/demo/Demo.pm
23069            - lib/Attribute/Handlers/demo/Descriptions.pm
23070            - lib/Attribute/Handlers/demo/MyClass.pm
23071            - lib/Attribute/Handlers/demo/demo.pl
23072            - lib/Attribute/Handlers/demo/demo2.pl
23073            - lib/Attribute/Handlers/demo/demo3.pl
23074            - lib/Attribute/Handlers/demo/demo4.pl
23075            - lib/Attribute/Handlers/demo/demo_call.pl
23076            - lib/Attribute/Handlers/demo/demo_chain.pl
23077            - lib/Attribute/Handlers/demo/demo_cycle.pl
23078            - lib/Attribute/Handlers/demo/demo_hashdir.pl
23079            - lib/Attribute/Handlers/demo/demo_phases.pl
23080            - lib/Attribute/Handlers/demo/demo_range.pl
23081            - lib/Attribute/Handlers/demo/demo_rawdata.pl
23082            - lib/Attribute/Handlers/t/multi.t
23083            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
23084            ! pod/perlmodlib.pod pod/perltoc.pod
23085 ____________________________________________________________________________
23086 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
23087         Log: Subject: Re: attributes are broken
23088              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23089              Date: Sun, 09 Dec 2001 00:09:23 -0500
23090              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
23091      Branch: perl
23092            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
23093            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
23094            ! xsutils.c
23095 ____________________________________________________________________________
23096 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
23097         Log: Forgotten checkin.
23098      Branch: perl
23099            ! lib/Pod/Text.pm
23100 ____________________________________________________________________________
23101 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
23102         Log: uconfig.h update.
23103      Branch: perl
23104            ! uconfig.h
23105 ____________________________________________________________________________
23106 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
23107         Log: Update Changes.
23108      Branch: perl
23109            ! Changes patchlevel.h
23110 ____________________________________________________________________________
23111 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
23112         Log: Note that some of the Unicode features are
23113              dependent on perlio.
23114      Branch: perl
23115            ! pod/perluniintro.pod
23116 ____________________________________________________________________________
23117 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
23118         Log: Regen perlapi, regen toc.
23119      Branch: perl
23120            ! pod/perlapi.pod pod/perltoc.pod
23121 ____________________________________________________________________________
23122 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
23123         Log: FAQ sync.
23124      Branch: perl
23125            ! pod/perlfaq4.pod pod/perlfaq6.pod
23126 ____________________________________________________________________________
23127 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
23128         Log: Subject: [PATCH] Fix odd language in an sv.c comment
23129              From: coral@eekeek.org
23130              Date: Sat, 8 Dec 2001 12:19:39 -0500
23131              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
23132      Branch: perl
23133            ! sv.c
23134 ____________________________________________________________________________
23135 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
23136         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
23137              From: Michael G Schwern <schwern@pobox.com>
23138              Date: Fri, 7 Dec 2001 20:03:45 -0500
23139              Message-ID: <20011208010345.GD642@blackrider>
23140              
23141              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
23142              From: Michael G Schwern <schwern@pobox.com>
23143              Date: Fri, 7 Dec 2001 20:13:54 -0500
23144              Message-ID: <20011208011354.GE642@blackrider>
23145              
23146              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
23147              From: Michael G Schwern <schwern@pobox.com>
23148              Date: Fri, 7 Dec 2001 21:47:36 -0500
23149              Message-ID: <20011208024736.GH642@blackrider>
23150              
23151              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
23152              From: Michael G Schwern <schwern@pobox.com>
23153              Date: Fri, 7 Dec 2001 23:09:43 -0500
23154              Message-ID: <20011208040943.GK642@blackrider>
23155              
23156              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
23157              Message-Id: <a05101004b83754903506@[172.16.52.1]>
23158              Date: Fri, 7 Dec 2001 23:28:15 -0600
23159              From: "Craig A. Berry" <craigberry@mac.com>
23160      Branch: perl
23161            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
23162 ____________________________________________________________________________
23163 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
23164         Log: Integrate perlio.
23165      Branch: perl
23166           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
23167           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
23168 ____________________________________________________________________________
23169 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
23170         Log: Retract #11156 since Sarathy has found that it breaks code:
23171              http://bugs.ActiveState.com/show_bug.cgi?id=18457
23172              http://bugs.ActiveState.com/show_bug.cgi?id=18858
23173      Branch: perl
23174            ! op.c sv.c t/op/pos.t
23175 ____________________________________________________________________________
23176 [ 13532] By: nick                                  on 2001/12/08  14:11:12
23177         Log: Integrate mainline
23178      Branch: perlio
23179           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
23180           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
23181 ____________________________________________________________________________
23182 [ 13531] By: nick                                  on 2001/12/08  13:48:21
23183         Log: Tweak multi-arg open error messages
23184      Branch: perlio
23185            ! perlio.c
23186 ____________________________________________________________________________
23187 [ 13530] By: nick                                  on 2001/12/08  10:20:06
23188         Log: Allow multi-arg open() if opening layer declares this legal.
23189      Branch: perlio
23190            ! doio.c perlio.c perliol.h
23191 ____________________________________________________________________________
23192 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
23193         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
23194              From: Michael G Schwern <schwern@pobox.com>       
23195              Date: Fri, 7 Dec 2001 19:41:31 -0500
23196              Message-ID: <20011208004131.GC642@blackrider>
23197      Branch: perl
23198            ! t/run/switches.t t/test.pl
23199 ____________________________________________________________________________
23200 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
23201         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
23202              From: Michael G Schwern <schwern@pobox.com>       
23203              Date: Fri, 7 Dec 2001 19:12:44 -0500
23204              Message-ID: <20011208001244.GB642@blackrider>
23205      Branch: perl
23206            ! t/op/stat.t
23207 ____________________________________________________________________________
23208 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
23209         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
23210              From: Michael G Schwern <schwern@pobox.com>
23211              Date: Fri, 7 Dec 2001 17:28:57 -0500
23212              Message-ID: <20011207222857.GI23210@blackrider>
23213      Branch: perl
23214            ! t/op/magic.t
23215 ____________________________________________________________________________
23216 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
23217         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
23218      Branch: perl
23219            ! t/test.pl
23220 ____________________________________________________________________________
23221 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
23222         Log: which_perl: delay as much a possible till runtime.
23223      Branch: perl
23224            ! t/test.pl
23225 ____________________________________________________________________________
23226 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
23227         Log: Further tweakage to which_perl().
23228      Branch: perl
23229            ! t/test.pl
23230 ____________________________________________________________________________
23231 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
23232         Log: perluniintro tweaks.
23233      Branch: perl
23234            ! pod/perluniintro.pod
23235 ____________________________________________________________________________
23236 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
23237         Log: Tweak the $Perl computation.
23238      Branch: perl
23239            ! t/test.pl
23240 ____________________________________________________________________________
23241 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
23242         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
23243              From: Nicholas Clark <nick@ccl4.org>
23244              Date: Fri, 7 Dec 2001 17:06:56 +0000
23245              Message-ID: <20011207170656.G21702@plum.flirble.org>
23246      Branch: perl
23247            ! doop.c t/op/chop.t
23248 ____________________________________________________________________________
23249 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
23250         Log: Update Changes.
23251      Branch: perl
23252            ! Changes patchlevel.h
23253 ____________________________________________________________________________
23254 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
23255         Log: Missing ).
23256      Branch: perl
23257            ! t/test.pl
23258 ____________________________________________________________________________
23259 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
23260         Log: Allow several arguments to display().
23261      Branch: perl
23262            ! t/test.pl
23263 ____________________________________________________________________________
23264 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
23265         Log: /dev/stdout could be either a character special file
23266              or a named pipe, so let's pretend it doesn't exist.
23267      Branch: perl
23268            ! t/op/stat.t
23269 ____________________________________________________________________________
23270 [ 13516] By: nick                                  on 2001/12/07  15:09:23
23271         Log: Integrate again - can I catch up ?
23272      Branch: perlio
23273           !> t/test.pl
23274 ____________________________________________________________________________
23275 [ 13515] By: nick                                  on 2001/12/07  15:08:17
23276         Log: Integrate mainline some more
23277      Branch: perlio
23278           !> README.hpux hints/linux.sh pod/perlfunc.pod
23279 ____________________________________________________________________________
23280 [ 13514] By: nick                                  on 2001/12/07  15:07:15
23281         Log: Integrate mainline
23282      Branch: perlio
23283           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
23284           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
23285           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
23286           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
23287           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
23288           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
23289           +> t/lib/Math/BigInt/BareCalc.pm
23290            - ext/Devel/PPPort/harness/Harness.pm
23291            - ext/Devel/PPPort/harness/Harness.xs
23292            - ext/Devel/PPPort/harness/Makefile.PL
23293            - ext/Devel/PPPort/harness/module2.c
23294            - ext/Devel/PPPort/harness/module3.c
23295            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
23296            - lib/File/Spec/Functions.t
23297           !> (integrate 103 files)
23298 ____________________________________________________________________________
23299 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
23300         Log: Add display() for displaying icky scalars.
23301      Branch: perl
23302            ! t/test.pl
23303 ____________________________________________________________________________
23304 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
23305         Log: Subject: [ID 20011207.001] documentation bug for waitpid
23306              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
23307              Date: Fri, 7 Dec 2001 12:44:56 +0100
23308              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
23309      Branch: perl
23310            ! pod/perlfunc.pod
23311 ____________________________________________________________________________
23312 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
23313         Log: gcc version matching didn't.
23314      Branch: perl
23315            ! hints/linux.sh
23316 ____________________________________________________________________________
23317 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
23318         Log: Subject: HP renamed their servers              
23319              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23320              Date: Fri, 07 Dec 2001 12:07:22 +0100
23321              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
23322      Branch: perl
23323            ! README.hpux
23324 ____________________________________________________________________________
23325 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
23326         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
23327              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
23328              Date: Fri, 7 Dec 2001 00:24:55 -0500
23329              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
23330      Branch: perl
23331            ! pod/perlport.pod
23332 ____________________________________________________________________________
23333 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
23334         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
23335              From: Michael G Schwern <schwern@pobox.com> 
23336              Date: Thu, 6 Dec 2001 22:56:34 -0500
23337              Message-ID: <20011207035634.GO22648@blackrider>
23338      Branch: perl
23339            ! t/base/lex.t t/op/exec.t
23340 ____________________________________________________________________________
23341 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
23342         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
23343              From: Michael G Schwern <schwern@pobox.com>
23344              Date: Thu, 6 Dec 2001 22:45:44 -0500
23345              Message-ID: <20011207034544.GN22648@blackrider>
23346              
23347              (plus op/ref tweak)
23348      Branch: perl
23349            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
23350            ! t/run/kill_perl.t t/test.pl
23351 ____________________________________________________________________________
23352 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
23353         Log: Upgrade to Math::BigInt 1.48.
23354      Branch: perl
23355            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
23356            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23357            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
23358            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
23359            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
23360            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
23361            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
23362 ____________________________________________________________________________
23363 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
23364         Log: Mention also perl56delta in case someone is upgrading from
23365              Perl 5.005_03.
23366      Branch: perl
23367            ! pod/perldelta.pod
23368 ____________________________________________________________________________
23369 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
23370         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23371              From: Michael G Schwern <schwern@pobox.com>
23372              Date: Thu, 6 Dec 2001 15:15:28 -0500
23373              Message-ID: <20011206201528.GF16414@blackrider>
23374              
23375              (just the term.t, not the lex.t)
23376              
23377              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
23378              From: Michael G Schwern <schwern@pobox.com>
23379              Date: Thu, 6 Dec 2001 15:22:22 -0500
23380              Message-ID: <20011206202222.GG16414@blackrider>
23381              
23382              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
23383              From: Michael G Schwern <schwern@pobox.com>
23384              Date: Thu, 6 Dec 2001 15:31:58 -0500
23385              Message-ID: <20011206203158.GI16414@blackrider>
23386              
23387              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
23388              From: Michael G Schwern <schwern@pobox.com>
23389              Date: Thu, 6 Dec 2001 17:38:55 -0500
23390              Message-ID: <20011206223855.GC22648@blackrider>
23391      Branch: perl
23392            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
23393            ! t/test.pl
23394 ____________________________________________________________________________
23395 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
23396         Log: Update the thr5005 situation.
23397      Branch: perl
23398            ! pod/perldelta.pod
23399 ____________________________________________________________________________
23400 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
23401         Log: perldelta borrowings from perl561delta.
23402      Branch: perl
23403            ! pod/perldelta.pod
23404 ____________________________________________________________________________
23405 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
23406         Log: Add the 5.6.1 perldelta as perl561delta.
23407              (Makes it easier to steal stuff for perldelta :-)
23408      Branch: perl
23409            + pod/perl561delta.pod
23410            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23411 ____________________________________________________________________________
23412 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
23413         Log: Retract #13496 for now.
23414      Branch: perl
23415            ! t/base/lex.t t/base/term.t
23416 ____________________________________________________________________________
23417 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
23418         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
23419              From: "Craig A. Berry" <craigberry@mac.com>
23420              Date: Thu, 6 Dec 2001 14:54:36 -0600
23421              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
23422      Branch: perl
23423            ! vms/ext/filespec.t
23424 ____________________________________________________________________________
23425 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
23426         Log: (retracted by #13499)
23427              
23428              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
23429              From: Michael G Schwern <schwern@pobox.com>
23430              Date: Thu, 6 Dec 2001 15:15:28 -0500
23431              Message-ID: <20011206201528.GF16414@blackrider>
23432      Branch: perl
23433            ! t/base/lex.t t/base/term.t
23434 ____________________________________________________________________________
23435 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
23436         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
23437              From: Michael G Schwern <schwern@pobox.com>
23438              Date: Thu, 6 Dec 2001 13:54:48 -0500
23439              Message-ID: <20011206185448.GC16414@blackrider>
23440      Branch: perl
23441            ! t/op/stat.t
23442 ____________________________________________________________________________
23443 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
23444         Log: The #4 has nothing to do with Unicode.
23445      Branch: perl
23446            ! t/op/tr.t
23447 ____________________________________________________________________________
23448 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
23449         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
23450              From: Michael G Schwern <schwern@pobox.com>
23451              Date: Thu, 6 Dec 2001 13:45:48 -0500
23452              Message-ID: <20011206184548.GB16414@blackrider>
23453      Branch: perl
23454            ! t/op/tr.t
23455 ____________________________________________________________________________
23456 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
23457         Log: Update Changes.
23458      Branch: perl
23459            ! Changes patchlevel.h
23460 ____________________________________________________________________________
23461 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
23462         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
23463              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23464              Date: Thu, 6 Dec 2001 11:41:25 EST
23465              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
23466      Branch: perl
23467            ! vms/vms.c vms/vmsish.h
23468 ____________________________________________________________________________
23469 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
23470         Log: Subject: [PATCH] Re: weirdness in regexps
23471              From: Robin Houston <robin@kitsite.com> 
23472              Date: Thu, 6 Dec 2001 14:44:01 +0000
23473              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
23474      Branch: perl
23475            ! op.c t/lib/strict/subs
23476 ____________________________________________________________________________
23477 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
23478         Log: Make the -b -c -S tests count all of the /dev, not just
23479              check the first one, as suggested by Benjamin Goldberg.
23480      Branch: perl
23481            ! t/op/stat.t
23482 ____________________________________________________________________________
23483 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
23484         Log: Subject: Re: [PATCH: bleadperl] casefold backref
23485              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23486              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
23487              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
23488      Branch: perl
23489            ! regexec.c
23490 ____________________________________________________________________________
23491 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
23492         Log: Nits noticed by Philip Newton, and de-tab DB.t.
23493      Branch: perl
23494            ! lib/DB.t
23495 ____________________________________________________________________________
23496 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
23497         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
23498              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
23499              Date: 6 Dec 2001 11:06:01 -0000
23500              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
23501      Branch: perl
23502            ! op.c t/op/tr.t
23503 ____________________________________________________________________________
23504 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
23505         Log: Subject: [PATCH: bleadperl] casefold backref
23506              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
23507              Date: Wed, 05 Dec 2001 17:27:05 +0000
23508              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
23509      Branch: perl
23510            ! regexec.c t/op/re_tests
23511 ____________________________________________________________________________
23512 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
23513         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
23514              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23515              Date: Wed, 5 Dec 2001 22:34:53 EST
23516              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
23517      Branch: perl
23518            ! mg.c vms/vms.c vms/vmsish.h
23519 ____________________________________________________________________________
23520 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
23521         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
23522              From: Michael G Schwern <schwern@pobox.com>
23523              Date: Wed, 5 Dec 2001 19:52:58 -0500
23524              Message-ID: <20011205195257.A903@blackrider>
23525      Branch: perl
23526            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
23527            + lib/File/Spec/t/rel2abs2rel.t
23528            - lib/File/Spec.t lib/File/Spec/Functions.t
23529            ! MANIFEST
23530 ____________________________________________________________________________
23531 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
23532         Log: Subject: Re: Silly stat() portability questions                
23533              From: Benjamin Goldberg <goldbb2@earthlink.net>
23534              Date: Wed, 05 Dec 2001 22:52:35 -0500
23535              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
23536      Branch: perl
23537            ! pod/perlport.pod
23538 ____________________________________________________________________________
23539 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
23540         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
23541              From: "Craig A. Berry" <craigberry@mac.com>
23542              Date: Wed, 05 Dec 2001 16:41:59 -0600
23543              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
23544      Branch: perl
23545            ! README.vms configure.com lib/File/Spec/VMS.pm
23546            ! vms/ext/filespec.t
23547 ____________________________________________________________________________
23548 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
23549         Log: $apply->('club', $glibc_maintainers);
23550              
23551              (Nick Clark just reported that <langinfo.h> YESSTR
23552              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
23553      Branch: perl
23554            ! ext/I18N/Langinfo/Langinfo.t
23555 ____________________________________________________________________________
23556 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
23557         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
23558      Branch: perl
23559            ! pod/perlport.pod
23560 ____________________________________________________________________________
23561 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
23562         Log: tweak change#13474 (pad entries can apparently be null in some
23563              situations)
23564      Branch: maint-5.6/perl
23565            ! op.c
23566 ____________________________________________________________________________
23567 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
23568         Log: Restore the /dev -b -c -S part of the test.
23569      Branch: perl
23570            ! t/op/stat.t
23571 ____________________________________________________________________________
23572 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
23573         Log: Retract #13475 until Arthur gets back to the mine.
23574      Branch: perl
23575            ! op.c t/run/kill_perl.t
23576 ____________________________________________________________________________
23577 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
23578         Log: (retracted by #13476)
23579              
23580              Manually apply #13474; fixes stale reference to dead
23581              CvOUTSIDE(); this can happen when anonymous subroutines
23582              that aren't closures are returned from an eval""
23583              
23584              (threads/shared/sv_refs.t is coredump-unhappy about this change)
23585      Branch: perl
23586            ! op.c t/run/kill_perl.t
23587 ____________________________________________________________________________
23588 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
23589         Log: replacement for change#10451
23590              
23591              fixes stale reference to dead CvOUTSIDE(); this can happen when
23592              anonymous subroutines that aren't closures are returned from an
23593              eval""
23594      Branch: maint-5.6/perl
23595            ! op.c t/op/misc.t
23596 ____________________________________________________________________________
23597 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
23598         Log: revert change#10451,10472; it was a naive fix that simply
23599              reintroduced the memory leak!
23600      Branch: maint-5.6/perl
23601            ! op.c t/op/misc.t
23602 ____________________________________________________________________________
23603 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
23604         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
23605              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
23606              Date: Wed, 05 Dec 2001 10:49:20 +0100
23607              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
23608      Branch: perl
23609            ! lib/File/Basename.pm lib/File/Basename.t
23610 ____________________________________________________________________________
23611 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
23612         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
23613              From: Michael G Schwern <schwern@pobox.com> 
23614              Date: Wed, 5 Dec 2001 02:47:59 -0500
23615              Message-ID: <20011205024759.H14333@blackrider>
23616      Branch: perl
23617            ! t/op/magic.t
23618 ____________________________________________________________________________
23619 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
23620         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
23621              From: Michael G Schwern <schwern@pobox.com>              
23622              Date: Wed, 5 Dec 2001 02:22:05 -0500
23623              Message-ID: <20011205022205.F14333@blackrider>
23624      Branch: perl
23625            ! t/op/stat.t vms/test.com
23626 ____________________________________________________________________________
23627 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
23628         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
23629              From: Michael G Schwern <schwern@pobox.com> 
23630              Date: Tue, 4 Dec 2001 23:40:10 -0500
23631              Message-ID: <20011204234010.B14333@blackrider>
23632      Branch: perl
23633            ! t/op/stat.t
23634 ____________________________________________________________________________
23635 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
23636         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
23637              From: Michael G Schwern <schwern@pobox.com> 
23638              Date: Tue, 4 Dec 2001 21:09:18 -0500           
23639              Message-ID: <20011204210918.D13279@blackrider>
23640              
23641              t/test.
23642      Branch: perl
23643            ! t/test.pl
23644 ____________________________________________________________________________
23645 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
23646         Log: (accidentally empty check-in)
23647      Branch: perl
23648            ! t/op/stat.t
23649 ____________________________________________________________________________
23650 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
23651         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
23652              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23653              Date: Tue, 04 Dec 2001 23:40:27 +0100
23654              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
23655      Branch: perl
23656            ! mg.c
23657 ____________________________________________________________________________
23658 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
23659         Log: Subject: [PATCH] minor pod fix in Safe.pm
23660              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
23661              Date: Tue, 4 Dec 2001 22:02:34 +0100
23662              Message-ID: <20011204220234.A17293@rafael>
23663      Branch: perl
23664            ! ext/Opcode/Safe.pm
23665 ____________________________________________________________________________
23666 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
23667         Log: CRLF GRRR.
23668      Branch: perl
23669            ! djgpp/configure.bat
23670 ____________________________________________________________________________
23671 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
23672         Log: DJGPP fixes from Laszlo Molnar.
23673      Branch: perl
23674            ! djgpp/configure.bat djgpp/djgpp.h
23675 ____________________________________________________________________________
23676 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
23677         Log: Update Changes.
23678      Branch: perl
23679            ! Changes patchlevel.h
23680 ____________________________________________________________________________
23681 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
23682         Log: Must wipe out the memory of real Socket before starting
23683              to use the new fake one.
23684      Branch: perl
23685            ! lib/Net/t/config.t
23686 ____________________________________________________________________________
23687 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
23688         Log: LC_ALL might trump LANG.
23689      Branch: perl
23690            ! lib/open.t
23691 ____________________________________________________________________________
23692 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
23693         Log: Make the eval runtime.
23694      Branch: perl
23695            ! lib/open.pm
23696 ____________________________________________________________________________
23697 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
23698         Log: Make the Langinfo test both more lenient (allow
23699              for any symbol not to exists) and stricter (add
23700              more symbols).
23701      Branch: perl
23702            ! ext/I18N/Langinfo/Langinfo.t
23703 ____________________________________________________________________________
23704 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
23705         Log: integrate change#13453 from maint-5.6
23706              
23707              tweak change#11399 to use an explicit flag rather than
23708              ass_u_ming w32_pseudo_id will only be zero for the real
23709              toplevel interpreter; avoids multiple hosts from diddling
23710              the environment at the same time
23711      Branch: perl
23712           !> win32/perlhost.h
23713 ____________________________________________________________________________
23714 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
23715         Log: Subject: [PATCH] VMS update for perldelta.pod
23716              From: "Craig A. Berry" <craigberry@mac.com> 
23717              Date: Tue, 4 Dec 2001 00:23:12 -0600
23718              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
23719      Branch: perl
23720            ! pod/perldelta.pod
23721 ____________________________________________________________________________
23722 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
23723         Log: NetWare tweak from Ananth Kesari.
23724      Branch: perl
23725            ! NetWare/Makefile
23726 ____________________________________________________________________________
23727 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
23728         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
23729              Not adding the test suite because of its many assumptions.
23730      Branch: perl
23731            ! lib/Net/Ping.pm
23732 ____________________________________________________________________________
23733 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
23734         Log: tweak change#11399 to use an explicit flag rather than
23735              ass_u_ming w32_pseudo_id will only be zero for the real
23736              toplevel interpreter; avoids multiple hosts from diddling
23737              the environment at the same time
23738      Branch: maint-5.6/perl
23739            ! win32/perlhost.h
23740 ____________________________________________________________________________
23741 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
23742         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
23743              from Len Makin.
23744      Branch: perl
23745            + hints/super-ux.sh
23746            ! MANIFEST
23747 ____________________________________________________________________________
23748 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
23749         Log: Add Mac OS X known failures to perldelta.
23750      Branch: perl
23751            ! pod/perldelta.pod
23752 ____________________________________________________________________________
23753 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
23754         Log: I think it's time to call the utf8 code non-test.
23755      Branch: perl
23756            ! utf8.c
23757 ____________________________________________________________________________
23758 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
23759         Log: Retract #13303, need rethink.
23760      Branch: perl
23761            ! utf8.c
23762 ____________________________________________________________________________
23763 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
23764         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
23765              From: "Craig A. Berry" <craigberry@mac.com>
23766              Date: Mon, 03 Dec 2001 16:28:06 -0600
23767              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
23768      Branch: perl
23769            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
23770 ____________________________________________________________________________
23771 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
23772         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
23773              From: Andy Dougherty <doughera@lafayette.edu>
23774              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
23775              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
23776      Branch: perl
23777            ! hints/solaris_2.sh
23778 ____________________________________________________________________________
23779 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
23780         Log: This test is not very robust on 8.3-constrained systems:
23781              all the "with truncated name" lines between "Autosplitting ..."
23782              and "some names are not unique" lines are unexpected,
23783              and the truncation message becomes:
23784              testtest.al, testtest.al truncate to testtest 
23785      Branch: perl
23786            ! lib/AutoSplit.t
23787 ____________________________________________________________________________
23788 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
23789         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
23790      Branch: perl
23791            ! ext/I18N/Langinfo/Langinfo.t
23792 ____________________________________________________________________________
23793 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
23794         Log: Test::Morify UCD.t
23795      Branch: perl
23796            ! lib/Unicode/UCD.t
23797 ____________________________________________________________________________
23798 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
23799         Log: If Socket has not been built (e.g. DJGPP) the libnet
23800              tests fall over with (too) much noise.
23801      Branch: perl
23802            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
23803            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
23804            ! lib/Net/t/smtp.t lib/Net/t/time.t
23805 ____________________________________________________________________________
23806 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
23807         Log: Subject: [PATCH] shared hash keys and ++/--
23808              From: Nicholas Clark <nick@ccl4.org>
23809              Date: Mon, 3 Dec 2001 16:37:16 +0000
23810              Message-ID: <20011203163716.C21702@plum.flirble.org>
23811      Branch: perl
23812            ! pp.c pp_hot.c sv.c t/op/inc.t
23813 ____________________________________________________________________________
23814 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
23815         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
23816              From: Jonathan Stowe <jns@gellyfish.com>
23817              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
23818              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
23819      Branch: perl
23820            ! lib/Term/Cap.pm
23821 ____________________________________________________________________________
23822 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
23823         Log: Update Changes.
23824      Branch: perl
23825            ! Changes patchlevel.h
23826 ____________________________________________________________________________
23827 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
23828         Log: perldelta tweaks.
23829      Branch: perl
23830            ! pod/perldelta.pod
23831 ____________________________________________________________________________
23832 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
23833         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
23834              From: Sam Tregar <sam@tregar.com> 
23835              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
23836              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
23837      Branch: perl
23838            ! pod/perlnewmod.pod
23839 ____________________________________________________________________________
23840 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
23841         Log: microperl casting nit.
23842      Branch: perl
23843            ! utf8.c
23844 ____________________________________________________________________________
23845 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
23846         Log: Make sharepvn a macro since all it does is a deref.
23847      Branch: perl
23848            ! embed.h embed.pl global.sym hv.c hv.h proto.h
23849 ____________________________________________________________________________
23850 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
23851         Log: perldelta updates.
23852      Branch: perl
23853            ! pod/perldelta.pod
23854 ____________________________________________________________________________
23855 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
23856         Log: PPPort update from Paul Marquess.
23857      Branch: perl
23858            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
23859            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
23860            + ext/Devel/PPPort/t/test.t
23861            - ext/Devel/PPPort/harness/Harness.pm
23862            - ext/Devel/PPPort/harness/Harness.xs
23863            - ext/Devel/PPPort/harness/Makefile.PL
23864            - ext/Devel/PPPort/harness/module2.c
23865            - ext/Devel/PPPort/harness/module3.c
23866            - ext/Devel/PPPort/harness/t/test.t
23867            ! MANIFEST ext/Devel/PPPort/MANIFEST
23868            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
23869            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
23870            ! ext/Devel/PPPort/soak
23871 ____________________________________________________________________________
23872 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
23873         Log: No use talking about dynamic library search patch
23874              unless we are having a dynamic build.
23875      Branch: perl
23876            ! t/TEST
23877 ____________________________________________________________________________
23878 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
23879         Log: Be more explicit on the List::Util build trick,
23880              should also stop unneeded rebuilds on static builds.
23881      Branch: perl
23882            ! ext/List/Util/Makefile.PL
23883 ____________________________________________________________________________
23884 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
23885         Log: We need to replace the optimize (-O1) with
23886              the -h scalar0 -h vector0, not append them
23887              to the ccflags.
23888      Branch: perl
23889            ! hints/unicos.sh hints/unicosmk.sh
23890 ____________________________________________________________________________
23891 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
23892         Log: Subject: [PATCH] Shared hash keys 
23893              From: Nicholas Clark <nick@ccl4.org>
23894              Date: Sun, 2 Dec 2001 20:52:32 +0000
23895              Message-ID: <20011202205232.U21702@plum.flirble.org>
23896      Branch: perl
23897            ! doop.c t/op/tr.t
23898 ____________________________________________________________________________
23899 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
23900         Log: Better add new files to MANIFEST, too.
23901      Branch: perl
23902            ! MANIFEST
23903 ____________________________________________________________________________
23904 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
23905         Log: Subject: {PATCH] perlpacktut.pod
23906              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
23907              Date: Sun, 02 Dec 2001 19:55:06 +0100
23908              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
23909      Branch: perl
23910            ! pod/perlpacktut.pod
23911 ____________________________________________________________________________
23912 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
23913         Log: Various small nits found by DJGPP build.
23914      Branch: perl
23915            ! doio.c mg.c pp.c util.c
23916 ____________________________________________________________________________
23917 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
23918         Log: Subject: RE: More verbose POD for Carp
23919              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
23920              Date: Sun, 2 Dec 2001 11:32:51 -0500
23921              Message-ID: <3C0A9748@operamail.com>
23922      Branch: perl
23923            ! lib/Carp.pm
23924 ____________________________________________________________________________
23925 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
23926         Log: Add a header for DJGPP with the function prototypes.
23927      Branch: perl
23928            + djgpp/djgpp.h
23929            ! MANIFEST djgpp/djgpp.c
23930 ____________________________________________________________________________
23931 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
23932         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
23933              From: Abe Timmerman <abe@ztreet.demon.nl>
23934              Date: Sun, 02 Dec 2001 02:41:25 +0100
23935              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
23936      Branch: perl
23937            ! pp_sys.c
23938 ____________________________________________________________________________
23939 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
23940         Log: There isn't PTR2INT(), there's PTR2IV().
23941      Branch: perl
23942            ! ext/Time/HiRes/HiRes.xs
23943 ____________________________________________________________________________
23944 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
23945         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
23946              From: Marc Lehmann <root@schmorp.de>
23947              Date: Sun, 02 Dec 2001 02:44:53 +0100
23948              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
23949      Branch: perl
23950            ! ext/Time/HiRes/HiRes.xs
23951 ____________________________________________________________________________
23952 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
23953         Log: encode()/decode() examples.
23954      Branch: perl
23955            ! ext/Encode/Encode.pm
23956 ____________________________________________________________________________
23957 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
23958         Log: DJGPP tweaks from Laszlo Molnar.
23959      Branch: perl
23960            ! djgpp/config.over djgpp/djgppsed.sh
23961 ____________________________________________________________________________
23962 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
23963         Log: Update Changes.
23964      Branch: perl
23965            ! Changes patchlevel.h
23966 ____________________________________________________________________________
23967 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
23968         Log: Integrate perlio;
23969              
23970              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
23971              which do not have file descriptors. Noticed a possibly
23972              worse problem in the process ...
23973      Branch: perl
23974           !> doio.c
23975 ____________________________________________________________________________
23976 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
23977         Log: Non-VMS-fixed and Win32-skipped version of
23978              
23979              Subject: [PATCH t/op/exec.t] Portabilty fix 
23980              From: Michael G Schwern <schwern@pobox.com> 
23981              Date: Fri, 30 Nov 2001 16:09:27 -0500
23982              Message-ID: <20011130160927.A10406@blackrider>
23983      Branch: perl
23984            ! t/op/exec.t
23985 ____________________________________________________________________________
23986 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
23987         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
23988              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23989              Date: Sat, 1 Dec 2001 07:01:09 -0500
23990              Message-ID: <3C0D2E39@operamail.com>
23991              
23992              Subject: More verbose POD for Carp
23993              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
23994              Date: Sat, 1 Dec 2001 08:04:16 -0500
23995              Message-ID: <3C285C2B@operamail.com>
23996      Branch: perl
23997            ! lib/Carp.pm lib/Carp/Heavy.pm
23998 ____________________________________________________________________________
23999 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
24000         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
24001              From: chromatic <chromatic@rmci.net>
24002              Date: Sat, 01 Dec 2001 12:41:58 -0700
24003              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
24004      Branch: perl
24005            ! lib/DB.t
24006 ____________________________________________________________________________
24007 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
24008         Log: Try to make a missing RADIXCHAR a softer kinder error.
24009      Branch: perl
24010            ! ext/I18N/Langinfo/Langinfo.t
24011 ____________________________________________________________________________
24012 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
24013         Log: Have a little faith on nl_langinfo() itself.
24014      Branch: perl
24015            ! ext/I18N/Langinfo/Langinfo.xs
24016 ____________________________________________________________________________
24017 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
24018         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
24019              the max, not max plus one)
24020      Branch: perl
24021            ! ext/I18N/Langinfo/Langinfo.xs
24022 ____________________________________________________________________________
24023 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
24024         Log: Make reality agree with the comment.
24025      Branch: perl
24026            ! ext/I18N/Langinfo/Langinfo.xs
24027 ____________________________________________________________________________
24028 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
24029         Log: Try to protect against wild langinfo() arguments.
24030      Branch: perl
24031            ! ext/I18N/Langinfo/Langinfo.xs
24032 ____________________________________________________________________________
24033 [ 13409] By: nick                                  on 2001/12/01  18:19:59
24034         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
24035              have file descriptors. Noticed a possibly worse problem in the process ...
24036      Branch: perlio
24037            ! doio.c
24038 ____________________________________________________________________________
24039 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
24040         Log: (replaced by #13556)
24041              
24042              If we are inside an eval, let's be silent about
24043              separate symbols and just croak() in the end.
24044      Branch: perl
24045            ! lib/Exporter/Heavy.pm
24046 ____________________________________________________________________________
24047 [ 13407] By: nick                                  on 2001/12/01  17:14:05
24048         Log: Integrate mainline
24049      Branch: perlio
24050           !> (integrate 26 files)
24051 ____________________________________________________________________________
24052 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
24053         Log: Subject: Fix for Exporter error reporting behaviour
24054              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
24055              Date: Sat, 1 Dec 2001 06:34:48 -0500
24056              Message-ID: <3C0D1B9A@operamail.com>
24057      Branch: perl
24058            ! lib/Exporter.pm lib/Exporter/Heavy.pm
24059 ____________________________________________________________________________
24060 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
24061         Log: Need to hide behind an eval to avoid a warning
24062              about :utf8 on non-perlio configs.
24063      Branch: perl
24064            ! lib/open.t
24065 ____________________________________________________________________________
24066 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
24067         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
24068              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24069              Date: Fri, 30 Nov 2001 23:46:58 +0100
24070              Message-ID: <20011130234658.A717@rafael>
24071      Branch: perl
24072            ! op.c t/op/method.t
24073 ____________________________________________________________________________
24074 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
24075         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
24076              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24077              Date: Thu, 29 Nov 2001 22:46:12 +0100
24078              Message-ID: <20011129224612.A699@rafael>
24079      Branch: perl
24080            ! ext/B/B/Xref.pm
24081 ____________________________________________________________________________
24082 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
24083         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
24084              From: Tels <perl_dummy@bloodgate.com>
24085              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
24086              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
24087      Branch: perl
24088            ! pod/perlfunc.pod
24089 ____________________________________________________________________________
24090 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
24091         Log: Subject: [REPATCH] reference pointer comparison
24092              From: Nicholas Clark <nick@ccl4.org>
24093              Date: Sat, 1 Dec 2001 13:00:17 +0000
24094              Message-ID: <20011201130017.I21702@plum.flirble.org>
24095      Branch: perl
24096            ! pp.c
24097 ____________________________________________________________________________
24098 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
24099         Log: Upgrade to Storable 1.0.14.
24100      Branch: perl
24101            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
24102 ____________________________________________________________________________
24103 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
24104         Log: Add simple caches for ::viacode() and ::vianame().
24105      Branch: perl
24106            ! lib/charnames.pm lib/charnames.t
24107 ____________________________________________________________________________
24108 [ 13398] By: nick                                  on 2001/12/01  10:36:24
24109         Log: Integrate mainline.
24110      Branch: perlio
24111           +> (branch 44 files)
24112            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
24113            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
24114            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
24115           !> (integrate 250 files)
24116 ____________________________________________________________________________
24117 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
24118         Log: Regen toc and modlib.
24119      Branch: perl
24120            ! pod/perlmodlib.pod pod/perltoc.pod
24121 ____________________________________________________________________________
24122 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
24123         Log: Upgrade to podlators-1.18.
24124      Branch: perl
24125            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
24126 ____________________________________________________________________________
24127 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
24128         Log: -h scalar0 -h vector0 seems to help for both
24129              UNICOS and UNICOS/mk on the unpack %65c problems.
24130              
24131              (replaces #13393)
24132      Branch: perl
24133            ! hints/unicos.sh hints/unicosmk.sh
24134 ____________________________________________________________________________
24135 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
24136         Log: More Socket constants.
24137      Branch: perl
24138            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
24139 ____________________________________________________________________________
24140 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
24141         Log: (replaced by #13395)
24142      Branch: perl
24143            ! hints/unicosmk.sh
24144 ____________________________________________________________________________
24145 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
24146         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
24147              From: Andy Dougherty <doughera@lafayette.edu>
24148              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
24149              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
24150              
24151              Simplify the test skippage criterion now that we are
24152              no more dependent on sed.
24153      Branch: perl
24154            ! t/comp/cpp.t t/run/switchPx.t
24155 ____________________________________________________________________________
24156 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
24157         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
24158              From: Michael G Schwern <schwern@pobox.com>
24159              Date: Fri, 30 Nov 2001 11:48:44 -0500
24160              Message-ID: <20011130114844.C1303@blackrider>
24161              
24162              (replaces #13381)
24163      Branch: perl
24164            ! t/op/stat.t
24165 ____________________________________________________________________________
24166 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
24167         Log: Let's not assume how much memory has been allocated
24168              to PVs.
24169      Branch: perl
24170            ! ext/Devel/Peek/Peek.t
24171 ____________________________________________________________________________
24172 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
24173         Log: VOS needs to know the modules, including pp_sort.
24174      Branch: perl
24175            ! vos/perl.bind
24176 ____________________________________________________________________________
24177 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
24178         Log: Unused variables.
24179      Branch: perl
24180            ! ext/Unicode/Normalize/Normalize.xs
24181 ____________________________________________________________________________
24182 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
24183         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
24184              From: John Peacock <jpeacock@rowman.com>     
24185              Date: Fri, 30 Nov 2001 10:24:00 -0500        
24186              Message-ID: <3C07A490.A22A76B0@rowman.com>   
24187      Branch: perl
24188            ! lib/ExtUtils/Embed.t
24189 ____________________________________________________________________________
24190 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
24191         Log: Tweak for the VOS building script from Paul Green.
24192      Branch: perl
24193            ! vos/configure_perl.cm
24194 ____________________________________________________________________________
24195 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
24196         Log: Update Changes.
24197      Branch: perl
24198            ! Changes patchlevel.h
24199 ____________________________________________________________________________
24200 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
24201         Log: Cannot test if cppstdin has not yet been installed.
24202      Branch: perl
24203            ! t/run/switchPx.t
24204 ____________________________________________________________________________
24205 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
24206         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
24207              From: Michael G Schwern <schwern@pobox.com> 
24208              Date: Thu, 29 Nov 2001 22:05:11 -0500
24209              Message-ID: <20011129220510.A18869@blackrider>
24210              
24211              TODO 1: if cppstdin is used and not yet installed,
24212              the Px.t will fail (must do the same as in cpp.t)
24213              
24214              TODO 2: does this work if no Perl whatsoever has
24215              yet been installed?  That is, we should be using
24216              the Perl we are building to execute the one-liner.
24217      Branch: perl
24218            + t/run/switchPx.aux t/run/switchPx.t
24219            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
24220            ! vms/test.com
24221 ____________________________________________________________________________
24222 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
24223         Log: Upgrade to Unicode::Normalize 0.12.
24224      Branch: perl
24225            ! ext/Unicode/Normalize/Changes
24226            ! ext/Unicode/Normalize/Normalize.pm
24227            ! ext/Unicode/Normalize/Normalize.xs
24228            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
24229            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
24230            ! ext/Unicode/Normalize/t/test.t
24231 ____________________________________________________________________________
24232 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
24233         Log: (replaced by #13391)
24234              
24235              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
24236              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
24237              Date: 30 Nov 2001 11:41:53 -0000             
24238              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
24239              
24240              No need to die if we have high-paranoia (non-chdirable)
24241              system directories.
24242      Branch: perl
24243            ! t/op/stat.t
24244 ____________________________________________________________________________
24245 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
24246         Log: Paragraph rewrapping.
24247      Branch: perl
24248            ! pod/perliol.pod
24249 ____________________________________________________________________________
24250 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
24251         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
24252              From: Stas Bekman <stas@stason.org>
24253              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
24254              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
24255      Branch: perl
24256            ! pod/perliol.pod
24257 ____________________________________________________________________________
24258 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
24259         Log: Whether select() gets restarted on signals is
24260              implementation dependent.
24261      Branch: perl
24262            ! ext/Time/HiRes/HiRes.t
24263 ____________________________________________________________________________
24264 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
24265         Log: More forgotten checkins.
24266      Branch: perl
24267            ! embed.h embed.pl proto.h
24268 ____________________________________________________________________________
24269 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
24270         Log: Add a note about folding vs lowercase.
24271      Branch: perl
24272            ! regexec.c
24273 ____________________________________________________________________________
24274 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
24275         Log: Use to_uni_fold (and add changed global.sym)
24276      Branch: perl
24277            ! global.sym utf8.c
24278 ____________________________________________________________________________
24279 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
24280         Log: Make to Unicode character functions to use UVs
24281              instead of U32s and add to_uni_fold().
24282      Branch: perl
24283            ! embed.pl proto.h utf8.c
24284 ____________________________________________________________________________
24285 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
24286         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
24287              From: Nicholas Clark <nick@ccl4.org>
24288              Date: Thu, 29 Nov 2001 22:47:32 +0000
24289              Message-ID: <20011129224732.W37621@plum.flirble.org>
24290      Branch: perl
24291            ! pod/perlpacktut.pod
24292 ____________________________________________________________________________
24293 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
24294         Log: README.vos updates from Paul Green.
24295      Branch: perl
24296            ! README.vos
24297 ____________________________________________________________________________
24298 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
24299         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
24300              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24301              Date: Thu, 29 Nov 2001 14:18:51 EST
24302              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
24303      Branch: perl
24304            ! mg.c vms/vms.c vms/vmsish.h
24305 ____________________________________________________________________________
24306 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
24307         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
24308              From: Michael G Schwern <schwern@pobox.com>
24309              Date: Thu, 29 Nov 2001 13:12:31 -0500
24310              Message-ID: <20011129131231.E11300@blackrider>
24311      Branch: perl
24312            ! README.vms
24313 ____________________________________________________________________________
24314 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
24315         Log: BGET_IV was missing.
24316      Branch: perl
24317            ! ext/ByteLoader/bytecode.h
24318 ____________________________________________________________________________
24319 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
24320         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
24321              From: Jonathan Stowe <gellyfish@gellyfish.com>
24322              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
24323              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
24324      Branch: perl
24325            ! lib/Term/Cap.pm
24326 ____________________________________________________________________________
24327 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
24328         Log: Porting/checkURL.pl was missing.
24329      Branch: perl
24330            ! MANIFEST
24331 ____________________________________________________________________________
24332 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
24333         Log: Subject: INSTALL and READMEs should be reviewed
24334              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24335              Date: Thu, 29 Nov 2001 16:49:36 +0100
24336              Message-ID: <20011129164936.A17492@rafael>         
24337      Branch: perl
24338            ! README.cygwin
24339 ____________________________________________________________________________
24340 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
24341         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
24342              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
24343              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
24344              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
24345      Branch: perl
24346            ! README.os390
24347 ____________________________________________________________________________
24348 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
24349         Log: Update Changes.
24350      Branch: perl
24351            ! Changes patchlevel.h
24352 ____________________________________________________________________________
24353 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
24354         Log: The changes to the curliffed files didn't stick in #13348.
24355      Branch: perl
24356            ! README.dos README.win32
24357 ____________________________________________________________________________
24358 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
24359         Log: Subject: Re: Found the rev where File::Glob broke
24360              From: Andy Dougherty <doughera@lafayette.edu>
24361              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
24362              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
24363      Branch: perl
24364            ! lib/ExtUtils/MM_Unix.pm
24365 ____________________________________________________________________________
24366 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
24367         Log: Use __DATA__ instead of __END__.
24368      Branch: perl
24369            ! lib/Term/Cap.pm
24370 ____________________________________________________________________________
24371 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
24372         Log: Subject: [PATCH toke.c] autosplit into @F fix
24373              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24374              Date: Thu, 29 Nov 2001 14:52:23 +0100
24375              Message-ID: <20011129145223.A25817@rafael>         
24376      Branch: perl
24377            ! toke.c
24378 ____________________________________________________________________________
24379 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
24380         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
24381              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24382              Date: Thu, 29 Nov 2001 15:48:15 +0100
24383              Message-ID: <20011129154815.C25817@rafael>         
24384      Branch: perl
24385            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
24386 ____________________________________________________________________________
24387 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
24388         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
24389              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
24390              Date: Wed, 28 Nov 2001 20:35:29 +0100
24391              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
24392      Branch: perl
24393            ! pod/perlpacktut.pod
24394 ____________________________________________________________________________
24395 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
24396         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
24397              From: Stas Bekman <stas@stason.org>
24398              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
24399              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
24400              
24401              (with tweaks)
24402      Branch: perl
24403            ! pod/perlapio.pod
24404 ____________________________________________________________________________
24405 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
24406         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24407              From: Tels <perl_dummy@bloodgate.com>
24408              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
24409              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
24410              
24411              (plus paragraph rewrapping)
24412      Branch: perl
24413            ! lib/Exporter.pm
24414 ____________________________________________________________________________
24415 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
24416         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
24417              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
24418              Date: Wed, 28 Nov 2001 21:47:59 +0000
24419              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
24420      Branch: perl
24421            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
24422 ____________________________________________________________________________
24423 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
24424         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
24425              From: Andy Dougherty <doughera@lafayette.edu>
24426              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
24427              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
24428      Branch: perl
24429            ! INSTALL ext/Time/HiRes/HiRes.t
24430 ____________________________________________________________________________
24431 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
24432         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
24433              From: Michael G Schwern <schwern@pobox.com> 
24434              Date: Wed, 28 Nov 2001 16:37:01 -0500
24435              Message-ID: <20011128163701.H676@blackrider>
24436      Branch: perl
24437            ! t/run/kill_perl.t
24438 ____________________________________________________________________________
24439 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
24440         Log: @INC tweak.
24441      Branch: perl
24442            ! t/op/ref.t
24443 ____________________________________________________________________________
24444 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
24445         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
24446              From: Nicholas Clark <nick@ccl4.org>
24447              Date: Wed, 28 Nov 2001 23:38:43 +0000
24448              Message-ID: <20011128233843.N37621@plum.flirble.org>  
24449      Branch: perl
24450            ! installman
24451 ____________________________________________________________________________
24452 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
24453         Log: Tweak the forking logic.
24454      Branch: perl
24455            ! Porting/checkURL.pl
24456 ____________________________________________________________________________
24457 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
24458         Log: Update perlmodlib.PL as per #13348.  The L<> got
24459              changed back because that is coming from ParseLink.pm.
24460      Branch: perl
24461            ! pod/perlmodlib.PL pod/perlmodlib.pod
24462 ____________________________________________________________________________
24463 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
24464         Log: URL fixups from Michael Schwern.
24465      Branch: perl
24466            ! README.cygwin README.dos README.hpux README.mint README.mpeix
24467            ! README.os390 README.qnx README.solaris README.vos README.win32
24468            ! pod/perlmodlib.pod
24469 ____________________________________________________________________________
24470 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
24471         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
24472              From: Barrie Slaymaker <barries@slaysys.com>
24473              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
24474              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
24475      Branch: perl
24476            ! lib/Exporter.pm
24477 ____________________________________________________________________________
24478 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
24479         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
24480      Branch: perl
24481            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
24482 ____________________________________________________________________________
24483 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
24484         Log: Subject: [PATCH] Re: $\ very broken
24485              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
24486              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
24487              Message-ID: <20011128223308.E732@rafael>   
24488              
24489              Subject: Re: [PATCH] Re: $\ very broken     
24490              From: Nicholas Clark <nick@ccl4.org>
24491              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
24492              Message-ID: <20011128222859.K37621@plum.flirble.org>
24493      Branch: perl
24494            ! mg.c t/op/ref.t
24495 ____________________________________________________________________________
24496 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
24497         Log: Add Abigail's link checker with the following tweaks:
24498              - known dummy URLs (Peter Prymmer)
24499              - do also READMEs and INSTALL (Michael Schwern)
24500              - do also ftp URLs
24501              - add fork retry loop in case the allowed number
24502              of processes per user is low
24503      Branch: perl
24504            + Porting/checkURL.pl
24505            ! MANIFEST
24506 ____________________________________________________________________________
24507 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
24508         Log: Update Changes.
24509      Branch: perl
24510            ! Changes patchlevel.h
24511 ____________________________________________________________________________
24512 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
24513         Log: In Linux if we have modern enough gcc and supported
24514              enough CPU, crank up the optimization level to -O3.
24515      Branch: perl
24516            ! hints/linux.sh
24517 ____________________________________________________________________________
24518 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
24519         Log: Add perlpacktut from Wolfgang Laun; regen toc.
24520      Branch: perl
24521            + pod/perlpacktut.pod
24522            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
24523            ! pod/perltoc.pod
24524 ____________________________________________________________________________
24525 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
24526         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
24527              From: PPrymmer@factset.com
24528              Date: Wed, 28 Nov 2001 07:51:26 -0500
24529              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
24530      Branch: perl
24531            ! vms/test.com
24532 ____________________________________________________________________________
24533 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
24534         Log: Test cases for the first half of #13338.
24535      Branch: perl
24536            ! t/lib/h2ph.h t/lib/h2ph.pht
24537 ____________________________________________________________________________
24538 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
24539         Log: Subject: Re: h2ph confused by comments in an enum.
24540              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24541              Date: Wed, 28 Nov 2001 04:19:21 +0000
24542              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
24543              
24544              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
24545              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
24546              Date: Wed, 28 Nov 2001 13:36:35 +0000
24547              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
24548      Branch: perl
24549            ! utils/h2ph.PL
24550 ____________________________________________________________________________
24551 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
24552         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
24553              From: Jonathan Stowe <gellyfish@gellyfish.com>
24554              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
24555              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
24556              
24557              (replace #13327)
24558      Branch: perl
24559            ! lib/Term/Cap.pm
24560 ____________________________________________________________________________
24561 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
24562         Log: Replace #13335 with
24563              
24564              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
24565              From: Russ Allbery <rra@stanford.edu>
24566              Date: 27 Nov 2001 20:42:49 -0800
24567              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
24568      Branch: perl
24569            ! lib/Pod/Text/Termcap.pm
24570 ____________________________________________________________________________
24571 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
24572         Log: (replaced by #13336)
24573              
24574              Subject: [PATCH perl@13323] Termcap.pm with no termios
24575              From: "Craig A. Berry" <craigberry@mac.com> 
24576              Date: Tue, 27 Nov 2001 22:28:50 -0600
24577              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
24578      Branch: perl
24579            ! lib/Pod/Text/Termcap.pm
24580 ____________________________________________________________________________
24581 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
24582         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
24583              From: "Craig A. Berry" <craigberry@mac.com> 
24584              Date: Tue, 27 Nov 2001 21:46:45 -0600
24585              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
24586      Branch: perl
24587            ! configure.com
24588 ____________________________________________________________________________
24589 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
24590         Log: Upgrade to podlators 1.17.
24591      Branch: perl
24592            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
24593            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24594 ____________________________________________________________________________
24595 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
24596         Log: Fix for "a\x{100}" =~ /A/i.
24597      Branch: perl
24598            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
24599            ! utf8.c
24600 ____________________________________________________________________________
24601 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
24602         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
24603              From: "Craig A. Berry" <craigberry@mac.com>
24604              Date: Tue, 27 Nov 2001 17:11:49 -0600
24605              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
24606      Branch: perl
24607            ! lib/DB.t
24608 ____________________________________________________________________________
24609 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
24610         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
24611              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24612              Date: Tue, 27 Nov 2001 14:55:23 -0500
24613              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
24614              
24615              Subject: [PATCH: perl@13324] updates to perldelta.pod 
24616              From: PPrymmer@factset.com
24617              Date: Tue, 27 Nov 2001 18:06:04 -0500
24618              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
24619              
24620              plus added some known problems.
24621      Branch: perl
24622            ! pod/perldelta.pod
24623 ____________________________________________________________________________
24624 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
24625         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
24626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
24627              Date: Tue, 27 Nov 2001 15:38:02 EST 
24628              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
24629      Branch: perl
24630            ! configure.com vms/vms.c vms/vmsish.h
24631 ____________________________________________________________________________
24632 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
24633         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
24634              From: Michael G Schwern <schwern@pobox.com> 
24635              Date: Tue, 27 Nov 2001 15:31:12 -0500
24636              Message-ID: <20011127153112.G20929@blackrider>
24637      Branch: perl
24638            ! t/run/kill_perl.t
24639 ____________________________________________________________________________
24640 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
24641         Log: (replaced by #13337)
24642              
24643              VMS can safely hardcode a termcap entry for VT100.
24644      Branch: perl
24645            ! lib/Term/Cap.pm
24646 ____________________________________________________________________________
24647 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
24648         Log: VMS piping fixes from Charles Lane (perl -P should
24649              be working now).
24650      Branch: perl
24651            ! vms/vms.c
24652 ____________________________________________________________________________
24653 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
24654         Log: Subject: [PATCH] perlvar.pod fix
24655              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24656              Date: Tue, 27 Nov 2001 13:11:47 -0500
24657              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
24658      Branch: perl
24659            ! pod/perlvar.pod
24660 ____________________________________________________________________________
24661 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
24662         Log: Update Changes.
24663      Branch: perl
24664            ! Changes patchlevel.h
24665 ____________________________________________________________________________
24666 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
24667         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
24668              From: "Craig A. Berry" <craigberry@mac.com> 
24669              Date: Tue, 27 Nov 2001 10:21:18 -0600
24670              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
24671      Branch: perl
24672            ! lib/ExtUtils/MM_VMS.pm
24673 ____________________________________________________________________________
24674 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
24675         Log: Protect against accumulating -options -options -options.
24676      Branch: perl
24677            ! hints/hpux.sh
24678 ____________________________________________________________________________
24679 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
24680         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
24681              From: Barrie Slaymaker <barries@slaysys.com>
24682              Date: Tue, 27 Nov 2001 10:58:54 -0500
24683              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
24684      Branch: perl
24685            ! lib/Benchmark.pm
24686 ____________________________________________________________________________
24687 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
24688         Log: Tiny fix from John P. Linderman.
24689      Branch: perl
24690            ! lib/sort.pm
24691 ____________________________________________________________________________
24692 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
24693         Log: The Story of sort(), from John P. Linderman.
24694      Branch: perl
24695            ! pod/perldelta.pod
24696 ____________________________________________________________________________
24697 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
24698         Log: Add information what to do if you are reading
24699              perluniintro but using some older Perl.
24700      Branch: perl
24701            ! pod/perluniintro.pod
24702 ____________________________________________________________________________
24703 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
24704         Log: Update the 'wide characters' FAQ entry.
24705      Branch: perl
24706            ! pod/perlfaq6.pod
24707 ____________________________________________________________________________
24708 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
24709         Log: Fix for
24710              
24711              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
24712              From: Marc Lehmann <root@schmorp.de>
24713              Date: Tue, 27 Nov 2001 14:27:14 +0100
24714              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
24715      Branch: perl
24716            ! ext/Encode.t ext/Encode/Encode.xs
24717 ____________________________________________________________________________
24718 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
24719         Log: Subject: [PATCH] DB_File 1.801
24720              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24721              Date: Tue, 27 Nov 2001 15:06:45 -0000
24722              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
24723      Branch: perl
24724            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24725            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
24726 ____________________________________________________________________________
24727 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
24728         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
24729      Branch: perl
24730            ! pod/perlmodlib.pod
24731 ____________________________________________________________________________
24732 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
24733         Log: sort() doc tweaks from John P. Linderman.
24734      Branch: perl
24735            ! pod/perlfunc.pod
24736 ____________________________________________________________________________
24737 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
24738         Log: Subject: [PATCH] More perldelta.pod nits
24739              From: Simon Glover <scog@roe.ac.uk>
24740              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
24741              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
24742      Branch: perl
24743            ! pod/perldelta.pod
24744 ____________________________________________________________________________
24745 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
24746         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
24747              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24748              Date: Tue, 27 Nov 2001 11:52:31 -0000
24749              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
24750      Branch: perl
24751            ! ext/Devel/PPPort/harness/Makefile.PL
24752 ____________________________________________________________________________
24753 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
24754         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
24755              From: Michael G Schwern <schwern@pobox.com>
24756              Date: Tue, 27 Nov 2001 03:38:24 -0500
24757              Message-ID: <20011127033824.A17775@blackrider>
24758      Branch: perl
24759            ! t/TEST
24760 ____________________________________________________________________________
24761 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
24762         Log: Subject: Re: perlcc very broken
24763              From: John Peacock <jpeacock@rowman.com>
24764              Date: Tue, 27 Nov 2001 06:48:01 -0500
24765              Message-ID: <3C037D71.4030508@rowman.com>
24766      Branch: perl
24767            ! utils/perlcc.PL
24768 ____________________________________________________________________________
24769 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
24770         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
24771              From: David Dyck <dcd@tc.fluke.com>
24772              Date: Mon, 26 Nov 2001 22:04:38 -0800
24773              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
24774      Branch: perl
24775            ! t/op/pack.t
24776 ____________________________________________________________________________
24777 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
24778         Log: Subject: [ID 20011126.149] t/op/split fails step 37
24779              From: David Dyck <dcd@tc.fluke.com>
24780              Date: Mon, 26 Nov 2001 21:52:35 -0800
24781              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
24782      Branch: perl
24783            ! t/op/split.t
24784 ____________________________________________________________________________
24785 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
24786         Log: incorporate last minute change from libnet 1.0901-tobe
24787      Branch: perl
24788            ! lib/Net/SMTP.pm
24789 ____________________________________________________________________________
24790 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
24791         Log: Pass 7 at perldelta - random edits.
24792      Branch: perl
24793            ! pod/perldelta.pod
24794 ____________________________________________________________________________
24795 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
24796         Log: Portability and skippage tweaks.
24797      Branch: perl
24798            ! t/op/split.t
24799 ____________________________________________________________________________
24800 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
24801         Log: (retracted by #13449)
24802              Try to make Unicode casemapping to work for EBCDIC, too.
24803      Branch: perl
24804            ! utf8.c
24805 ____________________________________________________________________________
24806 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
24807         Log: Just printing 1..0 is not quite enough...
24808      Branch: perl
24809            ! lib/Dumpvalue.t
24810 ____________________________________________________________________________
24811 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
24812         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
24813              Delay the match until runtime.
24814      Branch: perl
24815            ! t/op/append.t
24816 ____________________________________________________________________________
24817 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
24818         Log: UTF-EBCDIC.
24819      Branch: perl
24820            ! ext/Devel/Peek/Peek.t
24821 ____________________________________________________________________________
24822 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
24823         Log: Be UTF-EBCDIC aware.
24824      Branch: perl
24825            ! lib/bytes.t
24826 ____________________________________________________________________________
24827 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
24828         Log: Bad assumption which way digits and letters sort.
24829      Branch: perl
24830            ! lib/English.t
24831 ____________________________________________________________________________
24832 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
24833         Log: If in EBCDIC but no Convert::EBCDIC
24834              the libnet tests will all fail.
24835      Branch: perl
24836            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
24837            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
24838            ! lib/Net/t/smtp.t lib/Net/t/time.t
24839 ____________________________________________________________________________
24840 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
24841         Log: Just sorting to guarantee order is not enough.
24842              (Think EBCDIC.) 
24843      Branch: perl
24844            ! lib/ExtUtils/Manifest.t
24845 ____________________________________________________________________________
24846 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
24847         Log: OS/390 cleanable gunk.
24848      Branch: perl
24849            ! lib/ExtUtils/MM_Unix.pm
24850 ____________________________________________________________________________
24851 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
24852         Log: Update the EBCDIC MD5 checksums.
24853      Branch: perl
24854            ! ext/Digest/MD5/t/files.t
24855 ____________________________________________________________________________
24856 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
24857         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
24858              From: Nicholas Clark <nick@ccl4.org>
24859              Date: Mon, 26 Nov 2001 23:06:34 +0000
24860              Message-ID: <20011126230633.Q37621@plum.flirble.org>
24861      Branch: perl
24862            ! installman
24863 ____________________________________________________________________________
24864 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
24865         Log: sort tweaks from John P. Linderman.
24866      Branch: perl
24867            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
24868 ____________________________________________________________________________
24869 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
24870         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
24871              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
24872              Date: Mon, 26 Nov 2001 18:47:25 -0600
24873              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
24874              
24875              Craig Berry submitted half of this patch just yesterday.
24876              Spooky cosmic resonance.
24877      Branch: perl
24878            ! ext/Socket/Socket.xs
24879 ____________________________________________________________________________
24880 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
24881         Log: Subject: [PATCH] doio slightly smaller
24882              From: Nicholas Clark <nick@ccl4.org>
24883              Date: Tue, 27 Nov 2001 00:40:23 +0000      
24884              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
24885      Branch: perl
24886            ! doio.c
24887 ____________________________________________________________________________
24888 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
24889         Log: perldelta nits from Autrijus Tang and Ron Kimball.
24890      Branch: perl
24891            ! pod/perldelta.pod
24892 ____________________________________________________________________________
24893 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
24894         Log: Subject: [PATCH] unpack P* uses random length for item
24895              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
24896              Date: Mon, 26 Nov 2001 19:56:32 +0100
24897              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
24898      Branch: perl
24899            ! pod/perldiag.pod pp_pack.c t/op/pack.t
24900 ____________________________________________________________________________
24901 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
24902         Log: Subject: [PATCH current] system and taintedness
24903              From: Radu Greab <radu@netsoft.ro>
24904              Date: Mon, 26 Nov 2001 18:42:29 +0200
24905              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
24906      Branch: perl
24907            ! pp_sys.c t/op/taint.t
24908 ____________________________________________________________________________
24909 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
24910         Log: Subject: [PATCH @ 13283] Devel::PPPort
24911              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24912              Date: Mon, 26 Nov 2001 14:37:17 -0000
24913              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
24914      Branch: perl
24915            + ext/Devel/PPPort/MANIFEST
24916            ! MANIFEST ext/Devel/PPPort/Makefile.PL
24917            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
24918            ! ext/Devel/PPPort/harness/Harness.xs
24919            ! ext/Devel/PPPort/harness/Makefile.PL
24920            ! ext/Devel/PPPort/harness/module2.c
24921            ! ext/Devel/PPPort/harness/module3.c
24922            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
24923 ____________________________________________________________________________
24924 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
24925         Log: Update the test list.
24926      Branch: perl
24927            ! t/lib/1_compile.t
24928 ____________________________________________________________________________
24929 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
24930         Log: Sync-up tests with libnet distribution
24931      Branch: perl
24932            + lib/Net/t/netrc.t
24933            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
24934 ____________________________________________________________________________
24935 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
24936         Log: Update Changes.
24937      Branch: perl
24938            ! Changes patchlevel.h
24939 ____________________________________________________________________________
24940 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
24941         Log: Upgrade to podlators 1.16.
24942      Branch: perl
24943            + lib/Pod/t/basic.cap
24944            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
24945            ! lib/Pod/t/basic.t pod/pod2man.PL
24946 ____________________________________________________________________________
24947 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
24948         Log: Pass 6 at perldelta - sort enhancements, generic and
24949              platform specific bug fixes.
24950      Branch: perl
24951            ! pod/perldelta.pod
24952 ____________________________________________________________________________
24953 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
24954         Log: PROPAGATE documentation from Tony Cook.
24955      Branch: perl
24956            ! pod/perlfunc.pod
24957 ____________________________________________________________________________
24958 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
24959         Log: DJGPP cannot do signals that well.
24960      Branch: perl
24961            ! ext/POSIX/t/sigaction.t
24962 ____________________________________________________________________________
24963 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
24964         Log: Can't do subsecond alarms without ualarm; and break out
24965              early if alarms do not seem to be coming in as expected.
24966      Branch: perl
24967            ! ext/Time/HiRes/HiRes.t
24968 ____________________________________________________________________________
24969 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
24970         Log: No Socket, little Net.
24971      Branch: perl
24972            ! t/lib/1_compile.t
24973 ____________________________________________________________________________
24974 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
24975         Log: Take the taint brush to the getcwds.
24976      Branch: perl
24977            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
24978 ____________________________________________________________________________
24979 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
24980         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
24981              From: "Craig A. Berry" <craigberry@mac.com>
24982              Date: Sun, 25 Nov 2001 16:20:45 -0600
24983              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
24984      Branch: perl
24985            ! ext/Socket/Socket.xs
24986 ____________________________________________________________________________
24987 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
24988         Log: Since in some DOS filesystems the timestamp granularity
24989              may be only two seconds, better sleep for three to play safe.
24990              (Helps CygWin, at least.)
24991      Branch: perl
24992            ! lib/Memoize/t/expire_file.t
24993 ____________________________________________________________________________
24994 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
24995         Log: For some reason CygWin wasn't collapsing multiple
24996              slashes into one, which made some Spec.t tests to fail.
24997              Either CygWin was being too prudish or the collapsing
24998              logic needs to be rethunk.
24999      Branch: perl
25000            ! lib/File/Spec/Unix.pm
25001 ____________________________________________________________________________
25002 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
25003         Log: Cygwin needs to have libperl.dll around if trying to link
25004              with -lperl.  Note: this change cures the test but whether
25005              it cures CygPerl installation, I don't know: hopefully the
25006              libperl5_7_2.dll, or the version equivalent, gets installed
25007              also as libperl.dll to the proper place(s).
25008      Branch: perl
25009            ! lib/ExtUtils/Embed.t
25010 ____________________________________________________________________________
25011 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
25012         Log: -I../lib/.. and -L../lib/..?  Strange.
25013      Branch: perl
25014            ! lib/ExtUtils/Embed.t
25015 ____________________________________________________________________________
25016 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
25017         Log: $MM?
25018      Branch: perl
25019            ! lib/ExtUtils/Embed.pm
25020 ____________________________________________________________________________
25021 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
25022         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
25023              From: Dave Rolsky <autarch@urth.org>
25024              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
25025              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
25026      Branch: perl
25027            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
25028            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
25029 ____________________________________________________________________________
25030 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
25031         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
25032              From: chromatic <chromatic@rmci.net>
25033              Date: Sat, 24 Nov 2001 14:56:57 -0700
25034              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
25035              
25036              plus a tweak for ithreads builds.
25037      Branch: perl
25038            + lib/DB.t
25039            ! MANIFEST lib/DB.pm
25040 ____________________________________________________________________________
25041 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
25042         Log: Win32 compilation tweaks for Blair Zajac.
25043      Branch: perl
25044            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
25045 ____________________________________________________________________________
25046 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
25047         Log: I don't think trying to bracket the hires time with lores
25048              times is going to be portable enough: Cygwin seems to be
25049              capable of getting hires ones rather consistently lower
25050              than the lores ones.  So let's try average difference instead.
25051      Branch: perl
25052            ! ext/Time/HiRes/HiRes.t
25053 ____________________________________________________________________________
25054 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
25055         Log: Subject: Re: benchmarks, sorts and reproducibility
25056              From: "John P. Linderman" <jpl@research.att.com>
25057              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
25058              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
25059              
25060              Randomize large partitions for quicksort to dodge the
25061              angry gods of quadratic.
25062      Branch: perl
25063            ! pp_sort.c
25064 ____________________________________________________________________________
25065 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
25066         Log: The joys of portable quoting.
25067      Branch: perl
25068            ! ext/Devel/PPPort/harness/Makefile.PL
25069 ____________________________________________________________________________
25070 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
25071         Log: sort pragma tweaks.
25072      Branch: perl
25073            ! lib/sort.pm
25074 ____________________________________________________________________________
25075 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
25076         Log: Skip the link= directives of utils.lst if no mandir
25077              (if no manpages).
25078      Branch: perl
25079            ! installman
25080 ____________________________________________________________________________
25081 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
25082         Log: integrate changes#8340,13260 from mainline
25083              
25084              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
25085              
25086              change#3373 introduced a handle leak in backticks and piped open()s
25087              that fail
25088      Branch: maint-5.6/perl
25089            ! t/io/pipe.t util.c
25090 ____________________________________________________________________________
25091 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
25092         Log: change#3373 introduced a handle leak in backticks and piped open()s
25093              that fail
25094      Branch: perl
25095            ! util.c
25096 ____________________________________________________________________________
25097 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
25098         Log: metaconfig unit change for #13258.
25099      Branch: metaconfig/U/perl
25100            ! d_procselfexe.U
25101 ____________________________________________________________________________
25102 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
25103         Log: Extraenous breaks noticed by David Dyck.
25104      Branch: perl
25105            ! Configure
25106 ____________________________________________________________________________
25107 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
25108         Log: Revert the /proc/self/auxv experiment for now.
25109      Branch: perl
25110            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
25111 ____________________________________________________________________________
25112 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
25113         Log: Also ExtUtils.t had $^X assumptions.
25114      Branch: perl
25115            ! lib/ExtUtils.t
25116 ____________________________________________________________________________
25117 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
25118         Log: Now is Solaris if you start the t/perl in the t/
25119              as "./perl", the $^X will be "../perl", not "./perl".
25120      Branch: perl
25121            ! t/lib/1_compile.t
25122 ____________________________________________________________________________
25123 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
25124         Log: The new way of finding out $^X in Solaris
25125              requires a little tweak if the executable
25126              pathname is *not* absolute: prepend "./"
25127              (otherwise `$^X ...` will start perl from PATH...)
25128      Branch: perl
25129            ! perl.c
25130 ____________________________________________________________________________
25131 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
25132         Log: Avoid "will not stay shared" warnings.
25133      Branch: perl
25134            ! lib/ExtUtils/MM_Unix.pm
25135 ____________________________________________________________________________
25136 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
25137         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
25138              From: Michael G Schwern <schwern@pobox.com>
25139              Date: Sat, 24 Nov 2001 19:56:18 -0500
25140              Message-ID: <20011124195618.A14614@blackrider>            
25141      Branch: perl
25142            ! perl.c pp_sys.c t/op/magic.t util.c
25143 ____________________________________________________________________________
25144 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
25145         Log: In the MakeMaker pm_to_blib target don't copy all
25146              the files in one fell swoop, deal with them hunkwise,
25147              helps for CLIs with limited line lengths.
25148              (This seems to help for DJGPP building Encode,
25149              where there are dozens of files to copy.)
25150      Branch: perl
25151            ! lib/ExtUtils/MM_Unix.pm
25152 ____________________________________________________________________________
25153 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
25154         Log: testsuite leaves stray files behind on windows
25155      Branch: perl
25156            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
25157 ____________________________________________________________________________
25158 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
25159         Log: xsubpp produces a spurious warning on directories called 'typemap'
25160      Branch: perl
25161            ! lib/ExtUtils/xsubpp
25162 ____________________________________________________________________________
25163 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
25164         Log: xsubpp treats invalid (indented) cpp directives as comments
25165      Branch: perl
25166            ! ext/IO/IO.xs
25167 ____________________________________________________________________________
25168 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
25169         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
25170      Branch: perl
25171            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
25172 ____________________________________________________________________________
25173 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
25174         Log: The debug_pag needs to be visible at all times
25175              because of the re extension.
25176      Branch: perl
25177            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
25178 ____________________________________________________________________________
25179 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
25180         Log: Subject: Re: [PATCH] Tests are good
25181              From: Philip Newton <Philip.Newton@gmx.net>
25182              Date: Sat, 24 Nov 2001 21:24:00 +0100
25183              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
25184      Branch: perl
25185            ! pod/perlhack.pod
25186 ____________________________________________________________________________
25187 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
25188         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
25189              From: "Craig A. Berry" <craigberry@mac.com> 
25190              Date: Sat, 24 Nov 2001 12:45:44 -0600
25191              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
25192              
25193              (with tweaks, and combined with Sarathy's #13242)
25194      Branch: perl
25195            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
25196 ____________________________________________________________________________
25197 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
25198         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
25199              From: John Peacock <jpeacock@rowman.com>
25200              Date: Sat, 24 Nov 2001 14:27:46 -0500
25201              Message-ID: <3BFFF4B2.40509@rowman.com> 
25202      Branch: perl
25203            ! lib/Exporter/Heavy.pm
25204 ____________________________________________________________________________
25205 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
25206         Log: use portable quotes
25207      Branch: perl
25208            ! ext/Devel/PPPort/harness/Makefile.PL
25209 ____________________________________________________________________________
25210 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
25211         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
25212              From: Nicholas Clark <nick@ccl4.org>
25213              Date: Sat, 24 Nov 2001 18:06:26 +0000
25214              Message-ID: <20011124180626.T37621@plum.flirble.org>
25215      Branch: perl
25216            ! installman
25217 ____________________________________________________________________________
25218 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
25219         Log: Subject: [PATCH] perl5005delta.pod L<>
25220              From: Nicholas Clark <nick@ccl4.org>
25221              Date: Sat, 24 Nov 2001 18:04:21 +0000
25222              Message-ID: <20011124180421.S37621@plum.flirble.org>
25223      Branch: perl
25224            ! pod/perl5005delta.pod
25225 ____________________________________________________________________________
25226 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
25227         Log: fix typo in config.vc; regenerate win32 config_H.* files
25228      Branch: perl
25229            ! win32/config.vc win32/config_H.bc win32/config_H.gc
25230            ! win32/config_H.vc
25231 ____________________________________________________________________________
25232 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
25233         Log: Mention the charnames::vianame().
25234      Branch: perl
25235            ! pod/perluniintro.pod
25236 ____________________________________________________________________________
25237 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
25238         Log: Add charnames::vianame() in case people want to access
25239              the codes in run-time (as opposed to the compile-timeness
25240              of \N{...}).
25241      Branch: perl
25242            ! lib/charnames.pm lib/charnames.t
25243 ____________________________________________________________________________
25244 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
25245         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
25246              From: Nicholas Clark <nick@ccl4.org>
25247              Date: Sat, 24 Nov 2001 16:30:42 +0000
25248              Message-ID: <20011124163042.R37621@plum.flirble.org>
25249      Branch: perl
25250            ! regcomp.c regcomp.h
25251 ____________________________________________________________________________
25252 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
25253         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
25254              From: Nicholas Clark <nick@ccl4.org>
25255              Date: Sat, 24 Nov 2001 16:24:33 +0000
25256              Message-ID: <20011124162433.Q37621@plum.flirble.org>
25257              
25258              cmp fixes.
25259      Branch: perl
25260            ! pp.c
25261 ____________________________________________________________________________
25262 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
25263         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
25264              (It seems that "./perl" gets resolved to "perl" now.)
25265      Branch: perl
25266            ! perl.c
25267 ____________________________________________________________________________
25268 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
25269         Log: Subject: [PATCH] DB_File 1.800        
25270              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
25271              Date: Sat, 24 Nov 2001 11:41:41 -0000
25272              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
25273      Branch: perl
25274            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
25275            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
25276            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
25277            ! ext/DB_File/t/db-recno.t
25278 ____________________________________________________________________________
25279 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
25280         Log: Tweak the PUSHED documentation.
25281      Branch: perl
25282            ! ext/PerlIO/Via/Via.pm
25283 ____________________________________________________________________________
25284 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
25285         Log: Update 1_compile for new known tests.
25286      Branch: perl
25287            ! t/lib/1_compile.t
25288 ____________________________________________________________________________
25289 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
25290         Log: Move the MBF/MBI test modules to t/lib.
25291      Branch: perl
25292            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
25293            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
25294            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
25295            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
25296            ! lib/Math/BigInt/t/sub_mbi.t
25297 ____________________________________________________________________________
25298 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
25299         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
25300              From: "Craig A. Berry" <craigberry@mac.com> 
25301              Date: Fri, 23 Nov 2001 18:05:35 -0600
25302              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
25303      Branch: perl
25304            ! configure.com
25305 ____________________________________________________________________________
25306 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
25307         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
25308              From: PPrymmer@factset.com 
25309              Date: Fri, 23 Nov 2001 17:03:07 -0500
25310              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
25311      Branch: perl
25312            ! ext/Unicode/Normalize/mkheader
25313 ____________________________________________________________________________
25314 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
25315         Log: Here are the right helper files.
25316      Branch: perl
25317            + t/lib/Filter/Simple/ExportTest.pm
25318            + t/lib/Filter/Simple/FilterOnlyTest.pm
25319            + t/lib/Filter/Simple/FilterTest.pm
25320            + t/lib/Filter/Simple/ImportTest.pm
25321            ! MANIFEST
25322 ____________________________________________________________________________
25323 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
25324         Log: Update Changes.
25325      Branch: perl
25326            ! Changes patchlevel.h
25327 ____________________________________________________________________________
25328 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
25329         Log: Never mind.
25330      Branch: perl
25331            - lib/Filter/Simple/lib/ExportTest.pm
25332            - lib/Filter/Simple/lib/ImportTest.pm
25333 ____________________________________________________________________________
25334 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
25335         Log: Mis-add.
25336      Branch: perl
25337            + lib/Filter/Simple/lib/ExportTest.pm
25338            + lib/Filter/Simple/lib/ImportTest.pm
25339 ____________________________________________________________________________
25340 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
25341         Log: Upgrade to Filter::Simple 0.77.
25342      Branch: perl
25343            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
25344            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
25345            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
25346            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
25347            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
25348 ____________________________________________________________________________
25349 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
25350         Log: Missing p4 add.
25351      Branch: perl
25352            + lib/ExtUtils/MM_VMS.t
25353 ____________________________________________________________________________
25354 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
25355         Log: Pass 5 at perldelta - module and utility updates cleanup.
25356      Branch: perl
25357            ! pod/perldelta.pod
25358 ____________________________________________________________________________
25359 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
25360         Log: metaconfig unit change for #13219.
25361      Branch: metaconfig/U/perl
25362            ! d_procselfexe.U
25363 ____________________________________________________________________________
25364 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
25365         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
25366      Branch: perl
25367            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25368            ! pod/buildtoc.PL pod/perltoc.pod
25369 ____________________________________________________________________________
25370 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
25371         Log: Add procselfexe and d_dirfd to strange lands.
25372      Branch: perl
25373            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25374            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25375            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25376            ! win32/config.gc win32/config.vc win32/config.win64
25377            ! wince/config.ce
25378 ____________________________________________________________________________
25379 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
25380         Log: metaconfig unit change for #13216.
25381      Branch: metaconfig/U/perl
25382            ! d_procselfexe.U
25383 ____________________________________________________________________________
25384 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
25385         Log: Better to "quote" the pathname.
25386      Branch: perl
25387            ! Configure config_h.SH
25388 ____________________________________________________________________________
25389 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
25390         Log: Use PROCSELFEXE_PATH.
25391      Branch: perl
25392            ! perl.c
25393 ____________________________________________________________________________
25394 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
25395         Log: metaconfig unit change for #13213.
25396      Branch: metaconfig/U/perl
25397            ! d_procselfexe.U
25398 ____________________________________________________________________________
25399 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
25400         Log: Add probing for BSD-like /proc/curproc/file.
25401      Branch: perl
25402            ! Configure config_h.SH
25403 ____________________________________________________________________________
25404 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
25405         Log: metaconfig unit change for 13211.
25406      Branch: metaconfig/U/perl
25407            + d_dirfd.U
25408 ____________________________________________________________________________
25409 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
25410         Log: Add probing for dirfd() so that it can be added it IO::Dir.
25411      Branch: perl
25412            ! Configure config_h.SH perl.h
25413 ____________________________________________________________________________
25414 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
25415         Log: ...and update the test count.
25416      Branch: perl
25417            ! lib/Pod/t/basic.t
25418 ____________________________________________________________________________
25419 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
25420         Log: Must remove the cap test also from the test script.
25421      Branch: perl
25422            ! lib/Pod/t/basic.t
25423 ____________________________________________________________________________
25424 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
25425         Log: Subject: [PATCH] Tests are good
25426              From: Nicholas Clark <nick@ccl4.org>
25427              Date: Fri, 23 Nov 2001 18:12:21 +0000
25428              Message-ID: <20011123181220.F37621@plum.flirble.org>
25429      Branch: perl
25430            ! pod/perlhack.pod
25431 ____________________________________________________________________________
25432 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
25433         Log: The basic.cap from podlators 1.14 is not very portable.
25434      Branch: perl
25435            - lib/Pod/t/basic.cap
25436            ! MANIFEST
25437 ____________________________________________________________________________
25438 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
25439         Log: Subject: Re: [DOC PATCHES] pod cleanups
25440              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
25441              Date: 22 Nov 2001 12:54:16 -0000
25442              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
25443      Branch: perl
25444            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
25445            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
25446 ____________________________________________________________________________
25447 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
25448         Log: FAQ sync.
25449      Branch: perl
25450            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
25451 ____________________________________________________________________________
25452 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
25453         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
25454              From: PPrymmer@factset.com
25455              Date: Fri, 23 Nov 2001 11:43:45 -0500
25456              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
25457      Branch: perl
25458            ! MANIFEST lib/ExtUtils/MM_VMS.pm
25459 ____________________________________________________________________________
25460 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
25461         Log: Corify podlators 1.14 test.
25462      Branch: perl
25463            ! lib/Pod/t/basic.t
25464 ____________________________________________________________________________
25465 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
25466         Log: Output tweak needed because of podlators 1.14.
25467      Branch: perl
25468            ! t/pod/multiline_items.xr
25469 ____________________________________________________________________________
25470 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
25471         Log: Upgrade to podlators 1.14.
25472      Branch: perl
25473            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
25474            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
25475            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
25476            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
25477            ! lib/Pod/Text/Overstrike.pm
25478 ____________________________________________________________________________
25479 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
25480         Log: perlmodinstall tweaks from Philip Newton.
25481      Branch: perl
25482            ! pod/perlmodinstall.pod
25483 ____________________________________________________________________________
25484 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
25485         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
25486              From: Autrijus Tang <autrijus@autrijus.org>           
25487              Date: Fri, 23 Nov 2001 23:55:53 +0800
25488              Message-ID: <20011123235553.A2310@not.autrijus.org>
25489      Branch: perl
25490            ! Porting/genlog
25491 ____________________________________________________________________________
25492 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
25493         Log: Subject: Re: regex oddness with \Z and $&
25494              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
25495              Date: Fri, 23 Nov 2001 15:15:24 +0000
25496              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
25497      Branch: perl
25498            ! regcomp.c t/op/re_tests
25499 ____________________________________________________________________________
25500 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
25501         Log: regen_headers.
25502      Branch: perl
25503            ! embed.h global.sym pod/perlapi.pod proto.h
25504 ____________________________________________________________________________
25505 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
25506         Log: Forgotten check-in.
25507      Branch: perl
25508            ! pod/perlapi.pod
25509 ____________________________________________________________________________
25510 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
25511         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
25512      Branch: perl
25513            ! lib/Test/Simple.pm
25514 ____________________________________________________________________________
25515 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
25516         Log: Retract #13173 (effectively retract Net::Ping 2.06,
25517              go back to 2.04, the 2.06 hasn't seen the patches
25518              that have gone to the blead version.)
25519      Branch: perl
25520            - lib/Net/Ping/CHANGES lib/Net/Ping/README
25521            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25522            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25523            - lib/Net/Ping/t/200_ping_tcp.t
25524            ! MANIFEST lib/Net/Ping.pm
25525 ____________________________________________________________________________
25526 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
25527         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
25528              From: Robin Barker <rmb1@cise.npl.co.uk>
25529              Date: Thu, 22 Nov 2001 11:00:38 GMT
25530              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
25531      Branch: perl
25532            ! utils/perldoc.PL
25533 ____________________________________________________________________________
25534 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
25535         Log: metaconfig unit change for #13191.
25536      Branch: metaconfig/U/perl
25537            ! d_procselfexe.U
25538 ____________________________________________________________________________
25539 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
25540         Log: procselfexe tweak: for some reason I had a ls in
25541              /proc/self/exe, not the ls Configure thought it
25542              would found.
25543      Branch: perl
25544            ! Configure
25545 ____________________________________________________________________________
25546 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
25547         Log: Corify the Net::Ping tests; skip the tests
25548              unless $ENV{PERL_TEST_Net_Ping} is true.
25549      Branch: perl
25550            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25551            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25552            ! lib/Net/Ping/t/200_ping_tcp.t
25553 ____________________________________________________________________________
25554 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
25555         Log: metaconfig units changes for #13188.
25556      Branch: metaconfig
25557            ! U/modified/Head.U
25558      Branch: metaconfig/U/perl
25559            ! issymlink.U
25560 ____________________________________________________________________________
25561 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
25562         Log: The #13182 didn't really help.  The real problem
25563              seems to be that 'sh' can in AIX mean at least three
25564              different things, and we can't know which one it is
25565              unless we export $newsh from an earlier run (and it's
25566              the 'bsh' aka 'sh' that has the the broken test -h).
25567      Branch: perl
25568            ! Configure
25569 ____________________________________________________________________________
25570 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
25571         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
25572      Branch: perl
25573            ! op.c t/op/override.t
25574 ____________________________________________________________________________
25575 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
25576         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
25577              From: PPrymmer@factset.com 
25578              Date: Wed, 21 Nov 2001 20:17:25 -0500
25579              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
25580      Branch: perl
25581            ! lib/Shell.t
25582 ____________________________________________________________________________
25583 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
25584         Log: Reapply perlmodinstall parts of #12897.
25585      Branch: perl
25586            ! pod/perlmodinstall.pod
25587 ____________________________________________________________________________
25588 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
25589         Log: perlmodinstall 2.01 from Jon Orwant.
25590      Branch: perl
25591            ! pod/perlmodinstall.pod
25592 ____________________________________________________________________________
25593 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
25594         Log: Subject: [PATCH @10907] REXX on OS/2
25595              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25596              Date: Wed, 21 Nov 2001 15:26:11 -0500
25597              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
25598      Branch: perl
25599            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
25600            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
25601 ____________________________________________________________________________
25602 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
25603         Log: metaconfig unit change for #13181.
25604      Branch: metaconfig/U/perl
25605            ! issymlink.U
25606 ____________________________________________________________________________
25607 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
25608         Log: AIX has broken builtin 'test'.
25609      Branch: perl
25610            ! Configure
25611 ____________________________________________________________________________
25612 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
25613         Log: Subject: [PATCH 5.7.x] INSTALL size update
25614              From: Andy Dougherty <doughera@lafayette.edu>
25615              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
25616              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
25617      Branch: perl
25618            ! INSTALL
25619 ____________________________________________________________________________
25620 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
25621         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
25622              to pp_sort.c.  Includes the quicksort stabilizing layer
25623              from John P. Linderman.  -Msort=qsort or -Msort=fast is
25624              faster than without (or with -Msort=mergesort or -Msort=safe)
25625              for short random inputs, but for some reason not quite as fast
25626              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
25627              optimizing definitely needed.
25628      Branch: perl
25629            + lib/sort.pm lib/sort.t pp_sort.c
25630            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
25631            ! embed.pl global.sym perl.h pp_ctl.c proto.h
25632            ! vms/descrip_mms.template vos/build.cm win32/Makefile
25633            ! win32/makefile.mk wince/Makefile.ce
25634 ____________________________________________________________________________
25635 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
25636         Log: Sync file with libnet-1.0901-tobe
25637      Branch: perl
25638            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
25639            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
25640            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
25641            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
25642            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
25643 ____________________________________________________________________________
25644 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
25645         Log: Subject: [PATCH perldoc] problems with pod2man
25646              From: Robin Barker <rmb1@cise.npl.co.uk>
25647              Date: Wed, 21 Nov 2001 17:48:51 GMT
25648              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
25649      Branch: perl
25650            ! utils/perldoc.PL
25651 ____________________________________________________________________________
25652 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
25653         Log: debug_pad only visible when debugging.
25654      Branch: perl
25655            ! makedef.pl
25656 ____________________________________________________________________________
25657 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
25658         Log: metaconfig units changes for #13174.
25659      Branch: metaconfig/U/perl
25660            + d_procselfexe.U
25661            - procselfexe.U
25662 ____________________________________________________________________________
25663 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
25664         Log: procselfexe tweaks.
25665      Branch: perl
25666            ! Configure config_h.SH
25667 ____________________________________________________________________________
25668 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
25669         Log: Upgrade to Net::Ping 2.06.
25670      Branch: perl
25671            + lib/Net/Ping/CHANGES lib/Net/Ping/README
25672            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
25673            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
25674            + lib/Net/Ping/t/200_ping_tcp.t
25675            ! MANIFEST lib/Net/Ping.pm
25676 ____________________________________________________________________________
25677 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
25678         Log: Upgrade to Math::BigInt 1.47.
25679      Branch: perl
25680            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
25681            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
25682            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
25683            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
25684            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
25685            ! lib/Math/BigInt/t/sub_mbi.t
25686 ____________________________________________________________________________
25687 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
25688         Log: Dynaloading for POSIX-BC from Thomas Dorner.
25689      Branch: perl
25690            ! hints/posix-bc.sh
25691 ____________________________________________________________________________
25692 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
25693         Log: Strange: the same mysterious regex study bug
25694              seems to be present both in OS/390 and POSIX-BC.
25695              Deep EBCDIC magic that regex engine gets wrong,
25696              or a bug in some compiler/library shared by the
25697              two platforms?  From Thomas Dorner.
25698      Branch: perl
25699            ! t/op/study.t
25700 ____________________________________________________________________________
25701 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
25702         Log: More lost and found.
25703      Branch: perl
25704            + lib/Test/Simple/README
25705            ! MANIFEST
25706 ____________________________________________________________________________
25707 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
25708         Log: MANIFESTly missing.
25709      Branch: perl
25710            ! MANIFEST
25711 ____________________________________________________________________________
25712 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
25713         Log: Subject: Re: PERFORCE change 13162 for review               
25714              From: Philip Newton <Philip.Newton@gmx.net> 
25715              Date: Wed, 21 Nov 2001 16:44:30 +0100
25716              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
25717      Branch: perl
25718            ! ext/Devel/PPPort/PPPort.pm
25719 ____________________________________________________________________________
25720 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
25721         Log: Update Changes.
25722      Branch: perl
25723            ! Changes patchlevel.h
25724 ____________________________________________________________________________
25725 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
25726         Log: Small doc tweaks.
25727      Branch: perl
25728            ! ext/PerlIO/Via/Via.pm
25729 ____________________________________________________________________________
25730 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
25731         Log: Redundant return.
25732      Branch: perl
25733            ! ext/MIME/Base64/QuotedPrint.pm
25734 ____________________________________________________________________________
25735 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
25736         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
25737              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
25738              Date: Wed, 21 Nov 2001 10:23:16 +0100
25739              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
25740      Branch: perl
25741            ! pp_pack.c t/op/pack.t
25742 ____________________________________________________________________________
25743 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
25744         Log: Add Devel::PPPort originally from Kenneth Albanowski,
25745              revigorated by Paul Marquess: gives h2xs a Perl version
25746              portability boost.
25747      Branch: perl
25748            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
25749            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
25750            + ext/Devel/PPPort/harness/Harness.pm
25751            + ext/Devel/PPPort/harness/Harness.xs
25752            + ext/Devel/PPPort/harness/Makefile.PL
25753            + ext/Devel/PPPort/harness/module2.c
25754            + ext/Devel/PPPort/harness/module3.c
25755            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
25756            ! MANIFEST lib/h2xs.t utils/h2xs.PL
25757 ____________________________________________________________________________
25758 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
25759         Log: Oops.
25760      Branch: perl
25761            ! lib/Test/Simple/t/filehandles.t
25762 ____________________________________________________________________________
25763 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
25764         Log: Subject: Re: PERFORCE change 13152 for review               
25765              From: Philip Newton <Philip.Newton@gmx.net> 
25766              Date: Wed, 21 Nov 2001 09:04:05 +0100
25767              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
25768      Branch: perl
25769            ! lib/Test/Builder.pm
25770 ____________________________________________________________________________
25771 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
25772         Log: Subject: Re: PERFORCE change 13142 for review
25773              From: Philip Newton <Philip.Newton@gmx.net>
25774              Date: Wed, 21 Nov 2001 09:04:03 +0100
25775              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
25776              
25777              plus rewrap few paragraphs.
25778      Branch: perl
25779            ! lib/Pod/LaTeX.pm
25780 ____________________________________________________________________________
25781 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
25782         Log: Integrate #13154 from macperl; Remove comments.
25783      Branch: perl
25784           !> lib/File/Spec/Mac.pm
25785 ____________________________________________________________________________
25786 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
25787         Log: Update the list of modules having tests.
25788      Branch: perl
25789            ! t/lib/1_compile.t
25790 ____________________________________________________________________________
25791 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
25792         Log: Slight doc changes.
25793      Branch: maint-5.6/macperl
25794            ! macos/macperl/MacPerl.podhelp
25795 ____________________________________________________________________________
25796 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
25797         Log: Add UTF-16 coercion.
25798      Branch: maint-5.6/macperl
25799            ! macos/lib/Mac/AppleEvents/Simple.pm
25800 ____________________________________________________________________________
25801 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
25802         Log: Remove comments.
25803      Branch: maint-5.6/macperl
25804            ! lib/File/Spec/Mac.pm
25805 ____________________________________________________________________________
25806 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
25807         Log: Fix FSpGetCatInfo (and other functions) corrupting
25808              memory with bad filespecs (bug #471867)
25809      Branch: maint-5.6/macperl
25810            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
25811 ____________________________________________________________________________
25812 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
25813         Log: Upgrade to Test::Simple 0.33.
25814      Branch: perl
25815            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
25816            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
25817            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
25818 ____________________________________________________________________________
25819 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
25820         Log: Upgrade to Test::Harness 1.26.
25821      Branch: perl
25822            ! lib/Test/Harness.pm lib/Test/Harness/Changes
25823 ____________________________________________________________________________
25824 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
25825         Log: Integrate change #13145 from maintperl;
25826              another compatibility tweak to change#12559: avoid quoting
25827              arguments that already have quotes; add test case
25828      Branch: perl
25829           !> t/op/system_tests win32/win32.c
25830 ____________________________________________________________________________
25831 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
25832         Log: integrate change#13147 from mainline (fixes nit in change#10091)
25833              
25834              Subject: [PATCH] spaceship and refs
25835      Branch: maint-5.6/perl
25836            ! pp.c pp_hot.c t/op/cmp.t
25837 ____________________________________________________________________________
25838 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
25839         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
25840              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
25841              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
25842              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
25843      Branch: perl
25844            + lib/Pod/t/utils.t
25845            ! MANIFEST
25846 ____________________________________________________________________________
25847 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
25848         Log: Subject: [PATCH] spaceship and refs
25849              From: Nicholas Clark <nick@ccl4.org>
25850              Date: Tue, 20 Nov 2001 21:59:51 +0000
25851              Message-ID: <20011120215951.U62891@plum.flirble.org> 
25852      Branch: perl
25853            ! pp.c pp_hot.c t/op/cmp.t
25854 ____________________________________________________________________________
25855 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
25856         Log: Try to clarify which I/O call operates on bytes,
25857              which on characters, which on either.
25858      Branch: perl
25859            ! pod/perlfunc.pod
25860 ____________________________________________________________________________
25861 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
25862         Log: another compatibility tweak to change#12559: avoid quoting
25863              arguments that already have quotes; add test case
25864      Branch: maint-5.6/perl
25865            ! t/op/system_tests win32/win32.c
25866 ____________________________________________________________________________
25867 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
25868         Log: Give a simple example of writing PerlIO::Via handlers
25869              in Perl.
25870      Branch: perl
25871            ! ext/PerlIO/Via/Via.pm
25872 ____________________________________________________________________________
25873 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
25874         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
25875      Branch: perl
25876            + lib/Pod/t/latex.t
25877            ! MANIFEST
25878 ____________________________________________________________________________
25879 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
25880         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
25881              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25882              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
25883              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
25884      Branch: perl
25885            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
25886 ____________________________________________________________________________
25887 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
25888         Log: Spread d_procselfexe to far-off lands (undefined).
25889      Branch: perl
25890            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
25891            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25892            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25893            ! win32/config.gc win32/config.vc win32/config.win64
25894            ! wince/config.ce
25895 ____________________________________________________________________________
25896 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
25897         Log: Integrate perlio; add detection and use of /proc/self/exe
25898              (Linuxism for finding the absolute path of the executable)
25899      Branch: perl
25900           !> Configure config_h.SH perl.c t/op/magic.t
25901 ____________________________________________________________________________
25902 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
25903         Log: Really define do_report_used() only if DEBUGGING.
25904      Branch: perl
25905            ! sv.c
25906 ____________________________________________________________________________
25907 [ 13138] By: nick                                  on 2001/11/20  20:01:05
25908         Log: perl.c change to use HAS_PROCSELFEXE, also
25909              tweak to $^X test to comprehend full path to real executable
25910              being returned (like Cygwin as it happens...)
25911      Branch: perlio
25912            ! perl.c t/op/magic.t
25913 ____________________________________________________________________________
25914 [ 13137] By: nick                                  on 2001/11/20  19:46:00
25915         Log: Integrate mainline
25916      Branch: perlio
25917           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
25918           +> lib/NEXT/t/unseen.t
25919            - lib/NEXT/test.pl
25920           !> (integrate 34 files)
25921 ____________________________________________________________________________
25922 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
25923         Log: Subject: [?PATCH] terser pp_eq
25924              From: Nicholas Clark <nick@ccl4.org>
25925              Date: Mon, 19 Nov 2001 23:09:02 +0000
25926              Message-ID: <20011119230901.O62891@plum.flirble.org>
25927      Branch: perl
25928            ! pp_hot.c
25929 ____________________________________________________________________________
25930 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
25931         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
25932      Branch: perl
25933            ! pod/perldelta.pod
25934 ____________________________________________________________________________
25935 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
25936         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
25937              From: Andy Dougherty <doughera@lafayette.edu>
25938              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
25939              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
25940      Branch: perl
25941            ! ext/re/Makefile.PL ext/re/re.xs
25942 ____________________________________________________________________________
25943 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
25944         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
25945              From: Andy Dougherty <doughera@lafayette.edu>
25946              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
25947              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
25948      Branch: perl
25949            ! ext/re/re.xs
25950 ____________________________________________________________________________
25951 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
25952         Log: Integrate change #13119 from macperl.
25953              (No changes since already applied the patch,
25954              just keep perforce happy and well-fed.)
25955      Branch: perl
25956           !> lib/Pod/Html.pm
25957 ____________________________________________________________________________
25958 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
25959         Log: Subject: [PATCH] filter-util.pl for Mac OS
25960              From: Chris Nandor <pudge@pobox.com>
25961              Date: Tue, 20 Nov 2001 00:16:11 -0500
25962              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
25963      Branch: perl
25964            ! t/lib/filter-util.pl
25965 ____________________________________________________________________________
25966 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
25967         Log: Subject: [PATCH] Portability fix for Pod::Html
25968              From: Chris Nandor <pudge@pobox.com>
25969              Date: Tue, 20 Nov 2001 00:01:05 -0500
25970              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
25971      Branch: perl
25972            ! lib/Pod/Html.pm
25973 ____________________________________________________________________________
25974 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
25975         Log: Need to skip more tests if not perlio.
25976      Branch: perl
25977            ! lib/open.t
25978 ____________________________________________________________________________
25979 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
25980         Log: Pass 3 at perldelta - sort the lists of new modules,
25981              module improvements, and new platforms.
25982      Branch: perl
25983            ! pod/perldelta.pod
25984 ____________________________________________________________________________
25985 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
25986         Log: Document ${^OPEN}.
25987      Branch: perl
25988            ! pod/perlvar.pod
25989 ____________________________________________________________________________
25990 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
25991         Log: Make configpm work with extra keys
25992      Branch: maint-5.6/macperl
25993            ! macos/configpm
25994 ____________________________________________________________________________
25995 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
25996         Log: Version and doc updates
25997      Branch: maint-5.6/macperl
25998            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
25999 ____________________________________________________________________________
26000 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
26001         Log: More fixes for error message parsing (bug #470316)
26002      Branch: maint-5.6/macperl
26003            ! macos/macish.c
26004 ____________________________________________________________________________
26005 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
26006         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
26007              remove obsolete function (bug #465225)
26008      Branch: maint-5.6/macperl
26009            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
26010            ! macos/macperl/MPScript.c
26011 ____________________________________________________________________________
26012 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
26013         Log: Add p2as droplet to distribution.
26014      Branch: maint-5.6/macperl
26015            + macos/macperl/Droplets/p2as.plx
26016 ____________________________________________________________________________
26017 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
26018         Log: Bundle File::Sort.
26019      Branch: maint-5.6/macperl
26020            + macos/bundled_lib/blib/lib/File/Sort.pm
26021 ____________________________________________________________________________
26022 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
26023         Log: Various bundled module fixes.
26024      Branch: maint-5.6/macperl
26025            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
26026            ! macos/bundled_ext/Digest/MD5/t/files.t
26027            ! macos/bundled_ext/Filter/t/filter-util.pl
26028            ! macos/bundled_lib/blib/lib/Net/Config.pm
26029            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
26030 ____________________________________________________________________________
26031 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
26032         Log: Portability fix for Pod::Html.
26033      Branch: maint-5.6/macperl
26034            ! lib/Pod/Html.pm
26035 ____________________________________________________________________________
26036 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
26037         Log: Upgrade to Text::Balanced 1.89.
26038      Branch: perl
26039            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
26040            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
26041            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
26042            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
26043            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
26044            ! lib/Text/Balanced/t/gentag.t
26045 ____________________________________________________________________________
26046 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
26047         Log: Upgrade to NEXT 0.50.
26048      Branch: perl
26049            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
26050            + lib/NEXT/t/unseen.t
26051            - lib/NEXT/test.pl
26052            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
26053 ____________________________________________________________________________
26054 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
26055         Log: Integrate with maint-5.6/perl.
26056      Branch: maint-5.6/macperl
26057           !> win32/win32.c
26058 ____________________________________________________________________________
26059 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
26060         Log: Update the README.threads scary header a bit.
26061      Branch: perl
26062            ! README.threads
26063 ____________________________________________________________________________
26064 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
26065         Log: Pass 2 at perldelta: add some changes since 5.7.2.
26066      Branch: perl
26067            ! pod/perldelta.pod
26068 ____________________________________________________________________________
26069 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
26070         Log: Subject: [DOC PATCH] perlfaq4.pod 
26071              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26072              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
26073              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
26074      Branch: perl
26075            ! pod/perlfaq4.pod
26076 ____________________________________________________________________________
26077 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
26078         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
26079              From: Michael G Schwern <schwern@pobox.com> 
26080              Date: Mon, 19 Nov 2001 19:53:12 -0500
26081              Message-ID: <20011119195311.I11883@blackrider>
26082      Branch: perl
26083            ! perl.c
26084 ____________________________________________________________________________
26085 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
26086         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
26087              From: PPrymmer@factset.com
26088              Date: Mon, 19 Nov 2001 17:08:59 -0500
26089              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
26090      Branch: perl
26091            ! vms/descrip_mms.template
26092 ____________________________________________________________________________
26093 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
26094         Log: Create a per-interpeter debug scratchpad container
26095              and use that for the regexec debugging.
26096      Branch: perl
26097            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
26098 ____________________________________________________________________________
26099 [ 13109] By: nick                                  on 2001/11/19  22:01:45
26100         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
26101              Configure unit detects the feature).
26102      Branch: metaconfig/U/perl
26103            + procselfexe.U
26104      Branch: perlio
26105            ! Configure config_h.SH
26106 ____________________________________________________________________________
26107 [ 13108] By: nick                                  on 2001/11/19  20:39:17
26108         Log: Integrate mainline
26109      Branch: perlio
26110           +> t/op/or.t
26111           !> (integrate 44 files)
26112 ____________________________________________________________________________
26113 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
26114         Log: sysseek tweak.
26115      Branch: perl
26116            ! pod/perlfunc.pod
26117 ____________________________________________________________________________
26118 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
26119         Log: Move the sysio tests from io/utf8 to lib/open.
26120      Branch: perl
26121            ! lib/open.t t/io/utf8.t
26122 ____________________________________________________________________________
26123 [ 13105] By: nick                                  on 2001/11/19  20:15:39
26124         Log: Add a .package and a README to //depot/metaconfig
26125      Branch: metaconfig
26126            + .package README
26127 ____________________________________________________________________________
26128 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
26129         Log: Thou shalt not mix stdio and sysio.
26130      Branch: perl
26131            ! t/io/utf8.t
26132 ____________________________________________________________________________
26133 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
26134         Log: Update Changes.
26135      Branch: perl
26136            ! Changes patchlevel.h
26137 ____________________________________________________________________________
26138 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
26139         Log: The runops_debug needs to be present always, otherwise
26140              places like AIX which need an explicit symbol export list
26141              will croak when trying to build Devel::Peek (which uses
26142              the runops_debug).
26143      Branch: perl
26144            ! makedef.pl
26145 ____________________________________________________________________________
26146 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
26147         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
26148              From: PPrymmer@factset.com 
26149              Date: Mon, 19 Nov 2001 11:34:22 -0500
26150              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
26151      Branch: perl
26152            ! lib/Memoize/t/tie_sdbm.t
26153 ____________________________________________________________________________
26154 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
26155         Log: Retract #13088: it seems that unless dump.c is extensively
26156              reorganized as to what symbols it shows, when, and to whom,
26157              we are stuck with having the dump.o symbols in the libperl
26158              and thusly in the main Perl binary.
26159      Branch: perl
26160            ! embedvar.h perlapi.h perlvars.h
26161 ____________________________________________________________________________
26162 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
26163         Log: The _uni_display should not be in dump.c since they
26164              are used under normal operation (S_not_a_number()).
26165      Branch: perl
26166            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
26167 ____________________________________________________________________________
26168 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
26169         Log: Protect sv_dump() from being included unless DEBUGGING,
26170              as noticed by Ilya.
26171      Branch: perl
26172            ! sv.c
26173 ____________________________________________________________________________
26174 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
26175         Log: Pending further investigation skip the tell() tests.
26176              The tell() is okay on Solaris, HP-UX and Tru64, but fails
26177              (by returning too much) in Linux.
26178      Branch: perl
26179            ! t/io/utf8.t
26180 ____________________________________________________________________________
26181 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
26182         Log: Retract #13082 until a better solution is found:
26183              statics break ithreads.
26184      Branch: perl
26185            ! regexec.c
26186 ____________________________________________________________________________
26187 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
26188         Log: Figures 1 and 2 for UTF-8.
26189      Branch: perl
26190            ! pod/perlunicode.pod
26191 ____________________________________________________________________________
26192 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
26193         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
26194              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26195              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
26196              Message-ID: <20011119132645.A15034@rafael>
26197      Branch: perl
26198            ! op.c pod/perldiag.pod t/lib/warnings/op
26199 ____________________________________________________________________________
26200 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
26201         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
26202              From: Michael G Schwern <schwern@pobox.com> 
26203              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
26204              Message-ID: <20011119031112.E786@blackrider>
26205      Branch: perl
26206            ! t/op/closure.t
26207 ____________________________________________________________________________
26208 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
26209         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
26210              From: Michael G Schwern <schwern@pobox.com>
26211              Date: Mon, 19 Nov 2001 03:42:56 -0500
26212              Message-ID: <20011119034256.I786@blackrider>
26213      Branch: perl
26214            + t/op/or.t
26215            ! MANIFEST
26216 ____________________________________________________________________________
26217 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
26218         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
26219              From: "Craig A. Berry" <craigberry@mac.com>
26220              Date: Sun, 18 Nov 2001 14:33:48 -0600
26221              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
26222      Branch: perl
26223            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
26224 ____________________________________________________________________________
26225 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
26226         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26227              From: Dave Rolsky <autarch@urth.org>
26228              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
26229              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26230      Branch: perl
26231            ! lib/ExtUtils/Manifest.pm
26232 ____________________________________________________________________________
26233 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
26234         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
26235              From: Dave Rolsky <autarch@urth.org>
26236              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
26237              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
26238      Branch: perl
26239            ! lib/ExtUtils/Install.pm
26240 ____________________________________________________________________________
26241 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
26242         Log: The runops_dbg should not be needed.
26243      Branch: perl
26244            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
26245 ____________________________________________________________________________
26246 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
26247         Log: do_spawn() cleanup from Charles Lane.
26248      Branch: perl
26249            ! vms/vms.c
26250 ____________________________________________________________________________
26251 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
26252         Log: Update the list of tests.
26253      Branch: perl
26254            ! t/lib/1_compile.t
26255 ____________________________________________________________________________
26256 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
26257         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
26258              From: Michael G Schwern <schwern@pobox.com> 
26259              Date: Fri, 16 Nov 2001 17:37:04 -0500
26260              Message-ID: <20011116173703.L30160@blackrider>
26261      Branch: perl
26262            ! t/lib/warnings/sv
26263 ____________________________________________________________________________
26264 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
26265         Log: FAQ sync.
26266      Branch: perl
26267            ! pod/perlfaq4.pod
26268 ____________________________________________________________________________
26269 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
26270         Log: Integrate perlio; win32 sync.
26271      Branch: perl
26272           !> perlio.c win32/win32io.c
26273 ____________________________________________________________________________
26274 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
26275         Log: (retracted by #13096)
26276              Debugging would be badly skewed by a malloc per regex dump.
26277      Branch: perl
26278            ! regexec.c
26279 ____________________________________________________________________________
26280 [ 13081] By: nick                                  on 2001/11/18  19:08:40
26281         Log: Win32 layer has a dup which needs to match new prototype.
26282      Branch: perlio
26283            ! win32/win32io.c
26284 ____________________________________________________________________________
26285 [ 13080] By: nick                                  on 2001/11/18  19:05:02
26286         Log: Wrong way to get stdio mode used.
26287      Branch: perlio
26288            ! perlio.c
26289 ____________________________________________________________________________
26290 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
26291         Log: Retract #13048: that introduced a malloc() (through savepvn())
26292              to *every* m//, which killed the performance quite badly.
26293      Branch: perl
26294            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26295 ____________________________________________________________________________
26296 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
26297         Log: Pass 1 at perldelta.pod: sort the section contents
26298              together, drop all but the 5.7.2 known problems,
26299              leave the 5.7.1 security note since that's the
26300              fullest explanation (update the date on that).
26301      Branch: perl
26302            ! pod/perldelta.pod
26303 ____________________________________________________________________________
26304 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
26305         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
26306              
26307              Tiny problem in the test for 20011113.110: I hope
26308              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
26309      Branch: perl
26310            ! pp.c t/op/repeat.t
26311 ____________________________________________________________________________
26312 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
26313         Log: All of syswrite/send/sendto need to return character counts,
26314              and character counts from the offset, not the beginning of
26315              the scalar.
26316      Branch: perl
26317            ! pp_sys.c
26318 ____________________________________________________________________________
26319 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
26320         Log: Integrate PerlIO: duping fixes.
26321      Branch: perl
26322           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26323           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26324           !> perliol.h sv.c
26325 ____________________________________________________________________________
26326 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
26327         Log: syswrite() was still returning byte counts, not character counts.
26328      Branch: perl
26329            ! pp_sys.c t/io/utf8.t
26330 ____________________________________________________________________________
26331 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
26332         Log: Add test for sysread().
26333      Branch: perl
26334            ! t/io/utf8.t
26335 ____________________________________________________________________________
26336 [ 13072] By: nick                                  on 2001/11/18  16:15:31
26337         Log: Allow dup'ing of PerlIO::Scalar etc.
26338      Branch: perlio
26339            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
26340            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
26341            ! perliol.h sv.c
26342 ____________________________________________________________________________
26343 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
26344         Log: Prepend a null byte to the test set.
26345      Branch: perl
26346            ! t/io/utf8.t
26347 ____________________________________________________________________________
26348 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
26349         Log: Document how "no utf8;" can become handy.
26350      Branch: perl
26351            ! lib/utf8.pm
26352 ____________________________________________________________________________
26353 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
26354         Log: Integrate perlio; force the inclusion of the PL_runops_*
26355      Branch: perl
26356           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
26357 ____________________________________________________________________________
26358 [ 13068] By: nick                                  on 2001/11/18  13:23:33
26359         Log: embed.pl generated changes I forgot to include
26360      Branch: perlio
26361            ! embedvar.h perlapi.h pod/perlapi.pod
26362 ____________________________________________________________________________
26363 [ 13067] By: nick                                  on 2001/11/18  12:50:19
26364         Log: Force inclusion of both Perl_runops_* in perl itself,
26365              so they are available for Peek.xs etc.
26366      Branch: perlio
26367            ! perlvars.h
26368 ____________________________________________________________________________
26369 [ 13066] By: nick                                  on 2001/11/18  11:00:34
26370         Log: Integrate mainline - a few Devel::Peak fails.
26371      Branch: perlio
26372           +> (branch 29 files)
26373            - ext/Thread/Thread.pm lib/Benchmark.t
26374            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
26375            - lib/Lingua/KO/Hangul/Util/README
26376            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
26377            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
26378            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
26379            - vms/ext/vmsish.pm vms/ext/vmsish.t
26380            ! hv.c
26381           !> (integrate 389 files)
26382 ____________________________________________________________________________
26383 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
26384         Log: Start working on perldelta.  This is not yet any sort of
26385              editing; just concatenating perl570delta, perl571delta,
26386              and perl572delta.  Any sorting not done, any duplicate
26387              removal not done, any removal or update of obsolete items
26388              not done, any changes since 5.7.2 not included.  So there.
26389      Branch: perl
26390            ! pod/perldelta.pod
26391 ____________________________________________________________________________
26392 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
26393         Log: Banish "use utf8".
26394      Branch: perl
26395            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
26396 ____________________________________________________________________________
26397 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
26398         Log: Tweak from Charles Lane.
26399      Branch: perl
26400            ! vms/vms.c
26401 ____________________________________________________________________________
26402 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
26403         Log: Integrate change #13058 from maintperl;
26404              change#12559 breaks things on Win9x because command.com doesn't
26405              grok dquotes at all; disable all the system() smarts for
26406              command.com
26407      Branch: perl
26408           !> win32/win32.c
26409 ____________________________________________________________________________
26410 [ 13061] By: ams                                   on 2001/11/17  13:46:11
26411         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
26412              From: Jonathan Stowe <gellyfish@gellyfish.com>
26413              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
26414              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
26415      Branch: perl
26416            ! lib/Term/Cap.pm
26417 ____________________________________________________________________________
26418 [ 13060] By: ams                                   on 2001/11/17  09:49:10
26419         Log: Subject: [PATCH9 File/Find.pm doc nits
26420              From: Tels <perl_dummy@bloodgate.com>
26421              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
26422      Branch: perl
26423            ! lib/File/Find.pm
26424 ____________________________________________________________________________
26425 [ 13059] By: ams                                   on 2001/11/17  09:38:38
26426         Log: Subject: [PATCH] Benchmark.pm nit
26427              From: Tels <perl_dummy@bloodgate.com>
26428              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
26429      Branch: perl
26430            ! lib/Benchmark.pm
26431 ____________________________________________________________________________
26432 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
26433         Log: change#12559 breaks things on Win9x because command.com doesn't
26434              grok dquotes at all; disable all the system() smarts for
26435              command.com
26436      Branch: maint-5.6/perl
26437            ! win32/win32.c
26438 ____________________________________________________________________________
26439 [ 13057] By: ams                                   on 2001/11/16  20:30:03
26440         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
26441              From: Andy Dougherty <doughera@lafayette.edu>
26442              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
26443              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
26444      Branch: perl
26445            ! lib/Unicode/UCD.t
26446 ____________________________________________________________________________
26447 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
26448         Log: Subject: [Patch Perl@13023] VMS system() warning
26449              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26450              Date: Fri, 16 Nov 2001 15:20:11 EST
26451              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
26452      Branch: perl
26453            ! vms/vms.c
26454 ____________________________________________________________________________
26455 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
26456         Log: It's neither-nor, and protect against the impossible.
26457      Branch: perl
26458            ! lib/Thread.pm
26459 ____________________________________________________________________________
26460 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
26461         Log: 5005threads didn't work because $Thread::VERSION wasn't
26462              visible.  Oops.
26463      Branch: perl
26464            ! ext/Thread/Makefile.PL lib/Thread.pm
26465 ____________________________________________________________________________
26466 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
26467         Log: Robustness against Linux using something else than gcc;
26468              based on
26469              
26470              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
26471              From: Charles Randall <cfriv@yahoo.com>
26472              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
26473              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
26474      Branch: perl
26475            ! ext/Errno/Errno_pm.PL
26476 ____________________________________________________________________________
26477 [ 13052] By: ams                                   on 2001/11/16  16:46:39
26478         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
26479              From: Russ Allbery <rra@stanford.edu>
26480              Date: 16 Nov 2001 09:44:21 -0800
26481              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
26482      Branch: perl
26483            ! lib/Pod/ParseLink.pm
26484 ____________________________________________________________________________
26485 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
26486         Log: Update perluniintro on the UTF-8 output matters
26487              (that -w will warn unless the stream is explicitly UTF-8-ified).
26488      Branch: perl
26489            ! pod/perluniintro.pod
26490 ____________________________________________________________________________
26491 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
26492         Log: Adding new files to MANIFEST is nice.
26493      Branch: perl
26494            ! MANIFEST
26495 ____________________________________________________________________________
26496 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
26497         Log: Update Changes.
26498      Branch: perl
26499            ! Changes patchlevel.h
26500 ____________________________________________________________________________
26501 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
26502         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
26503              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
26504              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
26505              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
26506      Branch: perl
26507            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
26508 ____________________________________________________________________________
26509 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
26510         Log: Rename perlunintro to perluniintro; regen toc.
26511      Branch: perl
26512            + pod/perluniintro.pod
26513            - pod/perlunintro.pod
26514            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26515 ____________________________________________________________________________
26516 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
26517         Log: Document the negated lookahead trick to emulate
26518              character class subtraction.
26519      Branch: perl
26520            ! pod/perlunicode.pod
26521 ____________________________________________________________________________
26522 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
26523         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
26524              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26525              Date: Fri, 16 Nov 2001 23:31:04 +0900
26526              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
26527              
26528              (with the tweak that Cntrl is not C, it's Cc)
26529      Branch: perl
26530            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
26531            ! lib/unicore/mktables
26532 ____________________________________________________________________________
26533 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
26534         Log: Subject: [PATCH current] runtime runops switch
26535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26536              Date: Fri, 16 Nov 2001 00:48:09 -0500
26537              Message-ID: <20011116004809.A934@math.ohio-state.edu>
26538      Branch: perl
26539            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
26540            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
26541            ! pod/perlintern.pod proto.h run.c
26542 ____________________________________________________________________________
26543 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
26544         Log: Further discourage old Thread code; tell how to tell
26545              the difference.
26546      Branch: perl
26547            ! lib/Thread.pm
26548 ____________________________________________________________________________
26549 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
26550         Log: A missing return; from Charles Lane.
26551      Branch: perl
26552            ! vms/vms.c
26553 ____________________________________________________________________________
26554 [ 13041] By: ams                                   on 2001/11/16  12:11:14
26555         Log: Subject: [PATCH] Doc spellcheck + podcheck
26556              From: Autrijus Tang <autrijus@egb.elixus.org>
26557              Date: Thu, 15 Nov 2001 22:49:05 -0800
26558              Message-Id: <20011116064905.GA44092@egb.elixus.org>
26559              
26560              Subject: [PATCH] podcheck+spellcheck, the rest of the story
26561              From: Autrijus Tang <autrijus@egb.elixus.org>
26562              Date: Fri, 16 Nov 2001 00:42:20 -0800
26563              Message-Id: <20011116084220.GA44295@egb.elixus.org>
26564              
26565              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
26566              From: Nicholas Clark <nick@ccl4.org>
26567              Date: Fri, 16 Nov 2001 10:32:01 +0000
26568              Message-Id: <20011116103200.F62891@plum.flirble.org>
26569              (Applied after suitable de-mangling.)
26570      Branch: perl
26571            ! README.aix README.dgux README.dos README.epoc README.hpux
26572            ! README.mint README.mpeix README.netware README.os2
26573            ! README.os390 README.plan9 README.qnx README.solaris
26574            ! README.threads doio.c pod/perl571delta.pod
26575            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
26576            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
26577            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
26578            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
26579            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
26580            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
26581 ____________________________________________________________________________
26582 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
26583         Log: Avoid redefinedness warning for now.
26584      Branch: perl
26585            ! lib/Thread.pm
26586 ____________________________________________________________________________
26587 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
26588         Log: use strict.
26589      Branch: perl
26590            ! lib/Thread.pm
26591 ____________________________________________________________________________
26592 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
26593         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
26594              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
26595              Date: Thu, 15 Nov 2001 22:54:47 EST 
26596              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
26597      Branch: perl
26598            ! vms/vms.c vms/vmspipe.com
26599 ____________________________________________________________________________
26600 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
26601         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
26602              From: "chromatic" <chromatic@rmci.net>
26603              Date: Thu, 15 Nov 2001 19:54:23 -0700
26604              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
26605      Branch: perl
26606            ! lib/File/stat.t
26607 ____________________________________________________________________________
26608 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
26609         Log: Make Thread a wrapper for both ithreads and 5005threads.
26610              Needs a lot of work and Arthur's eyeballing (and finishing
26611              few missing odds and ends of threads.pm).  Now Thread
26612              is an extension without its own .pm.
26613              
26614              If there are people who have experience working with
26615              either the 5005threads or the ithreads: cleaning up
26616              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
26617              and porting the various Thread::* modules, like Thread::Queue,
26618              to work also with ithreads, is needed.
26619              
26620              Removed the 5005threads requirement from the 5005 tests
26621              for easier testing (not all of them work yet since
26622              they use the Thread::* modules that have not been made
26623              to work with ithreads).  Leave the 5005 tests named as
26624              *.tx so that they are not run by "make test".
26625      Branch: perl
26626            + lib/Thread.pm
26627            - ext/Thread/Thread.pm
26628            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
26629            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
26630            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
26631            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
26632            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
26633            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
26634            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
26635 ____________________________________________________________________________
26636 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
26637         Log: $VERSION "a5" doesn't quite work.
26638      Branch: perl
26639            ! ext/B/Makefile.PL
26640 ____________________________________________________________________________
26641 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
26642         Log: Add the fruits of Larry Shatzer's version verifying script.
26643              (There are some straddlers, but they will be fixed in the
26644              upcoming releases of the modules.)
26645      Branch: perl
26646            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
26647            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
26648            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
26649            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
26650            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
26651            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
26652            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
26653            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
26654            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
26655            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
26656            ! wince/FindExt.pm
26657 ____________________________________________________________________________
26658 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
26659         Log: Add Larry Shatzer's VERSION verifying script.
26660      Branch: perl
26661            + Porting/checkVERSION.pl
26662            ! MANIFEST Porting/pumpkin.pod
26663 ____________________________________________________________________________
26664 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
26665         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
26666              From: Michael G Schwern <schwern@pobox.com>
26667              Date: Thu, 15 Nov 2001 19:26:40 -0500
26668              Message-ID: <20011115192640.R31399@blackrider>
26669      Branch: perl
26670            ! t/test.pl
26671 ____________________________________________________________________________
26672 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
26673         Log: Document the MY_CXT business; from Paul Marquess.
26674      Branch: perl
26675            ! pod/perlxs.pod
26676 ____________________________________________________________________________
26677 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
26678         Log: VMSCMD synch attempt.
26679      Branch: perl
26680            ! vms/vms.c vms/vmsish.h
26681 ____________________________________________________________________________
26682 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
26683         Log: Advise against -P as instructed by Schwern.
26684      Branch: perl
26685            ! pod/perlrun.pod
26686 ____________________________________________________________________________
26687 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
26688         Log: Subject: [PATCH] v-strings as Objects Step 1
26689              From: John Peacock <jpeacock@rowman.com>
26690              Date: Thu, 15 Nov 2001 12:41:04 -0500
26691              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
26692      Branch: perl
26693            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
26694            ! util.c
26695 ____________________________________________________________________________
26696 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
26697         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
26698              From: Michael G Schwern <schwern@pobox.com>
26699              Date: Thu, 15 Nov 2001 12:47:59 -0500
26700              Message-ID: <20011115124759.E31399@blackrider>
26701      Branch: perl
26702            + t/run/switchx.aux t/run/switchx.t
26703            ! MANIFEST t/run/switches.t
26704 ____________________________________________________________________________
26705 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
26706         Log: Upgrade to Getopt::Long 2.26_03.
26707      Branch: perl
26708            ! lib/Getopt/Long.pm
26709 ____________________________________________________________________________
26710 [ 13025] By: ams                                   on 2001/11/15  20:46:22
26711         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
26712              From: Michael G Schwern <schwern@pobox.com>
26713              Date: Thu, 15 Nov 2001 16:24:11 -0500
26714              Message-Id: <20011115162411.M31399@blackrider>
26715      Branch: perl
26716            ! vms/vms.c
26717 ____________________________________________________________________________
26718 [ 13024] By: ams                                   on 2001/11/15  19:32:06
26719         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
26720              From: rspier@pobox.com (Robert Spier)
26721              Date: Thu, 15 Nov 2001 11:19:21 -0800
26722              Message-Id: <15348.5433.732364.963687@rls.cx>
26723      Branch: perl
26724            ! op.c
26725 ____________________________________________________________________________
26726 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
26727         Log: Update Changes.
26728      Branch: perl
26729            ! Changes patchlevel.h
26730 ____________________________________________________________________________
26731 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
26732         Log: Subject: [PATCH] new tests for command-line switches
26733              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26734              Date: Thu, 15 Nov 2001 17:00:30 +0100
26735              Message-ID: <20011115170030.A14193@rafael>
26736      Branch: perl
26737            + t/run/switches.t
26738            ! MANIFEST
26739 ____________________________________________________________________________
26740 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
26741         Log: Upgrade to podlators 1.13.
26742      Branch: perl
26743            + lib/Pod/ParseLink.pm
26744            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
26745            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
26746            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
26747            ! t/pod/pod2usage.xr t/pod/podselect.xr
26748 ____________________________________________________________________________
26749 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
26750         Log: skip "might be used uninitialized".
26751      Branch: perl
26752            ! pp_sys.c
26753 ____________________________________________________________________________
26754 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
26755         Log: Fix for "perlio bug in koi8-r encoding".  The problem
26756              seemed to be that binmode() always flushed the handle,
26757              which is not so good when switching encodings.  Fixed,
26758              added Matt Sergeant's testcase, documented in perlfunc/binmode,
26759              also added a pointer about disciplines to perlfunc/open,
26760              and in general cleaned up and reformatted the open entry.
26761      Branch: perl
26762            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
26763 ____________________________________________________________________________
26764 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
26765         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
26766              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
26767              Date: 15 Nov 2001 08:57:06 -0000
26768              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
26769              
26770              chop() and chomp() are not real list functions,
26771              so let's not have them overrideable.  (Casey will
26772              be confused since in #7071 he patched the other way.)
26773      Branch: perl
26774            ! pod/perlfunc.pod toke.c
26775 ____________________________________________________________________________
26776 [ 13017] By: ams                                   on 2001/11/15  12:56:49
26777         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
26778              From: Robin Barker <rmb1@cise.npl.co.uk>
26779              Date: Thu, 15 Nov 2001 13:48:34 GMT
26780              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
26781              (Applied with tweaks.)
26782      Branch: perl
26783            ! pod/perltrap.pod
26784 ____________________________________________________________________________
26785 [ 13016] By: ams                                   on 2001/11/15  09:12:48
26786         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
26787              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26788              Date: Thu, 15 Nov 2001 09:06:39 +0100
26789              Message-Id: <20011115090639.A13005@rafael>
26790      Branch: perl
26791            ! pod/perlrun.pod
26792 ____________________________________________________________________________
26793 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
26794         Log: "link =" from utils.lst was being processed oddly.
26795      Branch: perl
26796            ! installman
26797 ____________________________________________________________________________
26798 [ 13014] By: ams                                   on 2001/11/15  02:52:52
26799         Log: Subject: [PATCH current] CreateTTY in -d
26800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26801              Date: Wed, 14 Nov 2001 21:26:31 -0500
26802              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
26803      Branch: perl
26804            ! lib/perl5db.pl
26805 ____________________________________________________________________________
26806 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
26807         Log: Corify the Filter::Simple tests. 
26808      Branch: perl
26809            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
26810            ! lib/Filter/Simple/t/filter_only.t
26811 ____________________________________________________________________________
26812 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
26813         Log: Upgrade to Filter::Simple 0.70.
26814      Branch: perl
26815            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
26816            + t/lib/FilterOnlyTest.pm
26817            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
26818            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
26819            ! t/lib/FilterTest.pm
26820 ____________________________________________________________________________
26821 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
26822         Log: Cleanliness inspired by Cygwin.
26823      Branch: perl
26824            ! Makefile.SH x2p/Makefile.SH
26825 ____________________________________________________________________________
26826 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
26827         Log: Add perlunintro (formerly known as perlunitut); regen toc.
26828      Branch: perl
26829            + pod/perlunintro.pod
26830            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26831 ____________________________________________________________________________
26832 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
26833         Log: FAQ sync.
26834      Branch: perl
26835            ! pod/perlfaq6.pod
26836 ____________________________________________________________________________
26837 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
26838         Log: Quieten pgcc 2.91.66 worries.
26839      Branch: perl
26840            ! gv.c pp_ctl.c utf8.c
26841 ____________________________________________________________________________
26842 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
26843         Log: Upgrade to Switch 2.06.
26844      Branch: perl
26845            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
26846            ! lib/Switch/t/nested.t
26847 ____________________________________________________________________________
26848 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
26849         Log: Upgrade to Attribute::Handlers 0.76.
26850      Branch: perl
26851            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
26852            ! lib/Attribute/Handlers/README
26853            ! lib/Attribute/Handlers/demo/Demo.pm
26854            ! lib/Attribute/Handlers/demo/Descriptions.pm
26855            ! lib/Attribute/Handlers/demo/MyClass.pm
26856            ! lib/Attribute/Handlers/demo/demo_cycle.pl
26857            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
26858            ! lib/Attribute/Handlers/t/multi.t
26859 ____________________________________________________________________________
26860 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
26861         Log: Signedness nit.
26862      Branch: perl
26863            ! regexec.c
26864 ____________________________________________________________________________
26865 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
26866         Log: VERSIONize.
26867      Branch: perl
26868            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
26869            ! lib/integer.pm
26870 ____________________________________________________________________________
26871 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
26872         Log: No pod in internal Net::FTP classes.
26873      Branch: perl
26874            ! pod/buildtoc.PL
26875 ____________________________________________________________________________
26876 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
26877         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
26878              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
26879              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
26880              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
26881      Branch: perl
26882            ! regexec.c
26883 ____________________________________________________________________________
26884 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
26885         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
26886              Pudge correctly).
26887      Branch: perl
26888            ! t/test.pl
26889 ____________________________________________________________________________
26890 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
26891         Log: Add comments to mark where $^X is being handled.
26892      Branch: perl
26893            ! perl.c toke.c
26894 ____________________________________________________________________________
26895 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
26896         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
26897              From: Michael G Schwern <schwern@pobox.com>
26898              Date: Wed, 14 Nov 2001 16:38:25 -0500
26899              Message-ID: <20011114163825.D6519@blackrider>
26900      Branch: perl
26901            ! t/op/repeat.t
26902 ____________________________________________________________________________
26903 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
26904         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
26905              From: Michael G Schwern <schwern@pobox.com>
26906              Date: Wed, 14 Nov 2001 13:19:15 -0500
26907              Message-ID: <20011114131915.K5096@blackrider>
26908      Branch: perl
26909            ! t/op/die_exit.t
26910 ____________________________________________________________________________
26911 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
26912         Log: Subject: Re: [PATCH] new version of runperl()
26913              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26914              Date: Wed, 14 Nov 2001 15:39:12 EST
26915              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
26916              
26917              "VMS $^X pipes etc" patch.
26918      Branch: perl
26919            ! vms/vms.c
26920 ____________________________________________________________________________
26921 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
26922         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
26923              and add "verbose" option to show the final command.
26924      Branch: perl
26925            ! t/test.pl
26926 ____________________________________________________________________________
26927 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
26928         Log: Goof in some of the comment fields of #12994.
26929      Branch: perl
26930            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
26931            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
26932            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
26933            ! lib/unicore/In/9.pl
26934 ____________________________________________________________________________
26935 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
26936         Log: The First, Last ranges in the Unicode data weren't
26937              getting their general categories added properly;
26938              noticed by Jeffrey Friedl.
26939      Branch: perl
26940            ! lib/unicore/Category.pl lib/unicore/In/0.pl
26941            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
26942            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
26943            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
26944            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
26945            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
26946            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
26947            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
26948            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
26949            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
26950            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
26951            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
26952            ! lib/unicore/mktables
26953 ____________________________________________________________________________
26954 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
26955         Log: Subject: [PATCH] new version of runperl()
26956              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
26957              Date: Wed, 14 Nov 2001 12:23:01 +0100
26958              Message-ID: <20011114122301.A29384@rafael>
26959      Branch: perl
26960            ! t/io/argv.t t/test.pl
26961 ____________________________________________________________________________
26962 [ 12992] By: ams                                   on 2001/11/14  13:40:39
26963         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
26964              From: Michael G Schwern <schwern@pobox.com>
26965              Date: Tue, 13 Nov 2001 23:17:54 -0500
26966              Message-Id: <20011113231754.S32567@blackrider>
26967      Branch: perl
26968            ! perl.c
26969 ____________________________________________________________________________
26970 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
26971         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
26972              From: Philip Newton <Philip.Newton@gmx.net>
26973              Date: Wed, 14 Nov 2001 10:59:53 +0100
26974              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
26975              
26976              plus a lot of paragraph reformatting because of long lines.
26977      Branch: perl
26978            ! pod/perlapio.pod
26979 ____________________________________________________________________________
26980 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
26981         Log: A bool is not a pointer.
26982      Branch: perl
26983            ! pp_sys.c
26984 ____________________________________________________________________________
26985 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
26986         Log: AUTHORS updates.
26987      Branch: perl
26988            ! AUTHORS
26989 ____________________________________________________________________________
26990 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
26991         Log: There are several MIME RFCs.
26992      Branch: perl
26993            ! ext/Encode/Encode.pm
26994 ____________________________________________________________________________
26995 [ 12987] By: ams                                   on 2001/11/14  01:09:28
26996         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
26997              From: Michael G Schwern <schwern@pobox.com>
26998              Date: Tue, 13 Nov 2001 20:59:13 -0500
26999              Message-Id: <20011113205913.H32567@blackrider>
27000      Branch: perl
27001            ! t/op/groups.t vms/test.com
27002 ____________________________________________________________________________
27003 [ 12986] By: ams                                   on 2001/11/14  01:07:06
27004         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
27005              From: Michael G Schwern <schwern@pobox.com>
27006              Date: Tue, 13 Nov 2001 20:51:34 -0500
27007              Message-Id: <20011113205134.F32567@blackrider>
27008      Branch: perl
27009            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
27010 ____________________________________________________________________________
27011 [ 12985] By: ams                                   on 2001/11/14  00:43:59
27012         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
27013              From: Michael G Schwern <schwern@pobox.com>
27014              Date: Tue, 13 Nov 2001 20:38:42 -0500
27015              Message-Id: <20011113203842.E32567@blackrider>
27016      Branch: perl
27017            ! pod/perlport.pod
27018 ____________________________________________________________________________
27019 [ 12984] By: ams                                   on 2001/11/14  00:32:15
27020         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
27021              From: Michael G Schwern <schwern@pobox.com>
27022              Date: Tue, 13 Nov 2001 20:27:02 -0500
27023              Message-Id: <20011113202702.D32567@blackrider>
27024      Branch: perl
27025            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
27026            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
27027            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
27028            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
27029 ____________________________________________________________________________
27030 [ 12983] By: ams                                   on 2001/11/14  00:00:27
27031         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
27032              From: Michael G Schwern <schwern@pobox.com>
27033              Date: Tue, 13 Nov 2001 19:51:59 -0500
27034              Message-Id: <20011113195159.B32567@blackrider>
27035      Branch: perl
27036            ! pod/perlport.pod
27037 ____________________________________________________________________________
27038 [ 12982] By: ams                                   on 2001/11/13  23:53:11
27039         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
27040              From: Larry Shatzer <fugazi@zippy.zyx.net>
27041              Date: Tue, 13 Nov 2001 17:27:59 -0700
27042              Message-Id: <20011113172759.E27768@zippy.zyx.net>
27043      Branch: perl
27044            ! pod/perlapio.pod
27045 ____________________________________________________________________________
27046 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
27047         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
27048              "large enough" Unicode characters returned more than one
27049              as their "Unicode size".
27050      Branch: perl
27051            ! pp_sys.c t/io/utf8.t
27052 ____________________________________________________________________________
27053 [ 12980] By: ams                                   on 2001/11/13  19:32:33
27054         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
27055              From: "Craig A. Berry" <craigberry@mac.com>
27056              Date: Tue, 13 Nov 2001 14:33:25 -0600
27057              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
27058      Branch: perl
27059            ! vms/gen_shrfls.pl
27060 ____________________________________________________________________________
27061 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
27062         Log: Subject: Minor patch to Encode.pm (detypo)
27063              From: "Philip Newton" <Philip.Newton@gmx.net>
27064              Date: Tue, 13 Nov 2001 20:11:01 +0100
27065              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
27066      Branch: perl
27067            ! ext/Encode/Encode.pm
27068 ____________________________________________________________________________
27069 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
27070         Log: Evil tabulators.
27071      Branch: perl
27072            ! ext/Encode/Encode.pm
27073 ____________________________________________________________________________
27074 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
27075         Log: Document the available encodings.
27076      Branch: perl
27077            ! ext/Encode/Encode.pm
27078 ____________________________________________________________________________
27079 [ 12976] By: ams                                   on 2001/11/13  17:14:07
27080         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27081              From: Barrie Slaymaker <barries@slaysys.com>
27082              Date: Tue, 13 Nov 2001 12:41:36 -0500
27083              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
27084      Branch: perl
27085            ! t/op/universal.t
27086 ____________________________________________________________________________
27087 [ 12975] By: ams                                   on 2001/11/13  16:24:21
27088         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
27089              From: Barrie Slaymaker <barries@slaysys.com>
27090              Date: Tue, 13 Nov 2001 10:56:20 -0500
27091              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
27092              (Test applied with minor tweaks and ->isa("HASH") omission.)
27093      Branch: perl
27094            ! lib/UNIVERSAL.pm t/op/universal.t
27095 ____________________________________________________________________________
27096 [ 12974] By: ams                                   on 2001/11/13  15:46:07
27097         Log: Subject: [PATCH Benchmark.pm] docco tweaks
27098              From: Barrie Slaymaker <barries@slaysys.com>
27099              Date: Tue, 13 Nov 2001 11:34:45 -0500
27100              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
27101      Branch: perl
27102            ! lib/Benchmark.pm
27103 ____________________________________________________________________________
27104 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
27105         Log: Subject: [PATCH] Attack of the C loops, round 1
27106              From: Richard Soderberg <rs@oregonnet.com>
27107              Date: Mon, 12 Nov 2001 12:07:29 -0800
27108              Message-Id: <200111122007.MAA01994@oregonnet.com>
27109              
27110              Subject: [PATCH] bytecode.pl (tiny patch)
27111              From: Richard Soderberg <rs@oregonnet.com>
27112              Date: Mon, 12 Nov 2001 12:53:24 -0800
27113              Message-Id: <200111122053.MAA06272@oregonnet.com>
27114      Branch: perl
27115            ! bytecode.pl installhtml
27116 ____________________________________________________________________________
27117 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
27118         Log: Subject: [PATCH] Update to Filter::Util::Call
27119              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27120              Date: Sun, 11 Nov 2001 22:33:33 -0000
27121              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
27122              
27123              Use the new CXT* macros.
27124      Branch: perl
27125            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27126 ____________________________________________________________________________
27127 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
27128         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
27129              From: Michael G Schwern <schwern@pobox.com>
27130              Date: Mon, 12 Nov 2001 20:50:34 -0500
27131              Message-ID: <20011112205034.H2888@blackrider>
27132      Branch: perl
27133            + lib/vmsish.pm lib/vmsish.t
27134            - vms/ext/vmsish.pm vms/ext/vmsish.t
27135            ! MANIFEST vms/descrip_mms.template
27136 ____________________________________________________________________________
27137 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
27138         Log: :utf8 works only with perlio.
27139      Branch: perl
27140            ! lib/open.t
27141 ____________________________________________________________________________
27142 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
27143         Log: Subject: Re: @Config -"des" not quite working on VMS
27144              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27145              Date: Tue, 13 Nov 2001 08:35:13 EST 
27146              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
27147      Branch: perl
27148            ! configure.com
27149 ____________________________________________________________________________
27150 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
27151         Log: Subject: [PATCH] lib/charnames.pm 
27152              From: Jeffrey Friedl <jfriedl@yahoo.com>
27153              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
27154              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
27155      Branch: perl
27156            ! lib/charnames.pm
27157 ____________________________________________________________________________
27158 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
27159         Log: Docs for Mac::err.
27160      Branch: maint-5.6/macperl
27161            ! macos/ext/Mac/err/err.pm
27162 ____________________________________________________________________________
27163 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
27164         Log: Some cleanup; change some globals to references for
27165              possible persistence later.
27166      Branch: maint-5.6/macperl
27167            ! macos/lib/Mac/Glue.pm
27168 ____________________________________________________________________________
27169 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
27170         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
27171      Branch: maint-5.6/macperl
27172            ! macos/ext/Mac/Files/Files.pm
27173 ____________________________________________________________________________
27174 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
27175         Log: Get Mac::Navigation to compile (bug #464684).
27176      Branch: maint-5.6/macperl
27177            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
27178            ! macos/ext/Mac/Navigation/Makefile.PL
27179            ! macos/ext/Mac/Navigation/Navigation.xs
27180            ! macos/macperl/Makefile.mk
27181 ____________________________________________________________________________
27182 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
27183         Log: Add in modules and POD to help menu.
27184      Branch: maint-5.6/macperl
27185            ! macos/macperl/MacPerl.podhelp
27186 ____________________________________________________________________________
27187 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
27188         Log: Update bundled modules.
27189      Branch: maint-5.6/macperl
27190            + macos/bundled_ext/Filter/t/FilterTest.pm
27191            + macos/bundled_ext/List/Util/t/shuffle.t
27192            + macos/bundled_ext/Storable/t/compat06.t
27193            + macos/bundled_ext/Storable/t/st-dump.pl
27194            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
27195            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
27196            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
27197            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
27198            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
27199            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
27200            + macos/bundled_lib/blib/lib/lwpcook.pod
27201            + macos/bundled_lib/t/Filter/Simple/filter.t
27202            + macos/bundled_lib/t/Switch/t/given.t
27203            + macos/bundled_lib/t/Switch/t/nested.t
27204            + macos/bundled_lib/t/Switch/t/switch.t
27205            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
27206            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
27207            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
27208            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
27209            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
27210            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
27211            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
27212            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
27213            + macos/bundled_lib/t/URI/rfc2732.t
27214            + macos/bundled_lib/t/libnet/config.t
27215            + macos/bundled_lib/t/libnet/libnet_t.pl
27216            + macos/bundled_lib/t/libwww-perl/live/google.t
27217            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
27218            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
27219            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
27220            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
27221            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
27222            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
27223            + macos/bundled_lib/t/libwww-perl/live/validator.t
27224            - macos/bundled_ext/Filter/t/MyFilter.pm
27225            - macos/bundled_ext/Storable/t/compat-0.6.t
27226            - macos/bundled_ext/Storable/t/dump.pl
27227            - macos/bundled_ext/Time/Piece/Makefile.PL
27228            - macos/bundled_ext/Time/Piece/Piece.pm
27229            - macos/bundled_ext/Time/Piece/Piece.t
27230            - macos/bundled_ext/Time/Piece/Piece.xs
27231            - macos/bundled_ext/Time/Piece/README
27232            - macos/bundled_ext/Time/Piece/Seconds.pm
27233            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
27234            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
27235            - macos/bundled_lib/blib/lib/Net/PH.pm
27236            - macos/bundled_lib/blib/lib/Net/SNPP.pm
27237            - macos/bundled_lib/blib/lib/Text/Balanced.pod
27238            - macos/bundled_lib/t/Filter/Simple/test.pl
27239            - macos/bundled_lib/t/Switch/test.pl
27240            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
27241            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
27242            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
27243            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
27244            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
27245            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
27246            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
27247            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
27248            - macos/bundled_lib/t/libnet/ph.t
27249            ! (edit 125 files)
27250 ____________________________________________________________________________
27251 [ 12961] By: ams                                   on 2001/11/13  00:45:08
27252         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
27253              From: Michael G Schwern <schwern@pobox.com>
27254              Date: Mon, 12 Nov 2001 20:16:45 -0500
27255              Message-Id: <20011112201644.G2888@blackrider>
27256      Branch: perl
27257            ! pod/perlport.pod
27258 ____________________________________________________________________________
27259 [ 12960] By: ams                                   on 2001/11/12  23:54:00
27260         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
27261              Recoving dup tests for VMS
27262              From: Michael G Schwern <schwern@pobox.com>
27263              Date: Mon, 12 Nov 2001 19:35:33 -0500
27264              Message-Id: <20011112193533.D2888@blackrider>
27265      Branch: perl
27266            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
27267 ____________________________________________________________________________
27268 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
27269         Log: Update Changes.
27270      Branch: perl
27271            ! Changes patchlevel.h
27272 ____________________________________________________________________________
27273 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
27274         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
27275              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
27276              Date: Mon, 12 Nov 2001 12:35:18 EST 
27277              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
27278      Branch: perl
27279            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
27280            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
27281 ____________________________________________________________________________
27282 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
27283         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
27284              From: Barrie Slaymaker <barries@slaysys.com>
27285              Date: Mon, 12 Nov 2001 11:19:52 -0500
27286              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
27287      Branch: perl
27288            ! lib/File/Spec.t lib/File/Spec/Win32.pm
27289 ____________________________________________________________________________
27290 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
27291         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
27292              From: Barrie Slaymaker <barries@slaysys.com>
27293              Date: Mon, 12 Nov 2001 11:07:36 -0500
27294              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
27295      Branch: perl
27296            ! lib/Benchmark.pm
27297 ____________________________________________________________________________
27298 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
27299         Log: Misplaced test, noticed by Barrie Slaymaker.
27300              (We are missing Benchmark tests, then.)
27301      Branch: perl
27302            + ext/Devel/DProf/DProf.t
27303            - lib/Benchmark.t
27304            ! MANIFEST
27305 ____________________________________________________________________________
27306 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
27307         Log: Subject: [PATCH] a few typo fixes 
27308              From: Jeffrey Friedl <jfriedl@yahoo.com>
27309              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
27310              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
27311              
27312              Patching README.foo instead of pod/perlfoo.pod,
27313              not patching Math::BigInt (Tels will take care of that),
27314              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
27315              and perldoc.PL instead of libnetcfg and perldoc, patching
27316              ext/Digest/MD5/t/files.t since MD5.pm was changed.
27317      Branch: perl
27318            ! (edit 109 files)
27319 ____________________________________________________________________________
27320 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
27321         Log: Add a note about the dangers of bad UTF-8.
27322      Branch: perl
27323            ! pod/perlunicode.pod
27324 ____________________________________________________________________________
27325 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
27326         Log: NetWare Nit from Ananth Kesari.
27327      Branch: perl
27328            ! NetWare/config.wc
27329 ____________________________________________________________________________
27330 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
27331         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
27332      Branch: perl
27333            ! ext/Encode/Encode.pm
27334 ____________________________________________________________________________
27335 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
27336         Log: (retracted by #12951)
27337      Branch: perl
27338            ! ext/Encode/Encode.pm
27339 ____________________________________________________________________________
27340 [ 12949] By: ams                                   on 2001/11/12  06:40:18
27341         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27342              From: Robert Spier <rspier@pobox.com>
27343              Date: Sun, 11 Nov 2001 18:50:18 -0800
27344              Message-Id: <15343.14570.121505.233336@rls.cx>
27345              
27346              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
27347              From: Rick Delaney <rick.delaney@home.com>
27348              Date: 12 Nov 2001 00:15:52 -0500
27349              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
27350      Branch: perl
27351            ! pp_hot.c t/op/taint.t
27352 ____________________________________________________________________________
27353 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
27354         Log: It seems that we actually have this detail implemented
27355              as for as Level 1 Support of Unicode regex support is
27356              concerned: at Level 1 only 1:1 support for loose
27357              (aka caseless, aka caseigoring ) matching is required.
27358      Branch: perl
27359            ! pod/perlunicode.pod
27360 ____________________________________________________________________________
27361 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
27362         Log: (retracted by #12951)
27363      Branch: perl
27364            ! ext/Encode/Encode.pm
27365 ____________________________________________________________________________
27366 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
27367         Log: BOM, bom, Bom.
27368      Branch: perl
27369            ! pod/perlunicode.pod
27370 ____________________________________________________________________________
27371 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
27372         Log: Upgrade to Math::BigInt 1.46.
27373      Branch: perl
27374            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27375            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
27376            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
27377            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
27378            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
27379 ____________________________________________________________________________
27380 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
27381         Log: Subject: Re: PERFORCE change 12943 for review
27382              From: "Philip Newton" <Philip.Newton@gmx.net>
27383              Date: Sun, 11 Nov 2001 20:53:36 +0100
27384              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
27385      Branch: perl
27386            ! pod/perlunicode.pod
27387 ____________________________________________________________________________
27388 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
27389         Log: Doc updates; make the Unicode discussions a little
27390              bit less alarming, and add information about encodings,
27391              surrogates, and BOMs.
27392      Branch: perl
27393            ! pod/perlunicode.pod
27394 ____________________________________________________________________________
27395 [ 12942] By: ams                                   on 2001/11/11  16:45:00
27396         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
27397              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
27398              Date: Mon, 12 Nov 2001 00:22:57 +0900
27399              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
27400      Branch: perl
27401            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
27402            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
27403 ____________________________________________________________________________
27404 [ 12941] By: ams                                   on 2001/11/11  13:01:40
27405         Log: Subject: Re: PERFORCE change 12929 for review
27406              From: "Philip Newton" <Philip.Newton@gmx.net>
27407              Date: Sun, 11 Nov 2001 14:27:44 +0100
27408              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
27409      Branch: perl
27410            ! MANIFEST
27411 ____________________________________________________________________________
27412 [ 12940] By: ams                                   on 2001/11/11  05:06:43
27413         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
27414              From: Michael G Schwern <schwern@pobox.com>
27415              Date: Thu, 8 Nov 2001 22:56:45 -0500
27416              Message-Id: <20011108225645.H5587@blackrider>
27417      Branch: perl
27418            ! t/op/chdir.t
27419 ____________________________________________________________________________
27420 [ 12939] By: ams                                   on 2001/11/11  05:01:00
27421         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
27422              From: Michael G Schwern <schwern@pobox.com>
27423              Date: Sun, 11 Nov 2001 00:54:43 -0500
27424              Message-Id: <20011111005443.A24450@blackrider>
27425      Branch: perl
27426            ! ext/Cwd/t/cwd.t
27427 ____________________________________________________________________________
27428 [ 12938] By: ams                                   on 2001/11/11  03:25:13
27429         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
27430              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
27431              From: "chromatic" <chromatic@rmci.net>
27432              Date: Sat, 10 Nov 2001 21:03:20 -0700
27433              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
27434      Branch: perl
27435            ! lib/File/stat.pm lib/File/stat.t
27436 ____________________________________________________________________________
27437 [ 12937] By: ams                                   on 2001/11/11  02:05:23
27438         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
27439              From: "Craig A. Berry" <craigberry@mac.com>
27440              Date: Sat, 10 Nov 2001 17:23:52 -0600
27441              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
27442      Branch: perl
27443            ! t/op/magic.t
27444 ____________________________________________________________________________
27445 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
27446         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
27447      Branch: perl
27448            ! lib/open.pm lib/open.t
27449 ____________________________________________________________________________
27450 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
27451         Log: The Official name of ASCII.
27452      Branch: perl
27453            ! ext/Encode/Encode.pm
27454 ____________________________________________________________________________
27455 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
27456         Log: The KOI8-R example wasn't quite right.
27457      Branch: perl
27458            ! lib/open.pm lib/open.t
27459 ____________________________________________________________________________
27460 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
27461         Log: Enhance the open pragma to support :utf8, :locale,
27462              and :encoding directly as special cases, and rename
27463              the INOUT to IO.
27464      Branch: perl
27465            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
27466 ____________________________________________________________________________
27467 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
27468         Log: Document the UTF-16 surrogate encoding and decoding.
27469      Branch: perl
27470            ! ext/Encode/Encode.pm
27471 ____________________________________________________________________________
27472 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
27473         Log: A potential recursion breaker.
27474      Branch: perl
27475            ! sv.c
27476 ____________________________________________________________________________
27477 [ 12930] By: ams                                   on 2001/11/10  07:46:53
27478         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
27479              (was Re: perl@12892)
27480              From: "chromatic" <chromatic@rmci.net>
27481              Date: Sat, 10 Nov 2001 01:28:09 -0700
27482              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
27483      Branch: perl
27484            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
27485            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
27486            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
27487            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
27488 ____________________________________________________________________________
27489 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
27490         Log: Add a test for the bytes pragma.
27491      Branch: perl
27492            + lib/bytes.t
27493            ! MANIFEST
27494 ____________________________________________________________________________
27495 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
27496         Log: Doc update.
27497      Branch: perl
27498            ! lib/bytes.pm
27499 ____________________________________________________________________________
27500 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
27501         Log: Cease to exist.
27502      Branch: perl
27503            - lib/Unicode/Normalize.pm
27504 ____________________________________________________________________________
27505 [ 12926] By: ams                                   on 2001/11/10  03:23:16
27506         Log: Subject: [patch] my_setenv speedup + fixes
27507              From: Doug MacEachern <dougm@covalent.net>
27508              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
27509              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
27510      Branch: perl
27511            ! util.c
27512 ____________________________________________________________________________
27513 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
27514         Log: Newline trouble.
27515      Branch: perl
27516            ! lib/ExtUtils/Embed.t
27517 ____________________________________________________________________________
27518 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
27519         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
27520              From: "Craig A. Berry" <craigberry@mac.com>
27521              Date: Fri, 09 Nov 2001 18:13:16 -0600
27522              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
27523      Branch: perl
27524            ! vms/munchconfig.c
27525 ____________________________________________________________________________
27526 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
27527         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
27528              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27529              Date: Sat, 10 Nov 2001 00:10:45 +0100
27530              Message-ID: <20011110001045.A11945@rafael>
27531      Branch: perl
27532            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
27533            + t/run/switchn.t t/run/switchp.t
27534            ! MANIFEST
27535 ____________________________________________________________________________
27536 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
27537         Log: Subject: [PATCH] some tests not cleaning up properly               
27538              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
27539              Date: Fri, 9 Nov 2001 22:13:10 +0100
27540              Message-ID: <20011109221310.A11115@rafael>
27541      Branch: perl
27542            ! ext/Cwd/t/cwd.t t/io/argv.t
27543 ____________________________________________________________________________
27544 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
27545         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
27546              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27547              Date: Fri, 9 Nov 2001 15:07:19 EST
27548              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
27549      Branch: perl
27550            ! lib/ExtUtils/Embed.t
27551 ____________________________________________________________________________
27552 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
27553         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
27554              have been copied so it shouldn't be freed in perl_destruct()
27555      Branch: perl
27556            ! perl.c
27557 ____________________________________________________________________________
27558 [ 12919] By: ams                                   on 2001/11/09  15:36:22
27559         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
27560              From: Michael G Schwern <schwern@pobox.com>
27561              Date: Fri, 9 Nov 2001 00:38:59 -0500
27562              Message-Id: <20011109003859.K5587@blackrider>
27563              (Applied with directory name changes suggested by Craig Berry.)
27564      Branch: perl
27565            ! ext/Cwd/t/cwd.t
27566 ____________________________________________________________________________
27567 [ 12918] By: ams                                   on 2001/11/09  15:29:15
27568         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
27569              From: Michael G Schwern <schwern@pobox.com>
27570              Date: Fri, 9 Nov 2001 01:44:14 -0500
27571              Message-Id: <20011109014414.N5587@blackrider>
27572      Branch: perl
27573            ! vms/ext/filespec.t
27574 ____________________________________________________________________________
27575 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
27576         Log: Update Changes.
27577      Branch: perl
27578            ! Changes patchlevel.h
27579 ____________________________________________________________________________
27580 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
27581         Log: Regen toc.
27582      Branch: perl
27583            ! pod/perltoc.pod
27584 ____________________________________________________________________________
27585 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
27586         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
27587              see http://www.jepstone.net/bjepson//jpl/cvs.html
27588      Branch: perl
27589            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27590 ____________________________________________________________________________
27591 [ 12914] By: ams                                   on 2001/11/09  14:05:12
27592         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
27593              From: Michael G Schwern <schwern@pobox.com>
27594              Date: Thu, 8 Nov 2001 22:05:49 -0500
27595              Message-Id: <20011108220549.F5587@blackrider>
27596      Branch: perl
27597            ! vms/test.com
27598 ____________________________________________________________________________
27599 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
27600         Log: NetWare update from Ananth Kesari.
27601      Branch: perl
27602            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
27603 ____________________________________________________________________________
27604 [ 12912] By: ams                                   on 2001/11/09  13:40:26
27605         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
27606              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27607              Date: Fri, 9 Nov 2001 14:32:28 +0100
27608              Message-Id: <20011109143228.A18996@rafael>
27609      Branch: perl
27610            ! perl.c
27611 ____________________________________________________________________________
27612 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
27613         Log: FAQ sync.
27614      Branch: perl
27615            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27616            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27617            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
27618 ____________________________________________________________________________
27619 [ 12910] By: ams                                   on 2001/11/09  07:33:49
27620         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
27621              From: Michael G Schwern <schwern@pobox.com>
27622              Date: Fri, 9 Nov 2001 00:41:56 -0500
27623              Message-Id: <20011109004156.L5587@blackrider>
27624      Branch: perl
27625            ! lib/File/Find/t/find.t
27626 ____________________________________________________________________________
27627 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
27628         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
27629              The CPAN distribution has both pm and XS implementations,
27630              and for performance reasons we choose the XS.
27631              Another reason to choose the XS is that it doesn't
27632              require Lingua::KO::Hangul::Util, which means that
27633              we can delete that-- which in turn means that Unicode::UCD
27634              cannot expect that: support it, but don't expect.
27635              Ditto Unicode::Collate.
27636              
27637              Note that Unicode::Normalize Makefile.PL and
27638              Normalize.xs have been modified from the CPAN 0.10
27639              versions: the first one to be simpler (no pm) and
27640              clean up the generated unf*.h files, the second one
27641              to quench compiler grumblings.  Must notify Sadahiro
27642              about these changes.
27643      Branch: perl
27644            + ext/Unicode/Normalize/Changes
27645            + ext/Unicode/Normalize/Makefile.PL
27646            + ext/Unicode/Normalize/Normalize.pm
27647            + ext/Unicode/Normalize/Normalize.pod
27648            + ext/Unicode/Normalize/Normalize.xs
27649            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
27650            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
27651            + ext/Unicode/Normalize/t/test.t
27652            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
27653            - lib/Lingua/KO/Hangul/Util/README
27654            - lib/Lingua/KO/Hangul/Util/t/test.t
27655            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
27656            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
27657            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
27658            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
27659            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
27660            ! win32/makefile.mk
27661 ____________________________________________________________________________
27662 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
27663         Log: Test miscounting.
27664      Branch: perl
27665            ! ext/POSIX/t/posix.t
27666 ____________________________________________________________________________
27667 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
27668         Log: Quote the variables in failures messages more nicely.
27669      Branch: perl
27670            ! t/test.pl
27671 ____________________________________________________________________________
27672 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
27673         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
27674              From: Michael G Schwern <schwern@pobox.com>
27675              Date: Thu, 8 Nov 2001 17:24:49 -0500
27676              Message-ID: <20011108172449.A5587@blackrider>
27677              
27678              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
27679              From: "Craig A. Berry" <craigberry@mac.com>
27680              Date: Thu, 8 Nov 2001 16:35:00 -0600
27681              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
27682      Branch: perl
27683            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
27684 ____________________________________________________________________________
27685 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
27686         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
27687              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
27688              Date: Thu, 8 Nov 2001 22:52:50 -0000
27689              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
27690      Branch: perl
27691            ! ext/DB_File/t/db-recno.t
27692 ____________________________________________________________________________
27693 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
27694         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
27695              (Probably not an EBCDIC issue the way one would think
27696              since no chr() et alia are used in UCD.pm.)
27697      Branch: perl
27698            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
27699 ____________________________________________________________________________
27700 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
27701         Log: Whether overwriting the $self->{...} values (see #12902)
27702              is a good policy or not is debatable, but let's at least
27703              be consistent.
27704      Branch: perl
27705            ! lib/ExtUtils/MM_Unix.pm
27706 ____________________________________________________________________________
27707 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
27708         Log: The MakeMaker argument () quoting patch that sneaked
27709              in at #12883 didn't handle make macros like this $(...).
27710              Leaning toothpicks, we've got them.
27711      Branch: perl
27712            ! lib/ExtUtils/MM_Unix.pm
27713 ____________________________________________________________________________
27714 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
27715         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
27716              From: Michael G Schwern <schwern@pobox.com>
27717              Date: Wed, 7 Nov 2001 02:02:29 -0500
27718              Message-ID: <20011107020229.K2858@blackrider>
27719      Branch: perl
27720            ! t/io/argv.t t/test.pl vms/test.com
27721 ____________________________________________________________________________
27722 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
27723         Log: Subject: [PATCH 20011106.084] -s on #! line 
27724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27725              Date: Wed, 7 Nov 2001 22:23:39 +0100
27726              Message-ID: <20011107222339.E729@rafael>
27727      Branch: perl
27728            ! embed.h embed.pl perl.c proto.h toke.c
27729 ____________________________________________________________________________
27730 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
27731         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
27732              From: Michael G Schwern <schwern@pobox.com>
27733              Date: Wed, 7 Nov 2001 16:52:49 -0500
27734              Message-ID: <20011107165249.I7346@blackrider>
27735      Branch: perl
27736            ! pod/perlhack.pod
27737 ____________________________________________________________________________
27738 [ 12898] By: ams                                   on 2001/11/08  13:02:19
27739         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
27740              From: Mark-Jason Dominus <mjd@plover.com>
27741              Date: Thu, 08 Nov 2001 08:59:02 -0500
27742              Message-Id: <20011108135902.2275.qmail@plover.com>
27743      Branch: perl
27744            ! INSTALL README README.amiga README.os2 README.vms
27745            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
27746            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
27747 ____________________________________________________________________________
27748 [ 12897] By: ams                                   on 2001/11/08  12:49:28
27749         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
27750              From: mjd@plover.com
27751              Date: 8 Nov 2001 13:33:18 -0000
27752              Message-Id: <20011108133318.1786.qmail@plover.com>
27753      Branch: perl
27754            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
27755            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
27756            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27757            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
27758            ! pod/perlport.pod pod/perlvar.pod
27759 ____________________________________________________________________________
27760 [ 12896] By: ams                                   on 2001/11/08  11:22:12
27761         Log: open(FH, $file) should strip leading and trailing whitespace.
27762      Branch: perl
27763            ! doio.c
27764 ____________________________________________________________________________
27765 [ 12895] By: ams                                   on 2001/11/08  10:17:14
27766         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
27767              From: "Craig A. Berry" <craigberry@mac.com>
27768              Date: Wed, 07 Nov 2001 13:41:50 -0600
27769              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
27770      Branch: perl
27771            ! t/op/glob.t
27772 ____________________________________________________________________________
27773 [ 12894] By: ams                                   on 2001/11/08  08:32:20
27774         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
27775              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
27776              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
27777              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
27778      Branch: perl
27779            ! makedepend.SH
27780 ____________________________________________________________________________
27781 [ 12893] By: ams                                   on 2001/11/08  08:26:31
27782         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
27783              From: mjd@plover.com
27784              Date: 8 Nov 2001 08:08:07 -0000
27785              Message-Id: <20011108080807.30147.qmail@plover.com>
27786              
27787              Subject: bleadperl perl.pod
27788              From: mjd@plover.com
27789              Date: 8 Nov 2001 08:10:47 -0000
27790              Message-Id: <20011108081047.30178.qmail@plover.com>
27791              
27792              Subject: more bleadperl perl.pod
27793              From: mjd@plover.com
27794              Date: 8 Nov 2001 08:16:28 -0000
27795              Message-Id: <20011108081628.30229.qmail@plover.com>
27796      Branch: perl
27797            ! pod/perl.pod pod/perldebug.pod
27798 ____________________________________________________________________________
27799 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
27800         Log: Tweak for Cray-friendliness from Nicholas Clark.
27801      Branch: perl
27802            ! sv.c
27803 ____________________________________________________________________________
27804 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
27805         Log: VMS patch redo from Charles Lane.
27806      Branch: perl
27807            ! vms/gen_shrfls.pl
27808 ____________________________________________________________________________
27809 [ 12890] By: ams                                   on 2001/11/07  15:16:10
27810         Log: Subject: [ID 20011107.088] two perl pod nits
27811              From: lvirden@cas.org
27812              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
27813              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
27814      Branch: perl
27815            ! pod/perl.pod pod/perlfaq3.pod
27816 ____________________________________________________________________________
27817 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
27818         Log: Update Changes.
27819      Branch: perl
27820            ! Changes patchlevel.h
27821 ____________________________________________________________________________
27822 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
27823         Log: The (emulated) "no utf8" must be in a BEGIN block
27824              to be effective.
27825      Branch: perl
27826            ! lib/CGI/t/html.t
27827 ____________________________________________________________________________
27828 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
27829         Log: "v-strings" is the right term.
27830      Branch: perl
27831            ! pod/perltodo.pod
27832 ____________________________________________________________________________
27833 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
27834         Log: Add vstrings-as-objects need to perltodo.
27835      Branch: perl
27836            ! pod/perltodo.pod
27837 ____________________________________________________________________________
27838 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
27839         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
27840              From: Nicholas Clark <nick@ccl4.org>
27841              Date: Wed, 7 Nov 2001 14:36:32 +0000
27842              Message-ID: <20011107143631.I24980@plum.flirble.org>
27843      Branch: perl
27844            ! t/op/pack.t
27845 ____________________________________________________________________________
27846 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
27847         Log: The Embed test requires a major rewrite for VMS
27848              (plus it reveals a couple of annoying glitches
27849              in buffering), so skip the test for now; from
27850              Charles Lane.
27851      Branch: perl
27852            ! lib/ExtUtils/Embed.t
27853 ____________________________________________________________________________
27854 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
27855         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
27856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27857              Date: Wed, 7 Nov 2001 09:23:28 EST
27858              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
27859              
27860              (Also i seems that an unrelated experimental patch
27861              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
27862      Branch: perl
27863            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
27864 ____________________________________________________________________________
27865 [ 12882] By: ams                                   on 2001/11/07  05:14:04
27866         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
27867              From: Mark-Jason Dominus <mjd@plover.com>
27868              Date: Wed, 07 Nov 2001 00:43:46 -0500
27869              Message-Id: <20011107054346.14428.qmail@plover.com>
27870      Branch: perl
27871            ! gv.c op.c toke.c
27872 ____________________________________________________________________________
27873 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
27874         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
27875              From: Michael G Schwern <schwern@pobox.com>             
27876              Date: Tue, 6 Nov 2001 22:04:39 -0500
27877              Message-ID: <20011106220439.D2858@blackrider>              
27878      Branch: perl
27879            ! lib/perl5db.pl
27880 ____________________________________________________________________________
27881 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
27882         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
27883              stress))
27884              From: Jonathan Stowe <gellyfish@gellyfish.com>
27885              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
27886              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
27887              
27888              (except for one hunk where indentation differs)
27889      Branch: perl
27890            ! lib/Term/Cap.t
27891 ____________________________________________________________________________
27892 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
27893         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
27894              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
27895              Date: Tue, 6 Nov 2001 21:45:01 +0100
27896              Message-ID: <20011106214501.A704@rafael>
27897      Branch: perl
27898            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
27899            ! lib/File/Spec/Win32.pm
27900 ____________________________________________________________________________
27901 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
27902         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
27903              From: Michael G Schwern <schwern@pobox.com>              
27904              Date: Tue, 6 Nov 2001 20:58:45 -0500
27905              Message-ID: <20011106205845.G29411@blackrider>
27906      Branch: perl
27907            ! t/test.pl
27908 ____________________________________________________________________________
27909 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
27910         Log: Subject: making do_sprintf public       
27911              From: Doug MacEachern <dougm@covalent.net>    
27912              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
27913              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
27914      Branch: perl
27915            ! embed.h embed.pl global.sym
27916 ____________________________________________________________________________
27917 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
27918         Log: Update to CGI.pm 2.78.
27919              
27920              TODO: the test suite needs to be merged so that
27921              when in core, the core version is tested, and when
27922              using the CPAN version, testing the CPAN version.
27923              (the changes need to be sent to Lincoln, too...)
27924      Branch: perl
27925            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
27926            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
27927            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
27928            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
27929            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
27930            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
27931 ____________________________________________________________________________
27932 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
27933         Log: Integrate with perlio; (strictly) readonly hashes via XS.
27934      Branch: perl
27935           +> t/lib/access.t
27936           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
27937 ____________________________________________________________________________
27938 [ 12874] By: nick                                  on 2001/11/06  21:05:16
27939         Log: Keep It Simple and Stupid version of readonly hash support.
27940              - Test for SvREAONLY(hv) at a few spots in hv.c
27941              - add the error message to perldiag.pod
27942              - (dubious) add access::readonly() to univeral.c
27943              - add test using above
27944              - fixup ext/B/t/stash.t to account for access:: existing
27945      Branch: perlio
27946            + t/lib/access.t
27947            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
27948 ____________________________________________________________________________
27949 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
27950         Log: Fix incorrect warnings about broken globbing;
27951              from Andy Dougherty.
27952      Branch: perl
27953            ! hints/linux.sh
27954 ____________________________________________________________________________
27955 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
27956         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
27957              toggle-on from the encoding pragma.
27958      Branch: perl
27959            ! regcomp.c regexec.c
27960 ____________________________________________________________________________
27961 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
27962         Log: Retract #12824, doesn't help and is ignored
27963              by Configure anyway.
27964      Branch: perl
27965            ! hints/beos.sh
27966 ____________________________________________________________________________
27967 [ 12870] By: ams                                   on 2001/11/06  10:40:37
27968         Log: Subject: Cosmetic change
27969              From: H.Merijn Brand <h.m.brand@hccnet.nl>
27970              Date: Tue, 06 Nov 2001 12:30:52 +0100
27971              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
27972      Branch: perl
27973            ! README.hpux
27974 ____________________________________________________________________________
27975 [ 12869] By: nick                                  on 2001/11/06  08:26:40
27976         Log: Integrate mainline
27977      Branch: perlio
27978           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
27979           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
27980 ____________________________________________________________________________
27981 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
27982         Log: The parentheses are protected enough.
27983      Branch: perl
27984            ! hints/os390.sh
27985 ____________________________________________________________________________
27986 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
27987         Log: ccflags, not ldflags.
27988      Branch: perl
27989            ! hints/os390.sh
27990 ____________________________________________________________________________
27991 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
27992         Log: ... and the proto to go with #12865.
27993      Branch: perl
27994            ! proto.h
27995 ____________________________________________________________________________
27996 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
27997         Log: Oops.  Luckily nothing was using this symbol yet.
27998      Branch: perl
27999            ! global.sym
28000 ____________________________________________________________________________
28001 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
28002         Log: Implement the encoding pragma for regex literals.
28003      Branch: perl
28004            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
28005 ____________________________________________________________________________
28006 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
28007         Log: More UTF8 EXACT fixing.
28008      Branch: perl
28009            ! regexec.c
28010 ____________________________________________________________________________
28011 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
28012         Log: More re debugging.
28013      Branch: perl
28014            ! regexec.c
28015 ____________________________________________________________________________
28016 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
28017         Log: EXACT correction attempt.  Continued in #12863.
28018      Branch: perl
28019            ! regexec.c
28020 ____________________________________________________________________________
28021 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
28022         Log: Unterminated L<.
28023      Branch: perl
28024            ! ext/DB_File/DB_File.pm
28025 ____________________________________________________________________________
28026 [ 12859] By: nick                                  on 2001/11/05  19:15:17
28027         Log: Integrate mainline
28028      Branch: perlio
28029           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28030           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28031           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
28032           +> lib/Math/BigInt/t/sub_mbi.t
28033            - lib/Math/BigInt/t/Math/Subclass.pm
28034            - lib/Math/BigInt/t/subclass.t
28035           !> (integrate 30 files)
28036 ____________________________________________________________________________
28037 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
28038         Log: Regex debugging fixes from Hugo.
28039      Branch: perl
28040            ! regcomp.c regexec.c
28041 ____________________________________________________________________________
28042 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
28043         Log: IRIX: at some point the cc -version has started
28044              to output to stderr, not stdout any more.
28045      Branch: perl
28046            ! hints/irix_6.sh
28047 ____________________________________________________________________________
28048 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
28049         Log: Update Changes.
28050      Branch: perl
28051            ! Changes patchlevel.h
28052 ____________________________________________________________________________
28053 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
28054         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
28055      Branch: perl
28056            ! lib/File/Spec/Unix.pm
28057 ____________________________________________________________________________
28058 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
28059         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
28060              From: rgarciasuarez@free.fr
28061              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
28062              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
28063      Branch: perl
28064            ! lib/File/Spec/Unix.pm
28065 ____________________________________________________________________________
28066 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
28067         Log: Use config.arch in OS/390 where the combination of
28068              IEEE floats and ldflags is tricky.
28069      Branch: perl
28070            ! hints/os390.sh
28071 ____________________________________________________________________________
28072 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
28073         Log: Metaconfig unit change for #12851.
28074      Branch: metaconfig
28075            ! U/modified/Config_sh.U
28076 ____________________________________________________________________________
28077 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
28078         Log: Support a config.arch file, similar to config.over,
28079              but loaded just before it.
28080      Branch: perl
28081            ! Configure INSTALL
28082 ____________________________________________________________________________
28083 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
28084         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
28085              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28086              Date: Mon, 5 Nov 2001 14:26:24 +0100
28087              Message-ID: <20011105142624.C31977@rafael>
28088      Branch: perl
28089            ! lib/Symbol.pm lib/Symbol.t
28090 ____________________________________________________________________________
28091 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
28092         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
28093              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28094              Date: Sun, 4 Nov 2001 22:28:57 +0100
28095              Message-ID: <20011104222857.C696@rafael>
28096      Branch: perl
28097            ! pod/perldebug.pod pod/perlpodspec.pod
28098 ____________________________________________________________________________
28099 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
28100         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
28101      Branch: perl
28102            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
28103 ____________________________________________________________________________
28104 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
28105         Log: Math::Big* test tweaks to work better with core:
28106              but the coast still not clear.
28107      Branch: perl
28108            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
28109            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28110 ____________________________________________________________________________
28111 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
28112         Log: Protect against high load: measure how much wall
28113              clock time went by while sleeping.  Avoids some
28114              false negatives, while may introduce some false
28115              positives.  Life is hard.
28116      Branch: perl
28117            ! ext/Time/HiRes/HiRes.t
28118 ____________________________________________________________________________
28119 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
28120         Log: More forgotten from #12843.
28121      Branch: perl
28122            ! lib/Math/BigInt/t/bigfltpm.inc
28123 ____________________________________________________________________________
28124 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
28125         Log: Forgot from #12843.
28126      Branch: perl
28127            + lib/Math/BigInt/t/bigintpm.inc
28128            ! MANIFEST
28129 ____________________________________________________________________________
28130 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
28131         Log: Upgrade to Math::BigInt 1.45; from Tels.
28132              NOTE: some of the tests are failing but that's because
28133              the core integration is not yet done.
28134      Branch: perl
28135            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
28136            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
28137            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
28138            - lib/Math/BigInt/t/Math/Subclass.pm
28139            - lib/Math/BigInt/t/subclass.t
28140            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
28141            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
28142            ! lib/Math/BigInt/t/mbimbf.t
28143 ____________________________________________________________________________
28144 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
28145         Log: VMS: adds capability to control more configuration stuff with
28146              -D and -U switches; parsing config.sh to extract previous config
28147              info in VMS-form, and a rewrite of the "prompt/response" routine;
28148              from Charles Lane.
28149      Branch: perl
28150            ! configure.com
28151 ____________________________________________________________________________
28152 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
28153         Log: Subject: Typo correction in perldebguts.pod
28154              From: mjd@plover.com
28155              Date: 4 Nov 2001 16:20:05 -0000
28156              Message-ID: <20011104162005.16699.qmail@plover.com>
28157      Branch: perl
28158            ! pod/perldebguts.pod
28159 ____________________________________________________________________________
28160 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
28161         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
28162              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28163              Date: Sun, 4 Nov 2001 11:47:30 +0100
28164              Message-ID: <20011104114730.A715@rafael>
28165              
28166              Remove -T from the test, wrong place for that.
28167      Branch: perl
28168            ! lib/File/Temp/t/mktemp.t
28169 ____________________________________________________________________________
28170 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
28171         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
28172              From: Nicholas Clark <nick@ccl4.org>
28173              Date: Sun, 4 Nov 2001 10:41:24 +0000
28174              Message-ID: <20011104104123.U20123@plum.flirble.org>
28175      Branch: perl
28176            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
28177 ____________________________________________________________________________
28178 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
28179         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28180              From: Michael G Schwern <schwern@pobox.com>
28181              Date: Sat, 3 Nov 2001 15:41:47 -0500
28182              Message-ID: <20011103154147.C600@blackrider>
28183      Branch: perl
28184            ! lib/Term/Cap.t
28185 ____________________________________________________________________________
28186 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
28187         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
28188              From: "Craig A. Berry" <craigberry@mac.com>     
28189              Date: Sat, 03 Nov 2001 16:02:28 -0600
28190              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
28191      Branch: perl
28192            ! ext/Time/HiRes/HiRes.t
28193 ____________________________________________________________________________
28194 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
28195         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
28196              From: "chromatic" <chromatic@rmci.net>
28197              Date: Sat, 03 Nov 2001 12:28:17 -0700
28198              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
28199      Branch: perl
28200            ! lib/Term/Cap.t
28201 ____________________________________________________________________________
28202 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
28203         Log: Don't bother doing POSIX charclass parsing if it
28204              possibly cannot be so.  Prepares way for charclass
28205              syntax like [[abc]||[def]] (or just [[abc][def]])
28206              for union, [[\w]&&[$a]] for intersection,
28207              and [[a-z]&&[^def]] for subtraction.
28208              
28209              Currently /[[a]/ (or /[a[]/) parses as a character
28210              class containing two characters, "[" and "a",
28211              this may have to be broken for the syntax described
28212              above, otherwise we would have to scan the whole pattern
28213              to find out whether the square brackets match pairwise.
28214              Luckily, the special case of "[" doesn't seem to be
28215              documented (as opposed to "]" and "-"), so we may have
28216              better story for breaking it...  One can always use \[
28217              if one wants a literal "[", so there.
28218      Branch: perl
28219            ! regcomp.c
28220 ____________________________________________________________________________
28221 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
28222         Log: Comment correction.
28223      Branch: perl
28224            ! regcomp.c
28225 ____________________________________________________________________________
28226 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
28227         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
28228              The latter is a RedHatism.
28229      Branch: perl
28230            ! lib/ExtUtils/MakeMaker.pm
28231 ____________________________________________________________________________
28232 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
28233         Log: Integrate perlio.
28234      Branch: perl
28235           !> perlio.c
28236 ____________________________________________________________________________
28237 [ 12831] By: nick                                  on 2001/11/03  11:42:15
28238         Log: Integrate mainline
28239      Branch: perlio
28240           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
28241           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28242           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
28243           !> sv.c t/test.pl
28244 ____________________________________________________________________________
28245 [ 12830] By: nick                                  on 2001/11/03  10:27:34
28246         Log: Fix clone_leak problem.
28247              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
28248              as vestige of calling PerlLIO_dup().
28249      Branch: perlio
28250            ! perlio.c
28251 ____________________________________________________________________________
28252 [ 12829] By: nick                                  on 2001/11/03  09:40:46
28253         Log: Tweaks attempting to locate Doug's clone_leak leak.
28254              - add some PerlIO_debug()
28255              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
28256              - Even if it closing stdout etc. do a fflush()
28257      Branch: perlio
28258            ! perlio.c
28259 ____________________________________________________________________________
28260 [ 12828] By: nick                                  on 2001/11/03  08:34:31
28261         Log: Integrate mainline
28262      Branch: perlio
28263           !> (integrate 54 files)
28264 ____________________________________________________________________________
28265 [ 12827] By: ams                                   on 2001/11/03  03:45:19
28266         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
28267              remove this later). Based on a patch from Robert Spier in
28268              <15330.61459.14452.795263@rls.cx>.
28269      Branch: perl
28270            ! sv.c
28271 ____________________________________________________________________________
28272 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
28273         Log: microperl sync.
28274      Branch: perl
28275            ! doio.c perl.c perl.h perlio.c regexec.c
28276 ____________________________________________________________________________
28277 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
28278         Log: Definitions for the Unicode Newline Guidelines.
28279      Branch: perl
28280            ! perl.h
28281 ____________________________________________________________________________
28282 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
28283         Log: (retracted by #12871)
28284              
28285              There is no csh of any kind in default BeOS.
28286              For the purposes of miniperl globbing, bash
28287              will do.
28288      Branch: perl
28289            ! hints/beos.sh
28290 ____________________________________________________________________________
28291 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
28292         Log: Integrate change #12820 from macperl to maint and blead;
28293              
28294              Fix up (dynaloading) to work properly with multiplicity
28295      Branch: maint-5.6/perl
28296           !> ext/DynaLoader/dl_mac.xs
28297      Branch: perl
28298           !> ext/DynaLoader/dl_mac.xs
28299 ____________________________________________________________________________
28300 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
28301         Log: Several fixes for various exit problems and clearing out
28302              task queue, as well as another (incomplete) go at
28303              fixing error message handling
28304      Branch: maint-5.6/macperl
28305            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
28306 ____________________________________________________________________________
28307 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
28308         Log: Add source files for bleadperl builds
28309      Branch: maint-5.6/macperl
28310            ! macos/Makefile.mk
28311 ____________________________________________________________________________
28312 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
28313         Log: Fix up to work properly with multiplicity
28314      Branch: maint-5.6/macperl
28315            ! ext/DynaLoader/dl_mac.xs
28316 ____________________________________________________________________________
28317 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
28318         Log: Integrate with maintperl.
28319      Branch: maint-5.6/macperl
28320           +> t/op/system.t t/op/system_tests
28321           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
28322           !> pod/perltodo.pod util.c win32/win32.c
28323 ____________________________________________________________________________
28324 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
28325         Log: Locate _PATH_LOG if it's a socket even if not #defined
28326              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
28327              via Nick Clark.
28328      Branch: perl
28329            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
28330 ____________________________________________________________________________
28331 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
28332         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
28333              From: Michael G Schwern <schwern@pobox.com>
28334              Date: Fri, 2 Nov 2001 15:36:41 -0500
28335              Message-ID: <20011102153641.E23234@blackrider>
28336      Branch: perl
28337            ! t/test.pl
28338 ____________________________________________________________________________
28339 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
28340         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
28341              From: merlyn@stonehenge.com (Randal L. Schwartz)
28342              Date: 02 Nov 2001 09:33:34 -0800
28343              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
28344              
28345              (two of the changes)
28346              
28347              Better coexistence with extensions.
28348      Branch: perl
28349            ! ext/Errno/Errno_pm.PL hints/darwin.sh
28350 ____________________________________________________________________________
28351 [ 12815] By: ams                                   on 2001/11/02  16:47:43
28352         Log: Subject: Re: [PATCH] the the double double word word fix fix
28353              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28354              Date: Fri, 02 Nov 2001 19:43:07 +0100
28355              Message-Id: <3BE2E93B.627C198E@alcatel.at>
28356      Branch: perl
28357            ! pod/perldebug.pod
28358 ____________________________________________________________________________
28359 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
28360         Log: Update Changes.
28361      Branch: perl
28362            ! Changes patchlevel.h
28363 ____________________________________________________________________________
28364 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
28365         Log: More encoding testing.
28366      Branch: perl
28367            ! lib/encoding.pm lib/encoding.t
28368 ____________________________________________________________________________
28369 [ 12812] By: ams                                   on 2001/11/02  15:07:11
28370         Log: Slight modification of #12811.
28371      Branch: perl
28372            ! op.c
28373 ____________________________________________________________________________
28374 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
28375         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
28376              From: Radu Greab <radu@netsoft.ro>
28377              Date: Fri, 2 Nov 2001 15:28:58 +0200
28378              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
28379      Branch: perl
28380            ! op.c t/op/stat.t
28381 ____________________________________________________________________________
28382 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
28383         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
28384              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28385              Date: Thu, 1 Nov 2001 22:35:50 +0100
28386              Message-ID: <20011101223550.A10849@rafael>
28387      Branch: perl
28388            ! lib/ExtUtils/Embed.t
28389 ____________________________________________________________________________
28390 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
28391         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
28392              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28393              Date: 2 Nov 2001 14:48:51 -0000
28394              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
28395      Branch: perl
28396            ! lib/File/Find.pm
28397 ____________________________________________________________________________
28398 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
28399         Log: Add documentation.
28400      Branch: perl
28401            ! embed.pl pod/perlapi.pod utf8.c
28402 ____________________________________________________________________________
28403 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
28404         Log: Unicode: add ToFold mapping.  Not used yet; but basically
28405              a more useful mapping for caseless aka case-ignoring than
28406              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
28407              algorithm for creating the foldings uses equivalence classes,
28408              see http://www.unicode.org/unicode/reports/tr21/
28409              Hopefully this feature will be used in //i.
28410              (The folding tables were introduced by #12689.)
28411      Branch: perl
28412            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
28413            ! utf8.c
28414 ____________________________________________________________________________
28415 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
28416         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
28417              From: "Craig A. Berry" <craigberry@mac.com>
28418              Date: Fri, 02 Nov 2001 00:03:52 -0600
28419              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
28420      Branch: perl
28421            ! lib/AutoSplit.t
28422 ____________________________________________________________________________
28423 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
28424         Log: Subject: Trivial doc patch
28425              From: andreas.koenig@anima.de (Andreas J. Koenig)
28426              Date: 02 Nov 2001 06:11:35 +0100
28427              Message-ID: <m37kt94v08.fsf@anima.de>
28428      Branch: perl
28429            ! pod/perlport.pod
28430 ____________________________________________________________________________
28431 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
28432         Log: Make encoding and charnames pragmas coexist.
28433      Branch: perl
28434            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
28435 ____________________________________________________________________________
28436 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
28437         Log: The basic character classes seem to go untested with Unicode.
28438      Branch: perl
28439            ! t/op/pat.t
28440 ____________________________________________________________________________
28441 [ 12802] By: ams                                   on 2001/11/02  00:39:36
28442         Log: Subject: [PATCH] the the double double word word fix fix
28443              From: Richard Soderberg <rs@oregonnet.com>
28444              Date: Thu, 1 Nov 2001 13:12:03 -0800
28445              Message-Id: <200111012112.NAA23288@oregonnet.com>
28446              
28447              Subject: Re: [PATCH] the the double double word word fix fix
28448              From: Mark-Jason Dominus <mjd@plover.com>
28449              Date: Thu, 01 Nov 2001 16:43:40 -0500
28450              Message-Id: <20011101214340.2044.qmail@plover.com>
28451              
28452              Subject: Re: [PATCH] the the double double word word fix fix
28453              From: Mark-Jason Dominus <mjd@plover.com>
28454              Date: Thu, 01 Nov 2001 16:51:39 -0500
28455              Message-Id: <20011101215139.2196.qmail@plover.com>
28456      Branch: perl
28457            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
28458            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
28459            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
28460            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
28461            ! pod/perltodo.pod pod/perlxstut.pod
28462 ____________________________________________________________________________
28463 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
28464         Log: Comment tweaks.
28465      Branch: perl
28466            ! toke.c
28467 ____________________________________________________________________________
28468 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
28469         Log: FAQ sync.
28470      Branch: perl
28471            ! pod/perlfaq9.pod
28472 ____________________________________________________________________________
28473 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
28474         Log: If an encoding is set by -M/-m, it must be in
28475              effect only for the actual script, not any other
28476              required/-M/-m'ed module, otherwise we enter a nasty
28477              recursion in regexec.c while trying to init the simple
28478              UTF-8 charclasses like PL_utf8_alnum.
28479      Branch: perl
28480            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
28481 ____________________________________________________________________________
28482 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
28483         Log: A bit more descriptive name.
28484      Branch: perl
28485            ! mg.c
28486 ____________________________________________________________________________
28487 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
28488         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
28489              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28490              Date: Wed, 31 Oct 2001 13:47:04 EST
28491              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
28492      Branch: perl
28493            ! ext/Time/HiRes/HiRes.t
28494 ____________________________________________________________________________
28495 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
28496         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
28497              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28498              Date: Wed, 31 Oct 2001 13:43:29 EST
28499              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
28500      Branch: perl
28501            ! mg.c
28502 ____________________________________________________________________________
28503 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
28504         Log: Subject: [PATCH] Various test cleanups
28505              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
28506              Date: Tue, 30 Oct 2001 21:56:26 +0100
28507              Message-ID: <20011030215626.A28503@rafael>
28508      Branch: perl
28509            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28510            ! ext/DB_File/t/db-recno.t ext/Encode.t
28511 ____________________________________________________________________________
28512 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
28513         Log: Update Changes.
28514      Branch: perl
28515            ! Changes patchlevel.h
28516 ____________________________________________________________________________
28517 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
28518         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
28519              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
28520              Date: Wed, 31 Oct 2001 17:16:39 +0100
28521              Message-ID: <20011031171639.A32511@rafael>
28522      Branch: perl
28523            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
28524 ____________________________________________________________________________
28525 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
28526         Log: Skip message nit.
28527      Branch: perl
28528            ! t/io/fs.t
28529 ____________________________________________________________________________
28530 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
28531         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
28532              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
28533              Date: 31 Oct 2001 14:49:37 -0000
28534              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
28535      Branch: perl
28536            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
28537 ____________________________________________________________________________
28538 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
28539         Log: Extend the effect of the encoding pragma to chr() and ord().
28540              
28541              TODO: regex literals, reentrancy problems with the utf8
28542              and charnames pragmas.
28543      Branch: perl
28544            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
28545 ____________________________________________________________________________
28546 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
28547         Log: Doc tweaks.
28548      Branch: perl
28549            ! lib/encoding.pm
28550 ____________________________________________________________________________
28551 [ 12788] By: nick                                  on 2001/10/31  08:59:56
28552         Log: Integrate mainline
28553      Branch: perlio
28554           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
28555           !> (integrate 49 files)
28556 ____________________________________________________________________________
28557 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
28558         Log: Forgot new proto.
28559      Branch: perl
28560            ! proto.h
28561 ____________________________________________________________________________
28562 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
28563         Log: Clarification: use encoding cannot be used to
28564              change the default encoding of "your whole script";
28565              only the default encoding of the *data*.  Also, it
28566              seems that "use encoding" does not mix with "use utf8"
28567              (a coredumping recursion ensues).  Should not be a huge
28568              problem since "use utf8" is pretty marginal nowadays.
28569      Branch: perl
28570            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
28571 ____________________________________________________________________________
28572 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
28573         Log: More documentation for the encode pragma.
28574      Branch: perl
28575            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
28576            ! pod/perlapi.pod pod/perlunicode.pod sv.c
28577 ____________________________________________________________________________
28578 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
28579         Log: Thinko in #12783.
28580      Branch: perl
28581            ! sv.c
28582 ____________________________________________________________________________
28583 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
28584         Log: Make sv_recode_to_utf8() a real API: the encoding
28585              is a parameter, instead of a global.  Document the
28586              PERL_ENCODING.
28587      Branch: perl
28588            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
28589            ! toke.c
28590 ____________________________________________________________________________
28591 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
28592         Log: Enable -Mencoding=foobar also for string literals.
28593      Branch: perl
28594            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
28595            ! pod/perlapi.pod proto.h sv.c toke.c
28596 ____________________________________________________________________________
28597 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
28598         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
28599              From: Andy Dougherty <doughera@lafayette.edu>
28600              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
28601              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
28602      Branch: perl
28603            ! ext/POSIX/hints/svr4.pl
28604 ____________________________________________________________________________
28605 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
28606         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
28607              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28608              Date: Mon, 29 Oct 2001 23:11:58 -0000
28609              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
28610              
28611              Add compat.h.
28612      Branch: perl
28613            ! lib/h2xs.t utils/h2xs.PL
28614 ____________________________________________________________________________
28615 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
28616         Log: Subject: PerlIOBuf_dup
28617              From: Nicholas Clark <nick@ccl4.org>              
28618              Date: Mon, 29 Oct 2001 21:52:35 +0000             
28619              Message-ID: <20011029215235.K41204@plum.flirble.org>
28620              
28621              Add prototype.
28622      Branch: perl
28623            ! perliol.h
28624 ____________________________________________________________________________
28625 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
28626         Log: Subject: [PATCH] Make malloc.c errors more useful
28627              From: Richard Soderberg <rs@oregonnet.com>
28628              Date: Mon, 29 Oct 2001 22:28:02 -0800
28629              Message-Id: <200110300628.WAA11025@oregonnet.com>
28630      Branch: perl
28631            ! malloc.c
28632 ____________________________________________________________________________
28633 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
28634         Log: Retract #12776 - the bug 19990906.001 is still valid.
28635      Branch: perl
28636            ! t/run/kill_perl.t
28637 ____________________________________________________________________________
28638 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
28639         Log: (Retracted by #12777)
28640              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
28641              From: Michael G Schwern <schwern@pobox.com> 
28642              Date: Mon, 29 Oct 2001 23:01:08 -0500
28643              Message-ID: <20011029230108.G18053@blackrider>
28644      Branch: perl
28645            ! t/run/kill_perl.t
28646 ____________________________________________________________________________
28647 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
28648         Log: Comment nits.
28649      Branch: perl
28650            ! lib/encoding.t
28651 ____________________________________________________________________________
28652 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
28653         Log: integrate change#12772 from mainline
28654              
28655              Subject: [PATCH] Mommy, what's a pointer cast?
28656      Branch: maint-5.6/perl
28657            ! perl.h
28658 ____________________________________________________________________________
28659 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
28660         Log: Subject: [PATCH] Mommy, what's a pointer cast?
28661              From: Richard Soderberg <rs@oregonnet.com>
28662              Date: Mon, 29 Oct 2001 17:01:10 -0800
28663              Message-Id: <200110300101.RAA31561@oregonnet.com>
28664              
28665              (threads* parts)
28666      Branch: perl
28667            ! ext/threads/shared/shared.xs ext/threads/threads.xs
28668 ____________________________________________________________________________
28669 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
28670         Log: Subject: [PATCH] Mommy, what's a pointer cast?
28671              From: Richard Soderberg <rs@oregonnet.com>
28672              Date: Mon, 29 Oct 2001 17:01:10 -0800
28673              Message-Id: <200110300101.RAA31561@oregonnet.com>
28674              
28675              (the perl.h part)
28676      Branch: perl
28677            ! perl.h
28678 ____________________________________________________________________________
28679 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
28680         Log: Subject: [PATCH] OpenBSD likes signal.h 
28681              From: Richard Soderberg <rs@oregonnet.com>
28682              Date: Mon, 29 Oct 2001 17:00:31 -0800
28683              Message-Id: <200110300100.RAA31533@oregonnet.com>
28684      Branch: perl
28685            ! unixish.h
28686 ____________________________________________________________________________
28687 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
28688         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
28689              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28690              Date: Mon, 29 Oct 2001 23:04:23 -0000
28691              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
28692      Branch: perl
28693            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
28694            ! ext/DB_File/t/db-recno.t
28695 ____________________________________________________________________________
28696 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
28697         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
28698              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
28699              Date: Mon, 29 Oct 2001 12:34:07 -0600
28700              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
28701      Branch: perl
28702            ! ext/Time/HiRes/HiRes.t
28703 ____________________________________________________________________________
28704 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
28705         Log: Update Changes.
28706      Branch: perl
28707            ! Changes patchlevel.h
28708 ____________________________________________________________________________
28709 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
28710         Log: AIX needs an explicit symbol export list.
28711      Branch: perl
28712            ! lib/ExtUtils/Embed.t
28713 ____________________________________________________________________________
28714 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
28715         Log: The test (and the module) would require some
28716              quality hacking time to work on EBCDIC.  Based on
28717              the test results nothing seems to be majorly broken,
28718              the module just seems to have strange assumptions:
28719              got: ''\226\225\205'
28720              expected: ''one'
28721              The \226\225\205 being, of course, 'one', in EBCDIC.
28722      Branch: perl
28723            ! lib/Dumpvalue.t
28724 ____________________________________________________________________________
28725 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
28726         Log: Mark the test known to be failing in EBCDIC.
28727      Branch: perl
28728            ! t/op/tr.t
28729 ____________________________________________________________________________
28730 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
28731         Log: None of the libnet modules are going to work in
28732              EBCDIC without the Convert::EBCDIC.
28733      Branch: perl
28734            ! t/lib/1_compile.t
28735 ____________________________________________________________________________
28736 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
28737         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
28738      Branch: perl
28739            ! t/op/pack.t
28740 ____________________________________________________________________________
28741 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
28742         Log: UTF-EBCDIC ain't UTF-8.
28743      Branch: perl
28744            ! t/op/pack.t
28745 ____________________________________________________________________________
28746 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
28747         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
28748      Branch: perl
28749            ! t/lib/1_compile.t
28750 ____________________________________________________________________________
28751 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
28752         Log: Let's not assume ASCII.
28753      Branch: perl
28754            ! t/op/lc.t
28755 ____________________________________________________________________________
28756 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
28757         Log: Call the new perlio symbols differently.
28758      Branch: perl
28759            ! makedef.pl
28760 ____________________________________________________________________________
28761 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
28762         Log: Don't expect ASCII ordering.
28763      Branch: perl
28764            ! lib/ExtUtils/Manifest.t
28765 ____________________________________________________________________________
28766 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
28767         Log: Forgot from #12756.
28768      Branch: perl
28769            ! perlio.h
28770 ____________________________________________________________________________
28771 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
28772         Log: BeOS tweaks:
28773              - fseeko and ftello can be found by Configure but
28774              we do not seem to have prototypes for them so
28775              let's make up some
28776              - BeOS didn't use to have real sockets (sockets as
28777              filedescriptors) but the BONE package is supposed
28778              to fix this.  I do not know how to detect BONEness,
28779              see hints/beos.sh for a spot that needs to fixed.
28780              - BeOS has O_TEXT != O_BINARY but has no setmode()
28781      Branch: perl
28782            ! hints/beos.sh perlio.c
28783 ____________________________________________________________________________
28784 [ 12755] By: sky                                   on 2001/10/29  12:56:12
28785         Log: Ugly fix to not die when a thread creator is holding locks.
28786      Branch: perl
28787            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
28788            ! ext/threads/threads.xs
28789 ____________________________________________________________________________
28790 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
28791         Log: Integrate change #12752 from maintperl;
28792              
28793              croak(Nullch) wasn't printing the contents of ERRSV if there was
28794              no outer eval (bug in change#6125)
28795      Branch: perl
28796           !> util.c
28797 ____________________________________________________________________________
28798 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
28799         Log: Subject: [PATCH h2xs] Use of static data in XS modules
28800              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
28801              Date: Sun, 28 Oct 2001 21:19:07 -0000
28802              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
28803              
28804              with nits from Sarathy.
28805      Branch: perl
28806            ! utils/h2xs.PL
28807 ____________________________________________________________________________
28808 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
28809         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
28810              no outer eval (bug in change#6125)
28811      Branch: maint-5.6/perl
28812            ! util.c
28813 ____________________________________________________________________________
28814 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
28815         Log: More todo for the encoding pragma.
28816      Branch: perl
28817            ! lib/encoding.pm
28818 ____________________________________________________________________________
28819 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
28820         Log: Add the encoding pragma to control the "upgrade"
28821              from the native eight bit data to Unicode.
28822              
28823              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
28824      Branch: perl
28825            + lib/encoding.pm lib/encoding.t
28826            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
28827            ! pod/perlunicode.pod pod/perlvar.pod sv.c
28828 ____________________________________________________________________________
28829 [ 12749] By: sky                                   on 2001/10/28  21:02:33
28830         Log: Update documentation.
28831      Branch: perl
28832            ! ext/threads/shared/shared.pm
28833 ____________________________________________________________________________
28834 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
28835         Log: Integrate change #12747 from maintperl;
28836              
28837              finishing touches to system() fixes on windows:
28838              * detect cmd shell correctly even if it had full path in it
28839              * more quoting needed for single-arg system if the argument
28840              really had multiple quoted arguments within it
28841              * be smarter about not calling the shell when the executable
28842              has spaces, but otherwise does not need shell involvement
28843              * add a testsuite (windows-specific currently)
28844      Branch: perl
28845           +> t/op/system.t t/op/system_tests
28846            ! MANIFEST pod/perltodo.pod
28847           !> win32/win32.c
28848 ____________________________________________________________________________
28849 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
28850         Log: finishing touches to system() fixes on windows:
28851              * detect cmd shell correctly even if it had full path in it
28852              * more quoting needed for single-arg system if the argument
28853              really had multiple quoted arguments within it
28854              * be smarter about not calling the shell when the executable
28855              has spaces, but otherwise does not need shell involvement
28856              * add a testsuite (windows-specific currently)
28857      Branch: maint-5.6/perl
28858            + t/op/system.t t/op/system_tests
28859            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
28860 ____________________________________________________________________________
28861 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
28862         Log: Integrate perlio.
28863      Branch: perl
28864           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
28865 ____________________________________________________________________________
28866 [ 12745] By: nick                                  on 2001/10/28  16:08:14
28867         Log: Mingw32 fixup for Embed.t
28868      Branch: perlio
28869            ! lib/ExtUtils/Embed.t
28870 ____________________________________________________________________________
28871 [ 12744] By: nick                                  on 2001/10/28  15:54:14
28872         Log: GCC vs MS 64-bit constant syntax
28873      Branch: perlio
28874            ! ext/Time/HiRes/HiRes.xs
28875 ____________________________________________________________________________
28876 [ 12743] By: nick                                  on 2001/10/28  15:42:55
28877         Log: Integrate mainline
28878      Branch: perlio
28879           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
28880 ____________________________________________________________________________
28881 [ 12742] By: sky                                   on 2001/10/28  14:47:10
28882         Log: Manpage updates.
28883      Branch: perl
28884            ! ext/threads/threads.pm
28885 ____________________________________________________________________________
28886 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
28887         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
28888      Branch: perl
28889            ! lib/ExtUtils/Embed.t
28890 ____________________________________________________________________________
28891 [ 12740] By: nick                                  on 2001/10/28  14:14:24
28892         Log: Integrate mainline
28893      Branch: perlio
28894           !> lib/ExtUtils/Embed.t win32/win32.c
28895 ____________________________________________________________________________
28896 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
28897         Log: Need to be ./executed.
28898      Branch: perl
28899            ! lib/ExtUtils/Embed.t
28900 ____________________________________________________________________________
28901 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
28902         Log: Integrate perlio.
28903      Branch: perl
28904           !> perlio.c win32/win32.h
28905 ____________________________________________________________________________
28906 [ 12737] By: nick                                  on 2001/10/28  13:53:45
28907         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
28908              by gcc -xc++.
28909      Branch: perlio
28910            ! win32/win32.h
28911 ____________________________________________________________________________
28912 [ 12736] By: nick                                  on 2001/10/28  13:50:50
28913         Log: Have :stdio layer update an honour the fd refcnt table.
28914              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
28915      Branch: perlio
28916            ! perlio.c
28917 ____________________________________________________________________________
28918 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
28919         Log: Integrate changes #12724 and #12725 from maintperl;
28920              multiarg system now works.
28921      Branch: perl
28922           !> win32/win32.c
28923 ____________________________________________________________________________
28924 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
28925         Log: Integrate perlio.
28926      Branch: perl
28927           +> lib/ExtUtils/Embed.t
28928           !> MANIFEST perlio.c
28929 ____________________________________________________________________________
28930 [ 12733] By: nick                                  on 2001/10/28  13:07:16
28931         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
28932              least for PERLIO=perlio unthreaded case
28933      Branch: perlio
28934            ! perlio.c
28935 ____________________________________________________________________________
28936 [ 12732] By: nick                                  on 2001/10/28  11:10:24
28937         Log: Typo in exe name
28938      Branch: perlio
28939            ! lib/ExtUtils/Embed.t
28940 ____________________________________________________________________________
28941 [ 12731] By: nick                                  on 2001/10/28  11:09:59
28942         Log: Integrate Mainline
28943      Branch: perlio
28944           !> Changes configure.com ext/DB_File/DB_File.pm
28945           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
28946           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
28947           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
28948           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
28949           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
28950           !> t/TEST t/op/regexp.t win32/buildext.pl
28951 ____________________________________________________________________________
28952 [ 12730] By: nick                                  on 2001/10/28  11:05:35
28953         Log: Fixup Embed.t for Win32/VC++
28954      Branch: perlio
28955            ! lib/ExtUtils/Embed.t
28956 ____________________________________________________________________________
28957 [ 12729] By: nick                                  on 2001/10/28  09:36:20
28958         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
28959              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
28960              ExtUtils::Embed.
28961      Branch: perlio
28962            + lib/ExtUtils/Embed.t
28963            ! MANIFEST
28964 ____________________________________________________________________________
28965 [ 12728] By: sky                                   on 2001/10/28  08:12:53
28966         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
28967              line manually!
28968      Branch: perl
28969            ! lib/ExtUtils/xsubpp
28970 ____________________________________________________________________________
28971 [ 12727] By: sky                                   on 2001/10/28  08:02:09
28972         Log: And here we use the prototypes.
28973      Branch: perl
28974            ! ext/threads/shared/shared.xs
28975 ____________________________________________________________________________
28976 [ 12726] By: sky                                   on 2001/10/28  08:00:48
28977         Log: Support [] style prototypes.
28978      Branch: perl
28979            ! lib/ExtUtils/xsubpp
28980 ____________________________________________________________________________
28981 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
28982         Log: yet another multi-arg system() fix on windows: batch files as the
28983              first argument (i.e. directly executed by CreateProcess()) need
28984              extra quoting to escape shell-shock
28985      Branch: maint-5.6/perl
28986            ! win32/win32.c
28987 ____________________________________________________________________________
28988 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
28989         Log: another multi-arg system() fix on windows: passing empty arguments
28990              now works
28991      Branch: maint-5.6/perl
28992            ! win32/win32.c
28993 ____________________________________________________________________________
28994 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
28995         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
28996              No final #else #error because we do not seem to
28997              be using #error?
28998      Branch: perl
28999            ! op.h
29000 ____________________________________________________________________________
29001 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
29002         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
29003              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
29004              Date: Sat, 27 Oct 2001 23:28:44 EST 
29005              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
29006      Branch: perl
29007            ! ext/Time/HiRes/HiRes.xs
29008 ____________________________________________________________________________
29009 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
29010         Log: Regen perlapi, perltoc.
29011      Branch: perl
29012            ! pod/perlapi.pod pod/perltoc.pod
29013 ____________________________________________________________________________
29014 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
29015         Log: Subject: [PATCH] sv.h documentation
29016              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
29017              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
29018              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
29019      Branch: perl
29020            ! sv.h
29021 ____________________________________________________________________________
29022 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
29023         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
29024              system("nmake -nologo", "clean") and there is no executable
29025              called "nmake -nologo"; this used to "work" pre-change#12559 due
29026              to bugs in multiarg system() that have since been fixed
29027      Branch: perl
29028            ! win32/buildext.pl
29029 ____________________________________________________________________________
29030 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
29031         Log: Update Changes.
29032      Branch: perl
29033            ! Changes patchlevel.h
29034 ____________________________________________________________________________
29035 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
29036         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
29037              From: Richard.Foley@t-online.de (Richard Foley)            
29038              Date: Sun, 28 Oct 2001 00:48:32 +0200
29039              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
29040      Branch: perl
29041            ! pod/perlhack.pod
29042 ____________________________________________________________________________
29043 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
29044         Log: Must store pointers with the right width.
29045      Branch: perl
29046            ! op.h
29047 ____________________________________________________________________________
29048 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
29049         Log: Integrate change #12711 from perlio;
29050              
29051              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29052              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29053      Branch: perl
29054           !> perlio.c
29055 ____________________________________________________________________________
29056 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
29057         Log: Subject: [PATCH] make minitest
29058              From: Nicholas Clark <nick@ccl4.org>
29059              Date: Sat, 27 Oct 2001 22:56:16 +0100
29060              Message-ID: <20011027225616.L20275@plum.flirble.org>
29061      Branch: perl
29062            ! t/TEST
29063 ____________________________________________________________________________
29064 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
29065         Log: Patch #12661 missed this.
29066      Branch: perl
29067            ! ext/DB_File/DB_File.pm
29068 ____________________________________________________________________________
29069 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
29070         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
29071              From: "Craig A. Berry" <craigberry@mac.com>
29072              Date: Sat, 27 Oct 2001 16:07:47 -0500
29073              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
29074      Branch: perl
29075            ! configure.com perlio.c
29076 ____________________________________________________________________________
29077 [ 12711] By: nick                                  on 2001/10/27  19:49:25
29078         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
29079              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
29080      Branch: perlio
29081            ! perlio.c
29082 ____________________________________________________________________________
29083 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
29084         Log: Let's not replace reason if there's one already supplied.
29085      Branch: perl
29086            ! t/op/regexp.t
29087 ____________________________________________________________________________
29088 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
29089         Log: is not good.
29090      Branch: perl
29091            ! t/op/regexp.t
29092 ____________________________________________________________________________
29093 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
29094         Log: ldlibpth can exist but be unset.
29095      Branch: perl
29096            ! t/TEST
29097 ____________________________________________________________________________
29098 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
29099         Log: Unicode: property alias naming cleanup.
29100      Branch: perl
29101            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
29102 ____________________________________________________________________________
29103 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
29104         Log: FAQ sync.
29105      Branch: perl
29106            ! pod/perlfaq4.pod
29107 ____________________________________________________________________________
29108 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
29109         Log: Integrate change #12703 from maintperl;
29110              
29111              typemap stuff intervenes before declaration, move it to PREINIT
29112              section
29113              
29114              (an empty integrate, but now the files are in sync
29115              between the branches)
29116      Branch: perl
29117           !> ext/ODBM_File/ODBM_File.xs
29118 ____________________________________________________________________________
29119 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
29120         Log: More PerlIO symbols.
29121      Branch: perl
29122            ! makedef.pl
29123 ____________________________________________________________________________
29124 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
29125         Log: typemap stuff intervenes before declaration, move it to PREINIT
29126              section
29127      Branch: maint-5.6/perl
29128            ! ext/ODBM_File/ODBM_File.xs
29129 ____________________________________________________________________________
29130 [ 12702] By: nick                                  on 2001/10/27  14:09:35
29131         Log: Integrate mainline
29132      Branch: perlio
29133           +> ext/threads/shared/t/av_simple.t
29134           +> ext/threads/shared/t/hv_refs.t
29135           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
29136           !> (integrate 109 files)
29137 ____________________________________________________________________________
29138 [ 12700] By: ams                                   on 2001/10/26  21:22:23
29139         Log: Subject: [PATCH] tweak divide
29140              From: Nicholas Clark <nick@ccl4.org>
29141              Date: Fri, 26 Oct 2001 22:52:17 +0100
29142              Message-Id: <20011026225217.B20275@plum.flirble.org>
29143      Branch: perl
29144            ! pp.c
29145 ____________________________________________________________________________
29146 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
29147         Log: Integrate a buncha things from maintperl.
29148      Branch: maint-5.6/macperl
29149           !> (integrate 32 files)
29150 ____________________________________________________________________________
29151 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
29152         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
29153              From: Andy Dougherty <doughera@lafayette.edu>
29154              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
29155              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
29156      Branch: perl
29157            ! hints/svr4.sh
29158 ____________________________________________________________________________
29159 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
29160         Log: When you're root, many things become writable.
29161      Branch: perl
29162            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
29163 ____________________________________________________________________________
29164 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
29165         Log: Update Changes.
29166      Branch: perl
29167            ! Changes patchlevel.h
29168 ____________________________________________________________________________
29169 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
29170         Log: Term/Cap.t attempts to access the floppy drive for no good reason
29171              on dosish systems
29172      Branch: perl
29173            ! lib/Term/Cap.t
29174 ____________________________________________________________________________
29175 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
29176         Log: fix misleading comment on known inadequacy in B::Terse, and skip
29177              it correctly
29178      Branch: perl
29179            ! ext/B/t/terse.t
29180 ____________________________________________________________________________
29181 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
29182         Log: fix spurious AutoSplit.t failure under windows
29183      Branch: perl
29184            ! lib/AutoSplit.t
29185 ____________________________________________________________________________
29186 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
29187         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
29188      Branch: perl
29189            ! ext/Time/HiRes/HiRes.t
29190 ____________________________________________________________________________
29191 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
29192         Log: More logical to use %04"UVXf" than %"UVuf" since
29193              the Unicode standard prefers hex.
29194      Branch: perl
29195            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
29196            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
29197            ! lib/unicore/mktables utf8.c
29198 ____________________________________________________________________________
29199 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
29200         Log: change#12065 seems to have broken Encode build on windows; fix
29201      Branch: perl
29202            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
29203 ____________________________________________________________________________
29204 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
29205         Log: Unicode: add the case folding table.
29206      Branch: perl
29207            + lib/unicore/To/Fold.pl
29208            ! MANIFEST lib/unicore/mktables
29209 ____________________________________________________________________________
29210 [ 12688] By: sky                                   on 2001/10/26  13:51:29
29211         Log: Get the new functions right, do not export lock since we use builtin lock.
29212              TODO: fix xsubpp to support the new prototypes
29213      Branch: perl
29214            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29215 ____________________________________________________________________________
29216 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
29217         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
29218              as suggested by Sarathy.
29219      Branch: perl
29220            ! mg.c
29221 ____________________________________________________________________________
29222 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
29223         Log: avoid compiler warning
29224      Branch: perl
29225            ! win32/win32.c
29226 ____________________________________________________________________________
29227 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
29228         Log: WinCE update from Rainer Keuchel.
29229      Branch: perl
29230            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
29231            ! wince/wince.c
29232 ____________________________________________________________________________
29233 [ 12684] By: sky                                   on 2001/10/26  13:34:33
29234         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
29235      Branch: perl
29236            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29237 ____________________________________________________________________________
29238 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
29239         Log: More fixes that were made to the core and not in the libnet src
29240      Branch: perl
29241            ! lib/Net/Domain.pm
29242 ____________________________________________________________________________
29243 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
29244         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
29245              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
29246              Date: Fri, 26 Oct 2001 13:55:21 +0200
29247              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
29248              
29249              (plus make the db-recno.t#59 accept both \n and \r\n)
29250      Branch: perl
29251            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
29252            ! ext/DB_File/t/db-recno.t
29253 ____________________________________________________________________________
29254 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
29255         Log: Fix tests to be able to run in the core and the CPAN dist
29256      Branch: perl
29257            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
29258            ! lib/Net/t/require.t lib/Net/t/smtp.t
29259 ____________________________________________________________________________
29260 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
29261         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
29262              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29263              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
29264              Date: Fri, 26 Oct 2001 08:34:46 EDT
29265      Branch: perl
29266            ! ext/Time/HiRes/HiRes.t
29267 ____________________________________________________________________________
29268 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
29269         Log: Sync libnet modules with what will be libnet-1.08
29270      Branch: perl
29271            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
29272            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
29273            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
29274            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
29275 ____________________________________________________________________________
29276 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
29277         Log: Integrate maintperl changes #12268 and #12669;
29278              
29279              final touches to the audit for statics and thread-unsafe code
29280              * make DB_File, ODBM_File thread-safe 
29281              * remove unnecessary/dangerous statics and protect others
29282              from not getting accidentally enabled under threaded perls
29283              
29284              windows support functions get_childdir() et al aren't exported
29285              correctly under vanilla build
29286              
29287              Testing under win32 appreciated since changes there had
29288              to be manually merged and I cannot test how badly did I do.
29289      Branch: perl
29290           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29291           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29292           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
29293           !> win32/vmem.h win32/win32.c win32/win32iop.h
29294 ____________________________________________________________________________
29295 [ 12677] By: sky                                   on 2001/10/26  12:37:17
29296         Log: More Config::threads to threads::threads changes
29297      Branch: perl
29298            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
29299 ____________________________________________________________________________
29300 [ 12676] By: sky                                   on 2001/10/26  12:31:46
29301         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
29302      Branch: perl
29303            ! ext/threads/threads.pm ext/threads/threads.xs
29304 ____________________________________________________________________________
29305 [ 12675] By: sky                                   on 2001/10/26  12:06:30
29306         Log: Allocing a TLS in runtime is not too hot.
29307      Branch: perl
29308            ! ext/threads/threads.xs
29309 ____________________________________________________________________________
29310 [ 12674] By: sky                                   on 2001/10/26  11:59:09
29311         Log: Don't display debug data.
29312      Branch: perl
29313            ! ext/threads/threads.pm
29314 ____________________________________________________________________________
29315 [ 12673] By: sky                                   on 2001/10/26  11:35:47
29316         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
29317              complete bar support for blessed objects.
29318              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
29319      Branch: perl
29320            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29321 ____________________________________________________________________________
29322 [ 12672] By: sky                                   on 2001/10/26  11:15:28
29323         Log: Fix case where shared reference does not exist in current thread.
29324      Branch: perl
29325            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
29326 ____________________________________________________________________________
29327 [ 12671] By: sky                                   on 2001/10/26  08:48:52
29328         Log: Support for references in shared arrays.
29329      Branch: perl
29330            ! ext/threads/shared/shared.xs
29331 ____________________________________________________________________________
29332 [ 12670] By: sky                                   on 2001/10/26  08:30:11
29333         Log: Add tests for references in hashes.
29334      Branch: perl
29335            + ext/threads/shared/t/hv_refs.t
29336            ! MANIFEST
29337 ____________________________________________________________________________
29338 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
29339         Log: windows support functions get_childdir() et al aren't exported
29340              correctly under vanilla build
29341      Branch: maint-5.6/perl
29342            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
29343 ____________________________________________________________________________
29344 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
29345         Log: final touches to the audit for statics and thread-unsafe code
29346              * make DB_File, ODBM_File thread-safe 
29347              * remove unnecessary/dangerous statics and protect others
29348              from not getting accidentally enabled under threaded perls
29349      Branch: maint-5.6/perl
29350            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
29351            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
29352            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
29353            ! win32/win32.c
29354 ____________________________________________________________________________
29355 [ 12667] By: ams                                   on 2001/10/26  03:48:36
29356         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
29357              From: "Richard Soderberg" <rs@crystalflame.net>
29358              Date: Thu, 25 Oct 2001 23:42:50 -0400
29359              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
29360      Branch: perl
29361            ! sharedsv.c
29362 ____________________________________________________________________________
29363 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
29364         Log: Integrate change #12664 from maintperl;
29365              
29366              the newest GCCs don't seem to like C<"string1"##STRING2>
29367              so keep it as C<"string1" STRING2> (latter appears to
29368              work everywhere)
29369      Branch: perl
29370           !> ext/DynaLoader/dlutils.c
29371 ____________________________________________________________________________
29372 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
29373         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
29374              From: Chris Nandor <pudge@pobox.com>
29375              Date: Thu, 25 Oct 2001 22:15:03 -0400
29376              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
29377      Branch: perl
29378            ! perl.h
29379 ____________________________________________________________________________
29380 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
29381         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
29382              C<"string1" STRING2> (latter appears to work everywhere)
29383      Branch: maint-5.6/perl
29384            ! ext/DynaLoader/dlutils.c
29385 ____________________________________________________________________________
29386 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
29387         Log: AUTHORS update.
29388      Branch: perl
29389            ! AUTHORS
29390 ____________________________________________________________________________
29391 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
29392         Log: Integrate change #12660 from maintperl;
29393              
29394              make the dMY_CXT stuff available under all of
29395              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29396      Branch: perl
29397           !> perl.h
29398 ____________________________________________________________________________
29399 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
29400         Log: Subject: [PATCH] DB_File-1.79
29401              From: "Paul Marquess" <paul.marquess@openwave.com>
29402              Date: Fri, 26 Oct 2001 00:03:54 +0100
29403              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
29404      Branch: perl
29405            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
29406            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
29407 ____________________________________________________________________________
29408 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
29409         Log: make the dMY_CXT stuff available under all of
29410              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
29411      Branch: maint-5.6/perl
29412            ! perl.h
29413 ____________________________________________________________________________
29414 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
29415         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
29416              From: Michael G Schwern <schwern@pobox.com>
29417              Date: Thu, 25 Oct 2001 18:28:12 -0400
29418              Message-ID: <20011025182812.M4811@blackrider>
29419      Branch: perl
29420            ! t/run/kill_perl.t
29421 ____________________________________________________________________________
29422 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
29423         Log: STRLEN != int.
29424      Branch: perl
29425            ! regcomp.c regexec.c
29426 ____________________________________________________________________________
29427 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
29428         Log: Subject: [PATCH] remove small IVop redundancy
29429              From: Nicholas Clark <nick@ccl4.org>
29430              Date: Thu, 25 Oct 2001 22:48:28 +0100
29431              Message-ID: <20011025224827.M66471@plum.flirble.org>
29432      Branch: perl
29433            ! pp.c pp_hot.c
29434 ____________________________________________________________________________
29435 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
29436         Log: Metaconfig unit change for #12655.
29437      Branch: metaconfig/U/perl
29438            ! Extensions.U
29439 ____________________________________________________________________________
29440 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
29441         Log: Subject: Re: Not OK @12650
29442              From: Andy Dougherty <doughera@lafayette.edu>
29443              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
29444              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
29445      Branch: perl
29446            ! Configure
29447 ____________________________________________________________________________
29448 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
29449         Log: Integrate changes #12652 and #12653 from maintperl;
29450              
29451              more tweaks to change#12626
29452              * move the boilerplate code over to perl.h and make DynaLoader
29453              use it
29454              * make re, Opcode, File::Glob and B threadsafe
29455              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29456              C<no re;> anywhere)
29457              
29458              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29459              
29460              File::Glob required a bit more work in bleadperl
29461              because of ExtUtils::Constant (see the Makefile.PL change)
29462      Branch: perl
29463            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
29464           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29465           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29466 ____________________________________________________________________________
29467 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
29468         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
29469      Branch: maint-5.6/perl
29470            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29471            ! ext/Opcode/Opcode.xs ext/re/re.xs
29472 ____________________________________________________________________________
29473 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
29474         Log: more tweaks to change#12626
29475              * move the boilerplate code over to perl.h and make DynaLoader
29476              use it
29477              * make re, Opcode, File::Glob and B threadsafe
29478              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
29479              C<no re;> anywhere)
29480      Branch: maint-5.6/perl
29481            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
29482            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
29483 ____________________________________________________________________________
29484 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
29485         Log: Metaconfig unit change for #12650.
29486      Branch: metaconfig/U/perl
29487            ! Extensions.U
29488 ____________________________________________________________________________
29489 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
29490         Log: Subject: Re: ithreads doesn't like usedl=n
29491              From: Andy Dougherty <doughera@lafayette.edu>
29492              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
29493              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
29494              
29495              Special-case threads::shared.
29496      Branch: perl
29497            ! Configure
29498 ____________________________________________________________________________
29499 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
29500         Log: Getting fancier...
29501      Branch: perl
29502            ! t/TEST
29503 ____________________________________________________________________________
29504 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
29505         Log: csh - what a pain.
29506      Branch: perl
29507            ! t/TEST
29508 ____________________________________________________________________________
29509 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
29510         Log: Update Changes.
29511      Branch: perl
29512            ! Changes patchlevel.h
29513 ____________________________________________________________________________
29514 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
29515         Log: Allow resetting the locale system for the duration
29516              of the build (Mac OS X default setting LANG=En_US
29517              ist kaputt)
29518      Branch: perl
29519            ! Makefile.SH
29520 ____________________________________________________________________________
29521 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
29522         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
29523      Branch: perl
29524            ! ext/Digest/MD5/t/files.t
29525 ____________________________________________________________________________
29526 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
29527         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
29528              From: Andy Dougherty <doughera@lafayette.edu>
29529              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
29530              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
29531      Branch: perl
29532            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
29533            ! ext/threads/shared/Makefile.PL
29534 ____________________________________________________________________________
29535 [ 12643] By: sky                                   on 2001/10/25  12:28:26
29536         Log: Add support for reference members of hashes.
29537      Branch: perl
29538            ! ext/threads/shared/shared.xs
29539 ____________________________________________________________________________
29540 [ 12642] By: ams                                   on 2001/10/25  12:21:13
29541         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
29542              From: "Norton Allen" <nort@qnx.com>
29543              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
29544              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
29545      Branch: perl
29546            ! ext/Digest/MD5/MD5.xs
29547 ____________________________________________________________________________
29548 [ 12641] By: sky                                   on 2001/10/25  10:27:39
29549         Log: Tests shared hashes.
29550      Branch: perl
29551            + ext/threads/shared/t/hv_simple.t
29552            ! MANIFEST
29553 ____________________________________________________________________________
29554 [ 12640] By: sky                                   on 2001/10/25  10:18:23
29555         Log: Fix threadcounts for arrays and hashes.
29556      Branch: perl
29557            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29558 ____________________________________________________________________________
29559 [ 12639] By: sky                                   on 2001/10/25  10:17:26
29560         Log: Note to self, doing *src_ary++ in a macro that evaluates
29561              the value more than once is a good way to dump core.
29562      Branch: perl
29563            ! sharedsv.c
29564 ____________________________________________________________________________
29565 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
29566         Log: Integrate change #12636 from maintperl; more dl fixups.
29567      Branch: perl
29568           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
29569           !> ext/DynaLoader/dl_vms.xs
29570 ____________________________________________________________________________
29571 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
29572         Log: Like dl_hpux, like dl_dld.
29573      Branch: perl
29574            ! ext/DynaLoader/dl_dld.xs
29575 ____________________________________________________________________________
29576 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
29577         Log: followups to change#12635
29578      Branch: maint-5.6/perl
29579            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
29580            ! ext/DynaLoader/dl_vms.xs
29581 ____________________________________________________________________________
29582 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
29583         Log: add part of change#12634 to the two files that need it; dl_aix.xs
29584              in maint-5.6 doesn't have the branch that had the problem in
29585              mainline
29586      Branch: maint-5.6/perl
29587            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
29588 ____________________________________________________________________________
29589 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
29590         Log: Fixes for #12627.
29591      Branch: perl
29592            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
29593 ____________________________________________________________________________
29594 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
29595         Log: Since pv_uni_display and sv_uni_display are now used
29596              in the re extension, their symbols have to be exported.
29597      Branch: perl
29598            ! embed.pl global.sym
29599 ____________________________________________________________________________
29600 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
29601         Log: Subject:  Re: [PATCH Perl@12567] debug /list
29602              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29603              Date: Tue, 23 Oct 2001 21:40:33 EDT
29604              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
29605      Branch: perl
29606            ! configure.com
29607 ____________________________________________________________________________
29608 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
29609         Log: This takes care of some of the re 'debug' cases but
29610              not all cases since the information whether the pattern
29611              or the target are utf8 seems to be either lost or not
29612              spread widely enough, sigh.
29613      Branch: perl
29614            ! regcomp.c
29615 ____________________________________________________________________________
29616 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
29617         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
29618              From: John Peacock <jpeacock@rowman.com>
29619              Date: Wed, 24 Oct 2001 16:53:29 -0400
29620              Message-ID: <3BD72A49.1508D152@rowman.com>
29621      Branch: perl
29622            ! configure.com
29623 ____________________________________________________________________________
29624 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
29625         Log: Upgrade NetWare and WinCE as in #12626.
29626      Branch: perl
29627            ! NetWare/dl_netware.xs wince/dl_win32.xs
29628 ____________________________________________________________________________
29629 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
29630         Log: Tru64 compiler nit.
29631      Branch: perl
29632            ! ext/threads/shared/shared.xs
29633 ____________________________________________________________________________
29634 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
29635         Log: Integrate change #12626 from maintperl;
29636              make DynaLoader threadsafe by moving all statics into
29637              interpreter-local space
29638              
29639              TODO: Netware, OS/2, WinCE
29640      Branch: perl
29641           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
29642           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
29643           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
29644           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
29645           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
29646           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
29647           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
29648 ____________________________________________________________________________
29649 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
29650         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
29651              space
29652      Branch: maint-5.6/perl
29653            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
29654            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
29655            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
29656            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
29657            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
29658            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
29659            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
29660 ____________________________________________________________________________
29661 [ 12625] By: sky                                   on 2001/10/24  20:05:26
29662         Log: Change #12623 inflicted an infinite hang. Fixed.
29663      Branch: perl
29664            ! ext/threads/shared/shared.xs
29665 ____________________________________________________________________________
29666 [ 12624] By: sky                                   on 2001/10/24  19:06:55
29667         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
29668      Branch: perl
29669            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
29670 ____________________________________________________________________________
29671 [ 12623] By: sky                                   on 2001/10/24  18:06:34
29672         Log: We need to do sharedsv_find in the original perl context.
29673      Branch: perl
29674            ! ext/threads/shared/shared.xs
29675 ____________________________________________________________________________
29676 [ 12622] By: sky                                   on 2001/10/24  17:26:51
29677         Log: Add support for basic support for AVs, references not supported yet.
29678              Add test for AVs.
29679              Add more tests to sv_refs
29680              Fix documentation issues.  
29681      Branch: perl
29682            + ext/threads/shared/t/av_simple.t
29683            ! MANIFEST ext/threads/shared/shared.pm
29684            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
29685 ____________________________________________________________________________
29686 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
29687         Log: Dump Unicode better for re 'debug'.  The regprop()
29688              is unfinished since have to figure out how to detect
29689              Unicodeness in there.
29690      Branch: perl
29691            ! regcomp.c regexec.c
29692 ____________________________________________________________________________
29693 [ 12620] By: sky                                   on 2001/10/24  13:18:07
29694         Log: Add support for finding shared arrays and hashes.
29695      Branch: perl
29696            ! sharedsv.c
29697 ____________________________________________________________________________
29698 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
29699         Log: Rewrite sv_uni_display() as pv_uni_display() as
29700              reimplement sv_uni_display() using that.
29701      Branch: perl
29702            ! dump.c embed.h embed.pl proto.h
29703 ____________________________________________________________________________
29704 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
29705         Log: Integrate change #12615 from maintperl;
29706              on Windows, IO::File::new_tmpfile() fails after being called
29707              32767 times because MSVCRT thinks stdio's TMP_MAX is a
29708              process-wide limit
29709      Branch: perl
29710           !> win32/win32.c
29711 ____________________________________________________________________________
29712 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
29713         Log: Don't try to print ints as IVs.
29714      Branch: perl
29715            ! ext/Time/HiRes/HiRes.xs
29716 ____________________________________________________________________________
29717 [ 12616] By: sky                                   on 2001/10/24  11:06:35
29718         Log: We only need to fetch the SV from the backend if the index
29719              is not the same as mg_private.     In theory this could be
29720              a problem if there are an exact multiple of U16 changes
29721              of a shared variable between two access in a given thread,
29722              we choose to avoid theory for now.
29723      Branch: perl
29724            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
29725 ____________________________________________________________________________
29726 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
29727         Log: on Windows, IO::File::new_tmpfile() fails after being called
29728              32767 times because MSVCRT thinks stdio's TMP_MAX is a
29729              process-wide limit
29730      Branch: maint-5.6/perl
29731            ! win32/win32.c
29732 ____________________________________________________________________________
29733 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
29734         Log: Negation and Unicode: sort of solves 20010303.010,
29735              except not quite like reported in the Subject
29736              (Perl_warner is still utf8-ignorant).
29737      Branch: perl
29738            ! pp.c t/lib/warnings/sv
29739 ____________________________________________________________________________
29740 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
29741         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
29742      Branch: perl
29743            ! sv.c t/lib/warnings/sv
29744 ____________________________________________________________________________
29745 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
29746         Log: sv_uni_display(): do not add the "...", let the caller
29747              do it if wanted, and be prepared for more display options.
29748      Branch: perl
29749            ! dump.c embed.h embed.pl proto.h
29750 ____________________________________________________________________________
29751 [ 12611] By: nick                                  on 2001/10/23  20:28:07
29752         Log: Integrate mainline
29753      Branch: perlio
29754           !> Changes configure.com cygwin/cygwin.c
29755           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
29756           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
29757           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
29758           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
29759           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
29760           !> utils/h2xs.PL utils/perldoc.PL
29761 ____________________________________________________________________________
29762 [ 12610] By: sky                                   on 2001/10/23  19:39:24
29763         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
29764              don't call themselves READONLY but still die with modification
29765              attempt. We only call bless for ext and umagic.
29766      Branch: perl
29767            ! sv.c
29768 ____________________________________________________________________________
29769 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
29770         Log: Croak() on negative time; doc tweaks.
29771      Branch: perl
29772            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
29773            ! ext/Time/HiRes/HiRes.xs
29774 ____________________________________________________________________________
29775 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
29776         Log: FAQ sync.
29777      Branch: perl
29778            ! pod/perlfaq4.pod pod/perlfaq7.pod
29779 ____________________________________________________________________________
29780 [ 12607] By: sky                                   on 2001/10/23  18:27:27
29781         Log: Call setmagic on the referent we are blessing.
29782      Branch: perl
29783            ! sv.c
29784 ____________________________________________________________________________
29785 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
29786         Log: Small test nits.
29787      Branch: perl
29788            ! t/op/lc.t
29789 ____________________________________________________________________________
29790 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
29791         Log: Update Changes.
29792      Branch: perl
29793            ! Changes patchlevel.h
29794 ____________________________________________________________________________
29795 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
29796         Log: Make the PerlIO_init() prototypes consistent.
29797      Branch: perl
29798            ! perlio.c
29799 ____________________________________________________________________________
29800 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
29801         Log: Upping the test count is a good idea.
29802      Branch: perl
29803            ! t/op/lc.t
29804 ____________________________________________________________________________
29805 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
29806         Log: Document the final sigma spot.
29807      Branch: perl
29808            ! pp.c
29809 ____________________________________________________________________________
29810 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
29811         Log: Fix multicharacter titlecase (ucfirst).
29812      Branch: perl
29813            ! pod/perlunicode.pod pp.c t/op/lc.t
29814 ____________________________________________________________________________
29815 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
29816         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
29817              From: Mikhail Zabaluev <mhz@alt-linux.org>
29818              Date: Tue, 23 Oct 2001 10:40:37 +0400
29819              Message-ID: <20011023104037.A12761@localhost.localdomain>
29820              
29821              (#12406 replaced with this)
29822      Branch: perl
29823            ! utils/perldoc.PL
29824 ____________________________________________________________________________
29825 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
29826         Log: MacOS Classic updates from Pudge.
29827      Branch: perl
29828            ! lib/File/Spec.t lib/File/Spec/Mac.pm
29829 ____________________________________________________________________________
29830 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
29831         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
29832              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
29833              Date: Sun, 14 Oct 2001 23:14:46 +0200
29834              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
29835              
29836              except for the 2->4 changes.
29837      Branch: perl
29838            ! lib/AutoSplit.t
29839 ____________________________________________________________________________
29840 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
29841         Log: integrate macperl contents into maint-5.6
29842      Branch: maint-5.6/perl
29843            ! mg.c
29844           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
29845           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
29846           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
29847           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
29848           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
29849           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
29850           !> t/lib/filefind.t t/lib/filespec.t
29851 ____________________________________________________________________________
29852 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
29853         Log: At some point the #6234 has been lost from the mainline
29854              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
29855      Branch: perl
29856            ! lib/File/Spec/Win32.pm
29857 ____________________________________________________________________________
29858 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
29859         Log: Cygwin seems to round up (or closest, but not down)
29860              for time(), so half of the time (bad pun intended)
29861              Time::HiRes::time() is less than time(), half of
29862              the time it's more.  So let's try harder in the loop.
29863      Branch: perl
29864            ! ext/Time/HiRes/HiRes.t
29865 ____________________________________________________________________________
29866 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
29867         Log: MacOS Classic timeofday(), from Chris Nandor. 
29868      Branch: perl
29869            ! ext/Time/HiRes/HiRes.xs
29870 ____________________________________________________________________________
29871 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
29872         Log: Integrate changes #12580 and #12581 from macperl;
29873              
29874              Fix path construction.
29875              
29876              (Copyright) Nit.
29877      Branch: perl
29878           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
29879 ____________________________________________________________________________
29880 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
29881         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
29882              doesn't seem to help (the error being output to console, maybe?)
29883      Branch: perl
29884            ! lib/Net/Domain.pm
29885 ____________________________________________________________________________
29886 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
29887         Log: Taint the getcwd() result also in Cygwin.
29888              (TODO: which other platforms need the same thing?)
29889      Branch: perl
29890            ! cygwin/cygwin.c
29891 ____________________________________________________________________________
29892 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
29893         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
29894      Branch: perl
29895            ! t/op/taint.t
29896 ____________________________________________________________________________
29897 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
29898         Log: getpwuid() fragility continues.
29899      Branch: perl
29900            ! utils/h2xs.PL
29901 ____________________________________________________________________________
29902 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
29903         Log: getpwuid() might succeed but that's no guarantee
29904              that the $home will be defined.
29905      Branch: perl
29906            ! ext/File/Glob/t/basic.t
29907 ____________________________________________________________________________
29908 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
29909         Log: It's safer to to expand the variable, too... (see #12571)
29910      Branch: perl
29911            ! t/TEST
29912 ____________________________________________________________________________
29913 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
29914         Log: Integrate with maintperl.
29915      Branch: maint-5.6/macperl
29916           !> win32/bin/pl2bat.pl win32/win32.c
29917 ____________________________________________________________________________
29918 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
29919         Log: Oops, forgot to include Win32 ... just as well, since it
29920              seems in bleadperl, change #7764 was not included
29921              (adding C:\temp).  Re-added.  Rip it back out if it
29922              doesn't belong.  :-)
29923      Branch: maint-5.6/macperl
29924            ! lib/File/Spec/Win32.pm
29925 ____________________________________________________________________________
29926 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
29927         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
29928              From: "Craig A. Berry" <craigberry@mac.com>
29929              Date: Mon, 22 Oct 2001 15:25:19 -0500
29930              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
29931      Branch: perl
29932            ! configure.com
29933 ____________________________________________________________________________
29934 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
29935         Log: Add in lots of File::Spec changes, from Thomas Wegner,
29936              and sync with changes from bleadperl.
29937      Branch: maint-5.6/macperl
29938            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
29939            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
29940            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29941            ! lib/File/Spec/Win32.pm t/lib/filespec.t
29942 ____________________________________________________________________________
29943 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
29944         Log: Sync with latest File::Find and tests from bleadperl.
29945      Branch: maint-5.6/macperl
29946            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
29947 ____________________________________________________________________________
29948 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
29949         Log: Nit.
29950      Branch: maint-5.6/macperl
29951            ! perl.c
29952 ____________________________________________________________________________
29953 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
29954         Log: Fix path construction.
29955      Branch: maint-5.6/macperl
29956            ! ext/DynaLoader/DynaLoader_pm.PL
29957 ____________________________________________________________________________
29958 [ 12579] By: nick                                  on 2001/10/22  19:08:35
29959         Log: Integrate mainline (for Arthurs thread.xs fix)
29960      Branch: perlio
29961           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
29962 ____________________________________________________________________________
29963 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
29964         Log: Fix up exported symbols, move relevant docs
29965              over from macperl.pod.
29966      Branch: maint-5.6/macperl
29967            ! macos/ext/MacPerl/MacPerl.pm
29968 ____________________________________________________________________________
29969 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
29970         Log: Make ADDRESS called optionally as a method.
29971      Branch: maint-5.6/macperl
29972            ! macos/lib/Mac/Glue.pm
29973 ____________________________________________________________________________
29974 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
29975         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
29976              Apple event.
29977      Branch: maint-5.6/macperl
29978            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
29979            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
29980            ! macos/macperl/MPTerminology.aete
29981 ____________________________________________________________________________
29982 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
29983         Log: Clean up some build utilities. Change Entab to Duplicate;
29984              fix docs and error reporting; improve macify() of paths;
29985              remove requirement for Exporter.pm presence.
29986      Branch: maint-5.6/macperl
29987            ! macos/InstallBLIB macos/MacPerlTests.cmd
29988            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
29989 ____________________________________________________________________________
29990 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
29991         Log: Sync Time::HiRes with bleadperl
29992      Branch: maint-5.6/macperl
29993            ! macos/bundled_ext/Time/HiRes/HiRes.pm
29994            ! macos/bundled_ext/Time/HiRes/HiRes.t
29995            ! macos/bundled_ext/Time/HiRes/HiRes.xs
29996 ____________________________________________________________________________
29997 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
29998         Log: Fix up Changes
29999      Branch: maint-5.6/macperl
30000            ! macos/Changes
30001 ____________________________________________________________________________
30002 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
30003         Log: A user might belong to only a single group
30004              (the group equal to the group id).
30005      Branch: perl
30006            ! t/op/groups.t
30007 ____________________________________________________________________________
30008 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
30009         Log: Prepending (instead of replacing with) the pwd is safer. 
30010      Branch: perl
30011            ! t/TEST
30012 ____________________________________________________________________________
30013 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
30014         Log: Be more robust if no hostname or domainname
30015              (especially the latter)
30016      Branch: perl
30017            ! lib/Net/Domain.pm
30018 ____________________________________________________________________________
30019 [ 12569] By: sky                                   on 2001/10/22  17:41:07
30020         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
30021      Branch: perl
30022            ! ext/threads/threads.xs
30023 ____________________________________________________________________________
30024 [ 12568] By: nick                                  on 2001/10/22  16:31:24
30025         Log: Integrate mainline
30026      Branch: perlio
30027           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
30028           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30029           +> ext/threads/shared/t/sv_refs.t
30030           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
30031            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30032            - lib/unicore/To/SpecUpper.pl
30033           !> (integrate 42 files)
30034 ____________________________________________________________________________
30035 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
30036         Log: Update Changes.
30037      Branch: perl
30038            ! Changes patchlevel.h
30039 ____________________________________________________________________________
30040 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
30041         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
30042              From: Michael G Schwern <schwern@pobox.com>
30043              Date: Mon, 22 Oct 2001 03:48:38 -0400
30044              Message-ID: <20011022034838.B1676@blackrider>
30045      Branch: perl
30046            ! pod/perlvar.pod
30047 ____________________________________________________________________________
30048 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
30049         Log: Pod nits, as suggested by Stas Bekman.
30050      Branch: perl
30051            ! ext/threads/shared/shared.pm ext/threads/threads.pm
30052 ____________________________________________________________________________
30053 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
30054         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
30055              From: "Paul Marquess" <paul.marquess@openwave.com> 
30056              Date: Sun, 21 Oct 2001 21:11:15 +0100
30057              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
30058      Branch: perl
30059            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
30060            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
30061            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
30062            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
30063            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
30064            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
30065            ! ext/SDBM_File/sdbm.t
30066 ____________________________________________________________________________
30067 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
30068         Log: Integrate change #12559 from maintperl;
30069              various fixes for system() and backticks under windows
30070      Branch: perl
30071           !> win32/win32.c
30072 ____________________________________________________________________________
30073 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
30074         Log: Integrate change #12560 from maintperl;
30075              make pl2bat use %0 rather than "%0" (the latter fails to work
30076              in a lot of common cases)
30077      Branch: perl
30078           !> win32/bin/pl2bat.pl
30079 ____________________________________________________________________________
30080 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
30081         Log: Integrate changes #12549 and #12550 from maintperl;
30082              
30083              readline() doesn't work with our variables; it confuses them with
30084              my variables (change#4227 was incomplete)
30085      Branch: perl
30086            ! t/lib/strict/vars
30087           !> t/base/rs.t toke.c
30088 ____________________________________________________________________________
30089 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
30090         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
30091              in a lot of common cases)
30092      Branch: maint-5.6/perl
30093            ! win32/bin/pl2bat.pl
30094 ____________________________________________________________________________
30095 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
30096         Log: various fixes for system() and backticks under windows:
30097              
30098              * avoid munging whitespace that is passed within quotes
30099              * work around a cmd.exe misfeature that made multi-arg
30100              system() unreliable when there is more than one quoted
30101              argument
30102              * make multi-arg system() autoquote arguments as needed
30103              before passing them to the shell (this avoids having to
30104              second guess the shell quoting)
30105              * perl's -Dp switch can be used to trace the innards
30106      Branch: maint-5.6/perl
30107            ! win32/win32.c
30108 ____________________________________________________________________________
30109 [ 12558] By: nick                                  on 2001/10/22  08:58:42
30110         Log: Integrate ithreads buffer flush fix from perlio
30111      Branch: perl
30112           !> ext/threads/t/basic.t perl.c
30113 ____________________________________________________________________________
30114 [ 12557] By: nick                                  on 2001/10/22  08:35:09
30115         Log: All tests pass (legitimately) on ithreads
30116      Branch: perlio
30117            ! ext/threads/t/basic.t perl.c
30118 ____________________________________________________________________________
30119 [ 12556] By: nick                                  on 2001/10/22  06:51:22
30120         Log: Integrate non-ithreads fix to mainline
30121      Branch: perl
30122           !> perlio.c
30123 ____________________________________________________________________________
30124 [ 12555] By: nick                                  on 2001/10/22  06:48:33
30125         Log: Restore non-ithreads build. Interestingly binmode test passes
30126              non-ithreads - so crlf layer is not damaged and ithreads fail
30127              is a symptom ...
30128      Branch: perlio
30129            ! perlio.c
30130 ____________________________________________________________________________
30131 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
30132         Log: Integrate from perlio; restructuring.
30133      Branch: perl
30134           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30135           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
30136           !> win32/perlhost.h
30137 ____________________________________________________________________________
30138 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
30139         Log: Integrate from maintperl
30140              (Changes 12350, 12496, 12548, 12549, 12550)
30141      Branch: maint-5.6/macperl
30142           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
30143           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
30144 ____________________________________________________________________________
30145 [ 12552] By: nick                                  on 2001/10/21  19:18:12
30146         Log: Win32 PerlIO_cleanup special cases should no longer be required.
30147      Branch: perlio
30148            ! perl.c
30149 ____________________________________________________________________________
30150 [ 12551] By: nick                                  on 2001/10/21  19:16:56
30151         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
30152      Branch: perlio
30153            ! win32/makefile.mk
30154 ____________________________________________________________________________
30155 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
30156         Log: change#12549 wasn't aware of strictures
30157      Branch: maint-5.6/perl
30158            ! t/pragma/strict-vars toke.c
30159 ____________________________________________________________________________
30160 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
30161         Log: readline() doesn't work with our variables; it confuses them with
30162              my variables (change#4227 was incomplete)
30163      Branch: maint-5.6/perl
30164            ! t/base/rs.t toke.c
30165 ____________________________________________________________________________
30166 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
30167         Log: change#12220 appears to have pulled in a mainline change that
30168              isn't applicable to maint-5.6 (some platforms don't taint
30169              cwd)
30170      Branch: maint-5.6/perl
30171            ! t/lib/filefind-taint.t
30172 ____________________________________________________________________________
30173 [ 12547] By: nick                                  on 2001/10/21  17:15:54
30174         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
30175              for them. Call explicit cleanup during destruct process.
30176              - one binmode test is failing
30177              - also ext/threads/t/basic.t fails under make test, and is noisy under
30178              harness. (Threads results are intermingled and don't match order expected.)
30179      Branch: perlio
30180            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
30181            ! perlio.h perliol.h pod/perlapi.pod sv.c
30182 ____________________________________________________________________________
30183 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
30184         Log: Implement multicharacter case mappings where a single
30185              Unicode character can be mapped into several.
30186      Branch: perl
30187            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30188            - lib/unicore/To/SpecUpper.pl
30189            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
30190            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
30191            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
30192            ! proto.h t/op/lc.t utf8.c
30193 ____________________________________________________________________________
30194 [ 12545] By: sky                                   on 2001/10/21  15:25:16
30195         Log: First support of threads::shared, support shared svs and references.
30196      Branch: perl
30197            + ext/threads/shared/Makefile.PL ext/threads/shared/README
30198            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
30199            + ext/threads/shared/t/sv_refs.t
30200            + ext/threads/shared/t/sv_simple.t
30201            ! MANIFEST sharedsv.c
30202 ____________________________________________________________________________
30203 [ 12544] By: nick                                  on 2001/10/21  14:52:35
30204         Log: PerlIO layer table as PL_perlio (per-interpreter)
30205      Branch: perlio
30206            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
30207            ! pod/perlapi.pod sv.c
30208 ____________________________________________________________________________
30209 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
30210         Log: Prettyprinting.
30211      Branch: perl
30212            ! pod/perlunicode.pod
30213 ____________________________________________________________________________
30214 [ 12542] By: ams                                   on 2001/10/21  03:50:25
30215         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
30216              From: "Sean M. Burke" <sburke@cpan.org>
30217              Date: Sat, 20 Oct 2001 17:51:09 -0600
30218              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
30219      Branch: perl
30220            + pod/perlpodspec.pod
30221            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
30222            ! pod/perltoc.pod
30223 ____________________________________________________________________________
30224 [ 12541] By: nick                                  on 2001/10/20  22:23:53
30225         Log: Fix typos in new locking on MemShared
30226              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
30227              - seems to make segfaults more deterministic - suspect they are 
30228              attempt to free() after Interp and Host have gone.
30229      Branch: perlio
30230            ! perlio.c win32/perlhost.h
30231 ____________________________________________________________________________
30232 [ 12540] By: nick                                  on 2001/10/20  21:50:46
30233         Log: Remove the MemShared re-#define (again)
30234      Branch: perlio
30235            ! perlio.c
30236 ____________________________________________________________________________
30237 [ 12539] By: nick                                  on 2001/10/20  21:49:06
30238         Log: Use locks on MemShared
30239      Branch: perlio
30240            ! win32/perlhost.h
30241 ____________________________________________________________________________
30242 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
30243         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
30244              From: "chromatic" <chromatic@rmci.net>
30245              Date: Sat, 20 Oct 2001 11:13:47 -0600
30246              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
30247      Branch: perl
30248            ! installhtml
30249 ____________________________________________________________________________
30250 [ 12537] By: nick                                  on 2001/10/20  16:44:03
30251         Log: Integrate mainline
30252      Branch: perlio
30253           !> (integrate 48 files)
30254 ____________________________________________________________________________
30255 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
30256         Log: Update Changes.
30257      Branch: perl
30258            ! Changes patchlevel.h
30259 ____________________________________________________________________________
30260 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
30261         Log: Upgrade to podlators 1.11, from Russ Allbery.
30262      Branch: perl
30263            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
30264            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
30265            ! pod/pod2man.PL pod/pod2text.PL
30266 ____________________________________________________________________________
30267 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
30268         Log: Integrate perlio change #12532:
30269              introduce and use PerlIO_intmod2str().
30270      Branch: perl
30271           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
30272 ____________________________________________________________________________
30273 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
30274         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
30275      Branch: perl
30276            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
30277 ____________________________________________________________________________
30278 [ 12532] By: nick                                  on 2001/10/20  14:25:37
30279         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
30280              Use for non-PERLIO fdupopen().
30281      Branch: perlio
30282            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
30283 ____________________________________________________________________________
30284 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
30285         Log: Integrate perlio: PerlIO win32 fixes.
30286      Branch: perl
30287           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
30288           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
30289           !> proto.h sv.h win32/win32io.c
30290 ____________________________________________________________________________
30291 [ 12530] By: nick                                  on 2001/10/20  12:53:30
30292         Log: Fixed in two places - p4 resolve
30293      Branch: perlio
30294            ! perlsdio.h
30295 ____________________________________________________________________________
30296 [ 12529] By: nick                                  on 2001/10/20  12:51:05
30297         Log: Fix for ithreads/stdio build
30298      Branch: perlio
30299            ! perlio.c perlsdio.h
30300 ____________________________________________________________________________
30301 [ 12528] By: ams                                   on 2001/10/20  12:13:25
30302         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
30303              From: Michael G Schwern <schwern@pobox.com>
30304              Date: Sat, 20 Oct 2001 01:41:21 -0400
30305              Message-Id: <20011020014121.I3681@blackrider>
30306      Branch: perl
30307            ! installman
30308 ____________________________________________________________________________
30309 [ 12527] By: ams                                   on 2001/10/20  12:09:41
30310         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
30311              From: Michael G Schwern <schwern@pobox.com>
30312              Date: Sat, 20 Oct 2001 02:04:21 -0400
30313              Message-Id: <20011020020421.A11732@blackrider>
30314      Branch: perl
30315            ! lib/Pod/Checker.pm
30316 ____________________________________________________________________________
30317 [ 12526] By: ams                                   on 2001/10/20  11:59:41
30318         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
30319              From: "chromatic" <chromatic@rmci.net>
30320              Date: Fri, 19 Oct 2001 22:46:39 -0600
30321              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
30322      Branch: perl
30323            ! lib/Net/Config.pm
30324 ____________________________________________________________________________
30325 [ 12525] By: nick                                  on 2001/10/20  11:16:18
30326         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
30327              Perl_sv_setsv_flags directly.
30328      Branch: perlio
30329            ! ext/threads/threads.xs
30330 ____________________________________________________________________________
30331 [ 12524] By: nick                                  on 2001/10/20  10:28:17
30332         Log: Add a new flag character 'm' to embed.pl set to represent
30333              "functions" which are really macros. Use it foe the troublesome
30334              sv_setsv() etc. macros in sv.h - changing latter to define
30335              sv_setsv rather than sv_setsv_macro etc.
30336      Branch: perlio
30337            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
30338            ! pod/perlapi.pod proto.h sv.h
30339 ____________________________________________________________________________
30340 [ 12523] By: nick                                  on 2001/10/20  09:17:17
30341         Log: Add comments explaining why win32.h/embed.h are included where they are
30342              in perl.h 
30343      Branch: perlio
30344            ! perl.h
30345 ____________________________________________________________________________
30346 [ 12522] By: nick                                  on 2001/10/20  08:27:44
30347         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
30348              being used yet.
30349      Branch: perlio
30350            ! win32/win32io.c
30351 ____________________________________________________________________________
30352 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
30353         Log: Wording tweaks.
30354      Branch: perl
30355            ! t/TEST
30356 ____________________________________________________________________________
30357 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
30358         Log: Subject: IO module with nonblocking socket connect patch 
30359              From: Raul Dias <raul@dias.com.br>
30360              Date: Fri, 19 Oct 2001 22:45:32 -0300
30361              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
30362      Branch: perl
30363            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
30364 ____________________________________________________________________________
30365 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
30366         Log: Test vertical whitespace combined with /x in \p{}.
30367      Branch: perl
30368            ! t/op/pat.t
30369 ____________________________________________________________________________
30370 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
30371         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
30372              From: Gisle Aas <gisle@ActiveState.com> 
30373              Date: 19 Oct 2001 16:46:02 -0700
30374              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
30375      Branch: perl
30376            ! lib/ExtUtils/MakeMaker.pm
30377 ____________________________________________________________________________
30378 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
30379         Log: No more this symbol.
30380      Branch: perl
30381            ! makedef.pl
30382 ____________________________________________________________________________
30383 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
30384         Log: Integrate change #12511; fix gross win32 build issues.
30385      Branch: perl
30386           !> makedef.pl sv.c
30387 ____________________________________________________________________________
30388 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
30389         Log: Unpack in scalar context should return the first value
30390              returned in list context, as pointed out by Ton Hospel
30391              in 2001-05-21 (this is how it works already in blead,
30392              just adding the test).
30393      Branch: perl
30394            ! t/op/pack.t
30395 ____________________________________________________________________________
30396 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
30397         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
30398              From: "Craig A. Berry" <craigberry@mac.com>
30399              Date: Fri, 19 Oct 2001 16:59:30 -0500
30400              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
30401      Branch: perl
30402            ! utils/perldoc.PL
30403 ____________________________________________________________________________
30404 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
30405         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
30406              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30407              Date: Fri, 19 Oct 2001 17:45:23 EDT
30408              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
30409      Branch: perl
30410            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
30411            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
30412            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
30413            ! vms/vmsish.h
30414 ____________________________________________________________________________
30415 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
30416         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
30417              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30418              Date: Fri, 19 Oct 2001 17:26:35 EDT
30419              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
30420      Branch: perl
30421            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
30422 ____________________________________________________________________________
30423 [ 12511] By: nick                                  on 2001/10/19  19:55:36
30424         Log: Fix gross win32 build issues
30425      Branch: perlio
30426            ! makedef.pl sv.c
30427 ____________________________________________________________________________
30428 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
30429         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
30430              From: David Dyck <dcd@tc.fluke.com>
30431              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
30432              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
30433      Branch: perl
30434            ! lib/File/Find.pm
30435 ____________________________________________________________________________
30436 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
30437         Log: Subject: Re: PerlIO and Encode
30438              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
30439              Date: Tue, 16 Oct 2001 01:50:16 +0900
30440              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
30441      Branch: perl
30442            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
30443            ! ext/Encode/Encode/Tcl.t
30444 ____________________________________________________________________________
30445 [ 12508] By: ams                                   on 2001/10/19  17:59:16
30446         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
30447              (See #12499)
30448      Branch: perl
30449            ! pod/perlintro.pod
30450 ____________________________________________________________________________
30451 [ 12507] By: nick                                  on 2001/10/19  16:30:43
30452         Log: Integrate mainline
30453      Branch: perlio
30454           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
30455           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
30456           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
30457           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
30458           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
30459           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
30460           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30461           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
30462           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
30463           +> win32/config_H.win64
30464            - lib/Test/Utils.pm lib/unicore/mktables.PL
30465            - t/lib/Test/Simple/Catch/More.pm
30466           !> (integrate 84 files)
30467 ____________________________________________________________________________
30468 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
30469         Log: Retract the #10451 which seems to be the cause
30470              of the major leakage from while(){eval"sub{}"}
30471      Branch: perl
30472            ! op.c t/run/kill_perl.t
30473 ____________________________________________________________________________
30474 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
30475         Log: Regen toc.
30476      Branch: perl
30477            ! pod/perltoc.pod
30478 ____________________________________________________________________________
30479 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
30480         Log: Tiny tweaks.
30481      Branch: perl
30482            ! pod/perl.pod
30483 ____________________________________________________________________________
30484 [ 12503] By: ams                                   on 2001/10/19  13:34:24
30485         Log: Subject: Re: perlintro.pod
30486              From: Abe Timmerman <abe@ztreet.demon.nl>
30487              Date: Fri, 19 Oct 2001 14:12:40 +0200
30488              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
30489      Branch: perl
30490            ! pod/perlintro.pod
30491 ____________________________________________________________________________
30492 [ 12502] By: ams                                   on 2001/10/19  13:24:12
30493         Log: Slight reorganisation of references.
30494      Branch: perl
30495            ! pod/perl.pod
30496 ____________________________________________________________________________
30497 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
30498         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
30499              From: Kay Röpke <kroepke@dolphin-services.de>
30500              Date: Fri, 19 Oct 2001 14:04:01 +0200 
30501              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
30502      Branch: perl
30503            ! lib/ExtUtils/MakeMaker.pm
30504 ____________________________________________________________________________
30505 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
30506         Log: Unicode categories continue:
30507              implement Category=, Script=, Block=
30508              (these are based on an upcoming update of TR#18)
30509              Fix a bug where we got two In categories named "old italic",
30510              and another where shortcut for the Is categories wasn't taken.
30511      Branch: perl
30512            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
30513            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
30514            ! pod/perlunicode.pod t/op/pat.t
30515 ____________________________________________________________________________
30516 [ 12499] By: ams                                   on 2001/10/19  01:42:29
30517         Log: Subject: a small patch to perlintro.pod.
30518              From: Autrijus Tang <autrijus@autrijus.org>
30519              Date: Fri, 19 Oct 2001 01:45:51 +0800
30520              Message-Id: <20011019014551.A35625@not.autrijus.org>
30521              (Applied by hand with nits.)
30522      Branch: perl
30523            ! pod/perlintro.pod
30524 ____________________________________________________________________________
30525 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
30526         Log: Subject: [PATCH] OpenBSD hints for ithreads
30527              From: Andy Dougherty <doughera@lafayette.edu>
30528              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
30529              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
30530      Branch: perl
30531            ! hints/openbsd.sh
30532 ____________________________________________________________________________
30533 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
30534         Log: Retract #12446; the problem solved by #12474.
30535      Branch: perl
30536            ! hints/aix.sh
30537 ____________________________________________________________________________
30538 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
30539         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
30540              message and suppress line number info (from Steve Hay
30541              <Steve.Hay@uk.radan.com>)
30542      Branch: maint-5.6/perl
30543            ! lib/Carp/Heavy.pm
30544 ____________________________________________________________________________
30545 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
30546         Log: More documented In categories.
30547      Branch: perl
30548            ! pod/perlunicode.pod
30549 ____________________________________________________________________________
30550 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
30551         Log: Update Changes.
30552      Branch: perl
30553            ! Changes patchlevel.h
30554 ____________________________________________________________________________
30555 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
30556         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
30557      Branch: perl
30558            ! MANIFEST
30559 ____________________________________________________________________________
30560 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
30561         Log: Wrong skip() arguments.
30562      Branch: perl
30563            ! ext/B/t/terse.t
30564 ____________________________________________________________________________
30565 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
30566         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
30567              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30568              Date: Wed, 17 Oct 2001 09:10:53 EDT 
30569              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
30570      Branch: perl
30571            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
30572            ! pod/perlapi.pod vms/vms.c
30573 ____________________________________________________________________________
30574 [ 12490] By: ams                                   on 2001/10/18  09:31:00
30575         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
30576              From: Mark-Jason Dominus <mjd@plover.com>
30577              Date: Thu, 18 Oct 2001 06:25:35 -0400
30578              Message-Id: <20011018102535.19264.qmail@plover.com>
30579      Branch: perl
30580            ! pod/perl.pod
30581 ____________________________________________________________________________
30582 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
30583         Log: Prettyprinting.
30584      Branch: perl
30585            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
30586 ____________________________________________________________________________
30587 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
30588         Log: Regen toc.
30589      Branch: perl
30590            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30591 ____________________________________________________________________________
30592 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
30593         Log: Add perlintro, from Skud.
30594      Branch: perl
30595            + pod/perlintro.pod
30596            ! MANIFEST
30597 ____________________________________________________________________________
30598 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
30599         Log: FAQ sync.
30600      Branch: perl
30601            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
30602            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
30603            ! pod/perlfaq8.pod pod/perlfaq9.pod
30604 ____________________________________________________________________________
30605 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
30606         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
30607              in speed (upto 20% speedup in certain operations) but meanwhile
30608              regexps and arithmetics got slower (5-10%) (according to
30609              perlbench average speedup is negligible, and within measuring
30610              flutter, 1%).  Therefore retracting all the changes
30611              aimed at getting -std1 to compile cleanly:  #12475, #12476,
30612              #12479, #12480, #12481, #12482, #12483, #12484.
30613      Branch: perl
30614            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
30615            ! pp_hot.c pp_sys.c toke.c
30616 ____________________________________________________________________________
30617 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
30618         Log: (retracted by #12485)
30619              Strict ANSI doesn't like the third argument of main()
30620              so enable ignoring it if using ultra picky compiler.
30621      Branch: perl
30622            ! miniperlmain.c
30623 ____________________________________________________________________________
30624 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
30625         Log: (retracted by #12485)
30626              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
30627      Branch: perl
30628            ! perl.h
30629 ____________________________________________________________________________
30630 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
30631         Log: (retracted by #12485)
30632              Add explanatory comment.
30633      Branch: perl
30634            ! mg.c
30635 ____________________________________________________________________________
30636 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
30637         Log: (retracted by #12485)
30638              More dollar$hiding.
30639      Branch: perl
30640            ! doio.c perl.h pp_sys.c
30641 ____________________________________________________________________________
30642 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
30643         Log: (retracted by #12485)
30644              KISS.
30645      Branch: perl
30646            ! mg.c
30647 ____________________________________________________________________________
30648 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
30649         Log: (retracted by #12485)
30650              Thou shalt not #ifdef inside macro invocations,
30651              noticed by Rafael Garcia-Suarez.
30652      Branch: perl
30653            ! mg.c
30654 ____________________________________________________________________________
30655 [ 12478] By: ams                                   on 2001/10/17  18:50:55
30656         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
30657              From: Anton Berezin <tobez@tobez.org>
30658              Date: Wed, 17 Oct 2001 18:25:48 +0200
30659              Message-Id: <20011017182548.A12082@heechee.tobez.org>
30660      Branch: perl
30661            ! pp_sys.c
30662 ____________________________________________________________________________
30663 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
30664         Log: (retracted by #12485)
30665              Unterminated #ifdef.
30666      Branch: perl
30667            ! mg.c
30668 ____________________________________________________________________________
30669 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
30670         Log: (retracted by #12485)
30671              Avoid dollar signs in identifiers (in non-VMS) to
30672              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
30673      Branch: perl
30674            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
30675            ! toke.c
30676 ____________________________________________________________________________
30677 [ 12474] By: ams                                   on 2001/10/17  15:14:50
30678         Log: Subject: Two AIX patches
30679              From: H.Merijn Brand <h.m.brand@hccnet.nl>
30680              Date: Wed, 17 Oct 2001 18:04:35 +0200
30681              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
30682      Branch: perl
30683            ! hints/aix.sh makedef.pl
30684 ____________________________________________________________________________
30685 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
30686         Log: Limiting the Time::HiRes::sleep and usleep to
30687              one second is not a good policy if drop-in
30688              replacement is still a goal.
30689      Branch: perl
30690            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30691            ! ext/Time/HiRes/HiRes.xs
30692 ____________________________________________________________________________
30693 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
30694         Log: Subject: [PATCH] Test::Simple 0.32
30695              From: Michael G Schwern <schwern@pobox.com> 
30696              Date: Wed, 17 Oct 2001 03:42:41 -0400
30697              Message-ID: <20011017034241.A25038@blackrider>
30698      Branch: perl
30699            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
30700            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
30701            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
30702            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
30703            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
30704            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
30705            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
30706            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
30707            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
30708            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
30709            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
30710            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
30711            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
30712            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
30713            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
30714            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
30715            ! t/lib/Test/Simple/Catch.pm
30716            ! t/lib/Test/Simple/sample_tests/five_fail.plx
30717 ____________________________________________________________________________
30718 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
30719         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
30720              From: Michael G Schwern <schwern@pobox.com> 
30721              Date: Wed, 17 Oct 2001 04:04:13 -0400
30722              Message-ID: <20011017040413.C25550@blackrider>
30723      Branch: perl
30724            ! t/TEST t/harness vms/test.com
30725 ____________________________________________________________________________
30726 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
30727         Log: Regen doc with perlmodstyle added.
30728      Branch: perl
30729            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
30730 ____________________________________________________________________________
30731 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
30732         Log: Pod cleanup.
30733      Branch: perl
30734            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
30735 ____________________________________________________________________________
30736 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
30737         Log: Subject: perlmodstyle as a patch
30738              From: Kirrily Robert <skud@infotrope.net>
30739              Date: Tue, 16 Oct 2001 22:47:23 -0400
30740              Message-ID: <20011016224723.A20673@infotrope.net>
30741      Branch: perl
30742            + pod/perlmodstyle.pod
30743            ! MANIFEST
30744 ____________________________________________________________________________
30745 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
30746         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
30747              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
30748              Date: Thu, 6 Sep 2001 11:09:40 +0100
30749              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
30750              
30751              Mention also the develooper p5p archive.
30752      Branch: perl
30753            ! pod/perlhack.pod
30754 ____________________________________________________________________________
30755 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
30756         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
30757              From: Kay Röpke <kroepke@dolphin-services.de>
30758              Date: Tue, 16 Oct 2001 17:23:52 +0200
30759              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
30760      Branch: perl
30761            ! lib/ExtUtils/MakeMaker.pm
30762 ____________________________________________________________________________
30763 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
30764         Log: Add the special casing mappings (from SpecCase.txt)
30765              (except for the hyper special case mappings that have
30766              the condition list); the special casing mappings are
30767              unused for now.  Small tidying up on mktables.
30768      Branch: perl
30769            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
30770            + lib/unicore/To/SpecUpper.pl
30771            ! lib/unicore/mktables
30772 ____________________________________________________________________________
30773 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
30774         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
30775              From: "David H. Adler" <dha@panix.com>       
30776              Date: Tue, 16 Oct 2001 11:59:35 -0400
30777              Message-ID: <20011016115935.A13078@panix.com>
30778              
30779              Subject: [ PATCH ] perldata patch, revised
30780              From: "David H. Adler" <dha@panix.com>     
30781              Date: Tue, 16 Oct 2001 18:26:49 -0400
30782              Message-ID: <20011016182649.C23970@panix.com>
30783      Branch: perl
30784            ! pod/perldata.pod pod/perlop.pod
30785 ____________________________________________________________________________
30786 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
30787         Log: Integrate perlio: PerlIO_dup (for all but Win32).
30788      Branch: perl
30789           !> embed.h embed.pl ext/Encode/Encode.xs
30790           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
30791           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
30792           !> win32/win32io.c
30793 ____________________________________________________________________________
30794 [ 12462] By: nick                                  on 2001/10/16  19:11:30
30795         Log: PerlIOXxxx_dups for all but Win32
30796      Branch: perlio
30797            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
30798            ! ext/PerlIO/Via/Via.xs
30799 ____________________________________________________________________________
30800 [ 12461] By: nick                                  on 2001/10/16  18:28:48
30801         Log: Implement PerlIOStdio_dup (explains core dumps - dup
30802              was not setting up a FILE * to be fclosed()).
30803      Branch: perlio
30804            ! perlio.c
30805 ____________________________________________________________________________
30806 [ 12460] By: nick                                  on 2001/10/16  17:31:47
30807         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
30808              overflow.
30809      Branch: perlio
30810            ! perlio.c
30811 ____________________________________________________________________________
30812 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
30813         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
30814              From: "Craig A. Berry" <craigberry@mac.com>
30815              Date: Tue, 16 Oct 2001 13:08:38 -0500
30816              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
30817      Branch: perl
30818            ! configure.com
30819 ____________________________________________________________________________
30820 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
30821         Log: Can't expect too much accuracy from a sleep of one second.
30822              (I think this will also fail with high load.)
30823      Branch: perl
30824            ! ext/Time/HiRes/HiRes.t
30825 ____________________________________________________________________________
30826 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
30827         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
30828              From: "Werner, Randolf" <randolf.werner@sap.com>
30829              Date: Tue, 16 Oct 2001 18:33:02 +0200
30830              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
30831      Branch: perl
30832            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
30833            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
30834 ____________________________________________________________________________
30835 [ 12456] By: nick                                  on 2001/10/16  14:08:16
30836         Log: Builds under ithreads (but fails all threads tests)
30837      Branch: perlio
30838            ! hv.c perlio.c sv.c
30839 ____________________________________________________________________________
30840 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
30841         Log: I think the Perl_sortsv needs *not* be skipped?
30842      Branch: perl
30843            ! makedef.pl
30844 ____________________________________________________________________________
30845 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
30846         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
30847              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
30848              Date: Tue, 16 Oct 2001 15:32:44 +0200
30849              Message-ID: <3BCC531C.11494.3E433F@localhost>
30850      Branch: perl
30851            ! t/op/groups.t
30852 ____________________________________________________________________________
30853 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
30854         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
30855              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
30856              Date: Tue, 16 Oct 2001 15:01:04 +0200
30857              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
30858      Branch: perl
30859            ! t/io/fs.t
30860 ____________________________________________________________________________
30861 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
30862         Log: A forgotten deletion.
30863      Branch: perl
30864            - lib/unicore/mktables.PL
30865 ____________________________________________________________________________
30866 [ 12451] By: nick                                  on 2001/10/16  11:32:48
30867         Log: Skeleton of "PerlIO_dup" coded.
30868              Still-passes all tests non-threaded (well it would wouldn't it!)
30869      Branch: perlio
30870            ! embed.h embed.pl ext/Encode/Encode.xs
30871            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
30872            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
30873            ! win32/win32io.c
30874 ____________________________________________________________________________
30875 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
30876         Log: Document the problem with the swash_fetch() API that affects
30877              more complex case conversions.
30878      Branch: perl
30879            ! lib/utf8_heavy.pl utf8.c
30880 ____________________________________________________________________________
30881 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
30882         Log: Make Time::HiRes::sleep() and usleep() to return
30883              the number of seconds (a floating point value) and 
30884              microseconds (an integer) actually slept (well,
30885              modulo the time spent in measuring the time actually
30886              slept...), to be a better drop-in replacement for
30887              the builtin sleep().  Noticed by Chris Nandor.
30888              
30889              Also make usleep() to croak if fed illegal number
30890              of useconds (anything greater than 1_000_000).
30891      Branch: perl
30892            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
30893            ! ext/Time/HiRes/HiRes.xs
30894 ____________________________________________________________________________
30895 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
30896         Log: A missing SvREFCNT_dec.
30897      Branch: perl
30898            ! perl.c
30899 ____________________________________________________________________________
30900 [ 12447] By: nick                                  on 2001/10/15  20:27:53
30901         Log: Beginings of PerlIO_dup support (unstable)
30902      Branch: perlio
30903            ! perlio.c perliol.h
30904 ____________________________________________________________________________
30905 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
30906         Log: (retracted by #12497)
30907              In AIX vac 5 just can't seem to get regcomp right.
30908      Branch: perl
30909            ! hints/aix.sh
30910 ____________________________________________________________________________
30911 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
30912         Log: Bump the version number to agree with the maintperl one.
30913      Branch: perl
30914            ! lib/Tie/RefHash.pm
30915 ____________________________________________________________________________
30916 [ 12444] By: nick                                  on 2001/10/15  15:59:57
30917         Log: Integrate mainline
30918      Branch: perlio
30919           +> lib/Math/BigInt/t/Math/Subclass.pm
30920           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
30921           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
30922           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
30923           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
30924           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
30925           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
30926           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
30927           +> lib/unicore/mktables
30928            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
30929            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
30930            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
30931            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
30932            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
30933            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
30934            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
30935            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
30936            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
30937            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
30938            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
30939            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
30940            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
30941            - lib/unicore/syllables.txt
30942           !> (integrate 344 files)
30943 ____________________________________________________________________________
30944 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
30945         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
30946      Branch: perl
30947            ! ext/DB_File/DB_File.xs
30948 ____________________________________________________________________________
30949 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
30950         Log: Sync the skip() amounts with the number of tests.
30951      Branch: perl
30952            ! lib/Term/Complete.t
30953 ____________________________________________________________________________
30954 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
30955         Log: Update Changes.
30956      Branch: perl
30957            ! Changes patchlevel.h
30958 ____________________________________________________________________________
30959 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
30960         Log: MacOS Classic catdir() rewrite from Thomas Wegner
30961              (backward incompatibility, but a deliberate one,
30962              the old version simply is broken in its logic),
30963              also documentation updates, and as suggested replicated
30964              the File::Spec::Unix documentation updates also on the
30965              File::Spec documentation.
30966              
30967              TODO: there seems to be duplication of documentation
30968              between File::Spec and File::Spec::Unix.  I think
30969              the ::Unix should be left only with specific UNIXisms,
30970              and all the generic documentation should be in ::Spec.
30971      Branch: perl
30972            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
30973            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
30974            ! lib/File/Spec/Unix.pm
30975 ____________________________________________________________________________
30976 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
30977         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
30978              From: Blair Zajac <blair@orcaware.com>
30979              Date: Mon, 24 Sep 2001 11:48:58 -0700
30980              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
30981              
30982              (the skip() messages)
30983      Branch: perl
30984            ! t/op/magic.t
30985 ____________________________________________________________________________
30986 [ 12438] By: ams                                   on 2001/10/14  23:43:59
30987         Log: Subject: [PATCH] make PerlIO default on VMS
30988              From: "Craig A. Berry" <craigberry@mac.com>
30989              Date: Sun, 14 Oct 2001 15:27:18 -0500
30990              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
30991      Branch: perl
30992            ! configure.com
30993 ____________________________________________________________________________
30994 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
30995         Log: Retract #12436 (Abhijit already did this at #12426)
30996      Branch: perl
30997            ! lib/ExtUtils/MM_Unix.pm
30998 ____________________________________________________________________________
30999 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
31000         Log: (retracted by #12437)
31001              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
31002              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
31003              Date: Sat, 13 Oct 2001 20:33:55 +0200
31004              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
31005      Branch: perl
31006            ! lib/ExtUtils/MM_Unix.pm
31007 ____________________________________________________________________________
31008 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
31009         Log: Subject: h2xs grammar nit
31010              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31011              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
31012              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
31013      Branch: perl
31014            ! utils/h2xs.PL
31015 ____________________________________________________________________________
31016 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
31017         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
31018              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
31019              Date: Sun, 14 Oct 2001 11:25:08 +0100
31020              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
31021      Branch: perl
31022            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
31023            ! warnings.pl
31024 ____________________________________________________________________________
31025 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
31026         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
31027              for File::Spec::Mac::catfile)
31028      Branch: perl
31029            ! lib/h2xs.t
31030 ____________________________________________________________________________
31031 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
31032         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
31033              From: Nicholas Clark <nick@ccl4.org>
31034              Date: Sat, 13 Oct 2001 00:07:31 +0100
31035              Message-ID: <20011013000731.D67535@plum.flirble.org>
31036      Branch: perl
31037            ! lib/h2xs.t utils/h2xs.PL
31038 ____________________________________________________________________________
31039 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
31040         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
31041              before DEFINE and INC), and repent by taking DEFINE and
31042              INC away from PASTHRU.
31043      Branch: perl
31044            ! lib/ExtUtils/MM_Unix.pm
31045 ____________________________________________________________________________
31046 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
31047         Log: More MANIFEST anomalies.
31048      Branch: perl
31049            ! MANIFEST
31050 ____________________________________________________________________________
31051 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
31052         Log: Not that many.
31053      Branch: perl
31054            ! MANIFEST
31055 ____________________________________________________________________________
31056 [ 12428] By: sky                                   on 2001/10/13  20:59:27
31057         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
31058              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31059              Date: Sat, 13 Oct 2001 23:15:55 +0200
31060              Message-ID: <20011013231555.A18071@rafael>
31061      Branch: perl
31062            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
31063            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
31064 ____________________________________________________________________________
31065 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
31066         Log: Rewrite mktables from scratch.
31067              - Cleaner.
31068              - Faster: 15-20 seconds as opposed to several minutes.
31069              - More dynamic: the names of the various categories
31070              such as the linebreak ones are dynamic, not static.
31071              - Is.pl: long names for the general category properties
31072              are now available.
31073              - Ranges (<... ,First>, <..., Last>) from the general
31074              categories work now.
31075              - No more mktables.PL because the mktables.PL is not
31076              and never has been run to create a mktables.
31077              - syllables.txt and Is/Syl*.pl removed: non-standard
31078              (not part of the Unicode), and the whole concept is
31079              being reworked (http://syllabary.sourceforge.net/),
31080              the old way wouldn't even work with the new Syllables.txt
31081              (it would result in 1000+ new categories)
31082      Branch: perl
31083            + lib/unicore/In/163.pl lib/unicore/In/164.pl
31084            + lib/unicore/In/165.pl lib/unicore/In/166.pl
31085            + lib/unicore/In/167.pl lib/unicore/In/168.pl
31086            + lib/unicore/In/169.pl lib/unicore/In/170.pl
31087            + lib/unicore/In/171.pl lib/unicore/Is.pl
31088            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
31089            + lib/unicore/mktables
31090            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
31091            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
31092            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
31093            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
31094            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
31095            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
31096            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
31097            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
31098            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
31099            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
31100            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
31101            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
31102            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
31103            - lib/unicore/syllables.txt
31104            ! (edit 304 files)
31105 ____________________________________________________________________________
31106 [ 12426] By: ams                                   on 2001/10/13  18:05:36
31107         Log: ExtUtils::MM_Unix should ignore comments when searching for
31108              $VERSION.
31109      Branch: perl
31110            ! lib/ExtUtils/MM_Unix.pm
31111 ____________________________________________________________________________
31112 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
31113         Log: Subject: Re: New module XML::Clean
31114              From: andreas.koenig@anima.de (Andreas J. Koenig)
31115              Date: 13 Oct 2001 10:17:09 +0200
31116              Message-ID: <m37ku0t0my.fsf@anima.de>
31117      Branch: perl
31118            ! pod/perlnewmod.pod
31119 ____________________________________________________________________________
31120 [ 12424] By: sky                                   on 2001/10/13  09:39:59
31121         Log: Set thread stack size if needed.
31122      Branch: perl
31123            ! ext/threads/threads.xs
31124 ____________________________________________________________________________
31125 [ 12423] By: sky                                   on 2001/10/13  09:36:49
31126         Log: We do want to set the attribute to joinable even on modern posix
31127              platforms.
31128      Branch: perl
31129            ! ext/threads/threads.xs
31130 ____________________________________________________________________________
31131 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
31132         Log: Subject: [PATCH ext/Data/Dumper.xs]
31133              From: Brian Ingerson <ingy@ttul.org>
31134              Date: Fri, 12 Oct 2001 19:32:35 -0700
31135              Message-ID: <20011012193235.B889@ttul.org>
31136      Branch: perl
31137            ! ext/Data/Dumper/Dumper.xs
31138 ____________________________________________________________________________
31139 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
31140         Log: Update Changes.
31141      Branch: perl
31142            ! Changes patchlevel.h
31143 ____________________________________________________________________________
31144 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
31145         Log: FAQ sync.
31146      Branch: perl
31147            ! pod/perlfaq3.pod pod/perlfaq4.pod
31148 ____________________________________________________________________________
31149 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
31150         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
31151              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
31152              Date: Fri, 12 Oct 2001 11:51:05 -0700
31153              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
31154      Branch: perl
31155            ! lib/File/Copy.pm
31156 ____________________________________________________________________________
31157 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
31158         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
31159              From: "chromatic" <chromatic@rmci.net>     
31160              Date: Thu, 11 Oct 2001 10:57:55 -0600
31161              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
31162              
31163              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
31164              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31165              Date: Thu, 11 Oct 2001 22:34:21 +0200
31166              Message-ID: <20011011223421.A693@rafael>     
31167              
31168              plus undef $Term::Complete::stty as suggested by Rafael.
31169      Branch: perl
31170            ! lib/Term/Complete.pm lib/Term/Complete.t
31171 ____________________________________________________________________________
31172 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
31173         Log: UUnndduupplleexx..
31174      Branch: perl
31175            ! perl.h
31176 ____________________________________________________________________________
31177 [ 12416] By: sky                                   on 2001/10/12  20:16:19
31178         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
31179              From: Andy Dougherty <doughera@lafayette.edu>
31180              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
31181              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
31182              (Potentially only band-aid)
31183      Branch: perl
31184            ! sv.c
31185 ____________________________________________________________________________
31186 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
31187         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
31188              mishandles kill(), and therefore the sigaction test
31189              should be skipped, from Charles Lane.
31190      Branch: perl
31191            ! ext/POSIX/t/sigaction.t
31192 ____________________________________________________________________________
31193 [ 12414] By: sky                                   on 2001/10/12  18:47:49
31194         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
31195      Branch: perl
31196            ! op.h
31197 ____________________________________________________________________________
31198 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
31199         Log: Upgrade to Math::BigInt 1.44 from Tels and
31200              further fixes from John Peacock.
31201      Branch: perl
31202            + lib/Math/BigInt/t/Math/Subclass.pm
31203            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
31204            + lib/Math/BigInt/t/subclass.t
31205            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
31206            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
31207            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
31208            ! lib/Math/BigInt/t/mbimbf.t
31209 ____________________________________________________________________________
31210 [ 12412] By: sky                                   on 2001/10/12  18:28:23
31211         Log: perhaps pthread_attr_t really needs to be set for the old api
31212      Branch: perl
31213            ! ext/threads/threads.xs
31214 ____________________________________________________________________________
31215 [ 12411] By: sky                                   on 2001/10/12  18:11:45
31216         Log: pthread_keycreate not pthread_key_create under the here be dragons API
31217      Branch: perl
31218            ! ext/threads/threads.h
31219 ____________________________________________________________________________
31220 [ 12410] By: sky                                   on 2001/10/12  18:07:37
31221         Log: Apperently OLD PTHREADS API is a bit retarded.
31222              This should fix another set of compile failures in HP-UX 10.20.
31223      Branch: perl
31224            ! ext/threads/threads.h ext/threads/threads.xs
31225 ____________________________________________________________________________
31226 [ 12409] By: nick                                  on 2001/10/12  15:30:01
31227         Log: Blind integrate of mainline
31228      Branch: perlio
31229           +> (branch 32 files)
31230            - lib/unicode/README
31231           !> (integrate 121 files)
31232 ____________________________________________________________________________
31233 [ 12408] By: sky                                   on 2001/10/12  14:55:08
31234         Log: Let us avoid being smart for now.
31235      Branch: perl
31236            ! ext/threads/threads.h
31237 ____________________________________________________________________________
31238 [ 12407] By: sky                                   on 2001/10/12  14:38:12
31239         Log: (void*) the argument to make sure we work with picky compilers
31240      Branch: perl
31241            ! ext/threads/threads.xs
31242 ____________________________________________________________________________
31243 [ 12406] By: ams                                   on 2001/10/12  13:26:04
31244         Log: (replaced with #12600)
31245              
31246              Subject: [PATCH 5.6.1 perldoc] use File::Temp
31247              From: Mikhail Zabaluev <mhz@alt-linux.org>
31248              Date: Fri, 12 Oct 2001 12:47:47 +0400
31249              Message-Id: <20011012124747.E13918@localhost.localdomain>
31250      Branch: perl
31251            ! utils/perldoc.PL
31252 ____________________________________________________________________________
31253 [ 12405] By: ams                                   on 2001/10/12  13:05:32
31254         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
31255              From: andreas.koenig@anima.de (Andreas J. Koenig)
31256              Date: 12 Oct 2001 11:12:07 +0200
31257              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
31258      Branch: perl
31259            ! lib/Memoize/t/speed.t
31260 ____________________________________________________________________________
31261 [ 12404] By: sky                                   on 2001/10/12  12:46:15
31262         Log: A) Support OLD_PTHREADS_API
31263              B) Change from using pthread_t to using a TLS to store the
31264              index of the thread in an hash, this is to avoid problems when
31265              in fact pthread_t was not a seralizable type.
31266              Both these changes are because of HP-UX 10.20
31267              This has not been tested on win32 but should work there.
31268              Need to add support for NetWare.
31269      Branch: perl
31270            ! ext/threads/threads.h ext/threads/threads.xs
31271 ____________________________________________________________________________
31272 [ 12403] By: ams                                   on 2001/10/12  07:34:19
31273         Log: Subject: Re: New module XML::Clean
31274              From: andreas.koenig@anima.de (Andreas J. Koenig)
31275              Date: 12 Oct 2001 10:20:35 +0200
31276              Message-Id: <m3elo9uv58.fsf@anima.de>
31277      Branch: perl
31278            ! pod/perlnewmod.pod
31279 ____________________________________________________________________________
31280 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
31281         Log: More HP model tweaks from Merijn.
31282      Branch: perl
31283            ! README.hpux
31284 ____________________________________________________________________________
31285 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
31286         Log: Update Changes.
31287      Branch: perl
31288            ! Changes patchlevel.h
31289 ____________________________________________________________________________
31290 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
31291         Log: HP-UX update from H.Merijn Brand.
31292      Branch: perl
31293            ! README.hpux
31294 ____________________________________________________________________________
31295 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
31296         Log: Subject: [PATCH] fix link rot in README.vms
31297              From: "Craig A. Berry" <craigberry@mac.com>
31298              Date: Wed, 10 Oct 2001 17:17:00 -0500
31299              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
31300      Branch: perl
31301            ! README.vms
31302 ____________________________________________________________________________
31303 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
31304         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
31305              From: "chromatic" <chromatic@rmci.net>
31306              Date: Wed, 10 Oct 2001 15:50:30 -0600
31307              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
31308      Branch: perl
31309            ! lib/Term/Complete.t
31310 ____________________________________________________________________________
31311 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
31312         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
31313              From: "chromatic" <chromatic@rmci.net>
31314              Date: Wed, 10 Oct 2001 15:45:42 -0600
31315              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
31316      Branch: perl
31317            + lib/ExtUtils/Packlist.t
31318            ! MANIFEST
31319 ____________________________________________________________________________
31320 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
31321         Log: VMS needs quotes around the -I option to keep it from
31322              being downcased, from Charles Lane.
31323      Branch: perl
31324            ! t/run/kill_perl.t
31325 ____________________________________________________________________________
31326 [ 12395] By: ams                                   on 2001/10/10  16:22:32
31327         Log: Subject: [PATCH lib/FindBin.pm]
31328              From: Stas Bekman <stas@stason.org>
31329              Date: Tue, 09 Oct 2001 23:57:10 +0800
31330              Message-Id: <3BC31E56.60805@stason.org>
31331      Branch: perl
31332            ! lib/FindBin.pm
31333 ____________________________________________________________________________
31334 [ 12394] By: ams                                   on 2001/10/10  16:09:53
31335         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
31336              From: Abhijit Menon-Sen <ams@wiw.org>
31337              Date: Wed, 10 Oct 2001 21:59:33 +0530
31338              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
31339      Branch: perl
31340            ! ext/Data/Dumper/Dumper.xs
31341 ____________________________________________________________________________
31342 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
31343         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
31344              from Charles Lane.
31345      Branch: perl
31346            ! lib/File/Spec/VMS.pm
31347 ____________________________________________________________________________
31348 [ 12392] By: ams                                   on 2001/10/10  14:49:43
31349         Log: Subject: [PATCH] two s/// bugfixes
31350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31351              Date: Wed, 10 Oct 2001 17:23:44 +0200
31352              Message-Id: <20011010172344.C22440@rafael>
31353      Branch: perl
31354            ! pp_ctl.c regexec.c t/op/subst.t
31355 ____________________________________________________________________________
31356 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
31357         Log: Fix/improve handling of the [000000] special "root"
31358              directory, by putting cwd in canonical form when doing
31359              abs2rel, and prepending a 000000 to directory "chunks"
31360              if missing from base or path.  Also adjust test to
31361              reflect the (improved) output from abs2rel.
31362              From Charles Lane.
31363      Branch: perl
31364            ! lib/File/Spec.t lib/File/Spec/VMS.pm
31365 ____________________________________________________________________________
31366 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
31367         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
31368              all of the extra VMSish attributes (such as "treat this logical
31369              as a device name") that are necessary to make programs run.
31370              A tainted %ENV does not hinder VMS.  From Charles Lane.
31371      Branch: perl
31372            ! lib/File/Find/t/taint.t
31373 ____________________________________________________________________________
31374 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
31375         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
31376              
31377              o  VMS is case-insensitive, RTL downcases filenames read
31378              by perl... so need to re-upcase filenames like MANIFEST
31379              and MANIFEST.SKIP
31380              
31381              o  Need to convert VMS-style to Unix-style filenames when comparing
31382              names in MANIFEST to names in filesystem.
31383              
31384              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
31385              since VMS won't let you (easily) delete non-empty directories.
31386              
31387              From Charles Lane.
31388      Branch: perl
31389            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
31390 ____________________________________________________________________________
31391 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
31392         Log: Unix and VMS agree on "*" as a "match any number of any chars"
31393              wildcards, but differ ("?"  vs.  "%") for their "match any single
31394              char" wildcard.  This patch changes "?"  chars to "%" before doing a
31395              VMS glob...at no loss of functionality, since "?"  isn't a valid
31396              filename char on VMS.  From Charles Lane.
31397      Branch: perl
31398            ! doio.c
31399 ____________________________________________________________________________
31400 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
31401         Log: (accidentally empty submit; new life as #12390)
31402      Branch: perl
31403            ! lib/File/Find/t/taint.t
31404 ____________________________________________________________________________
31405 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
31406         Log: Even more VMS tweakage from Charles Lane:
31407              
31408              Tweak #1:  splitdir only works on directory part of filespec,
31409              split off volume first
31410              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
31411              (it's a horrible kludge in the run-time library,
31412              improved in later versions). Check the
31413              $Config{'d_setenv'} flag before attempting to set it.
31414      Branch: perl
31415            ! t/op/chdir.t
31416 ____________________________________________________________________________
31417 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
31418         Log: VMS tweakage from Charles Lane.
31419              
31420              . command.com doubles an output line when prompting for extensions
31421              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
31422              . perl5db doesn't clean up after itself
31423      Branch: perl
31424            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
31425 ____________________________________________________________________________
31426 [ 12384] By: sky                                   on 2001/10/09  19:16:11
31427         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
31428              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31429              Date: Tue, 9 Oct 2001 22:10:26 +0200
31430              Message-ID: <20011009221026.A8579@rafael>
31431      Branch: perl
31432            ! pod/perldata.pod
31433 ____________________________________________________________________________
31434 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
31435         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
31436              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
31437              Date: 9 Oct 2001 15:15:06 -0000
31438              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
31439      Branch: perl
31440            ! t/op/subst.t
31441 ____________________________________________________________________________
31442 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
31443         Log: Update Changes.
31444      Branch: perl
31445            ! Changes patchlevel.h
31446 ____________________________________________________________________________
31447 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
31448         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
31449              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
31450              when a NULL is passed for the filename string pointer.
31451              From Charles Lane.
31452      Branch: perl
31453            ! vms/vms.c
31454 ____________________________________________________________________________
31455 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
31456         Log: Subject: HP systems update
31457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31458              Date: Tue, 09 Oct 2001 15:59:22 +0200
31459              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
31460      Branch: perl
31461            ! README.hpux
31462 ____________________________________________________________________________
31463 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
31464         Log: CPAN::Nox does now have a test.
31465      Branch: perl
31466            ! t/lib/1_compile.t
31467 ____________________________________________________________________________
31468 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
31469         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
31470              From: David Dyck <dcd@tc.fluke.com>
31471              Date: Mon, 1 Oct 2001 12:17:36 -0700
31472              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
31473      Branch: perl
31474            ! installperl
31475 ____________________________________________________________________________
31476 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
31477         Log: NetWare update from Ananth Kesari.
31478      Branch: perl
31479            ! NetWare/nwperlsys.h makedef.pl
31480 ____________________________________________________________________________
31481 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
31482         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
31483              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31484              Date: Tue, 9 Oct 2001 08:40:57 EDT
31485              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
31486      Branch: perl
31487            ! lib/File/Find/t/find.t
31488 ____________________________________________________________________________
31489 [ 12374] By: ams                                   on 2001/10/09  05:31:45
31490         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
31491              ExtUtils::Mkbootstrap
31492              From: "chromatic" <chromatic@rmci.net>
31493              Date: Tue, 09 Oct 2001 00:08:37 -0600
31494              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
31495      Branch: perl
31496            + lib/ExtUtils/Mkbootstrap.t
31497            ! MANIFEST
31498 ____________________________________________________________________________
31499 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
31500         Log: Enable more debugging.
31501      Branch: perl
31502            ! lib/utf8_heavy.pl
31503 ____________________________________________________________________________
31504 [ 12372] By: ams                                   on 2001/10/09  02:11:59
31505         Log: #12370 forgot to modify is_gv_magical().
31506      Branch: perl
31507            ! gv.c
31508 ____________________________________________________________________________
31509 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
31510         Log: Make the toupper/lower/title API for Unicode not right
31511              but at least less wrong: prepare for the mapping being
31512              more than just one-character-to-one-character.
31513      Branch: perl
31514            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
31515            ! regexec.c utf8.c
31516 ____________________________________________________________________________
31517 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
31518         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
31519              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
31520              Date: Mon, 8 Oct 2001 22:18:23 -0400
31521              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
31522      Branch: perl
31523            ! pod/perlvar.pod t/op/taint.t
31524 ____________________________________________________________________________
31525 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
31526         Log: FAQ sync.
31527      Branch: perl
31528            ! pod/perlfaq3.pod pod/perlfaq4.pod
31529 ____________________________________________________________________________
31530 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
31531         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
31532              From: "chromatic" <chromatic@rmci.net>
31533              Date: Mon, 08 Oct 2001 14:05:32 -0600
31534              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
31535      Branch: perl
31536            ! lib/Term/Cap.t
31537 ____________________________________________________________________________
31538 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
31539         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
31540              From: Michael G Schwern <schwern@pobox.com>
31541              Date: Mon, 8 Oct 2001 17:00:14 -0400
31542              Message-ID: <20011008170014.L17083@blackrider>
31543      Branch: perl
31544            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
31545 ____________________________________________________________________________
31546 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
31547         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
31548              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31549              Date: Mon, 8 Oct 2001 16:01:33 EDT
31550              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
31551      Branch: perl
31552            ! ext/Time/HiRes/HiRes.xs
31553 ____________________________________________________________________________
31554 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
31555         Log: Subject: [PATCH] Autosplit patch for VMS
31556              From: "Craig A. Berry" <craigberry@mac.com>
31557              Date: Mon, 08 Oct 2001 15:40:43 -0500
31558              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
31559      Branch: perl
31560            ! lib/AutoSplit.pm lib/AutoSplit.t
31561 ____________________________________________________________________________
31562 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
31563         Log: Don't assume that everybody is running OS X 10.1 yet;
31564              from Kay Röpke.
31565      Branch: perl
31566            ! hints/darwin.sh
31567 ____________________________________________________________________________
31568 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
31569         Log: Update Changes.
31570      Branch: perl
31571            ! Changes patchlevel.h
31572 ____________________________________________________________________________
31573 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
31574         Log: Retract #12358 for now.
31575      Branch: perl
31576            ! lib/Term/Cap.t
31577 ____________________________________________________________________________
31578 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
31579         Log: Can't figure out what this is testing.
31580              (If it is trying to catch SIGKILL, it should stop
31581              trying because that is by definition impossible.)
31582      Branch: perl
31583            ! lib/sigtrap.t
31584 ____________________________________________________________________________
31585 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
31586         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
31587              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
31588              Date: Sun, 30 Sep 2001 21:15:13 +0200
31589              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
31590      Branch: perl
31591            ! lib/ExtUtils/MM_Win32.pm
31592 ____________________________________________________________________________
31593 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
31594         Log: Clarify the ldlibpth part and condense the overall text.
31595      Branch: perl
31596            ! t/TEST
31597 ____________________________________________________________________________
31598 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
31599         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
31600              From: "chromatic" <chromatic@rmci.net>
31601              Date: Sun, 07 Oct 2001 16:59:26 -0600
31602              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
31603      Branch: perl
31604            ! lib/Term/Cap.t
31605 ____________________________________________________________________________
31606 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
31607         Log: Update the list because fo #12265.
31608      Branch: perl
31609            ! t/lib/1_compile.t
31610 ____________________________________________________________________________
31611 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
31612         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
31613              From: Nicholas Clark <nick@ccl4.org>
31614              Date: Sun, 7 Oct 2001 20:53:33 +0100
31615              Message-ID: <20011007205333.S38756@plum.flirble.org>   
31616      Branch: perl
31617            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
31618            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
31619            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
31620            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
31621            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
31622            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
31623            ! lib/Switch/t/switch.t lib/Term/Complete.t
31624            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
31625            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
31626            ! t/op/my_stash.t
31627 ____________________________________________________________________________
31628 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
31629         Log: Integrate patch #12350 from maintperl; typo in
31630              IO::Seekable doc.
31631      Branch: perl
31632           !> ext/IO/lib/IO/Seekable.pm
31633 ____________________________________________________________________________
31634 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
31635         Log: Detypo.
31636      Branch: perl
31637            ! hints/darwin.sh
31638 ____________________________________________________________________________
31639 [ 12353] By: sky                                   on 2001/10/07  17:16:14
31640         Log: Change 12349 didn't really get it right.
31641      Branch: perl
31642            ! lib/Unicode/README
31643 ____________________________________________________________________________
31644 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
31645         Log: If running the harness the dynamic library search path
31646              may need setting.
31647      Branch: perl
31648            ! t/TEST
31649 ____________________________________________________________________________
31650 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
31651         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
31652              in ldflags.
31653      Branch: perl
31654            ! hints/darwin.sh
31655 ____________________________________________________________________________
31656 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
31657         Log: typo in IO::Seekable doc
31658      Branch: maint-5.6/perl
31659            ! ext/IO/lib/IO/Seekable.pm
31660 ____________________________________________________________________________
31661 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
31662         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
31663              doesn't work on Mac OS X 10.1 (when unpacking the tar the
31664              latter gets renamed as lib/unicode:1, assumedly for security
31665              reasons not to overwrite stuff)
31666      Branch: perl
31667            + lib/Unicode/README
31668            - lib/unicode/README
31669            ! MANIFEST
31670 ____________________________________________________________________________
31671 [ 12348] By: ams                                   on 2001/10/07  05:33:40
31672         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
31673              From: "chromatic" <chromatic@rmci.net>
31674              Date: Sat, 06 Oct 2001 21:42:03 -0600
31675              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
31676      Branch: perl
31677            + lib/CPAN/t/Nox.t
31678            ! MANIFEST
31679 ____________________________________________________________________________
31680 [ 12347] By: ams                                   on 2001/10/07  00:48:10
31681         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
31682              From: "chromatic" <chromatic@rmci.net>
31683              Date: Sat, 06 Oct 2001 18:52:10 -0600
31684              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
31685      Branch: perl
31686            + lib/sigtrap.t
31687            ! MANIFEST
31688 ____________________________________________________________________________
31689 [ 12346] By: ams                                   on 2001/10/06  23:14:01
31690         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
31691              h2xs write?)
31692              From: Nicholas Clark <nick@ccl4.org>
31693              Date: Sat, 6 Oct 2001 21:46:43 +0100
31694              Message-Id: <20011006214643.L38756@plum.flirble.org>
31695      Branch: perl
31696            ! utils/h2xs.PL
31697 ____________________________________________________________________________
31698 [ 12345] By: ams                                   on 2001/10/06  17:39:53
31699         Log: Subject: [PATCH] Memoize tests
31700              From: Nicholas Clark <nick@ccl4.org>
31701              Date: Sat, 6 Oct 2001 18:04:21 +0100
31702              Message-Id: <20011006180421.J38756@plum.flirble.org>
31703      Branch: perl
31704            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
31705            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
31706            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
31707            ! lib/Memoize/t/expire_module_n.t
31708            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
31709            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
31710            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
31711            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
31712            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
31713            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
31714 ____________________________________________________________________________
31715 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
31716         Log: Retract the latter part of #12343.
31717      Branch: perl
31718            ! ext/IO/lib/IO/Socket/INET.pm
31719 ____________________________________________________________________________
31720 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
31721         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
31722              From: David Dyck <dcd@tc.fluke.com>
31723              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
31724              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
31725              
31726              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
31727              From: David Dyck <dcd@tc.fluke.com>
31728              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
31729              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
31730      Branch: perl
31731            ! ext/IO/lib/IO/Socket/INET.pm
31732 ____________________________________________________________________________
31733 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
31734         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
31735              From: Robin Barker <rmb1@cise.npl.co.uk>
31736              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
31737              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
31738      Branch: perl
31739            ! t/TEST
31740 ____________________________________________________________________________
31741 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
31742         Log: Don't assume that %x is good for displaying UVs.
31743      Branch: perl
31744            ! dump.c
31745 ____________________________________________________________________________
31746 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
31747         Log: Update Changes.
31748      Branch: perl
31749            ! Changes patchlevel.h
31750 ____________________________________________________________________________
31751 [ 12339] By: ams                                   on 2001/10/05  10:22:34
31752         Log: Subject: [PATCH] perlfunc/select
31753              From: Nicholas Clark <nick@ccl4.org>
31754              Date: Fri, 5 Oct 2001 11:33:58 +0100
31755              Message-Id: <20011005113358.Z38756@plum.flirble.org>
31756      Branch: perl
31757            ! pod/perlfunc.pod
31758 ____________________________________________________________________________
31759 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
31760         Log: Retract #12313 and #12249.
31761      Branch: perl
31762            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
31763            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
31764            ! pod/perlebcdic.pod
31765 ____________________________________________________________________________
31766 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
31767         Log: Subject: [PATCH] perlvms.pod update
31768              From: "Craig A. Berry" <craigberry@mac.com>
31769              Date: Thu, 04 Oct 2001 12:55:52 -0500
31770              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
31771      Branch: perl
31772            ! vms/perlvms.pod
31773 ____________________________________________________________________________
31774 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
31775         Log: Subject: PATCH: Tie::SubstrHash
31776              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
31777              Date: Thu, 04 Oct 2001 12:12:41 +0100
31778              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
31779      Branch: perl
31780            ! lib/Tie/SubstrHash.pm
31781 ____________________________________________________________________________
31782 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
31783         Log: Unicode properties saga continues.
31784      Branch: perl
31785            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
31786            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
31787 ____________________________________________________________________________
31788 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
31789         Log: Yet more Unicode properties.
31790      Branch: perl
31791            + lib/unicore/In/137.pl lib/unicore/In/138.pl
31792            + lib/unicore/In/139.pl lib/unicore/In/140.pl
31793            + lib/unicore/In/141.pl lib/unicore/In/142.pl
31794            + lib/unicore/In/143.pl lib/unicore/In/144.pl
31795            + lib/unicore/In/145.pl lib/unicore/In/146.pl
31796            + lib/unicore/In/147.pl lib/unicore/In/148.pl
31797            + lib/unicore/In/149.pl lib/unicore/In/150.pl
31798            + lib/unicore/In/151.pl lib/unicore/In/152.pl
31799            + lib/unicore/In/153.pl lib/unicore/In/154.pl
31800            + lib/unicore/In/155.pl lib/unicore/In/156.pl
31801            + lib/unicore/In/157.pl lib/unicore/In/158.pl
31802            + lib/unicore/In/159.pl lib/unicore/In/160.pl
31803            + lib/unicore/In/161.pl lib/unicore/In/162.pl
31804            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
31805            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
31806            ! pod/perlunicode.pod
31807 ____________________________________________________________________________
31808 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
31809         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
31810              From: "Craig A. Berry" <craigberry@mac.com>
31811              Date: Wed, 03 Oct 2001 17:45:25 -0500
31812              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
31813              
31814              (the lib/Term/Complete.t patched differently by #12332)
31815      Branch: perl
31816            ! lib/ExtUtils/Command.t
31817 ____________________________________________________________________________
31818 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
31819         Log: Restore only if something to restore.
31820      Branch: perl
31821            ! lib/Term/Complete.t
31822 ____________________________________________________________________________
31823 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
31824         Log: Update various resources for credits,
31825              minor icons fixes, and versions.
31826      Branch: maint-5.6/macperl
31827            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
31828            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
31829            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
31830 ____________________________________________________________________________
31831 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
31832         Log: Quiet the warnings about using undef value
31833      Branch: maint-5.6/macperl
31834            ! lib/File/Temp.pm
31835 ____________________________________________________________________________
31836 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
31837         Log: Fix up Ballon Help and Help menu docs (first pass);
31838              remove balloon rez file, and autogenerate with
31839              Balloon2Rez instead.
31840      Branch: maint-5.6/macperl
31841            + macos/macperl/macscripts/Balloon2Rez
31842            - macos/macperl/MPBalloons.r
31843            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
31844 ____________________________________________________________________________
31845 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
31846         Log: Allow overriding of defaults, for change #12327.
31847      Branch: maint-5.6/macperl
31848            ! perl.h
31849 ____________________________________________________________________________
31850 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
31851         Log: Override PerlProc_exit.
31852      Branch: maint-5.6/macperl
31853            ! macos/macish.h
31854 ____________________________________________________________________________
31855 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
31856         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
31857      Branch: maint-5.6/macperl
31858            + macos/bundled_lib/blib/lib/MD5.pm
31859            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
31860            + macos/lib/Mac/AETE/Dialect.pm
31861            + macos/lib/Mac/AETE/Format/Converter.pm
31862            + macos/lib/Mac/AETE/Format/Dictionary.pm
31863            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
31864            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
31865            + macos/lib/Mac/Toolbox.pod
31866            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
31867 ____________________________________________________________________________
31868 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
31869         Log: Sync up silly CVS headers ... I should commit CVS
31870              first to avoid this ...
31871      Branch: maint-5.6/macperl
31872            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
31873            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
31874            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
31875            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
31876 ____________________________________________________________________________
31877 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
31878         Log: Fix Matthias' address, and attributions.
31879      Branch: maint-5.6/macperl
31880            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
31881            ! pod/perlport.pod
31882 ____________________________________________________________________________
31883 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
31884         Log: Fix Matthias' address, and attributions.
31885      Branch: maint-5.6/macperl
31886            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
31887            ! macos/ext/Mac/Components/Components.pm
31888            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
31889            ! macos/ext/Mac/Dialogs/Dialogs.pm
31890            ! macos/ext/Mac/Events/Events.pm
31891            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
31892            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
31893            ! macos/ext/Mac/Gestalt/Gestalt.pm
31894            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
31895            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
31896            ! macos/ext/Mac/Menus/Menus.pm
31897            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
31898            ! macos/ext/Mac/Movies/Movies.pm
31899            ! macos/ext/Mac/Navigation/Navigation.pm
31900            ! macos/ext/Mac/Notification/Notification.pm
31901            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
31902            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
31903            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
31904            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
31905            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
31906            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
31907            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
31908            ! macos/ext/Mac/StandardFile/StandardFile.pm
31909            ! macos/ext/Mac/TextEdit/TextEdit.pm
31910            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
31911            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
31912            ! macos/lib/Mac/LowMem.pm
31913 ____________________________________________________________________________
31914 [ 12322] By: sky                                   on 2001/10/03  18:41:07
31915         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
31916              From: "Craig A. Berry" <craigberry@mac.com>
31917              Date: Wed, 03 Oct 2001 14:30:55 -0500
31918              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
31919      Branch: perl
31920            ! vms/vms.c
31921 ____________________________________________________________________________
31922 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
31923         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
31924              From: "Craig A. Berry" <craigberry@mac.com>
31925              Date: Wed, 03 Oct 2001 14:30:55 -0500
31926              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
31927      Branch: perl
31928            ! vms/vms.c
31929 ____________________________________________________________________________
31930 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
31931         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
31932              only IsL&) and Inherited (negative lookahead good);
31933              add tests for Common, Inherited, and L&.
31934      Branch: perl
31935            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
31936 ____________________________________________________________________________
31937 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
31938         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
31939              (The Unicode standard uses L& quite often.)
31940      Branch: perl
31941            ! lib/utf8_heavy.pl
31942 ____________________________________________________________________________
31943 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
31944         Log: Add the 'Common' Unicode property (code points not
31945              explicitly assigned to any other script).
31946      Branch: perl
31947            + lib/unicore/In/136.pl
31948            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
31949 ____________________________________________________________________________
31950 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
31951         Log: Skip the RV printing test under threads until fixed.
31952      Branch: perl
31953            ! ext/B/t/terse.t
31954 ____________________________________________________________________________
31955 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
31956         Log: Subject: 12309 / cygwin / win2k
31957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31958              Date: Wed, 03 Oct 2001 15:25:15 +0200
31959              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
31960      Branch: perl
31961            ! makedef.pl
31962 ____________________________________________________________________________
31963 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
31964         Log: Metaconfig unit change for #12314.
31965      Branch: metaconfig
31966            ! U/modified/Head.U
31967 ____________________________________________________________________________
31968 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
31969         Log: Subject: Both cygwin and djgpp on one machine
31970              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31971              Date: Wed, 03 Oct 2001 15:02:59 +0200
31972              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
31973      Branch: perl
31974            ! Configure
31975 ____________________________________________________________________________
31976 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
31977         Log: (retracted by #12338)
31978              
31979              Subject: [PATCH] Code clean up for perlboot.pod
31980              From: Casey West <casey@geeknest.com>
31981              Date: Tue, 2 Oct 2001 19:24:43 -0400
31982              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
31983              
31984              Subject: [PATCH] Code clean up for perlbot.diff
31985              From: Casey West <casey@geeknest.com>
31986              Date: Tue, 2 Oct 2001 19:25:22 -0400
31987              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
31988              
31989              Subject: [PATCH] Code clean up for perlcall.pod
31990              From: Casey West <casey@geeknest.com>
31991              Date: Tue, 2 Oct 2001 19:25:57 -0400
31992              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
31993              
31994              Subject: [PATCH] Code clean up for perldata.pod
31995              From: Casey West <casey@geeknest.com>
31996              Date: Tue, 2 Oct 2001 19:26:29 -0400
31997              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
31998              
31999              Subject: [PATCH] Code clean up for perldbmfilter.pod
32000              From: Casey West <casey@geeknest.com>
32001              Date: Tue, 2 Oct 2001 19:26:59 -0400
32002              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
32003              
32004              Subject: [PATCH] Code clean up for perlebcdic.pod
32005              From: Casey West <casey@geeknest.com>
32006              Date: Tue, 2 Oct 2001 19:27:37 -0400
32007              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
32008      Branch: perl
32009            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
32010            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
32011 ____________________________________________________________________________
32012 [ 12312] By: ams                                   on 2001/10/02  23:43:55
32013         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
32014              From: Michael G Schwern <schwern@pobox.com>
32015              Date: Tue, 2 Oct 2001 17:00:49 -0400
32016              Message-Id: <20011002170049.A9955@blackrider>
32017      Branch: perl
32018            ! lib/ExtUtils/MakeMaker.pm
32019 ____________________________________________________________________________
32020 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
32021         Log: FAQ sync.
32022      Branch: perl
32023            ! pod/perlfaq3.pod
32024 ____________________________________________________________________________
32025 [ 12310] By: nick                                  on 2001/10/02  16:09:49
32026         Log: Integrate mainline
32027      Branch: perlio
32028           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
32029           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32030           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
32031           !> patchlevel.h t/op/pat.t
32032 ____________________________________________________________________________
32033 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
32034         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
32035              not just one single space.
32036      Branch: perl
32037            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
32038 ____________________________________________________________________________
32039 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
32040         Log: AUTHORS updates.
32041      Branch: perl
32042            ! AUTHORS
32043 ____________________________________________________________________________
32044 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
32045         Log: Update Changes.
32046      Branch: perl
32047            ! Changes patchlevel.h
32048 ____________________________________________________________________________
32049 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
32050         Log: Work around old buggy glibcs for langinfo constants,
32051              from Nicholas Clark and David Dyck.
32052      Branch: perl
32053            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
32054 ____________________________________________________________________________
32055 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
32056         Log: Eradicate Time::Piece; add an example.
32057      Branch: perl
32058            ! ext/I18N/Langinfo/Langinfo.pm
32059 ____________________________________________________________________________
32060 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
32061         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
32062              From: Robert Spier <rspier@pobox.com>
32063              Date: Mon, 1 Oct 2001 23:20:16 -0700
32064              Message-ID: <15289.23712.422087.878224@rls.cx>
32065      Branch: perl
32066            ! lib/Pod/Html.pm
32067 ____________________________________________________________________________
32068 [ 12303] By: sky                                   on 2001/10/02  10:40:57
32069         Log: Fixes obscure bug that manifests itself by.
32070              local $!=0;undef*STDOUT;#segfaults
32071              Has been around for a while. Possible other magic IO vars are
32072              possibly affected as well. Reported by Jos Boumans.
32073      Branch: perl
32074            ! mg.c
32075 ____________________________________________________________________________
32076 [ 12302] By: nick                                  on 2001/10/02  09:00:52
32077         Log: Integrate mainline
32078      Branch: perlio
32079           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
32080           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
32081           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
32082 ____________________________________________________________________________
32083 [ 12301] By: nick                                  on 2001/10/02  08:40:57
32084         Log: Integrate mainline + lib/open.t patch from Chromatic
32085      Branch: perlio
32086           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
32087            ! lib/open.t
32088           !> (integrate 29 files)
32089 ____________________________________________________________________________
32090 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
32091         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
32092              Until it has, better stop early if someone requests threads.
32093      Branch: perl
32094            ! hints/darwin.sh
32095 ____________________________________________________________________________
32096 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
32097         Log: Subject: [ID 20011001.011] redundant code in t/TEST
32098              From: David Dyck <dcd@tc.fluke.com>
32099              Date: Mon, 1 Oct 2001 12:56:24 -0700
32100              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
32101      Branch: perl
32102            ! t/TEST
32103 ____________________________________________________________________________
32104 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
32105         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
32106              From: "chromatic" <chromatic@rmci.net>
32107              Date: Mon, 01 Oct 2001 12:27:12 -0600
32108              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
32109      Branch: perl
32110            ! lib/Term/Cap.t
32111 ____________________________________________________________________________
32112 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
32113         Log: UNICOS testing patches from Nicholas Clark.
32114      Branch: perl
32115            ! t/op/arith.t t/op/pack.t
32116 ____________________________________________________________________________
32117 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
32118         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
32119              From: "chromatic" <chromatic@rmci.net>
32120              Date: Mon, 01 Oct 2001 10:21:51 -0600
32121              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
32122      Branch: perl
32123            ! lib/open.t
32124 ____________________________________________________________________________
32125 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
32126         Log: Make missing the RADIXCHAR a softer, gentler error.
32127      Branch: perl
32128            ! ext/I18N/Langinfo/Langinfo.t
32129 ____________________________________________________________________________
32130 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
32131         Log: Nuke also the LANG because of glibc.
32132      Branch: perl
32133            ! lib/open.t
32134 ____________________________________________________________________________
32135 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
32136         Log: Also the ^Is is optional.
32137      Branch: perl
32138            ! pod/perlunicode.pod t/op/pat.t
32139 ____________________________________________________________________________
32140 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
32141         Log: Be careful to pull chars from the varargs stack when
32142              formatting chars.
32143      Branch: perl
32144            ! regcomp.c
32145 ____________________________________________________________________________
32146 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
32147         Log: sortsv not in place anymore, noticed by John P. Linderman.
32148      Branch: perl
32149            ! pod/perlapi.pod pp_ctl.c
32150 ____________________________________________________________________________
32151 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
32152         Log: Make the diagnostic messages more neutral.
32153      Branch: perl
32154            ! ext/B/t/terse.t
32155 ____________________________________________________________________________
32156 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
32157         Log: Forgotten from #12288.
32158      Branch: perl
32159            ! ext/Data/Dumper/Dumper.pm
32160 ____________________________________________________________________________
32161 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
32162         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
32163              From: Brian Ingerson <ingy@ttul.org>
32164              Date: Sun, 30 Sep 2001 21:45:56 -0700
32165              Message-ID: <20010930214556.D26392@ttul.org>
32166              
32167              (remember also the #12289)
32168      Branch: perl
32169            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32170 ____________________________________________________________________________
32171 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
32172         Log: More Unicode property tests for the abbreviated
32173              general properties.
32174      Branch: perl
32175            ! t/op/pat.t
32176 ____________________________________________________________________________
32177 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
32178         Log: Further tweaks to the Unicode properties.
32179      Branch: perl
32180            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
32181 ____________________________________________________________________________
32182 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
32183         Log: Retract #12284.
32184      Branch: perl
32185            ! lib/Term/Cap.t
32186 ____________________________________________________________________________
32187 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
32188         Log: (Retracted by #12285)
32189      Branch: perl
32190            ! lib/Term/Cap.t
32191 ____________________________________________________________________________
32192 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
32193         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
32194              From: "chromatic" <chromatic@rmci.net>  
32195              Date: Sun, 30 Sep 2001 16:10:02 -0600
32196              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
32197      Branch: perl
32198            + lib/Term/Cap.t
32199            ! MANIFEST
32200 ____________________________________________________________________________
32201 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
32202         Log: Use stty -g to restore the terminal state, do not even
32203              try to run the tests if stty -g is not available.
32204      Branch: perl
32205            ! lib/Term/Complete.t
32206 ____________________________________________________________________________
32207 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
32208         Log: Cleanup utf8_heavy; allow dropping the In prefix from
32209              Unicode script/block properties.
32210      Branch: perl
32211            ! lib/utf8_heavy.pl
32212 ____________________________________________________________________________
32213 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
32214         Log: Retract the #12259 for now.
32215      Branch: perl
32216            ! embed.h embed.pl sv.h
32217 ____________________________________________________________________________
32218 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
32219         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
32220      Branch: perl
32221            + lib/Text/TabsWrap/CHANGELOG
32222            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
32223 ____________________________________________________________________________
32224 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
32225         Log: #12272 wasn't right, it introduced an extra ().
32226      Branch: perl
32227            ! lib/utf8_heavy.pl
32228 ____________________________________________________________________________
32229 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
32230         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
32231              From: Jonathan Stowe <gellyfish@gellyfish.com>
32232              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
32233              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
32234      Branch: perl
32235            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
32236 ____________________________________________________________________________
32237 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
32238         Log: Subject: Patch to put qsortsv in the public API
32239              From: Brian Ingerson <ingy@ttul.org>
32240              Date: Sat, 29 Sep 2001 17:41:13 -0700
32241              Message-ID: <20010929174113.A30223@ttul.org>
32242      Branch: perl
32243            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
32244 ____________________________________________________________________________
32245 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
32246         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
32247              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32248              Date: Sat, 29 Sep 2001 23:54:48 +0200
32249              Message-ID: <20010929235448.A5017@rafael>
32250      Branch: perl
32251            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
32252 ____________________________________________________________________________
32253 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
32254         Log: FAQ sync.
32255      Branch: perl
32256            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
32257            ! pod/perlfaq9.pod
32258 ____________________________________________________________________________
32259 [ 12273] By: bailey                                on 2001/09/29  23:43:46
32260         Log: Resync with mainline
32261      Branch: vmsperl
32262           +> (branch 1207 files)
32263            - (delete 324 files)
32264           !> (integrate 866 files)
32265 ____________________________________________________________________________
32266 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
32267         Log: Nasty recursion trap if one would match Unicode.
32268      Branch: perl
32269            ! lib/utf8_heavy.pl
32270 ____________________________________________________________________________
32271 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
32272         Log: More Unicode todo.
32273      Branch: perl
32274            ! pod/perltodo.pod
32275 ____________________________________________________________________________
32276 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
32277         Log: Explain a bit the new more flexible \p\P syntax.
32278      Branch: perl
32279            ! pod/perlunicode.pod
32280 ____________________________________________________________________________
32281 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
32282         Log: More leniency to the \p and \P: now can have whitespace
32283              between the property definition and the curlies; now can
32284              invert the property by having a caret between the open
32285              curly and the property.
32286      Branch: perl
32287            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
32288 ____________________________________________________________________________
32289 [ 12268] By: nick                                  on 2001/09/29  17:39:26
32290         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
32291              one test (lib/open.t) fails
32292      Branch: perlio
32293           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32294           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32295           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
32296           +> lib/Tie/Scalar.t lib/open.t
32297            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
32298            - ext/B/Stash.t
32299           !> (integrate 62 files)
32300 ____________________________________________________________________________
32301 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
32302         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
32303      Branch: perl
32304            ! t/op/chdir.t
32305 ____________________________________________________________________________
32306 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
32307         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
32308              From: "Craig A. Berry" <craigberry@mac.com> 
32309              Date: Sat, 29 Sep 2001 09:35:33 -0500
32310              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
32311      Branch: perl
32312            ! t/op/chdir.t
32313 ____________________________________________________________________________
32314 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
32315         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
32316              From: "chromatic" <chromatic@rmci.net>
32317              Date: Fri, 28 Sep 2001 21:20:12 -0600
32318              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
32319      Branch: perl
32320            + lib/Tie/Scalar.t
32321            ! MANIFEST lib/Tie/Scalar.pm
32322 ____________________________________________________________________________
32323 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
32324         Log: Allow for more flexibility in the \p{In...} names, now
32325              case doesn't matter, and any space or dash can be
32326              matched by any space, dash, underbar, or empty.
32327              (may be going too far on leniency)
32328      Branch: perl
32329            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
32330            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
32331            ! t/op/pat.t
32332 ____________________________________________________________________________
32333 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
32334         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
32335              From: "chromatic" <chromatic@rmci.net>
32336              Date: Fri, 28 Sep 2001 17:39:50 -0600
32337              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
32338      Branch: perl
32339            + lib/open.t
32340            ! MANIFEST
32341 ____________________________________________________________________________
32342 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
32343         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
32344              From: "Craig A. Berry" <craigberry@mac.com>
32345              Date: Fri, 28 Sep 2001 16:24:51 -0500
32346              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
32347      Branch: perl
32348            ! ext/File/Glob/t/basic.t
32349 ____________________________________________________________________________
32350 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
32351         Log: Subject: [DOC PATCH] Carp.pm pod typo
32352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32353              Date: Fri, 28 Sep 2001 23:14:51 +0200
32354              Message-ID: <20010928231451.E16889@rafael>
32355      Branch: perl
32356            ! lib/Carp.pm
32357 ____________________________________________________________________________
32358 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
32359         Log: Subject: [PATCH] Allow an @INC hook to set %INC
32360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32361              Date: Fri, 28 Sep 2001 22:18:13 +0200
32362              Message-ID: <20010928221813.A16889@rafael>
32363      Branch: perl
32364            ! pp_ctl.c
32365 ____________________________________________________________________________
32366 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
32367         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
32368              From: Nicholas Clark <nick@ccl4.org>
32369              Date: Fri, 28 Sep 2001 23:39:33 +0100
32370              Message-ID: <20010928233933.C23673@plum.flirble.org>
32371      Branch: perl
32372            ! embed.h embed.pl sv.h
32373 ____________________________________________________________________________
32374 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
32375         Log: Update Changes.
32376      Branch: perl
32377            ! Changes patchlevel.h
32378 ____________________________________________________________________________
32379 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
32380         Log: Move the B tests to B/t.
32381      Branch: perl
32382            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
32383            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
32384            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
32385            - ext/B/Showlex.t ext/B/Stash.t
32386            ! MANIFEST
32387 ____________________________________________________________________________
32388 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
32389         Log: Forgot from #12254.
32390      Branch: perl
32391            + ext/B/B/Terse.t
32392 ____________________________________________________________________________
32393 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
32394         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
32395              From: "chromatic" <chromatic@rmci.net>
32396              Date: Thu, 27 Sep 2001 23:22:17 -0600
32397              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
32398      Branch: perl
32399            ! MANIFEST
32400 ____________________________________________________________________________
32401 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
32402         Log: Test numbering mismatch.
32403      Branch: perl
32404            ! t/op/chdir.t
32405 ____________________________________________________________________________
32406 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
32407         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
32408              From: "Craig A. Berry" <craigberry@mac.com>
32409              Date: Wed, 26 Sep 2001 17:43:14 -0500
32410              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
32411      Branch: perl
32412            ! iperlsys.h t/op/chdir.t
32413 ____________________________________________________________________________
32414 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
32415         Log: Subject: [PATCH gv.c] make __ANON__ global
32416              From: Robin Barker <rmb1@cise.npl.co.uk>
32417              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
32418              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
32419      Branch: perl
32420            ! gv.c t/op/anonsub.t t/op/runlevel.t
32421 ____________________________________________________________________________
32422 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
32423         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
32424              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32425              Date: Thu, 27 Sep 2001 22:34:32 +0200
32426              Message-ID: <20010927223432.A1485@rafael>
32427      Branch: perl
32428            ! ext/B/B/Terse.pm
32429 ____________________________________________________________________________
32430 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
32431         Log: (retracted by #12338)
32432              
32433              Subject: [PATCH] Cleanup of perldsc.pod      
32434              From: Casey West <casey@geeknest.com>
32435              Date: Thu, 27 Sep 2001 11:13:17 -0400
32436              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
32437      Branch: perl
32438            ! pod/perldsc.pod
32439 ____________________________________________________________________________
32440 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
32441         Log: Not everyone is using ithreads...
32442      Branch: perl
32443            ! ext/Devel/Peek/Peek.t
32444 ____________________________________________________________________________
32445 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
32446         Log: Document the nss_delete core dump workaround for HP-UX
32447              and Solaris, bug IDs 20010805.018 and 20010629.004.
32448      Branch: perl
32449            ! README.hpux README.solaris
32450 ____________________________________________________________________________
32451 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
32452         Log: Dump Unicode hash keys also as Unicode,
32453              not just as a byte string.
32454      Branch: perl
32455            ! dump.c ext/Devel/Peek/Peek.t
32456 ____________________________________________________________________________
32457 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
32458         Log: Integrate changes #12241 and #12242 from macperl:
32459              
32460              Remove unneeded disabling of umask() calls
32461              
32462              Note (get|set)sockopt are available.
32463      Branch: perl
32464           !> lib/File/Temp.pm pod/perlport.pod
32465 ____________________________________________________________________________
32466 [ 12244] By: sky                                   on 2001/09/27  08:53:00
32467         Log: Flush buffers on thread closedown.
32468      Branch: perl
32469            ! ext/threads/threads.xs
32470 ____________________________________________________________________________
32471 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
32472         Log: Dump SvUTF8(sv)s also as \x{...}.
32473              
32474              TODO: dump the SvUTF8() hash keys similarly. 
32475      Branch: perl
32476            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
32477 ____________________________________________________________________________
32478 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
32479         Log: Note (get|set)sockopt are available.
32480      Branch: maint-5.6/macperl
32481            ! pod/perlport.pod
32482 ____________________________________________________________________________
32483 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
32484         Log: Remove unneeded disabling of umask() calls
32485      Branch: maint-5.6/macperl
32486            ! lib/File/Temp.pm
32487 ____________________________________________________________________________
32488 [ 12240] By: sky                                   on 2001/09/26  18:44:56
32489         Log: Documention update
32490      Branch: perl
32491            ! ext/threads/threads.pm
32492 ____________________________________________________________________________
32493 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
32494         Log: Update Changes.
32495      Branch: perl
32496            ! Changes patchlevel.h
32497 ____________________________________________________________________________
32498 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
32499         Log: Check that all environment variables are tainted.
32500      Branch: perl
32501            ! t/op/taint.t
32502 ____________________________________________________________________________
32503 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
32504         Log: Manual integration error in #12235.
32505      Branch: perl
32506            ! lib/File/DosGlob.t
32507 ____________________________________________________________________________
32508 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
32509         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
32510              From: "chromatic" <chromatic@rmci.net>
32511              Date: Tue, 25 Sep 2001 23:57:07 -0600
32512              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
32513      Branch: perl
32514            ! perlio.c
32515 ____________________________________________________________________________
32516 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
32517         Log: Integrate macperl changes from Chris Nandor:
32518              12192 11817 11815 11813 11778 11775
32519              
32520              Update CPAN.pm to work with new Mac::BuildTools instead
32521              of ExtUtils::MM_MacOS "orphan" functions
32522              
32523              Fix test
32524              
32525              Make syntax check report in MPW style, fix tests
32526              to use Mac::err=unix to get normal-style error
32527              messages.
32528              
32529              More module and test ports from Thomas Wegner et al
32530              
32531              Fix open of /dev/null for Mac OS
32532              
32533              Allow for platforms to override formatting of errors
32534              on output from Matthias Neeracher (core files)
32535      Branch: perl
32536            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
32537            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
32538            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
32539           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
32540           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
32541           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
32542 ____________________________________________________________________________
32543 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
32544         Log: grrr.
32545      Branch: perl
32546            ! t/op/gv.t
32547 ____________________________________________________________________________
32548 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
32549         Log: Retract #12232.
32550      Branch: perl
32551            ! t/op/gv.t
32552 ____________________________________________________________________________
32553 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
32554         Log: (Retracted by #12233.)
32555      Branch: perl
32556            ! t/op/gv.t
32557 ____________________________________________________________________________
32558 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
32559         Log: Detypo.
32560      Branch: perl
32561            ! ext/Encode/Makefile.PL
32562 ____________________________________________________________________________
32563 [ 12230] By: sky                                   on 2001/09/26  11:36:23
32564         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
32565              We are using a "delay" here because we do not want to depend on thread synchronization issues.
32566      Branch: perl
32567            + ext/threads/t/stress_cv.t
32568            ! MANIFEST ext/threads/t/stress_string.t
32569 ____________________________________________________________________________
32570 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
32571         Log: NetWare tweak from Ananth Kesari.
32572      Branch: perl
32573            ! NetWare/t/Readme.txt
32574 ____________________________________________________________________________
32575 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
32576         Log: Trick to fool case-blind filesystems.
32577      Branch: perl
32578            ! ext/Encode/Makefile.PL
32579 ____________________________________________________________________________
32580 [ 12227] By: sky                                   on 2001/09/26  11:06:50
32581         Log: Threads can start executing in a different order than they were
32582              created.... so we cannot ok() inside the threadstarter.
32583      Branch: perl
32584            ! ext/threads/t/stress_string.t
32585 ____________________________________________________________________________
32586 [ 12226] By: sky                                   on 2001/09/26  07:41:45
32587         Log: Add in stress_string.t to stress test threads a bit more.
32588      Branch: perl
32589            + ext/threads/t/stress_string.t
32590            ! MANIFEST
32591 ____________________________________________________________________________
32592 [ 12225] By: sky                                   on 2001/09/26  07:04:21
32593         Log: Fix negative refcount introduced by #12223.
32594      Branch: perl
32595            ! ext/threads/threads.xs
32596 ____________________________________________________________________________
32597 [ 12224] By: sky                                   on 2001/09/26  06:57:58
32598         Log: Update documentation to match change #12223
32599      Branch: perl
32600            ! sharedsv.c
32601 ____________________________________________________________________________
32602 [ 12223] By: sky                                   on 2001/09/26  06:54:32
32603         Log: Use a separate interpreter for the sharedsv space. Another
32604              negative sv leak. Sigh.
32605      Branch: perl
32606            ! sharedsv.c
32607 ____________________________________________________________________________
32608 [ 12222] By: sky                                   on 2001/09/26  05:58:35
32609         Log: Do the environ assignment in perl_contruct to match perl_destruct.
32610              Now we don't need to perl_parse/perl_run. However environ is a
32611              global....
32612      Branch: perl
32613            ! perl.c
32614 ____________________________________________________________________________
32615 [ 12221] By: sky                                   on 2001/09/26  05:41:02
32616         Log: Move the creation of PL_strtab to perl_construct so we can work
32617              with HV and HEs without running perl_parse.
32618      Branch: perl
32619            ! perl.c
32620 ____________________________________________________________________________
32621 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
32622         Log: integrate macperl changes into maint-5.6
32623      Branch: maint-5.6/perl
32624           !> (integrate 26 files)
32625 ____________________________________________________________________________
32626 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
32627         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
32628              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
32629      Branch: maint-5.6/macperl
32630            ! macos/ext/Mac/Fonts/Fonts.xs
32631            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
32632 ____________________________________________________________________________
32633 [ 12218] By: ams                                   on 2001/09/25  23:31:33
32634         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
32635              From: Nicholas Clark <nick@ccl4.org>
32636              Date: Wed, 26 Sep 2001 01:20:20 +0100
32637              Message-Id: <20010926012020.B48092@plum.flirble.org>
32638      Branch: perl
32639            ! lib/AutoSplit.t
32640 ____________________________________________________________________________
32641 [ 12217] By: ams                                   on 2001/09/25  22:33:05
32642         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
32643              From: "Craig A. Berry" <craigberry@mac.com>
32644              Date: Tue, 25 Sep 2001 18:08:42 -0500
32645              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
32646      Branch: perl
32647            ! vms/vms.c
32648 ____________________________________________________________________________
32649 [ 12216] By: ams                                   on 2001/09/25  21:41:01
32650         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
32651              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
32652              From: Michael G Schwern <schwern@pobox.com>
32653              Date: Wed, 26 Sep 2001 00:38:21 -0400
32654              Message-Id: <20010926003821.A627@blackrider>
32655      Branch: perl
32656            ! lib/AutoSplit.t
32657 ____________________________________________________________________________
32658 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
32659         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
32660              From: Michael G Schwern <schwern@pobox.com>
32661              Date: Tue, 25 Sep 2001 17:43:49 -0400
32662              Message-ID: <20010925174349.B19534@blackrider>
32663      Branch: perl
32664            ! lib/Test/Simple.pm lib/Test/Utils.pm
32665 ____________________________________________________________________________
32666 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
32667         Log: Integrate changes from bleadperl.
32668      Branch: maint-5.6/macperl
32669           !> pod/perlport.pod
32670 ____________________________________________________________________________
32671 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
32672         Log: skip($mess) should result in one skip.
32673      Branch: perl
32674            ! t/test.pl
32675 ____________________________________________________________________________
32676 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
32677         Log: Integrate change #12200 from maintperl.
32678      Branch: maint-5.6/macperl
32679           !> win32/perlhost.h
32680 ____________________________________________________________________________
32681 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
32682         Log: Fix file types to "apple"
32683      Branch: maint-5.6/macperl
32684            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
32685            ! macos/ext/Mac/SAT/t/Collision.rsrc
32686 ____________________________________________________________________________
32687 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
32688         Log: Fix rsrc file as snd file; fix path in t file.
32689      Branch: maint-5.6/macperl
32690            ! macos/ext/Mac/Notification/t/Notification.rsrc
32691            ! macos/ext/Mac/Notification/t/Notification.t
32692 ____________________________________________________________________________
32693 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
32694         Log: Sync up with File::Find from bleadperl.
32695      Branch: maint-5.6/macperl
32696            ! lib/File/Find.pm t/lib/filefind-taint.t
32697 ____________________________________________________________________________
32698 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
32699         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
32700              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
32701              of hundreds)
32702      Branch: maint-5.6/macperl
32703            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
32704            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
32705            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
32706 ____________________________________________________________________________
32707 [ 12207] By: nick                                  on 2001/09/25  19:04:36
32708         Log: Integrate mainline (untested while modem is up)
32709      Branch: perlio
32710           +> lib/AutoSplit.t t/test.pl
32711            - lib/warnings/register.t
32712           !> (integrate 28 files)
32713 ____________________________________________________________________________
32714 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
32715         Log: perldiag entry for #12205.
32716      Branch: perl
32717            ! pod/perldiag.pod
32718 ____________________________________________________________________________
32719 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
32720         Log: Subject: [PATCH] warning on v-string in use/require
32721              From: John Peacock <jpeacock@rowman.com>
32722              Date: Mon, 24 Sep 2001 17:29:03 -0400
32723              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
32724      Branch: perl
32725            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
32726 ____________________________________________________________________________
32727 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
32728         Log: perltooc et al updates.
32729      Branch: perl
32730            ! plan9/mkfile pod/roffitall
32731 ____________________________________________________________________________
32732 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
32733         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
32734              From: Michael G Schwern <schwern@pobox.com>
32735              Date: Sun, 23 Sep 2001 00:07:12 -0400
32736              Message-ID: <20010923000712.A7005@blackrider>
32737      Branch: perl
32738            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
32739 ____________________________________________________________________________
32740 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
32741         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
32742              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32743              Date: Wed, 26 Sep 2001 01:25:10 +0900
32744              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
32745      Branch: perl
32746            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
32747            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
32748            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
32749 ____________________________________________________________________________
32750 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
32751         Log: Integrate change #12200 from maintperl;
32752              on windows, virtualized environment could propagate deleted variables
32753              into children if they happen to be at the very end of the table
32754      Branch: perl
32755           !> win32/perlhost.h
32756 ____________________________________________________________________________
32757 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
32758         Log: on windows, virtualized environment could propagate deleted variables
32759              into children if they happen to be at the very end of the table
32760              (thanks for succinct test case from Johan Holmberg, and fix from
32761              Doug Lankshear)
32762      Branch: maint-5.6/perl
32763            ! win32/perlhost.h
32764 ____________________________________________________________________________
32765 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
32766         Log: avoid the use of ftime() (it does a useless, potentially
32767              expensive call to GetTimeZoneInformation()); this potentially
32768              also results in three more digits of precision from
32769              Time::HiRes::time()
32770      Branch: perl
32771            ! ext/Time/HiRes/HiRes.xs
32772 ____________________________________________________________________________
32773 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
32774         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
32775              
32776              Note: io/binmode is failing, have to figure out why.
32777      Branch: perl
32778            + t/test.pl
32779            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
32780            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
32781            ! t/run/exit.t
32782 ____________________________________________________________________________
32783 [ 12197] By: ams                                   on 2001/09/25  13:48:55
32784         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
32785              From: Nicholas Clark <nick@ccl4.org>
32786              Date: Tue, 25 Sep 2001 00:37:40 +0100
32787              Message-Id: <20010925003740.S4971@plum.flirble.org>
32788              (Further changes expected.)
32789      Branch: perl
32790            + lib/AutoSplit.t
32791            ! MANIFEST
32792 ____________________________________________________________________________
32793 [ 12196] By: sky                                   on 2001/09/25  13:37:12
32794         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
32795              _ftime to try and be more robust.
32796      Branch: perl
32797            ! ext/Time/HiRes/HiRes.xs
32798 ____________________________________________________________________________
32799 [ 12194] By: ams                                   on 2001/09/25  11:40:00
32800         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
32801              From: "Craig A. Berry" <craigberry@mac.com>
32802              Date: Mon, 24 Sep 2001 17:54:20 -0500
32803              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
32804      Branch: perl
32805            ! vms/descrip_mms.template
32806 ____________________________________________________________________________
32807 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
32808         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
32809              not working, cursor not spinning (Bug #422129); external
32810              editor problems (Bug #456329); escape/cmd-. not activating
32811              "Cancel" in Save dialog box (Bug #446960); Runtimes not
32812              executing on launch (Bug #464441).
32813      Branch: maint-5.6/macperl
32814            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
32815            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
32816            ! macos/macperl/MacPerl.r
32817 ____________________________________________________________________________
32818 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
32819         Log: Update CPAN.pm to work with new Mac::BuildTools instead
32820              of ExtUtils::MM_MacOS "orphan" functions
32821      Branch: maint-5.6/macperl
32822            ! lib/CPAN.pm
32823 ____________________________________________________________________________
32824 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
32825         Log: Fix up another xsubpp problem (Matthias Neeracher)
32826      Branch: maint-5.6/macperl
32827            ! macos/xsubpp
32828 ____________________________________________________________________________
32829 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
32830         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
32831      Branch: maint-5.6/macperl
32832            ! macos/lib/ExtUtils/MM_MacOS.pm
32833 ____________________________________________________________________________
32834 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
32835         Log: Fix up Makefiles for more Mac:: modules (and prepare for
32836              static build ...?)
32837      Branch: maint-5.6/macperl
32838            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
32839            ! macos/macperl/Makefile.mk
32840 ____________________________________________________________________________
32841 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
32842         Log: Fix up tests
32843      Branch: maint-5.6/macperl
32844            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
32845 ____________________________________________________________________________
32846 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
32847         Log: Make malloc smarter, fix bugs.  (Bug #404030)
32848      Branch: maint-5.6/macperl
32849            ! macos/icemalloc.c macos/icemalloc.h
32850 ____________________________________________________________________________
32851 [ 12186] By: nick                                  on 2001/09/24  19:18:17
32852         Log: Integrate mainline
32853      Branch: perlio
32854           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
32855           +> lib/filetest.t
32856           !> (integrate 30 files)
32857 ____________________________________________________________________________
32858 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
32859         Log: Retract #12136, the warnings::register is already
32860              tested by t/lib/warnings/9enabled, as pointed out
32861              by Paul Marquess.
32862      Branch: perl
32863            - lib/warnings/register.t
32864            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
32865 ____________________________________________________________________________
32866 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
32867         Log: fix Time::HiRes implementation of gettimeofday() on windows
32868              (HiRes.t#14 now passes)
32869      Branch: perl
32870            ! ext/Time/HiRes/HiRes.xs
32871 ____________________________________________________________________________
32872 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
32873         Log: File::Spec::catfile() canonifies everything to blackslashes on
32874              windows :-(
32875      Branch: perl
32876            ! lib/ExtUtils/Manifest.t
32877 ____________________________________________________________________________
32878 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
32879         Log: test number mismatch
32880      Branch: perl
32881            ! t/op/magic.t
32882 ____________________________________________________________________________
32883 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
32884         Log: ok().
32885      Branch: perl
32886            ! t/op/pack.t
32887 ____________________________________________________________________________
32888 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
32889         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
32890              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
32891      Branch: perl
32892            ! pp_pack.c t/op/pack.t
32893 ____________________________________________________________________________
32894 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
32895         Log: Update Changes.
32896      Branch: perl
32897            ! Changes patchlevel.h
32898 ____________________________________________________________________________
32899 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
32900         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
32901              From: Michael G Schwern <schwern@pobox.com>
32902              Date: Mon, 24 Sep 2001 11:12:13 -0400
32903              Message-ID: <20010924111213.G27885@blackrider>
32904      Branch: perl
32905            ! lib/ExtUtils/Manifest.pm
32906 ____________________________________________________________________________
32907 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
32908         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
32909              From: Michael G Schwern <schwern@pobox.com> 
32910              Date: Mon, 24 Sep 2001 11:02:07 -0400
32911              Message-ID: <20010924110207.E27885@blackrider>
32912      Branch: perl
32913            ! vms/test.com
32914 ____________________________________________________________________________
32915 [ 12176] By: ams                                   on 2001/09/24  14:01:59
32916         Log: Update Changes.
32917      Branch: perl
32918            ! Changes
32919 ____________________________________________________________________________
32920 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
32921         Log: Various cleanups.
32922      Branch: perl
32923            ! ext/threads/Makefile.PL ext/threads/threads.xs
32924 ____________________________________________________________________________
32925 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
32926         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
32927      Branch: maint-5.6/macperl
32928           !> (integrate 33 files)
32929 ____________________________________________________________________________
32930 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
32931         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
32932              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
32933              Date: Mon, 24 Sep 2001 20:04:58 +0900
32934              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
32935      Branch: perl
32936            ! ext/Encode/Encode/gb2312.enc
32937 ____________________________________________________________________________
32938 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
32939         Log: Clarifying comment to #12164.
32940      Branch: perl
32941            ! lib/Cwd.pm
32942 ____________________________________________________________________________
32943 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
32944         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
32945              From: Nicholas Clark <nick@ccl4.org>
32946              Date: Sun, 23 Sep 2001 23:00:56 +0100
32947              Message-ID: <20010923230055.Y4971@plum.flirble.org>
32948              
32949              (with "sample_constants" changed to "fallback")
32950      Branch: perl
32951            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
32952            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
32953            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
32954            ! lib/h2xs.t utils/h2xs.PL
32955 ____________________________________________________________________________
32956 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
32957         Log: Metaconfig unit change for #12167.
32958      Branch: metaconfig
32959            ! U/modified/Cppsym.U
32960 ____________________________________________________________________________
32961 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
32962         Log: Add a few glibc cpp symbols to probe for.
32963      Branch: perl
32964            ! Configure
32965 ____________________________________________________________________________
32966 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
32967         Log: DJGPP tweaks for Laszlo Molnar.
32968      Branch: perl
32969            ! djgpp/djgppsed.sh dosish.h
32970 ____________________________________________________________________________
32971 [ 12165] By: ams                                   on 2001/09/24  10:07:08
32972         Log: Subject: [PATCH t/op/inccode.t] More tests
32973              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
32974              Date: 24 Sep 2001 10:01:44 -0000
32975              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
32976      Branch: perl
32977            ! t/op/inccode.t
32978 ____________________________________________________________________________
32979 [ 12164] By: ams                                   on 2001/09/24  09:43:29
32980         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
32981              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
32982              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
32983              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
32984      Branch: perl
32985            ! lib/Cwd.pm
32986 ____________________________________________________________________________
32987 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
32988         Log: 1_compile updates.
32989      Branch: perl
32990            ! t/lib/1_compile.t
32991 ____________________________________________________________________________
32992 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
32993         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
32994              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
32995              Date: Wed, 19 Sep 2001 22:47:14 +0200
32996              Message-ID: <20010919224714.A6382@rafael>
32997      Branch: perl
32998            ! pod/perlvar.pod pp_ctl.c
32999 ____________________________________________________________________________
33000 [ 12161] By: ams                                   on 2001/09/23  17:40:02
33001         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
33002              filetest Pragma
33003              From: "chromatic" <chromatic@rmci.net>
33004              Date: Sun, 23 Sep 2001 12:07:25 -0600
33005              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
33006      Branch: perl
33007            + lib/filetest.t
33008            ! MANIFEST t/lib/1_compile.t
33009 ____________________________________________________________________________
33010 [ 12160] By: ams                                   on 2001/09/23  16:32:11
33011         Log: Additional minor chdir() tweak.
33012      Branch: perl
33013            ! pod/perlfunc.pod
33014 ____________________________________________________________________________
33015 [ 12159] By: ams                                   on 2001/09/23  16:25:01
33016         Log: Subject: PATCH lib/ExtUtils/Command.t
33017              From: Abe Timmerman <abe@ztreet.demon.nl>
33018              Date: Sun, 23 Sep 2001 19:11:44 +0200
33019              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
33020      Branch: perl
33021            ! lib/ExtUtils/Command.t
33022 ____________________________________________________________________________
33023 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
33024         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
33025              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
33026              Date: Sun, 23 Sep 2001 02:02:26 +0200
33027              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
33028      Branch: perl
33029            ! makedef.pl
33030 ____________________________________________________________________________
33031 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
33032         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
33033              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
33034              Date: Sat, 22 Sep 2001 12:54:39 -0500
33035              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
33036      Branch: perl
33037            ! t/op/study.t
33038 ____________________________________________________________________________
33039 [ 12156] By: nick                                  on 2001/09/23  07:48:44
33040         Log: Integrate mainline
33041      Branch: perlio
33042            - check83.pl
33043           !> ext/Encode/Encode/2022-cn.enc
33044 ____________________________________________________________________________
33045 [ 12155] By: nick                                  on 2001/09/23  07:48:01
33046         Log: Integrate mainline
33047      Branch: perlio
33048           +> (branch 64 files)
33049            - ext/Encode/Encode/cns11643-1.enc
33050            - ext/Encode/Encode/cns11643-2.enc
33051            - ext/Encode/Encode/iso2022-cn.enc
33052            - ext/Encode/Encode/iso2022-jp.enc
33053            - ext/Encode/Encode/iso2022-jp1.enc
33054            - ext/Encode/Encode/iso2022-jp2.enc
33055            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33056            - ext/Encode/Encode/iso8859-1.enc
33057            - ext/Encode/Encode/iso8859-1.ucm
33058            - ext/Encode/Encode/iso8859-10.enc
33059            - ext/Encode/Encode/iso8859-10.ucm
33060            - ext/Encode/Encode/iso8859-13.enc
33061            - ext/Encode/Encode/iso8859-13.ucm
33062            - ext/Encode/Encode/iso8859-14.enc
33063            - ext/Encode/Encode/iso8859-14.ucm
33064            - ext/Encode/Encode/iso8859-15.enc
33065            - ext/Encode/Encode/iso8859-15.ucm
33066            - ext/Encode/Encode/iso8859-16.enc
33067            - ext/Encode/Encode/iso8859-16.ucm
33068            - ext/Encode/Encode/iso8859-2.enc
33069            - ext/Encode/Encode/iso8859-2.ucm
33070            - ext/Encode/Encode/iso8859-3.enc
33071            - ext/Encode/Encode/iso8859-3.ucm
33072            - ext/Encode/Encode/iso8859-4.enc
33073            - ext/Encode/Encode/iso8859-4.ucm
33074            - ext/Encode/Encode/iso8859-5.enc
33075            - ext/Encode/Encode/iso8859-5.ucm
33076            - ext/Encode/Encode/iso8859-6.enc
33077            - ext/Encode/Encode/iso8859-6.ucm
33078            - ext/Encode/Encode/iso8859-7.enc
33079            - ext/Encode/Encode/iso8859-7.ucm
33080            - ext/Encode/Encode/iso8859-8.enc
33081            - ext/Encode/Encode/iso8859-8.ucm
33082            - ext/Encode/Encode/iso8859-9.enc
33083            - ext/Encode/Encode/iso8859-9.ucm
33084            - ext/Encode/Encode/isoir-197.enc
33085            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
33086            - t/lib/sample-tests/header_at_end
33087            - t/lib/sample-tests/header_at_end_fail
33088           !> (integrate 174 files)
33089 ____________________________________________________________________________
33090 [ 12154] By: ams                                   on 2001/09/23  07:11:46
33091         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
33092              by Blair Zajac.
33093      Branch: perl
33094            ! pod/perlfunc.pod
33095 ____________________________________________________________________________
33096 [ 12153] By: ams                                   on 2001/09/23  06:56:32
33097         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
33098              Forgotten deprecation of *glob{FILEHANDLE}?
33099              From: "chromatic" <chromatic@rmci.net>
33100              Date: Sat, 22 Sep 2001 21:27:56 -0600
33101              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
33102      Branch: perl
33103            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
33104 ____________________________________________________________________________
33105 [ 12152] By: ams                                   on 2001/09/23  06:42:58
33106         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
33107              From: Michael G Schwern <schwern@pobox.com>
33108              Date: Sun, 23 Sep 2001 03:34:39 -0400
33109              Message-Id: <20010923033439.E7005@blackrider>
33110      Branch: perl
33111            ! lib/File/Find.pm
33112 ____________________________________________________________________________
33113 [ 12151] By: ams                                   on 2001/09/23  06:37:57
33114         Log: Subject: Re: t/op/magic.t missing tests on Win32
33115              From: Michael G Schwern <schwern@pobox.com>
33116              Date: Sat, 22 Sep 2001 20:29:09 -0400
33117              Message-Id: <20010922202909.I18223@blackrider>
33118      Branch: perl
33119            ! t/op/magic.t
33120 ____________________________________________________________________________
33121 [ 12150] By: ams                                   on 2001/09/23  06:36:26
33122         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
33123              Dumpvalue.pm
33124              From: "chromatic" <chromatic@rmci.net>
33125              Date: Sat, 22 Sep 2001 19:41:31 -0600
33126              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
33127      Branch: perl
33128            + lib/Dumpvalue.t
33129            ! MANIFEST lib/Dumpvalue.pm
33130 ____________________________________________________________________________
33131 [ 12149] By: ams                                   on 2001/09/23  06:25:35
33132         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
33133              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
33134              Date: Sun, 23 Sep 2001 15:27:56 +0900
33135              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
33136      Branch: perl
33137            ! ext/Encode/Encode/2022-cn.enc
33138 ____________________________________________________________________________
33139 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
33140         Log: Manual eror in #12147.
33141      Branch: perl
33142            ! win32/win32.c
33143 ____________________________________________________________________________
33144 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
33145         Log: Integrate change #12146 from maintperl;
33146              win32_chdir() et al don't handle a NULL argument gracefully
33147      Branch: perl
33148           !> win32/perlhost.h win32/win32.c
33149 ____________________________________________________________________________
33150 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
33151         Log: win32_chdir() et al don't handle a NULL argument gracefully
33152      Branch: maint-5.6/perl
33153            ! win32/perlhost.h win32/win32.c
33154 ____________________________________________________________________________
33155 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
33156         Log: typo in change#12026
33157      Branch: maint-5.6/perl
33158            ! op.c
33159 ____________________________________________________________________________
33160 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
33161         Log: Subject: [PATCH] Re: scalar context unpack bugs
33162              From: Nicholas Clark <nick@ccl4.org>
33163              Date: Sat, 22 Sep 2001 23:07:56 +0100
33164              Message-ID: <20010922230755.O4971@plum.flirble.org>
33165      Branch: perl
33166            ! pp_pack.c t/op/pack.t
33167 ____________________________________________________________________________
33168 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
33169         Log: Try ExtUtils::Command.t everywhere, not just on Win32
33170              (as suggested by NI-S).  Also allow running it either
33171              in t/ or in the main directory.
33172      Branch: perl
33173            ! lib/ExtUtils/Command.t
33174 ____________________________________________________________________________
33175 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
33176         Log: Update the test on warnings/register.t.
33177      Branch: perl
33178            ! t/lib/1_compile.t
33179 ____________________________________________________________________________
33180 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
33181         Log: The code is now almost tidy enough to keep the IRIX cc happy.
33182      Branch: perl
33183            ! hints/irix_6.sh
33184 ____________________________________________________________________________
33185 [ 12140] By: ams                                   on 2001/09/22  17:26:32
33186         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
33187              use_ithreads
33188              From: "Craig A. Berry" <craigberry@mac.com>
33189              Date: Sat, 22 Sep 2001 13:15:32 -0500
33190              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
33191      Branch: perl
33192            ! configure.com
33193 ____________________________________________________________________________
33194 [ 12139] By: ams                                   on 2001/09/22  16:44:08
33195         Log: Do what perl_clone() does for sharedsv functions.
33196      Branch: perl
33197            ! embed.pl proto.h
33198 ____________________________________________________________________________
33199 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
33200         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
33201              (suggested by Sarathy, extensions shouldn't be dabbling with
33202              op structures, so binary backward compatibility should not be
33203              an issue.)
33204      Branch: perl
33205            ! hints/irix_6.sh op.h
33206 ____________________________________________________________________________
33207 [ 12137] By: ams                                   on 2001/09/22  16:21:05
33208         Log: More cleanups. (What's PERL_DECL_PROT?)
33209      Branch: perl
33210            ! embed.pl proto.h sharedsv.h
33211 ____________________________________________________________________________
33212 [ 12136] By: ams                                   on 2001/09/22  15:14:34
33213         Log: (Retracted by #12185)
33214              
33215              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
33216              Add Tests for warnings::register, Doc Update
33217              From: "chromatic" <chromatic@rmci.net>
33218              Date: Sat, 22 Sep 2001 09:43:20 -0600
33219              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
33220      Branch: perl
33221            + lib/warnings/register.t
33222            ! MANIFEST lib/warnings/register.pm
33223 ____________________________________________________________________________
33224 [ 12135] By: ams                                   on 2001/09/22  15:07:50
33225         Log: `@foo' should be @foo for consistency.
33226      Branch: perl
33227            ! pod/perldiag.pod
33228 ____________________________________________________________________________
33229 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
33230         Log: (Retracted by #12138)
33231              
33232              Add -woff (turn warning off) 3187:
33233              "A pointer is converted to a smaller integer."
33234              This happens when your pointers are 64-bit: then every case
33235              of converting pointers to PADOFFSETs (explicitly 32-bit)
33236              faces truncation (even explicit use of INT2PTR doesn't help).
33237              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
33238              Changing PADOFFSET from U32 to UV would help, but that
33239              would break binary backward compatibility of BASEOP and padop
33240              (assuming you have been using 64-bit pointers).
33241      Branch: perl
33242            ! hints/irix_6.sh
33243 ____________________________________________________________________________
33244 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
33245         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
33246              but the name comes from the inside the file, not from the file
33247              name, and Rumanian is the name of the language.
33248      Branch: perl
33249            + ext/Encode/Encode/macRumanian.enc
33250            - ext/Encode/Encode/macRomania.enc
33251            ! MANIFEST
33252 ____________________________________________________________________________
33253 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
33254         Log: Rename perltootc as perltooc for 8.3-friedliness.
33255      Branch: perl
33256            + pod/perltooc.pod
33257            - pod/perltootc.pod
33258            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
33259            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
33260            ! pod/perltoot.pod
33261 ____________________________________________________________________________
33262 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
33263         Log: Find more conflicts by lowercasing.
33264      Branch: perl
33265            + Porting/check83.pl
33266            - check83.pl
33267            ! MANIFEST
33268 ____________________________________________________________________________
33269 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
33270         Log: The AIX cc 5.0.0.0 is simply too buggy.
33271      Branch: perl
33272            ! hints/aix.sh
33273 ____________________________________________________________________________
33274 [ 12129] By: ams                                   on 2001/09/22  12:35:38
33275         Log: Uninteresting cleanup.
33276      Branch: perl
33277            ! form.h
33278 ____________________________________________________________________________
33279 [ 12128] By: ams                                   on 2001/09/22  12:28:48
33280         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
33281              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33282              Date: Sat, 22 Sep 2001 14:29:13 +0100
33283              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
33284      Branch: perl
33285            ! cv.h
33286 ____________________________________________________________________________
33287 [ 12127] By: ams                                   on 2001/09/22  12:04:28
33288         Log: What's a backet?
33289      Branch: perl
33290            ! dump.c
33291 ____________________________________________________________________________
33292 [ 12126] By: ams                                   on 2001/09/22  10:02:34
33293         Log: Removed duplicated tests #19 and #20.
33294      Branch: perl
33295            ! t/op/do.t
33296 ____________________________________________________________________________
33297 [ 12125] By: ams                                   on 2001/09/22  03:58:41
33298         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
33299              From: Michael Carman <mjcarman@home.com>
33300              Date: Fri, 21 Sep 2001 17:54:05 -0500
33301              Message-Id: <3BABC50D.6040202@home.com>
33302              (Applied with some changes.)
33303      Branch: perl
33304            ! pod/perlmod.pod
33305 ____________________________________________________________________________
33306 [ 12124] By: ams                                   on 2001/09/22  03:44:19
33307         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
33308              From: Michael G Schwern <schwern@pobox.com>
33309              Date: Fri, 21 Sep 2001 19:20:40 -0400
33310              Message-Id: <20010921192040.E5494@blackrider>
33311      Branch: perl
33312            ! t/op/chdir.t
33313 ____________________________________________________________________________
33314 [ 12123] By: ams                                   on 2001/09/22  03:41:08
33315         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
33316              From: Blair Zajac <blair@orcaware.com>
33317              Date: Fri, 21 Sep 2001 15:13:04 -0700
33318              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
33319      Branch: perl
33320            ! t/op/chdir.t
33321 ____________________________________________________________________________
33322 [ 12122] By: ams                                   on 2001/09/22  03:37:07
33323         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
33324              20010920.007
33325              From: Michael G Schwern <schwern@pobox.com>
33326              Date: Fri, 21 Sep 2001 17:59:03 -0400
33327              Message-Id: <20010921175903.V5494@blackrider>
33328      Branch: perl
33329            ! t/op/do.t
33330 ____________________________________________________________________________
33331 [ 12121] By: ams                                   on 2001/09/22  03:30:38
33332         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
33333              suite on WinCE)
33334              From: Michael G Schwern <schwern@pobox.com>
33335              Date: Fri, 21 Sep 2001 19:41:03 -0400
33336              Message-Id: <20010921194103.G5494@blackrider>
33337      Branch: perl
33338            ! pod/perlport.pod
33339 ____________________________________________________________________________
33340 [ 12120] By: ams                                   on 2001/09/22  03:28:06
33341         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
33342              From: Michael G Schwern <schwern@pobox.com>
33343              Date: Fri, 21 Sep 2001 17:33:35 -0400
33344              Message-Id: <20010921173335.T5494@blackrider>
33345              ($ENV{FOO}=undef hunk not applied.)
33346      Branch: perl
33347            ! t/op/magic.t
33348 ____________________________________________________________________________
33349 [ 12119] By: ams                                   on 2001/09/22  03:02:26
33350         Log: Subject: [PATCH] perldiag.pod
33351              From: Peter Scott <Peter@PSDT.com>
33352              Date: Fri, 21 Sep 2001 18:54:50 -0700
33353              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
33354              (Moved to the right place.)
33355      Branch: perl
33356            ! pod/perldiag.pod
33357 ____________________________________________________________________________
33358 [ 12118] By: ams                                   on 2001/09/21  20:05:29
33359         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
33360              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33361              Date: Fri, 21 Sep 2001 22:36:54 +0200
33362              Message-Id: <20010921223654.A12742@rafael>
33363      Branch: perl
33364            ! t/op/do.t
33365 ____________________________________________________________________________
33366 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
33367         Log: Restore things as they were before
33368              the backward compatibility police notices.
33369      Branch: perl
33370            ! lib/Cwd.pm
33371 ____________________________________________________________________________
33372 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
33373         Log: More Cwd from Schwern: make also OS/2 and DOS
33374              Cwd agree with File::Spec (that is, native path
33375              syntax using \ instead of / -- backward compatibility
33376              polic warning) and stop Win32 from using bsd_realpath().
33377      Branch: perl
33378            ! lib/Cwd.pm
33379 ____________________________________________________________________________
33380 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
33381         Log: Subject: [PATCH @12110] RE: Untested libraries update
33382              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
33383              Date: Fri, 21 Sep 2001 18:21:07 +0100
33384              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
33385      Branch: perl
33386            ! lib/warnings/register.pm
33387 ____________________________________________________________________________
33388 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
33389         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
33390              From: Michael G Schwern <schwern@pobox.com>
33391              Date: Thu, 20 Sep 2001 22:54:02 -0400
33392              Message-ID: <20010920225402.A3611@blackrider>
33393      Branch: perl
33394            ! lib/Cwd.pm
33395 ____________________________________________________________________________
33396 [ 12113] By: ams                                   on 2001/09/21  17:08:24
33397         Log: Subject: [PATCH] avoid v-strings with require/use
33398              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
33399              Date: Fri, 21 Sep 2001 12:34:40 -0400
33400              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
33401      Branch: perl
33402            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
33403            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
33404            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33405            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
33406            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
33407            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
33408            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
33409            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33410            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
33411            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
33412            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
33413            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
33414            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
33415            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
33416            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
33417            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
33418            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
33419            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
33420            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
33421 ____________________________________________________________________________
33422 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
33423         Log: Update Changes.
33424      Branch: perl
33425            ! Changes patchlevel.h
33426 ____________________________________________________________________________
33427 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
33428         Log: Make AIX and Tru64 compilers happy.  
33429      Branch: perl
33430            ! ext/threads/threads.h ext/threads/threads.xs
33431 ____________________________________________________________________________
33432 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
33433         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
33434              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
33435              Date: 21 Sep 2001 09:16:37 -0000
33436              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
33437      Branch: perl
33438            ! toke.c
33439 ____________________________________________________________________________
33440 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
33441         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
33442              From: Michael G Schwern <schwern@pobox.com>
33443              Date: Thu, 20 Sep 2001 21:21:34 -0400
33444              Message-ID: <20010920212134.Y28291@blackrider>
33445      Branch: perl
33446            ! pp_sys.c
33447 ____________________________________________________________________________
33448 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
33449         Log: Subject: Re: GDB Debugging Macros from mod_perl
33450              From: rspier@pobox.com (Robert Spier)
33451              Date: Thu, 20 Sep 2001 22:45:03 -0700
33452              Message-ID: <15274.54239.413929.49430@rls.cx>
33453      Branch: perl
33454            ! pod/perltodo.pod
33455 ____________________________________________________________________________
33456 [ 12105] By: sky                                   on 2001/09/21  10:33:34
33457         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
33458              timezone! GetSystemTime should be available on all Win32 
33459              platforms we support. Perhaps Time::HiRes should be extended to
33460              support WinCE and Novell?
33461      Branch: perl
33462            ! ext/Time/HiRes/HiRes.xs
33463 ____________________________________________________________________________
33464 [ 12104] By: sky                                   on 2001/09/21  08:12:39
33465         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
33466      Branch: perl
33467            ! ext/threads/threads.h ext/threads/threads.xs
33468 ____________________________________________________________________________
33469 [ 12103] By: sky                                   on 2001/09/21  07:57:41
33470         Log: Rename the *thread* functions to Perl_* to avoid clashes.
33471              Notably on AIX but could become a problem on other platforms.
33472      Branch: perl
33473            ! ext/threads/threads.h ext/threads/threads.xs
33474 ____________________________________________________________________________
33475 [ 12102] By: sky                                   on 2001/09/21  07:35:30
33476         Log: Add the shared sv space to the global vars.
33477              Fix problems compiling on win32.
33478      Branch: perl
33479            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
33480            ! sharedsv.c sharedsv.h
33481 ____________________________________________________________________________
33482 [ 12101] By: ams                                   on 2001/09/21  00:19:55
33483         Log: Subject: [PATCH] win32/Makefile warning fix
33484              From: Blair Zajac <blair@orcaware.com>
33485              Date: Thu, 20 Sep 2001 18:15:43 -0700
33486              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
33487      Branch: perl
33488            ! win32/Makefile
33489 ____________________________________________________________________________
33490 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
33491         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
33492              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33493              Date: Thu, 20 Sep 2001 18:36:22 +0200
33494              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
33495      Branch: perl
33496            ! lib/ExtUtils/Command.t
33497 ____________________________________________________________________________
33498 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
33499         Log: Cant spl wirth a dam.
33500      Branch: perl
33501            ! intrpvar.h
33502 ____________________________________________________________________________
33503 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
33504         Log: Don't use C++ comments.
33505      Branch: perl
33506            ! ext/threads/threads.xs
33507 ____________________________________________________________________________
33508 [ 12097] By: ams                                   on 2001/09/20  21:42:07
33509         Log: Change #12044 didn't.
33510      Branch: perl
33511            ! lib/constant.pm
33512 ____________________________________________________________________________
33513 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
33514         Log: Metaconfig unit changes for #12095.
33515      Branch: metaconfig
33516            ! U/modified/Myinit.U U/modified/libs.U
33517 ____________________________________________________________________________
33518 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
33519         Log: Remove iconv references since we are not using it
33520              and not going to; regen perltoc, perlmodlib.
33521              (Some references still linger in perltoc, have to figure
33522              out where they are coming from.)
33523      Branch: perl
33524            ! Configure NetWare/config.wc NetWare/config_H.wc
33525            ! Porting/Glossary Porting/config.sh Porting/config_H
33526            ! config_h.SH configure.com epoc/config.sh perl.h
33527            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
33528            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33529            ! vos/config.ga.h win32/config.bc win32/config.gc
33530            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33531            ! win32/config_H.vc wince/config.ce wince/config.h
33532            ! wince/config_H.ce
33533 ____________________________________________________________________________
33534 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
33535         Log: Subject: [PATCH docs] Re: ARGV and read
33536              From: Dave Mitchell <davem@fdgroup.co.uk>
33537              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
33538              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
33539      Branch: perl
33540            ! pod/perltodo.pod pod/perlvar.pod
33541 ____________________________________________________________________________
33542 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
33543         Log: Fresh copies from the cvs.perl.org perlfaq repository.
33544      Branch: perl
33545            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
33546            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
33547            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
33548            ! pod/perlfaq9.pod
33549 ____________________________________________________________________________
33550 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
33551         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
33552              From: Nicholas Clark <nick@ccl4.org>
33553              Date: Thu, 20 Sep 2001 14:27:08 +0100
33554              Message-ID: <20010920142708.X4971@plum.flirble.org>
33555      Branch: perl
33556            ! pp_pack.c t/op/pack.t
33557 ____________________________________________________________________________
33558 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
33559         Log: The sharedsv_space* are variables, not code.  Duh.
33560      Branch: perl
33561            ! intrpvar.h makedef.pl
33562 ____________________________________________________________________________
33563 [ 12090] By: ams                                   on 2001/09/20  11:26:06
33564         Log: Subject: [patch lib/lib_pm.PL]
33565              From: Stas Bekman <stas@stason.org>
33566              Date: Thu, 20 Sep 2001 18:48:53 +0800
33567              Message-Id: <3BA9C995.6010302@stason.org>
33568              (Applied by hand.)
33569      Branch: perl
33570            ! lib/lib_pm.PL
33571 ____________________________________________________________________________
33572 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
33573         Log: Only 21 tests, skipping or not.
33574      Branch: perl
33575            ! lib/ExtUtils/Command.t
33576 ____________________________________________________________________________
33577 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
33578         Log: New exported symbols.
33579      Branch: perl
33580            ! makedef.pl
33581 ____________________________________________________________________________
33582 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
33583         Log: Update Changes.
33584      Branch: perl
33585            ! Changes patchlevel.h
33586 ____________________________________________________________________________
33587 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
33588         Log: Correct numbering of the tests is useful.
33589      Branch: perl
33590            ! ext/threads/t/basic.t
33591 ____________________________________________________________________________
33592 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
33593         Log: More tests now too.
33594      Branch: perl
33595            ! lib/ExtUtils/Command.t
33596 ____________________________________________________________________________
33597 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
33598         Log: More tests now.
33599      Branch: perl
33600            ! ext/threads/t/basic.t
33601 ____________________________________________________________________________
33602 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
33603         Log: The test assumed 7-bit ASCII.  Now it "just"
33604              assumes 8-bit whatever.
33605      Branch: perl
33606            ! t/op/crypt.t
33607 ____________________________________________________________________________
33608 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
33609         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
33610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33611              Date: Wed, 19 Sep 2001 11:45:28 +0200
33612              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
33613              
33614              Lvalue casts are not portable.
33615      Branch: perl
33616            ! ext/threads/threads.xs
33617 ____________________________________________________________________________
33618 [ 12081] By: sky                                   on 2001/09/19  10:17:52
33619         Log: Make the basic test contain only realy basic API tests
33620              Seems to be a problem with detach.
33621      Branch: perl
33622            ! ext/threads/t/basic.t
33623 ____________________________________________________________________________
33624 [ 12080] By: ams                                   on 2001/09/19  01:23:55
33625         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
33626              From: Michael G Schwern <schwern@pobox.com>
33627              Date: Tue, 18 Sep 2001 19:53:48 -0400
33628              Message-Id: <20010918195348.M585@blackrider>
33629              
33630              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
33631              From: Michael G Schwern <schwern@pobox.com>
33632              Date: Tue, 18 Sep 2001 22:07:13 -0400
33633              Message-Id: <20010918220713.B19616@blackrider>
33634      Branch: perl
33635            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
33636            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
33637            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
33638            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
33639            ! lib/Test/Tutorial.pod
33640 ____________________________________________________________________________
33641 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
33642         Log: Indent the test a bit.
33643      Branch: perl
33644            ! ext/threads/t/basic.t
33645 ____________________________________________________________________________
33646 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
33647         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
33648              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33649              Date: Tue, 18 Sep 2001 18:06:44 +0200
33650              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
33651      Branch: perl
33652            ! win32/win32.c
33653 ____________________________________________________________________________
33654 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
33655         Log: Subject: stat access time is wrong on Win95
33656              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
33657              Date: Tue, 18 Sep 2001 21:59:24 +0200
33658              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
33659      Branch: perl
33660            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
33661 ____________________________________________________________________________
33662 [ 12076] By: ams                                   on 2001/09/18  22:11:25
33663         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
33664              From: Michael G Schwern <schwern@pobox.com>
33665              Date: Tue, 18 Sep 2001 18:47:14 -0400
33666              Message-Id: <20010918184714.I585@blackrider>
33667      Branch: perl
33668            ! t/op/crypt.t
33669 ____________________________________________________________________________
33670 [ 12075] By: sky                                   on 2001/09/18  19:29:37
33671         Log: two test failures
33672              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33673              Message-ID: <20010918221702.A17408@rafael>
33674              partly applied, #12074 already fixed half the patch
33675      Branch: perl
33676            ! ext/threads/t/basic.t
33677 ____________________________________________________________________________
33678 [ 12074] By: sky                                   on 2001/09/18  18:49:03
33679         Log: Fixes test case failure introduced by #12071, the warning is
33680              now correctly spelled :-)
33681      Branch: perl
33682            ! ext/IO/lib/IO/t/io_sel.t
33683 ____________________________________________________________________________
33684 [ 12073] By: sky                                   on 2001/09/18  18:46:22
33685         Log: Make the test behave properly!
33686      Branch: perl
33687            ! ext/threads/t/basic.t
33688 ____________________________________________________________________________
33689 [ 12072] By: ams                                   on 2001/09/18  18:44:59
33690         Log: OP_RCATLINE is an SVOP, not a BASEOP.
33691      Branch: perl
33692            ! opcode.h opcode.pl
33693 ____________________________________________________________________________
33694 [ 12071] By: ams                                   on 2001/09/18  18:06:27
33695         Log: Deprecate != Depreciate.
33696      Branch: perl
33697            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
33698            ! lib/Pod/ParseUtils.pm
33699 ____________________________________________________________________________
33700 [ 12070] By: ams                                   on 2001/09/18  15:14:58
33701         Log: Subject: [PATCH] Getopt::Std cleanup
33702              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33703              Date: Tue, 18 Sep 2001 17:32:13 +0200
33704              Message-Id: <20010918173213.C777@rafael>
33705      Branch: perl
33706            ! lib/Getopt/Std.pm lib/Getopt/Std.t
33707 ____________________________________________________________________________
33708 [ 12069] By: sky                                   on 2001/09/18  14:56:33
33709         Log: Forgot the makefile
33710      Branch: perl
33711            + ext/threads/Makefile.PL
33712 ____________________________________________________________________________
33713 [ 12068] By: sky                                   on 2001/09/18  14:13:26
33714         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
33715              The test will fail because of Test.pm not knowing about threads. 
33716              basic needs to be manually tested
33717              compile time warnings on IV2PTR conversions need to be fixed
33718      Branch: perl
33719            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
33720            + ext/threads/threads.h ext/threads/threads.pm
33721            + ext/threads/threads.xs
33722            ! MANIFEST
33723 ____________________________________________________________________________
33724 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
33725         Log: DJGPP tweak from Laszlo Molnar.
33726      Branch: perl
33727            ! djgpp/config.over
33728 ____________________________________________________________________________
33729 [ 12066] By: sky                                   on 2001/09/18  10:24:31
33730         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
33731      Branch: perl
33732            ! sharedsv.c sharedsv.h
33733 ____________________________________________________________________________
33734 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
33735         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
33736              ditto ^cns.
33737      Branch: perl
33738            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
33739            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
33740            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
33741            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
33742            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
33743            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
33744            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
33745            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
33746            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
33747            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
33748            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
33749            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
33750            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
33751            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
33752            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
33753            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
33754            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
33755            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
33756            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
33757            + ext/Encode/Encode/ir-197.enc
33758            - ext/Encode/Encode/cns11643-1.enc
33759            - ext/Encode/Encode/cns11643-2.enc
33760            - ext/Encode/Encode/iso2022-cn.enc
33761            - ext/Encode/Encode/iso2022-jp.enc
33762            - ext/Encode/Encode/iso2022-jp1.enc
33763            - ext/Encode/Encode/iso2022-jp2.enc
33764            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33765            - ext/Encode/Encode/iso8859-1.enc
33766            - ext/Encode/Encode/iso8859-1.ucm
33767            - ext/Encode/Encode/iso8859-10.enc
33768            - ext/Encode/Encode/iso8859-10.ucm
33769            - ext/Encode/Encode/iso8859-11.enc
33770            - ext/Encode/Encode/iso8859-11.ucm
33771            - ext/Encode/Encode/iso8859-13.enc
33772            - ext/Encode/Encode/iso8859-13.ucm
33773            - ext/Encode/Encode/iso8859-14.enc
33774            - ext/Encode/Encode/iso8859-14.ucm
33775            - ext/Encode/Encode/iso8859-15.enc
33776            - ext/Encode/Encode/iso8859-15.ucm
33777            - ext/Encode/Encode/iso8859-16.enc
33778            - ext/Encode/Encode/iso8859-16.ucm
33779            - ext/Encode/Encode/iso8859-2.enc
33780            - ext/Encode/Encode/iso8859-2.ucm
33781            - ext/Encode/Encode/iso8859-3.enc
33782            - ext/Encode/Encode/iso8859-3.ucm
33783            - ext/Encode/Encode/iso8859-4.enc
33784            - ext/Encode/Encode/iso8859-4.ucm
33785            - ext/Encode/Encode/iso8859-5.enc
33786            - ext/Encode/Encode/iso8859-5.ucm
33787            - ext/Encode/Encode/iso8859-6.enc
33788            - ext/Encode/Encode/iso8859-6.ucm
33789            - ext/Encode/Encode/iso8859-7.enc
33790            - ext/Encode/Encode/iso8859-7.ucm
33791            - ext/Encode/Encode/iso8859-8.enc
33792            - ext/Encode/Encode/iso8859-8.ucm
33793            - ext/Encode/Encode/iso8859-9.enc
33794            - ext/Encode/Encode/iso8859-9.ucm
33795            - ext/Encode/Encode/isoir-197.enc
33796            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
33797 ____________________________________________________________________________
33798 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
33799         Log: Must Uppercase.
33800      Branch: perl
33801            ! ext/Encode/Encode.pm
33802 ____________________________________________________________________________
33803 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
33804         Log: Add various encodings.
33805      Branch: perl
33806            + ext/Encode/Encode/iso8859-11.enc
33807            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
33808            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
33809            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
33810            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
33811            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
33812            + ext/Encode/Encode/viscii.ucm
33813            ! MANIFEST ext/Encode/Encode.pm
33814 ____________________________________________________________________________
33815 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
33816         Log: lib/unicode relic.
33817      Branch: perl
33818            ! ext/Encode/compile
33819 ____________________________________________________________________________
33820 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
33821         Log: Subject: [PATCH] Re: filename problems
33822              From: Michael G Schwern <schwern@pobox.com>
33823              Date: Mon, 17 Sep 2001 17:26:26 -0400
33824              Message-ID: <20010917172626.Q585@blackrider>
33825      Branch: perl
33826            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
33827            - t/lib/sample-tests/header_at_end
33828            - t/lib/sample-tests/header_at_end_fail
33829            ! MANIFEST lib/Test/Harness/t/test-harness.t
33830 ____________________________________________________________________________
33831 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
33832         Log: Explicitly explain the 1e9 seconds, not everybody
33833              is a C geek.
33834      Branch: perl
33835            ! ext/Time/HiRes/HiRes.pm
33836 ____________________________________________________________________________
33837 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
33838         Log: Explain an apparent bug reported by
33839              Richard J. Barbalace <rjbarbal@MIT.EDU>,
33840              with additional explanation from Gisle Aas.
33841      Branch: perl
33842            ! ext/Time/HiRes/HiRes.pm
33843 ____________________________________________________________________________
33844 [ 12058] By: ams                                   on 2001/09/17  19:52:01
33845         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
33846              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
33847              Date: Mon, 17 Sep 2001 22:48:05 +0200
33848              Message-Id: <20010917224805.C11744@rafael>
33849      Branch: perl
33850            ! t/lib/warnings/op t/lib/warnings/pp
33851 ____________________________________________________________________________
33852 [ 12057] By: ams                                   on 2001/09/17  16:51:18
33853         Log: Its a nit!
33854      Branch: perl
33855            ! sv.h
33856 ____________________________________________________________________________
33857 [ 12056] By: ams                                   on 2001/09/17  16:47:55
33858         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
33859              From: "Craig A. Berry" <craigberry@mac.com>
33860              Date: Mon, 17 Sep 2001 12:34:20 -0500
33861              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
33862      Branch: perl
33863            ! vms/vms.c
33864 ____________________________________________________________________________
33865 [ 12055] By: ams                                   on 2001/09/17  16:05:15
33866         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
33867              From: Gisle Aas <gisle@ActiveState.com>
33868              Date: 16 Apr 2001 16:20:34 -0700
33869              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
33870              (Applied by hand.)
33871      Branch: perl
33872            ! lib/CPAN.pm lib/CPAN/Nox.pm
33873 ____________________________________________________________________________
33874 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
33875         Log: Update Changes.
33876      Branch: perl
33877            ! Changes patchlevel.h
33878 ____________________________________________________________________________
33879 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
33880         Log: Adding new files to the MANIFEST is always nice.
33881      Branch: perl
33882            ! MANIFEST
33883 ____________________________________________________________________________
33884 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
33885         Log: Reindent the PerlIO files (suggested by NI-S), used
33886              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
33887              (GNU indent).  Note that wholesale re-indenting might
33888              be nice, but that would break nice formatting/alignment
33889              of assignments, equality testing, and complex boolean
33890              expressions with lots of &s and |s.
33891      Branch: perl
33892            ! perlio.c perlio.h perliol.h
33893 ____________________________________________________________________________
33894 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
33895         Log: Add a script for being 8.3-polite.
33896              The found conflicts are being worked on.
33897      Branch: perl
33898            + check83.pl
33899            ! MANIFEST Porting/pumpkin.pod
33900 ____________________________________________________________________________
33901 [ 12050] By: sky                                   on 2001/09/17  12:44:36
33902         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
33903              finding it.
33904      Branch: perl
33905            ! sv.c
33906 ____________________________________________________________________________
33907 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
33908         Log: Bump up versions because of #12041.
33909      Branch: perl
33910            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
33911            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
33912            ! lib/Time/localtime.pm
33913 ____________________________________________________________________________
33914 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
33915         Log: Bump the version number because of #12042.
33916      Branch: perl
33917            ! lib/CPAN/FirstTime.pm
33918 ____________________________________________________________________________
33919 [ 12047] By: ams                                   on 2001/09/17  11:21:40
33920         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
33921              From: Abhijit Menon-Sen <ams@wiw.org>
33922              Date: Mon, 17 Sep 2001 17:44:12 +0530
33923              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
33924      Branch: perl
33925            ! op.c
33926 ____________________________________________________________________________
33927 [ 12046] By: sky                                   on 2001/09/17  07:14:17
33928         Log: Subject: Re: t/op/ver.t using skip() improperly
33929              From: "chromatic" <chromatic@rmci.net>
33930              Date: Mon, 17 Sep 2001 00:22:29 -0600
33931              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
33932      Branch: perl
33933            ! t/op/ver.t
33934 ____________________________________________________________________________
33935 [ 12045] By: nick                                  on 2001/09/17  07:12:14
33936         Log: Integrate mainline
33937      Branch: perlio
33938           +> t/op/chdir.t
33939           !> (integrate 117 files)
33940 ____________________________________________________________________________
33941 [ 12044] By: ams                                   on 2001/09/17  05:49:53
33942         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
33943              From: Ilmari Karonen <iltzu@sci.fi>
33944              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
33945              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
33946              (And $VERSION = '1.05'.)
33947      Branch: perl
33948            ! lib/constant.pm
33949 ____________________________________________________________________________
33950 [ 12043] By: ams                                   on 2001/09/17  05:44:50
33951         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
33952              From: Michael G Schwern <schwern@pobox.com>
33953              Date: Mon, 17 Sep 2001 07:49:04 +0200
33954              Message-Id: <20010917074904.V1588@blackrider>
33955              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
33956      Branch: perl
33957            + t/op/chdir.t
33958            ! MANIFEST pp_sys.c
33959 ____________________________________________________________________________
33960 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
33961         Log: Subject: Re: CPAN.pm needs some hacking 
33962              From: "chromatic" <chromatic@rmci.net>
33963              Date: Sun, 16 Sep 2001 16:46:29 -0600
33964              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
33965      Branch: perl
33966            ! lib/CPAN/FirstTime.pm
33967 ____________________________________________________________________________
33968 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
33969         Log: Change use|require 5.005_64 to use|require 5.6.1.
33970      Branch: perl
33971            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
33972            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33973            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
33974            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
33975            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
33976            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
33977            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
33978            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
33979            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
33980            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
33981            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
33982            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
33983            ! lib/base.pm lib/fields.pm
33984 ____________________________________________________________________________
33985 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
33986         Log: Bump up version numbers.
33987              
33988              TODO 1: double check that pre-5.6.1 CPAN.pm:s
33989              don't try to download 5.8.0 because of the
33990              version numbers.  Mainly this means using _00
33991              in the core version numbers.
33992              
33993              TODO 2: the "use 5.005_64" in many modules
33994              needs to be changed to, say, "use 5.6.1".
33995      Branch: perl
33996            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
33997            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
33998            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
33999            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
34000            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
34001            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
34002            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
34003            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
34004            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
34005            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
34006            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
34007 ____________________________________________________________________________
34008 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
34009         Log: Use UCHARAT() as suggested by Inaba Hiroto.
34010      Branch: perl
34011            ! regexec.c
34012 ____________________________________________________________________________
34013 [ 12038] By: ams                                   on 2001/09/16  15:16:24
34014         Log: Subject: [PATCH] Re: Core module version numbers review
34015              From: Peter Scott <Peter@PSDT.com>
34016              Date: Sun, 16 Sep 2001 09:09:58 -0700
34017              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
34018      Branch: perl
34019            ! lib/perl5db.pl
34020 ____________________________________________________________________________
34021 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
34022         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
34023              not yet fully implemented.
34024      Branch: perl
34025            ! pod/perlfunc.pod pod/perlunicode.pod
34026 ____________________________________________________________________________
34027 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
34028         Log: Subject: [patch] plug PL_beginav_save leak
34029              From: Doug MacEachern <dougm@covalent.net>
34030              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
34031              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
34032      Branch: perl
34033            ! perl.c
34034 ____________________________________________________________________________
34035 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
34036         Log: (accidentally empty checkin)
34037      Branch: perl
34038            ! sv.c
34039 ____________________________________________________________________________
34040 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
34041         Log: Subject: [patch] ithreads+PL_beginav_save
34042              From: Doug MacEachern <dougm@covalent.net>
34043              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
34044              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
34045      Branch: perl
34046            ! sv.c
34047 ____________________________________________________________________________
34048 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
34049         Log: Subject: [PATCH] h2xs.PL with C::Scan
34050              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34051              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
34052              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
34053      Branch: perl
34054            ! utils/h2xs.PL
34055 ____________________________________________________________________________
34056 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
34057         Log: Elaborate (well, make more vague, really) #12030.
34058      Branch: perl
34059            ! pod/perltodo.pod pod/perlunicode.pod
34060 ____________________________________________________________________________
34061 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
34062         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
34063              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34064              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
34065              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
34066      Branch: perl
34067            ! regexec.c
34068 ____________________________________________________________________________
34069 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
34070         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
34071              are not yet complete.
34072      Branch: perl
34073            ! pod/perltodo.pod pod/perlunicode.pod
34074 ____________________________________________________________________________
34075 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
34076         Log: Document what's still to be done on the regular expression
34077              Unicode support, based on the UTR#18.
34078      Branch: perl
34079            ! pod/perltodo.pod pod/perlunicode.pod
34080 ____________________________________________________________________________
34081 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
34082         Log: Regen headers.
34083      Branch: perl
34084            ! embedvar.h perlapi.h
34085 ____________________________________________________________________________
34086 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
34087         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
34088              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
34089              Date: Sun, 09 Sep 2001 18:41:54 +0100
34090              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
34091      Branch: perl
34092            ! Porting/findvars ext/ByteLoader/bytecode.h
34093            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
34094            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
34095 ____________________________________________________________________________
34096 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
34097         Log: enable most warnings for windows build; fix the various typecasting
34098              nits that showed up (no bugfixes here)
34099      Branch: maint-5.6/perl
34100            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
34101            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
34102            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
34103            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
34104            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
34105            ! x2p/walk.c
34106 ____________________________________________________________________________
34107 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
34108         Log: Integrate change #12024 from maintperl
34109              (a local() precedence bug)
34110      Branch: perl
34111           !> lib/ExtUtils/Install.pm
34112 ____________________________________________________________________________
34113 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
34114         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
34115              change#8642
34116      Branch: maint-5.6/perl
34117            ! lib/ExtUtils/Install.pm
34118 ____________________________________________________________________________
34119 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
34120         Log: Update Changes.
34121      Branch: perl
34122            ! Changes patchlevel.h
34123 ____________________________________________________________________________
34124 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
34125         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
34126              From: "chromatic" <chromatic@rmci.net>
34127              Date: Fri, 14 Sep 2001 09:44:57 -0600 
34128              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
34129      Branch: perl
34130            ! lib/ExtUtils/Manifest.t
34131 ____________________________________________________________________________
34132 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
34133         Log: Hopefully better skipping of the Complete.t tests
34134              in case of not a tty. 
34135      Branch: perl
34136            ! lib/Term/Complete.t t/op/stat.t
34137 ____________________________________________________________________________
34138 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
34139         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
34140              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34141              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
34142              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
34143      Branch: perl
34144            ! regexec.c t/op/pat.t
34145 ____________________________________________________________________________
34146 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
34147         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
34148              From: Robin Barker <rmb1@cise.npl.co.uk>
34149              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
34150              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
34151      Branch: perl
34152            ! pod/perlport.pod
34153 ____________________________________________________________________________
34154 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
34155         Log: NetWare tweaks from Ananth Kesari.
34156      Branch: perl
34157            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34158            ! NetWare/nwutil.h
34159 ____________________________________________________________________________
34160 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
34161         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
34162              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34163              Date: Fri, 14 Sep 2001 10:51:13 +0200
34164              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
34165      Branch: perl
34166            ! pod/perlport.pod
34167 ____________________________________________________________________________
34168 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
34169         Log: Subject: Re: [PATCH 2 pl2pm.PL]
34170              From: Joe Smith <Joe.Smith@inwap.com>
34171              Date: Fri, 14 Sep 2001 00:13:32 -0700
34172              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
34173              
34174              Eradicate qu.
34175      Branch: perl
34176            ! keywords.h keywords.pl utils/pl2pm.PL
34177 ____________________________________________________________________________
34178 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
34179         Log: Retract #12013, didn't go over too well in Tru64.
34180      Branch: perl
34181            ! embed.h embed.pl sv.h
34182 ____________________________________________________________________________
34183 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
34184         Log: Subject: [PATCH] Execute files of debugger commands
34185              From: Peter Scott <Peter@PSDT.com>
34186              Date: Thu, 13 Sep 2001 15:26:31 -0700
34187              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
34188      Branch: perl
34189            ! lib/perl5db.pl pod/perldebug.pod
34190 ____________________________________________________________________________
34191 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
34192         Log: (Retracted by #12015)
34193              Subject: [proposed PATCH] Re: perl@11920
34194              From: Nicholas Clark <nick@ccl4.org>
34195              Date: Wed, 12 Sep 2001 23:46:09 +0100
34196              Message-ID: <20010912234609.H4971@plum.flirble.org>     
34197      Branch: perl
34198            ! embed.h embed.pl sv.h
34199 ____________________________________________________________________________
34200 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
34201         Log: ucblib shouldn't be linked against in nonstop-ux,
34202              from Tom Bates.
34203      Branch: perl
34204            ! hints/nonstopux.sh
34205 ____________________________________________________________________________
34206 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
34207         Log: Do stty only if we have stty.
34208              
34209              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
34210      Branch: perl
34211            ! lib/Term/Complete.pm
34212 ____________________________________________________________________________
34213 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
34214         Log: Skip the test if not running on a tty.
34215      Branch: perl
34216            ! lib/Term/Complete.t
34217 ____________________________________________________________________________
34218 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
34219         Log: Regen headers.
34220      Branch: perl
34221            ! embed.h opcode.h pod/perlapi.pod proto.h
34222 ____________________________________________________________________________
34223 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
34224         Log: Subject: [PATCH op.c] Re: perl@12003
34225              From: Robin Barker <rmb1@cise.npl.co.uk>
34226              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
34227              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
34228      Branch: perl
34229            ! op.c
34230 ____________________________________________________________________________
34231 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
34232         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
34233              From: Robin Barker <rmb1@cise.npl.co.uk>
34234              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
34235              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
34236      Branch: perl
34237            ! sv.c
34238 ____________________________________________________________________________
34239 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
34240         Log: Upgrade to Memoize 0.66.
34241      Branch: perl
34242            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
34243            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
34244            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
34245 ____________________________________________________________________________
34246 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
34247         Log: Subject: [ID 20010912.007] substr reference core dump
34248              From: me-01@ton.iguana.be
34249              Date: 12 Sep 2001 14:11:16 -0000
34250              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
34251      Branch: perl
34252            ! mg.c
34253 ____________________________________________________________________________
34254 [ 12004] By: ams                                   on 2001/09/12  01:13:49
34255         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
34256              From: Ilmari Karonen <iltzu@sci.fi>
34257              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
34258              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
34259      Branch: perl
34260            ! pod/perlfaq4.pod
34261 ____________________________________________________________________________
34262 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
34263         Log: Update Changes.
34264      Branch: perl
34265            ! Changes patchlevel.h
34266 ____________________________________________________________________________
34267 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
34268         Log: NetWare update from Ananth Kesari.
34269      Branch: perl
34270            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
34271            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
34272 ____________________________________________________________________________
34273 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
34274         Log: Retract #11984: div() being redefined, and 1397
34275              failing on 64-bit platforms.
34276      Branch: perl
34277            ! lib/Math/BigInt/Calc.pm
34278 ____________________________________________________________________________
34279 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
34280         Log: Metaconfig unit change for #11999.
34281      Branch: metaconfig
34282            ! U/protos/d_lseekproto.U
34283 ____________________________________________________________________________
34284 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
34285         Log: The lseek fix (#11991) was no fix.
34286      Branch: perl
34287            ! Configure
34288 ____________________________________________________________________________
34289 [ 11998] By: sky                                   on 2001/09/11  07:52:06
34290         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
34291              From: Matt Sergeant <MSergeant@star.net.uk>
34292              Date: Tue, 11 Sep 2001 09:22:32 +0100
34293              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
34294      Branch: perl
34295            ! ext/Encode/Encode.pm
34296 ____________________________________________________________________________
34297 [ 11997] By: sky                                   on 2001/09/11  06:35:29
34298         Log: Sometimes dTHX is added because it is needed on non 
34299              gnuc platforms, but not needed there. This uses GCC
34300              to silence GCC specific warnings by marking pTHX as 
34301              unused.
34302      Branch: perl
34303            ! perl.h
34304 ____________________________________________________________________________
34305 [ 11996] By: nick                                  on 2001/09/11  06:25:27
34306         Log: Integrate mainline
34307      Branch: perlio
34308            - ext/POSIX/sigaction.t lib/File/Find/taint.t
34309           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
34310 ____________________________________________________________________________
34311 [ 11995] By: nick                                  on 2001/09/11  06:23:39
34312         Log: Part Integrate mainline
34313      Branch: perlio
34314           +> (branch 69 files)
34315            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
34316            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
34317            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
34318            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
34319            - lib/Switch/t/switch_case.t lib/Test/Harness.t
34320            - lib/Test/More/Changes lib/Test/More/t/More.t
34321            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
34322            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
34323            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
34324            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
34325            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
34326            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
34327            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
34328            - t/lib/Test/More/Catch.pm wince/perl.ico
34329           !> (integrate 197 files)
34330 ____________________________________________________________________________
34331 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
34332         Log: Subject: Re: [PATCH] Encode.pm docs fix
34333              From: Gisle Aas <gisle@ActiveState.com>
34334              Date: 10 Sep 2001 11:27:02 -0700
34335              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
34336      Branch: perl
34337            ! ext/Encode/Encode.pm
34338 ____________________________________________________________________________
34339 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
34340         Log: Fix unpack U to be the reverse of pack U
34341              (but implement unpack U0U as a backdoor to get
34342              the UTF-8 malformed warnings from un-UTF-8 data)
34343      Branch: perl
34344            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
34345 ____________________________________________________________________________
34346 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
34347         Log: Metaconfig unit change for #11991;
34348              delete an unused unit (d_strtoull.U is the one used)
34349      Branch: metaconfig
34350            ! U/protos/d_lseekproto.U
34351      Branch: metaconfig/U/perl
34352            - strtoull.U
34353 ____________________________________________________________________________
34354 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
34355         Log: Subject: [PATCH] Configure not recording lseek proto
34356              From: Blair Zajac <blair@orcaware.com>
34357              Date: Mon, 10 Sep 2001 17:52:37 -0700
34358              Message-ID: <3B9D6055.BA334A31@orcaware.com>
34359              
34360              plus regen Configure.
34361      Branch: perl
34362            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34363            ! config_h.SH uconfig.h
34364 ____________________________________________________________________________
34365 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
34366         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?)))                  
34367              From: Nicholas Clark <nick@ccl4.org>
34368              Date: Tue, 11 Sep 2001 00:00:31 +0100
34369              Message-ID: <20010911000031.G1512@plum.flirble.org>
34370      Branch: perl
34371            + t/op/qq.t
34372            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
34373 ____________________________________________________________________________
34374 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
34375         Log: Subject: [PATCH] Building on win32 w/o perlio
34376              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
34377              Date: Mon, 10 Sep 2001 23:38:46 +0200
34378              Message-ID: <3B9D4F06.14433.2C37644@localhost>
34379      Branch: perl
34380            ! perl.c win32/Makefile win32/makefile.mk
34381 ____________________________________________________________________________
34382 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
34383         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
34384              From: "chromatic" <chromatic@rmci.net>
34385              Date: Mon, 10 Sep 2001 15:14:01 -0600
34386              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
34387      Branch: perl
34388            + lib/CGI/t/push.t
34389            ! MANIFEST
34390 ____________________________________________________________________________
34391 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
34392         Log: Subject: avoiding hoardes of zombies
34393              From: Nicholas Clark <nick@ccl4.org>
34394              Date: Mon, 10 Sep 2001 22:00:40 +0100
34395              Message-ID: <20010910220040.C1512@plum.flirble.org>
34396      Branch: perl
34397            ! pod/perlipc.pod
34398 ____________________________________________________________________________
34399 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
34400         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
34401              From: John Peacock <jpeacock@rowman.com>
34402              Date: Mon, 10 Sep 2001 16:34:30 -0400
34403              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
34404      Branch: perl
34405            ! sv.c t/op/ver.t utf8.h
34406 ____________________________________________________________________________
34407 [ 11985] By: ams                                   on 2001/09/10  23:20:13
34408         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
34409      Branch: perl
34410            ! MANIFEST
34411 ____________________________________________________________________________
34412 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
34413         Log: (Retracted by #12001)
34414              Subject: Calc with USE_MUL/USE_DIV
34415              From: Tels <perl_dummy@bloodgate.com>
34416              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
34417              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
34418      Branch: perl
34419            ! lib/Math/BigInt/Calc.pm
34420 ____________________________________________________________________________
34421 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
34422         Log: Subject: [PATCH op.c] Re: perl@11978
34423              From: Robin Barker <rmb1@cise.npl.co.uk>
34424              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
34425              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
34426              
34427              Format errors.
34428      Branch: perl
34429            ! op.c
34430 ____________________________________________________________________________
34431 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
34432         Log: Switch PADOFFSET back to U32 both because of binary backward
34433              compatibility and because Arthur seems to have been fixing the
34434              problems with naughty integer-pointer casting.
34435      Branch: perl
34436            ! op.h
34437 ____________________________________________________________________________
34438 [ 11981] By: ams                                   on 2001/09/10  16:31:43
34439         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
34440              Fix Pod Typo, Add Test for ExtUtils::Command
34441              From: "chromatic" <chromatic@rmci.net>
34442              Date: Mon, 10 Sep 2001 11:20:56 -0600
34443              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
34444      Branch: perl
34445            + lib/ExtUtils/Command.t
34446            ! MANIFEST lib/ExtUtils/Command.pm
34447 ____________________________________________________________________________
34448 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
34449         Log: Subject: [PATCH] Encode.pm docs fix
34450              From: Matt Sergeant <MSergeant@star.net.uk>
34451              Date: Mon, 10 Sep 2001 15:24:01 +0100
34452              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
34453      Branch: perl
34454            ! ext/Encode/Encode.pm
34455 ____________________________________________________________________________
34456 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
34457         Log: Update Changes.
34458      Branch: perl
34459            ! Changes patchlevel.h
34460 ____________________________________________________________________________
34461 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
34462         Log: Revert #11973, the dTHX seems to be needed in there
34463              for threaded builds.
34464      Branch: perl
34465            ! perlio.c
34466 ____________________________________________________________________________
34467 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
34468         Log: Detypo.
34469      Branch: perl
34470            ! pod/perlguts.pod
34471 ____________________________________________________________________________
34472 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
34473         Log: Further Class::Struct patching from Damian.
34474              
34475              The new new semantics are:
34476              
34477              * If you pass an initializer for a nested object, it has to be:
34478              a) a reference to an object of that class, or      
34479              b) a reference to an object of a subclass of that class, or
34480              c) a reference to a hash of arguments to be passed to the
34481              class's constructor
34482              * If you pass no initializer for a nested object, the attribute
34483              is initialized to C<undef>
34484      Branch: perl
34485            ! lib/Class/Struct.pm
34486 ____________________________________________________________________________
34487 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
34488         Log: Skip the crypt test if no crypt.
34489      Branch: perl
34490            ! t/op/crypt.t
34491 ____________________________________________________________________________
34492 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
34493         Log: Warn against using bare v-strings as IP addresses
34494              (okay if using the wrappers from Socket)
34495      Branch: perl
34496            ! pod/perldata.pod pod/perlport.pod
34497 ____________________________________________________________________________
34498 [ 11973] By: sky                                   on 2001/09/10  11:57:58
34499         Log: Remove unused dTHX. Silenced another warning.
34500      Branch: perl
34501            ! perlio.c
34502 ____________________________________________________________________________
34503 [ 11972] By: sky                                   on 2001/09/10  11:54:25
34504         Log: Silence some more warnings INT2PTR.
34505      Branch: perl
34506            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
34507 ____________________________________________________________________________
34508 [ 11971] By: sky                                   on 2001/09/10  11:21:50
34509         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
34510      Branch: perl
34511            ! cop.h
34512 ____________________________________________________________________________
34513 [ 11970] By: sky                                   on 2001/09/10  11:17:25
34514         Log: Apply INT2PTR with force to silence warnings from
34515              PM_GETRE and friends. No more warnings with 64bit 
34516              IVs and 32bit pointers.    
34517      Branch: perl
34518            ! op.c op.h perl.c
34519 ____________________________________________________________________________
34520 [ 11969] By: sky                                   on 2001/09/10  10:13:02
34521         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
34522      Branch: perl
34523            ! pod/perlguts.pod
34524 ____________________________________________________________________________
34525 [ 11968] By: sky                                   on 2001/09/10  10:02:51
34526         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
34527              Rename to custop_op_name to Perl_custom_op_name to match perlapi
34528              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
34529              perl_clone.
34530      Branch: perl
34531            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
34532 ____________________________________________________________________________
34533 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
34534         Log: Using strlen() not good on embedded nul bytes.
34535      Branch: perl
34536            ! regcomp.c
34537 ____________________________________________________________________________
34538 [ 11966] By: ams                                   on 2001/09/09  21:06:13
34539         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
34540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34541              Date: Mon, 13 Aug 2001 22:51:59 +0200
34542              Message-ID: <20010813225159.C6681@rafael>
34543              (Applied with several tweaks.)
34544      Branch: perl
34545            ! embed.h embed.pl proto.h toke.c
34546 ____________________________________________________________________________
34547 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
34548         Log: The exact error message is system-dependent.
34549      Branch: perl
34550            ! lib/ExtUtils/Manifest.t
34551 ____________________________________________________________________________
34552 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
34553         Log: Add Windows and Mac Sami support to Encode
34554              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
34555      Branch: perl
34556            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
34557            ! MANIFEST
34558 ____________________________________________________________________________
34559 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
34560         Log: Use the tried method.
34561      Branch: perl
34562            ! pod/perlport.pod
34563 ____________________________________________________________________________
34564 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
34565         Log: Can't count parentheses.
34566      Branch: perl
34567            ! ext/IO/lib/IO/Socket/INET.pm
34568 ____________________________________________________________________________
34569 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
34570         Log: perlport additions: 1 while unlink, add/delete directory
34571              entries and permissions, cygwin stat funkiness (from Michael
34572              Schwern and Nicholas Clark)
34573      Branch: perl
34574            ! pod/perlport.pod
34575 ____________________________________________________________________________
34576 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
34577         Log: blib does have a detectable test.
34578      Branch: perl
34579            ! t/lib/1_compile.t
34580 ____________________________________________________________________________
34581 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
34582         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
34583              From: "chromatic" <chromatic@rmci.net>
34584              Date: Sat, 08 Sep 2001 19:33:42 -0600
34585              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
34586      Branch: perl
34587            + lib/Term/Complete.t
34588            ! MANIFEST
34589 ____________________________________________________________________________
34590 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
34591         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
34592              From: Michael G Schwern <schwern@pobox.com> 
34593              Date: Sat, 8 Sep 2001 02:40:26 -0400
34594              Message-ID: <20010908024026.A26283@blackrider>
34595      Branch: perl
34596            + lib/Test/Tutorial.pod
34597            ! MANIFEST
34598 ____________________________________________________________________________
34599 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
34600         Log: Try to look up protocol (by name) only iff it has non-numbers:
34601              nice if the server is in a chrooted environment (no /etc/protocols,
34602              server code using hardcorded protocol numbers like 6 for tcp),
34603              suggested by John Holdsworth <coldwave@bigfoot.com>.
34604              In other words, if we are given a number, why look it up again
34605              (by number)?
34606      Branch: perl
34607            ! ext/IO/lib/IO/Socket/INET.pm
34608 ____________________________________________________________________________
34609 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
34610         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
34611              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34612              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
34613              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
34614              
34615              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
34616              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34617              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
34618              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
34619              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
34620              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34621              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
34622              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
34623      Branch: perl
34624            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
34625 ____________________________________________________________________________
34626 [ 11955] By: ams                                   on 2001/09/09  02:54:21
34627         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
34628              From: "Craig A. Berry" <craigberry@mac.com>
34629              Date: Sat, 08 Sep 2001 19:02:16 -0500
34630              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
34631      Branch: perl
34632            ! lib/CGI/t/carp.t
34633 ____________________________________________________________________________
34634 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
34635         Log: Documentation tweaks; think the IP address as an opaque string.
34636      Branch: perl
34637            ! ext/Socket/Socket.pm
34638 ____________________________________________________________________________
34639 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
34640         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
34641              From: Michael G Schwern <schwern@pobox.com>
34642              Date: Sat, 8 Sep 2001 19:45:46 -0400
34643              Message-ID: <20010908194546.C9193@blackrider>
34644      Branch: perl
34645            + lib/blib.t
34646            ! MANIFEST lib/blib.pm t/lib/1_compile.t
34647 ____________________________________________________________________________
34648 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
34649         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
34650              From: "chromatic" <chromatic@rmci.net>
34651              Date: Sat, 08 Sep 2001 12:31:44 -0600
34652              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
34653      Branch: perl
34654            + lib/CGI/t/fast.t
34655            ! MANIFEST
34656 ____________________________________________________________________________
34657 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
34658         Log: The Socket tests were wrong: they were assuming too much.
34659      Branch: perl
34660            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
34661 ____________________________________________________________________________
34662 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
34663         Log: Retract the portability changes since they
34664              seem to have opened a can of worms... will
34665              go back to UNICOS/mk and do the bare minimum
34666              required to get the tests working.
34667      Branch: perl
34668            ! ext/Socket/Socket.xs
34669 ____________________________________________________________________________
34670 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
34671         Log: PADOFFSET is used to cast pointers into integers,
34672              if pointers are 64 bits and U32 32 bits,
34673              bad things may happen, or at least warnings issued.
34674      Branch: perl
34675            ! op.h
34676 ____________________________________________________________________________
34677 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
34678         Log: Still more Socket portability tweaking.
34679              Now Socket.t seems to be happy in all of
34680              Linux/x86, Tru64/alpha, Solaris/sparc,
34681              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
34682              
34683              Addendum: it seems that io_multihomed, io_sock, and hostent
34684              were broken in little-endians (linux/x86 and tru64/alpha)
34685              because of this change.  Argh.
34686      Branch: perl
34687            ! ext/Socket/Socket.xs
34688 ____________________________________________________________________________
34689 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
34690         Log: More portability kicking on inet_ntoa().
34691      Branch: perl
34692            ! ext/Socket/Socket.xs
34693 ____________________________________________________________________________
34694 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
34695         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
34696              From: Michael G Schwern <schwern@pobox.com> 
34697              Date: Fri, 7 Sep 2001 23:06:51 -0400
34698              Message-ID: <20010907230651.R606@blackrider>
34699      Branch: perl
34700            + lib/ExtUtils/Manifest.t
34701            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
34702 ____________________________________________________________________________
34703 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
34704         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
34705              From: "chromatic" <chromatic@rmci.net>
34706              Date: Fri, 07 Sep 2001 17:53:15 -0600      
34707              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
34708      Branch: perl
34709            + lib/ExtUtils/testlib.t
34710            ! MANIFEST
34711 ____________________________________________________________________________
34712 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
34713         Log: Thinko.
34714      Branch: perl
34715            ! lib/integer.t
34716 ____________________________________________________________________________
34717 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
34718         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
34719              From: "Craig A. Berry" <craigberry@mac.com>
34720              Date: Fri, 07 Sep 2001 15:30:03 -0500
34721              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
34722      Branch: perl
34723            ! lib/CGI/Carp.pm
34724 ____________________________________________________________________________
34725 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
34726         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
34727              From: Michael G Schwern <schwern@pobox.com>
34728              Date: Fri, 7 Sep 2001 15:38:13 -0400
34729              Message-ID: <20010907153813.K606@blackrider>
34730      Branch: perl
34731            ! lib/ExtUtils/MM_Unix.pm
34732 ____________________________________________________________________________
34733 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
34734         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
34735              From: Robin Barker <rmb1@cise.npl.co.uk>
34736              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
34737              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
34738      Branch: perl
34739            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
34740 ____________________________________________________________________________
34741 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
34742         Log: Clean up 1_compile.t; move tests to more consistent
34743              places (t/ subdirectories); add integer.t (much of
34744              the pragma is tested elsewhere but there is no one
34745              centralized place)
34746      Branch: perl
34747            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
34748            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
34749            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
34750            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
34751            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
34752            - lib/File/Find/find.t lib/File/Find/taint.t
34753            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
34754 ____________________________________________________________________________
34755 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
34756         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
34757              From: "chromatic" <chromatic@rmci.net>
34758              Date: Fri, 07 Sep 2001 10:17:40 -0600
34759              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
34760      Branch: perl
34761            ! lib/File/Find/taint.t
34762 ____________________________________________________________________________
34763 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
34764         Log: Update Changes.
34765      Branch: perl
34766            ! Changes patchlevel.h
34767 ____________________________________________________________________________
34768 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
34769         Log: Rename the old threading tutorial, start a new one,
34770              regen toc.
34771      Branch: perl
34772            + pod/perlothrtut.pod
34773            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
34774            ! pod/perltoc.pod
34775 ____________________________________________________________________________
34776 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
34777         Log: vars very much has a test.
34778      Branch: perl
34779            ! t/lib/1_compile.t
34780 ____________________________________________________________________________
34781 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
34782         Log: Subject: Re: wince/perl.ico marked as binary
34783              From: Nicholas Clark <nick@ccl4.org>
34784              Date: Fri, 7 Sep 2001 13:54:40 +0100
34785              Message-ID: <20010907135439.D39150@plum.flirble.org>
34786              
34787              and wince/Makefile.ce change from Rainer Keuchel.
34788      Branch: perl
34789            + wince/makeico.pl
34790            ! MANIFEST wince/Makefile.ce
34791 ____________________________________________________________________________
34792 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
34793         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
34794              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34795              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
34796              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
34797      Branch: perl
34798            ! regexec.c
34799 ____________________________________________________________________________
34800 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
34801         Log: (Replaced by #11934)
34802              Subject: Re: [PATCH regexec.c] more general .* and .*?
34803              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
34804              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
34805              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
34806      Branch: perl
34807            ! regexec.c
34808 ____________________________________________________________________________
34809 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
34810         Log: The #11931 patching misbehaved.
34811      Branch: perl
34812            ! lib/Test/Harness/t/test-harness.t
34813 ____________________________________________________________________________
34814 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
34815         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
34816              From: Michael G Schwern <schwern@pobox.com>
34817              Date: Fri, 7 Sep 2001 03:30:41 -0400
34818              Message-ID: <20010907033041.A2796@blackrider>
34819      Branch: perl
34820            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
34821            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
34822            + t/lib/sample-tests/header_at_end_fail
34823            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
34824            - lib/Test/Harness.t
34825            ! MANIFEST lib/Test/Harness.pm t/TEST
34826 ____________________________________________________________________________
34827 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
34828         Log: Subject: [PATCH] Digest::MD5 update
34829              From: Gisle Aas <gisle@ActiveState.com>
34830              Date: 06 Sep 2001 23:32:56 -0700
34831              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
34832      Branch: perl
34833            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34834            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
34835 ____________________________________________________________________________
34836 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
34837         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
34838              From: "chromatic" <chromatic@rmci.net>
34839              Date: Thu, 06 Sep 2001 23:11:44 -0600
34840              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
34841      Branch: perl
34842            + lib/less.t
34843            ! MANIFEST t/lib/1_compile.t
34844 ____________________________________________________________________________
34845 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
34846         Log: The binary file must somehow differently stored.
34847      Branch: perl
34848            - wince/perl.ico
34849            ! MANIFEST
34850 ____________________________________________________________________________
34851 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
34852         Log: Add more modules to the list of modules that have tests,
34853              Schwern's wallet is getting more nervous.
34854              (Run t/lib/1_compile.t manually to see which modules
34855              are lacking tests, or the tests can't be run for some
34856              reason or another, such as the Net:: modules)
34857      Branch: perl
34858            ! t/lib/1_compile.t
34859 ____________________________________________________________________________
34860 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
34861         Log: Try to make Socket::inet_ntoa() more robust.
34862      Branch: perl
34863            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
34864 ____________________________________________________________________________
34865 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
34866         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
34867              From: chromatic <chromatic@rmci.net>       
34868              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
34869              Message-Id: <01090522580506.19590@firewheel>           
34870      Branch: perl
34871            ! lib/English.t
34872 ____________________________________________________________________________
34873 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
34874         Log: Subject: Re: perlvar manpage and localizing special vars
34875              From: Stas Bekman <stas@stason.org>
34876              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
34877              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
34878      Branch: perl
34879            ! pod/perlvar.pod
34880 ____________________________________________________________________________
34881 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
34882         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
34883              From: Robin Barker <rmb1@cise.npl.co.uk>
34884              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
34885              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
34886      Branch: perl
34887            ! lib/ExtUtils/MakeMaker.pm
34888 ____________________________________________________________________________
34889 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
34890         Log: Symbol missing; AIX unhappy.
34891      Branch: perl
34892            ! makedef.pl
34893 ____________________________________________________________________________
34894 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
34895         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
34896              Reported in 5.61, seems to work okay in blead.
34897      Branch: perl
34898            ! t/run/kill_perl.t
34899 ____________________________________________________________________________
34900 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
34901         Log: Update Changes.
34902      Branch: perl
34903            ! Changes patchlevel.h
34904 ____________________________________________________________________________
34905 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
34906         Log: Document the bad assumptions currently breaking
34907              the Socket.t tests 10, 11, and 13 in UNICOS.
34908      Branch: perl
34909            ! ext/Socket/Socket.xs
34910 ____________________________________________________________________________
34911 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
34912         Log: Subject: [PATCH x2p] make OPTIMIZE=...
34913              From: Robin Barker <rmb1@cise.npl.co.uk>
34914              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
34915              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
34916      Branch: perl
34917            ! x2p/Makefile.SH x2p/cflags.SH
34918 ____________________________________________________________________________
34919 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
34920         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
34921              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
34922              Date: Thu, 6 Sep 2001 11:09:40 +0100
34923              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
34924              
34925              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
34926              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
34927              Date: 6 Sep 2001 10:14:38 -0000
34928              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
34929      Branch: perl
34930            ! pod/perlfaq1.pod pod/perlhack.pod
34931 ____________________________________________________________________________
34932 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
34933         Log: Subject: Extra NUL is Data::Dumper output - patch
34934              From: Tony Cook <tony@develop-help.com>
34935              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
34936              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
34937      Branch: perl
34938            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
34939 ____________________________________________________________________________
34940 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
34941         Log: Avoid redefinition warning
34942              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
34943              from
34944              perl -w -Ilib -MCwd -e ''
34945      Branch: perl
34946            ! lib/Cwd.pm
34947 ____________________________________________________________________________
34948 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
34949         Log: Update the is_tainted() example implementation.
34950      Branch: perl
34951            ! pod/perlsec.pod
34952 ____________________________________________________________________________
34953 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
34954         Log: Missing) in #11912.
34955      Branch: perl
34956            ! lib/Test/Simple/t/fail.t
34957 ____________________________________________________________________________
34958 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
34959         Log: Rewhack Test-Simple into core harness.
34960      Branch: perl
34961            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
34962            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
34963            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
34964            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
34965            ! lib/Test/Simple/t/skipall.t
34966 ____________________________________________________________________________
34967 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
34968         Log: Workaround for the new Exporter 'feature'.
34969      Branch: perl
34970            ! lib/Test/More.pm
34971 ____________________________________________________________________________
34972 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
34973         Log: Re-introduce pure-Perl fall-back for abs_path,
34974              re-introduce #11898.
34975      Branch: perl
34976            ! lib/Cwd.pm lib/File/Find.pm
34977 ____________________________________________________________________________
34978 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
34979         Log: More tests.
34980      Branch: perl
34981            ! lib/Exporter.t
34982 ____________________________________________________________________________
34983 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
34984         Log: Retract #11898 for now because it introduces
34985              a rather nasty depencency: when B is being built,
34986              MakeMaker is used.  MakeMaker uses File::Find.
34987              File::Find uses Cwd::getcwd()...which doesn't
34988              exist yet.
34989      Branch: perl
34990            ! lib/File/Find.pm
34991 ____________________________________________________________________________
34992 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
34993         Log: New test welcome.
34994      Branch: perl
34995            + lib/Test/Simple/t/simple.t
34996 ____________________________________________________________________________
34997 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
34998         Log: Old test begone.
34999      Branch: perl
35000            - lib/Attribute/Handlers/test.pl
35001 ____________________________________________________________________________
35002 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
35003         Log: Test-Simple syncup from Schwern.
35004      Branch: perl
35005            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
35006            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
35007            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
35008            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
35009            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
35010            - lib/Test/More/Changes lib/Test/More/t/More.t
35011            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
35012            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
35013            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
35014            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
35015            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
35016            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
35017            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
35018            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
35019            ! t/lib/Test/Simple/sample_tests/death.plx
35020            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
35021            ! t/lib/Test/Simple/sample_tests/extras.plx
35022            ! t/lib/Test/Simple/sample_tests/five_fail.plx
35023            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
35024            ! t/lib/Test/Simple/sample_tests/one_fail.plx
35025            ! t/lib/Test/Simple/sample_tests/require.plx
35026            ! t/lib/Test/Simple/sample_tests/success.plx
35027            ! t/lib/Test/Simple/sample_tests/too_few.plx
35028            ! t/lib/Test/Simple/sample_tests/two_fail.plx
35029 ____________________________________________________________________________
35030 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
35031         Log: Integrate File::Find changes from bleadperl
35032      Branch: maint-5.6/macperl
35033            ! lib/File/Find.pm t/lib/filefind-taint.t
35034 ____________________________________________________________________________
35035 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
35036         Log: Integrate 11847 from maint-5.6/perl
35037      Branch: maint-5.6/macperl
35038           !> sv.c
35039 ____________________________________________________________________________
35040 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
35041         Log: In UNICOS division yada yada.
35042      Branch: perl
35043            ! t/op/override.t
35044 ____________________________________________________________________________
35045 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
35046         Log: In UNICOS division is really lossy, better use
35047              a tolerance test.
35048      Branch: perl
35049            ! ext/Time/HiRes/HiRes.t
35050 ____________________________________________________________________________
35051 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
35052         Log: In UNICOS sigaction() sets an extra flag
35053              ("the signal has been registered for all the processes in
35054              a multitasking group.")
35055      Branch: perl
35056            ! ext/POSIX/sigaction.t
35057 ____________________________________________________________________________
35058 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
35059         Log: Documentation micropatch from Damian.
35060      Branch: perl
35061            ! lib/Attribute/Handlers.pm
35062 ____________________________________________________________________________
35063 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
35064         Log: (Retracted by #11908)
35065              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
35066              From: Michael G Schwern <schwern@pobox.com>
35067              Date: Wed, 5 Sep 2001 15:58:21 -0400
35068              Message-ID: <20010905155821.I632@blackrider>
35069      Branch: perl
35070            ! lib/File/Find.pm lib/File/Find/taint.t
35071 ____________________________________________________________________________
35072 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
35073         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
35074              From: Michael G Schwern <schwern@pobox.com>
35075              Date: Wed, 5 Sep 2001 19:16:31 -0400
35076              Message-ID: <20010905191631.E11386@blackrider>
35077      Branch: perl
35078            + lib/CGI/t/carp.t
35079            ! MANIFEST
35080 ____________________________________________________________________________
35081 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
35082         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
35083              From: chromatic <chromatic@rmci.net>
35084              Date: Wed, 5 Sep 2001 18:08:07 -0600
35085              Message-Id: <01090518080700.19590@firewheel>
35086      Branch: perl
35087            ! lib/English.pm
35088 ____________________________________________________________________________
35089 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
35090         Log: Fix a typo #11889 and add a test for the same.
35091      Branch: perl
35092            ! ext/Socket/Socket.t ext/Socket/Socket.xs
35093 ____________________________________________________________________________
35094 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
35095         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
35096              From: "Craig A. Berry" <craigberry@mac.com>
35097              Date: Wed, 05 Sep 2001 17:48:54 -0500
35098              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
35099      Branch: perl
35100            ! lib/warnings.t t/run/kill_perl.t
35101 ____________________________________________________________________________
35102 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
35103         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
35104              From: Michael G Schwern <schwern@pobox.com>
35105              Date: Wed, 5 Sep 2001 17:22:25 -0400
35106              Message-ID: <20010905172225.C11386@blackrider>
35107      Branch: perl
35108            ! t/run/kill_perl.t
35109 ____________________________________________________________________________
35110 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
35111         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
35112              From: Nicholas Clark <nick@ccl4.org>
35113              Date: Wed, 5 Sep 2001 20:54:24 +0100
35114              Message-ID: <20010905205424.C25120@plum.flirble.org>
35115      Branch: perl
35116            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
35117 ____________________________________________________________________________
35118 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
35119         Log: Forgotten thing.
35120      Branch: perl
35121            ! uconfig.h
35122 ____________________________________________________________________________
35123 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
35124         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
35125              From: chromatic <chromatic@rmci.net>               
35126              Date: Wed, 5 Sep 2001 13:22:08 -0600
35127              Message-Id: <01090513220807.10587@firewheel> 
35128      Branch: perl
35129            ! lib/English.pm
35130 ____________________________________________________________________________
35131 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
35132         Log: inet_ntoa() tweaks:
35133              - don't allow addresses with > 255 characters
35134              - indent the HP-UX workaround
35135              - don't leak memory
35136      Branch: perl
35137            ! ext/Socket/Socket.xs
35138 ____________________________________________________________________________
35139 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
35140         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
35141              <xwu@theeducationcenter.com>
35142      Branch: perl
35143            ! lib/File/Find.pm
35144 ____________________________________________________________________________
35145 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
35146         Log: Typo nits.
35147      Branch: perl
35148            ! lib/File/Find.pm
35149 ____________________________________________________________________________
35150 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
35151         Log: -Wall nit.
35152      Branch: perl
35153            ! op.c
35154 ____________________________________________________________________________
35155 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
35156         Log: Update to Scalar-List-Utils 1.05
35157      Branch: perl
35158            ! ext/List/Util/ChangeLog ext/List/Util/README
35159            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
35160 ____________________________________________________________________________
35161 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
35162         Log: Update Changes.
35163      Branch: perl
35164            ! Changes patchlevel.h
35165 ____________________________________________________________________________
35166 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
35167         Log: Update to Scalar-List-Utils 1.04
35168      Branch: perl
35169            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
35170            ! ext/List/Util/lib/List/Util.pm
35171            ! ext/List/Util/lib/Scalar/Util.pm
35172 ____________________________________________________________________________
35173 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
35174         Log: Metaconfigify #11724.
35175      Branch: metaconfig
35176            ! U/threads/archname.U
35177 ____________________________________________________________________________
35178 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
35179         Log: The MacOS reference is okay, no reason to hide it.
35180      Branch: perl
35181            ! lib/Cwd.pm
35182 ____________________________________________________________________________
35183 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
35184         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
35185              From: Michael G Schwern <schwern@pobox.com>
35186              Date: Tue, 4 Sep 2001 15:30:10 -0400
35187              Message-ID: <20010904153010.H26466@blackrider> 
35188              
35189              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
35190      Branch: perl
35191            ! ext/Cwd/Makefile.PL lib/Cwd.pm
35192 ____________________________________________________________________________
35193 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
35194         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.))
35195              From: Michael G Schwern <schwern@pobox.com>
35196              Date: Tue, 4 Sep 2001 17:39:13 -0400
35197              Message-ID: <20010904173913.C626@blackrider>
35198      Branch: perl
35199            ! lib/Cwd.pm
35200 ____________________________________________________________________________
35201 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
35202         Log: Subject: Re: Perl_pp_* in public API?
35203              From: "Craig A. Berry" <craigberry@mac.com>
35204              Date: Tue, 4 Sep 2001 21:51:29 -0500
35205              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
35206      Branch: perl
35207            ! ext/List/Util/Util.xs
35208 ____________________________________________________________________________
35209 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
35210         Log: From Damian: Class::Struct was unable to define
35211              recursive classes.  After the patch an object reference
35212              (rather than a hash) is required to initialize
35213              an object attribute.  If no such initializer is given to
35214              the constructor, object attributes are now default
35215              initialized to C<undef>.
35216      Branch: perl
35217            ! lib/Class/Struct.pm lib/Class/Struct.t
35218 ____________________________________________________________________________
35219 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
35220         Log: Subject: Re: sv_catpvfn and sv_setpvfn
35221              From: Richard Soderberg <rs@oregonnet.com>
35222              Date: Tue, 4 Sep 2001 15:16:47 -0700
35223              Message-Id: <200109042216.PAA17858@oregonnet.com>
35224      Branch: perl
35225            ! pod/perlclib.pod pod/perlguts.pod
35226 ____________________________________________________________________________
35227 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
35228         Log: NetWare updates from Ananth Kesari.
35229      Branch: perl
35230            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
35231            ! NetWare/nw5thread.h
35232 ____________________________________________________________________________
35233 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
35234         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?))
35235              From: Nicholas Clark <nick@ccl4.org>
35236              Date: Tue, 4 Sep 2001 22:42:50 +0100
35237              Message-ID: <20010904224250.P25120@plum.flirble.org>
35238      Branch: perl
35239            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
35240            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
35241            ! t/op/oct.t toke.c
35242 ____________________________________________________________________________
35243 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
35244         Log: Fix Cwd::getcwd() not being tainted, as noticed
35245              by Schwern.
35246      Branch: perl
35247            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
35248            - ext/Cwd/Cwd.t
35249            ! MANIFEST ext/Cwd/Cwd.xs util.c
35250 ____________________________________________________________________________
35251 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
35252         Log: Retract #11870 and volatilize the right destruct_level.
35253              Silly thinko pointed out by Sarathy.
35254      Branch: perl
35255            ! intrpvar.h perl.c
35256 ____________________________________________________________________________
35257 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
35258         Log: At least a temporary fix for the mysterious scope core dumps
35259              in Tru64 from Graham.
35260      Branch: perl
35261            ! ext/List/Util/Util.xs
35262 ____________________________________________________________________________
35263 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
35264         Log: (Retracted by #11872)
35265      Branch: perl
35266            ! intrpvar.h
35267 ____________________________________________________________________________
35268 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
35269         Log: Quench a -Wall gripe noticed by Robin Barker.
35270      Branch: perl
35271            ! op.c
35272 ____________________________________________________________________________
35273 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
35274         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
35275              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
35276              Date: Wed, 05 Sep 2001 02:01:32 +0900
35277              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
35278      Branch: perl
35279            ! lib/Unicode/UCD.pm
35280 ____________________________________________________________________________
35281 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
35282         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
35283              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35284              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
35285              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
35286      Branch: perl
35287            ! gv.c
35288 ____________________________________________________________________________
35289 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
35290         Log: Update Changes.
35291      Branch: perl
35292            ! Changes patchlevel.h
35293 ____________________________________________________________________________
35294 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
35295         Log: Add the \[$@%&*] prototype support.
35296      Branch: perl
35297            ! op.c pod/perlsub.pod t/comp/proto.t
35298 ____________________________________________________________________________
35299 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
35300         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
35301              From: Michael G Schwern <schwern@pobox.com>
35302              Date: Mon, 3 Sep 2001 18:59:01 -0400
35303              Message-ID: <20010903185901.Z9233@blackrider>
35304      Branch: perl
35305            ! lib/CGI/t/form.t
35306 ____________________________________________________________________________
35307 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
35308         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
35309              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
35310              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
35311              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
35312      Branch: perl
35313            ! gv.c
35314 ____________________________________________________________________________
35315 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
35316         Log: More srand entry tweakage based on Randal's suggestion.
35317      Branch: perl
35318            ! pod/perlfunc.pod
35319 ____________________________________________________________________________
35320 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
35321         Log: Subject: [PATCH] 'main' *is* a reserved word
35322              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35323              Date: Mon, 3 Sep 2001 22:55:41 +0200
35324              Message-ID: <20010903225541.A24097@rafael>
35325      Branch: perl
35326            ! toke.c
35327 ____________________________________________________________________________
35328 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
35329         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
35330              From: Peter Prymmer <pvhp@best.com>
35331              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
35332              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
35333      Branch: perl
35334            ! README.vms configure.com
35335 ____________________________________________________________________________
35336 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
35337         Log: Subject: Re: A slightly better default seed?   
35338              From: Michael G Schwern <schwern@pobox.com>
35339              Date: Mon, 3 Sep 2001 18:08:15 -0400 
35340              Message-ID: <20010903180815.W9233@blackrider>
35341      Branch: perl
35342            ! t/op/srand.t
35343 ____________________________________________________________________________
35344 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
35345         Log: Add sharedsv.o to microperl object files.
35346      Branch: perl
35347            ! Makefile.micro
35348 ____________________________________________________________________________
35349 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
35350         Log: AUTHORS updates and
35351              
35352              Subject: [PATCH] Just some preening :-)        
35353              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
35354              Date: Tue, 4 Sep 2001 14:16:59 +0100
35355              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
35356      Branch: perl
35357            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
35358 ____________________________________________________________________________
35359 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
35360         Log: Typo fix and slight rewording.
35361      Branch: perl
35362            ! pod/perlfunc.pod
35363 ____________________________________________________________________________
35364 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
35365         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
35366      Branch: perl
35367            ! pod/perlfaq4.pod
35368 ____________________________________________________________________________
35369 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
35370         Log: The helper file changed name.
35371      Branch: perl
35372            ! MANIFEST
35373 ____________________________________________________________________________
35374 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
35375         Log: Update to Scalar-List-Utils 1.03
35376      Branch: perl
35377            + ext/List/Util/t/shuffle.t
35378            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
35379            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
35380            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35381            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35382            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35383            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35384            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
35385            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35386 ____________________________________________________________________________
35387 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
35388         Log: Make crypt() do something more sane for Unicode
35389              (take crypt() of the low eight bits of the characters,
35390              instead of taking crypt() of the UTF-8 of the scalar);
35391              add a test for crypt().
35392      Branch: perl
35393            + t/op/crypt.t
35394            ! MANIFEST pod/perlfunc.pod pp.c
35395 ____________________________________________________________________________
35396 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
35397         Log: Reorganize the srand entry.
35398      Branch: perl
35399            ! pod/perlfunc.pod
35400 ____________________________________________________________________________
35401 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
35402         Log: Remove the tests that assume something about
35403              calling srand() without arguments multiple times.
35404      Branch: perl
35405            ! t/op/srand.t
35406 ____________________________________________________________________________
35407 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
35408         Log: Upgrade to Math::BigInt 1.42.
35409      Branch: perl
35410            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35411            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
35412            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
35413            ! lib/Math/BigInt/t/mbimbf.t
35414 ____________________________________________________________________________
35415 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
35416         Log: integrate change#11847 from maint-5.6
35417              
35418              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35419      Branch: perl
35420            ! sv.c
35421 ____________________________________________________________________________
35422 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
35423         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
35424      Branch: maint-5.6/perl
35425            ! sv.c
35426 ____________________________________________________________________________
35427 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
35428         Log: As far as I can tell these functions have been Unicodified.
35429      Branch: perl
35430            ! doop.c
35431 ____________________________________________________________________________
35432 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
35433         Log: Update to Storable 1.0.13.
35434      Branch: perl
35435            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35436            ! ext/Storable/Storable.xs
35437 ____________________________________________________________________________
35438 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
35439         Log: Patch the Filter::Simple test to work with
35440              the core test suite (since the FilterTest.pm
35441              is in t/lib, not in lib).
35442      Branch: perl
35443            ! lib/Filter/Simple/t/filter.t
35444 ____________________________________________________________________________
35445 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
35446         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
35447      Branch: perl
35448            + t/lib/FilterTest.pm
35449            - t/lib/MyFilter.pm
35450 ____________________________________________________________________________
35451 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
35452         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
35453              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
35454              Text::Balanced 1.86.
35455      Branch: perl
35456            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
35457            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
35458            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
35459            + lib/Switch/t/nested.t lib/Switch/t/switch.t
35460            + lib/Text/Balanced/Changes lib/Text/Balanced/README
35461            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
35462            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
35463            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
35464            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
35465            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
35466            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
35467            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
35468            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
35469            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
35470            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
35471            ! MANIFEST lib/Attribute/Handlers.pm
35472            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
35473            ! lib/Attribute/Handlers/demo/Demo.pm
35474            ! lib/Attribute/Handlers/demo/Descriptions.pm
35475            ! lib/Attribute/Handlers/demo/MyClass.pm
35476            ! lib/Attribute/Handlers/demo/demo.pl
35477            ! lib/Attribute/Handlers/demo/demo2.pl
35478            ! lib/Attribute/Handlers/demo/demo3.pl
35479            ! lib/Attribute/Handlers/demo/demo4.pl
35480            ! lib/Attribute/Handlers/demo/demo_call.pl
35481            ! lib/Attribute/Handlers/demo/demo_chain.pl
35482            ! lib/Attribute/Handlers/demo/demo_cycle.pl
35483            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
35484            ! lib/Attribute/Handlers/demo/demo_phases.pl
35485            ! lib/Attribute/Handlers/demo/demo_range.pl
35486            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
35487            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
35488            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
35489            ! lib/Text/Balanced.pm
35490 ____________________________________________________________________________
35491 [ 11841] By: sky                                   on 2001/09/03  11:04:15
35492         Log: Forgot to add a file with Change #11840
35493      Branch: perl
35494            + t/op/srand.t
35495 ____________________________________________________________________________
35496 [ 11840] By: sky                                   on 2001/09/03  11:02:04
35497         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
35498              From: Michael G Schwern <schwern@pobox.com>
35499              Date: Mon, 3 Sep 2001 07:43:00 -0400
35500              Message-ID: <20010903074300.E9233@blackrider>
35501      Branch: perl
35502            ! MANIFEST pod/perlfunc.pod t/op/rand.t
35503 ____________________________________________________________________________
35504 [ 11839] By: sky                                   on 2001/09/03  10:47:11
35505         Log: Document the changes with regards to running of END blocks.
35506              And DESTROY on global objects are called in perl_destruct()!
35507      Branch: perl
35508            ! pod/perl572delta.pod pod/perlembed.pod
35509 ____________________________________________________________________________
35510 [ 11838] By: sky                                   on 2001/09/03  09:34:44
35511         Log: Subject: [PATCH t/op/time.t] Partial cleanup
35512              From: Michael G Schwern <schwern@pobox.com>
35513              Date: Mon, 3 Sep 2001 06:29:42 -0400
35514              Message-ID: <20010903062942.C9233@blackrider>
35515      Branch: perl
35516            ! t/op/time.t
35517 ____________________________________________________________________________
35518 [ 11837] By: sky                                   on 2001/09/03  09:30:02
35519         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
35520              From: Michael G Schwern <schwern@pobox.com>
35521              Date: Mon, 3 Sep 2001 06:24:13 -0400
35522              Message-ID: <20010903062413.B9233@blackrider>
35523      Branch: perl
35524            ! t/op/rand.t
35525 ____________________________________________________________________________
35526 [ 11836] By: sky                                   on 2001/09/03  07:56:47
35527         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
35528              From: Michael G Schwern <schwern@pobox.com>
35529              Date: Sun, 2 Sep 2001 21:38:43 -0400
35530              Message-ID: <20010902213843.L2711@blackrider>
35531      Branch: perl
35532            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
35533            ! MANIFEST
35534 ____________________________________________________________________________
35535 [ 11835] By: nick                                  on 2001/09/03  06:20:06
35536         Log: Integrate mainline
35537      Branch: perlio
35538           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
35539            - t/op/misc.t
35540           !> (integrate 187 files)
35541 ____________________________________________________________________________
35542 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
35543         Log: Update Changes.
35544      Branch: perl
35545            ! Changes patchlevel.h
35546 ____________________________________________________________________________
35547 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
35548         Log: Slight tweaks.
35549      Branch: perl
35550            ! t/run/kill_perl.t
35551 ____________________________________________________________________________
35552 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
35553         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
35554      Branch: perl
35555            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
35556 ____________________________________________________________________________
35557 [ 11831] By: sky                                   on 2001/09/02  12:10:42
35558         Log: Change #11828 wasn't complete, this updates to intest path
35559      Branch: perl
35560            ! t/run/kill_perl.t
35561 ____________________________________________________________________________
35562 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
35563         Log: 's's's.
35564      Branch: perl
35565            ! Changes
35566 ____________________________________________________________________________
35567 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
35568         Log: Update Changes.
35569      Branch: perl
35570            ! Changes patchlevel.h
35571 ____________________________________________________________________________
35572 [ 11828] By: sky                                   on 2001/09/02  11:53:56
35573         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
35574              From: Michael G Schwern <schwern@pobox.com>
35575              Date: Sat, 1 Sep 2001 20:18:58 -0400
35576              Message-ID: <20010901201858.X606@blackrider>
35577              +MANIFEST Fix
35578      Branch: perl
35579            + t/run/kill_perl.t
35580            - t/op/misc.t t/run/segfault.t
35581            ! MANIFEST
35582 ____________________________________________________________________________
35583 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
35584         Log: Subject: [PATCH] lib/Time/Local.pm
35585              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
35586              Date: Sun, 2 Sep 2001 06:50:01 -0500
35587              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
35588      Branch: perl
35589            ! lib/Time/Local.pm
35590 ____________________________________________________________________________
35591 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
35592         Log: Tick off Unicode collation and the normalization from
35593              the todo list.
35594      Branch: perl
35595            ! pod/perltodo.pod
35596 ____________________________________________________________________________
35597 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
35598         Log: Update to Unicode 3.1.1.
35599      Branch: perl
35600            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
35601            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
35602            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
35603            ! lib/unicore/PropList.txt lib/unicore/README.perl
35604            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
35605            ! lib/unicore/rename lib/unicore/version
35606 ____________________________________________________________________________
35607 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
35608         Log: Slight doc tweaks for the module.
35609      Branch: perl
35610            ! lib/Unicode/UCD.pm
35611 ____________________________________________________________________________
35612 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
35613         Log: Rename the variable: it *used* to be (wrongly) that the
35614              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
35615              but that is no more the case: PL_reg_match_utf8 is better.
35616      Branch: perl
35617            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
35618            ! regexec.c sv.c thrdvar.h
35619 ____________________________________________________________________________
35620 [ 11822] By: ams                                   on 2001/09/02  02:54:50
35621         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
35622              From: Ilmari Karonen <iltzu@sci.fi>
35623              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
35624              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
35625              (op/sub_lval.t updated to take new error message into account.)
35626      Branch: perl
35627            ! op.c t/op/sub_lval.t
35628 ____________________________________________________________________________
35629 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
35630         Log: remove stray CRs in files; keep all files with UNIX line-ends
35631              (Porting/makerel adds CRs to the files that need it in the
35632              distribution)
35633      Branch: perl
35634            ! NetWare/t/NWScripts.pl README.dos
35635            ! ext/Encode/Encode/cns11643-1.enc
35636            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
35637            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
35638 ____________________________________________________________________________
35639 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
35640         Log: some remnants of change#11803
35641      Branch: perl
35642            ! ext/ByteLoader/byterun.h perl.h
35643 ____________________________________________________________________________
35644 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
35645         Log: Update to Unicode::Collate 0.08.
35646      Branch: perl
35647            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35648            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
35649 ____________________________________________________________________________
35650 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
35651         Log: Test tweaks.
35652      Branch: perl
35653            ! t/op/pat.t
35654 ____________________________________________________________________________
35655 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
35656         Log: Fix test
35657      Branch: maint-5.6/macperl
35658            ! t/lib/b.t
35659 ____________________________________________________________________________
35660 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
35661         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
35662              warnings in Config.pm with -W; increase default and
35663              minimum RAM; bump version number.
35664      Branch: maint-5.6/macperl
35665            + macos/lib/Mac/LowMem.pm
35666            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
35667            ! macos/configpm macos/macperl/MacPerl.r
35668 ____________________________________________________________________________
35669 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
35670         Log: Make syntax check report in MPW style, fix tests
35671              to use Mac::err=unix to get normal-style error
35672              messages.
35673      Branch: maint-5.6/macperl
35674            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
35675            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
35676 ____________________________________________________________________________
35677 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
35678         Log: Make MPW-style errors optional (but the default); add
35679              MacPerl::ErrorFormat() function and Mac::err pragma
35680      Branch: maint-5.6/macperl
35681            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
35682            + macos/ext/Mac/err/err.xs
35683            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
35684            ! macos/macish.c macos/macish.h macos/macperl.sym
35685 ____________________________________________________________________________
35686 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
35687         Log: More module and test ports from Thomas Wegner et al
35688      Branch: maint-5.6/macperl
35689            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35690            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
35691            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
35692            ! t/op/magic.t
35693 ____________________________________________________________________________
35694 [ 11812] By: sky                                   on 2001/09/01  17:19:30
35695         Log: Subject: [PATCH t/op/concat.t] cleanup
35696              From: Michael G Schwern <schwern@pobox.com>
35697              Date: Sat, 1 Sep 2001 14:06:28 -0400
35698              Message-ID: <20010901140628.C606@blackrider>
35699      Branch: perl
35700            ! t/op/concat.t
35701 ____________________________________________________________________________
35702 [ 11811] By: sky                                   on 2001/09/01  12:25:29
35703         Log: Change #11805 didn't update the MANIFEST
35704      Branch: perl
35705            ! MANIFEST
35706 ____________________________________________________________________________
35707 [ 11810] By: sky                                   on 2001/09/01  11:52:44
35708         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
35709              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35710              Date: Sat, 1 Sep 2001 14:50:14 +0200
35711              Message-ID: <20010901145014.A691@rafael>
35712      Branch: perl
35713            ! t/op/inccode.t
35714 ____________________________________________________________________________
35715 [ 11809] By: sky                                   on 2001/09/01  11:49:22
35716         Log: Subject: PATCH: ExtUtils::MakeMaker
35717              From: Tony Bowden <tony@kasei.com>
35718              Date: Sat, 1 Sep 2001 10:33:53 +0100
35719              Message-ID: <20010901103353.A13863@soto.kasei.com>
35720              Manually applied
35721      Branch: perl
35722            ! lib/ExtUtils/MakeMaker.pm
35723 ____________________________________________________________________________
35724 [ 11808] By: sky                                   on 2001/09/01  11:39:13
35725         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
35726              From: mike808@users.sourceforge.net
35727              Date: Sat, 1 Sep 101 11:27:50 GMT
35728              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
35729              With little tweak
35730      Branch: perl
35731            ! lib/Term/Cap.pm
35732 ____________________________________________________________________________
35733 [ 11807] By: ams                                   on 2001/09/01  11:31:16
35734         Log: Subject: oct() and hex()
35735              From: Nicholas Clark <nick@ccl4.org>
35736              Date: Fri, 31 Aug 2001 23:14:13 +0100
35737              Message-Id: <20010831231413.J4950@plum.flirble.org>
35738      Branch: perl
35739            ! pod/perlclib.pod
35740 ____________________________________________________________________________
35741 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
35742         Log: Integrate change 11801 from maintperl
35743      Branch: maint-5.6/macperl
35744            ! perl.c
35745 ____________________________________________________________________________
35746 [ 11805] By: sky                                   on 2001/08/31  21:35:10
35747         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
35748              From: Michael G Schwern <schwern@pobox.com>
35749              Date: Fri, 31 Aug 2001 15:36:28 -0400
35750              Message-ID: <20010831153628.B598@blackrider>
35751              Check for things which used to segfault
35752      Branch: perl
35753            + t/run/segfault.t
35754 ____________________________________________________________________________
35755 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
35756         Log: integrate change#11801 from maint-5.6
35757              
35758              remove age-old UNICOS "workaround" that introduces a static, and
35759              hence an egregious race condition for threaded builds (*sigh*
35760              beats me why this kludge wasn't guarded by a UNICOS-specific
35761              #define *sigh*)
35762      Branch: perl
35763            ! perl.c
35764 ____________________________________________________________________________
35765 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
35766         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
35767              working in 5.7.x
35768      Branch: perl
35769            - objXSUB.h
35770            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
35771            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
35772            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
35773            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
35774            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
35775            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
35776            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
35777            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
35778            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
35779            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
35780            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
35781            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
35782            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
35783            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
35784            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
35785            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
35786            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
35787            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
35788            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
35789            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
35790            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
35791            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
35792 ____________________________________________________________________________
35793 [ 11802] By: ams                                   on 2001/08/31  18:11:32
35794         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
35795              From: "Philip Newton" <Philip.Newton@gmx.net>
35796              Date: Fri, 31 Aug 2001 21:12:56 +0200
35797              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
35798      Branch: perl
35799            ! pod/perldiag.pod
35800 ____________________________________________________________________________
35801 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
35802         Log: remove age-old UNICOS "workaround" that introduces a static, and
35803              hence an egregious race condition for threaded builds (*sigh*
35804              beats me why this kludge wasn't guarded by a UNICOS-specific
35805              #define *sigh*)
35806      Branch: maint-5.6/perl
35807            ! perl.c
35808 ____________________________________________________________________________
35809 [ 11800] By: sky                                   on 2001/08/31  17:30:26
35810         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
35811              Might break on platforms where bool is larger than 8 bites ???
35812      Branch: perl
35813            ! regcomp.c
35814 ____________________________________________________________________________
35815 [ 11799] By: ams                                   on 2001/08/31  12:15:44
35816         Log: Integrate 11778 into mainline.
35817      Branch: perl
35818            ! t/base/term.t
35819 ____________________________________________________________________________
35820 [ 11798] By: sky                                   on 2001/08/31  11:31:44
35821         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
35822              supposed to happen.
35823      Branch: perl
35824            ! regcomp.c
35825 ____________________________________________________________________________
35826 [ 11797] By: sky                                   on 2001/08/31  11:28:17
35827         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
35828              From: "John P. Linderman" <jpl@research.att.com>
35829              Date: Fri, 31 Aug 2001 08:20:35 -0400
35830              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
35831              Fixes test 14 which could fail randomly in rare cases.
35832      Branch: perl
35833            ! ext/Time/HiRes/HiRes.t regcomp.c
35834 ____________________________________________________________________________
35835 [ 11796] By: ams                                   on 2001/08/31  01:13:07
35836         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
35837              From: Nicholas Clark <nick@ccl4.org>
35838              Date: Thu, 30 Aug 2001 23:21:50 +0100
35839              Message-Id: <20010830232150.D4950@plum.flirble.org>
35840      Branch: perl
35841            ! ext/Sys/Syslog/Makefile.PL
35842 ____________________________________________________________________________
35843 [ 11795] By: ams                                   on 2001/08/30  23:53:23
35844         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
35845              patching example
35846              From: Michael G Schwern <schwern@pobox.com>
35847              Date: Thu, 30 Aug 2001 17:02:08 -0400
35848              Message-Id: <20010830170208.M2318@blackrider>
35849      Branch: perl
35850            ! pod/perlhack.pod
35851 ____________________________________________________________________________
35852 [ 11794] By: ams                                   on 2001/08/30  19:35:36
35853         Log: Subject: [PATCH] pp_modulo
35854              From: Nicholas Clark <nick@ccl4.org>
35855              Date: Thu, 30 Aug 2001 18:20:54 +0100
35856              Message-Id: <20010830182053.A4950@plum.flirble.org>
35857      Branch: perl
35858            ! pp.c t/op/64bitint.t
35859 ____________________________________________________________________________
35860 [ 11793] By: sky                                   on 2001/08/30  13:02:48
35861         Log: 11792 wasn't complete
35862      Branch: perl
35863            ! makedef.pl regcomp.c
35864 ____________________________________________________________________________
35865 [ 11792] By: sky                                   on 2001/08/30  12:21:11
35866         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
35867      Branch: perl
35868            ! makedef.pl
35869 ____________________________________________________________________________
35870 [ 11791] By: sky                                   on 2001/08/30  10:08:02
35871         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
35872      Branch: perl
35873            ! config_h.SH
35874 ____________________________________________________________________________
35875 [ 11790] By: sky                                   on 2001/08/30  08:22:31
35876         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
35877              on the pad. Fixes coredumps in cleanups introduced by
35878              Change 11755  
35879      Branch: perl
35880            ! op.c perl.c sv.h
35881 ____________________________________________________________________________
35882 [ 11789] By: sky                                   on 2001/08/29  19:01:47
35883         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
35884              This is a replacement implmentation that works on HPUX.
35885              This bug should probably be fixed in GCC.
35886      Branch: perl
35887            ! ext/Socket/Socket.xs
35888 ____________________________________________________________________________
35889 [ 11788] By: ams                                   on 2001/08/29  17:35:33
35890         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
35891              From: Nicholas Clark <nick@ccl4.org>
35892              Date: Wed, 29 Aug 2001 18:21:56 +0100
35893              Message-Id: <20010829182156.O4950@plum.flirble.org>
35894      Branch: perl
35895            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
35896 ____________________________________________________________________________
35897 [ 11787] By: sky                                   on 2001/08/29  10:42:54
35898         Log: Added test for pack_addr_in and unpack_addr_in
35899              Nitpik in test 10
35900      Branch: perl
35901            ! ext/Socket/Socket.t
35902 ____________________________________________________________________________
35903 [ 11786] By: sky                                   on 2001/08/29  10:28:14
35904         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
35905              Trying to catch errors on HP-UX
35906      Branch: perl
35907            ! ext/Socket/Socket.t
35908 ____________________________________________________________________________
35909 [ 11785] By: sky                                   on 2001/08/29  09:07:03
35910         Log: make sure USE_THREADS is defined so external apps work
35911      Branch: perl
35912            ! config_h.SH
35913 ____________________________________________________________________________
35914 [ 11784] By: sky                                   on 2001/08/29  08:06:12
35915         Log: Subject: Re: The hitlist of untested modules.
35916              From: Jonathan Stowe <gellyfish@gellyfish.com>
35917              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
35918              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
35919              Start of tests for Shell.pm (make Schwern poorer!)
35920      Branch: perl
35921            + lib/Shell.t
35922            ! MANIFEST
35923 ____________________________________________________________________________
35924 [ 11783] By: sky                                   on 2001/08/29  07:37:50
35925         Log: END{} can change the return value even if we die from BEGIN{}
35926      Branch: perl
35927            ! miniperlmain.c
35928 ____________________________________________________________________________
35929 [ 11782] By: ams                                   on 2001/08/29  06:32:17
35930         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
35931              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
35932              Date: Wed, 29 Aug 2001 09:18:17 +0200
35933              Message-Id: <20010829091817.A4453@rafael>
35934      Branch: perl
35935            ! t/op/inccode.t
35936 ____________________________________________________________________________
35937 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
35938         Log: Delete xsubpp.patch, as full copy exists now
35939      Branch: maint-5.6/macperl
35940            - macos/xsubpp.patch
35941 ____________________________________________________________________________
35942 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
35943         Log: Add Changes file
35944      Branch: maint-5.6/macperl
35945            + macos/Changes
35946 ____________________________________________________________________________
35947 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
35948         Log: Add Mac version of xsubpp as separate file
35949      Branch: maint-5.6/macperl
35950            + macos/xsubpp
35951            ! macos/Makefile.mk
35952 ____________________________________________________________________________
35953 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
35954         Log: Fix open of /dev/null for Mac OS
35955      Branch: maint-5.6/macperl
35956            ! t/base/term.t
35957 ____________________________________________________________________________
35958 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
35959         Log: Various patches: enable more tests; skip CVS in PerlInstall;
35960              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
35961      Branch: maint-5.6/macperl
35962            ! macos/MacPerlTests.cmd macos/PerlInstall
35963            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
35964 ____________________________________________________________________________
35965 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
35966         Log: Allow for platforms to override formatting of errors
35967              on output from Matthias Neeracher (Mac files)
35968      Branch: maint-5.6/macperl
35969            ! macos/macish.c macos/macish.h
35970 ____________________________________________________________________________
35971 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
35972         Log: Allow for platforms to override formatting of errors
35973              on output from Matthias Neeracher (core files)
35974      Branch: maint-5.6/macperl
35975            ! perl.h pp_ctl.c util.c
35976 ____________________________________________________________________________
35977 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
35978         Log: Add some param checking, from reports by Kevin Reid.
35979      Branch: maint-5.6/macperl
35980            ! macos/ext/Mac/Controls/Controls.pm
35981            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
35982 ____________________________________________________________________________
35983 [ 11773] By: ams                                   on 2001/08/28  23:54:57
35984         Log: Subject: [PATCH] make coretest
35985              From: Paul Johnson <paul@pjcj.net>
35986              Date: Wed, 29 Aug 2001 00:11:38 +0200
35987              Message-Id: <20010829001138.B12169@pjcj.net>
35988              (Applied without the change to perlhack.pod. This should
35989              probably stay undocumented.)
35990      Branch: perl
35991            ! Makefile.SH t/TEST
35992 ____________________________________________________________________________
35993 [ 11772] By: sky                                   on 2001/08/28  13:01:20
35994         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
35995              From: Michael G Schwern <schwern@pobox.com>
35996              Date: Tue, 28 Aug 2001 09:57:39 -0400
35997              Message-ID: <20010828095738.E17775@blackrider>
35998      Branch: perl
35999            ! pod/perlhack.pod t/op/pack.t
36000 ____________________________________________________________________________
36001 [ 11771] By: sky                                   on 2001/08/28  11:20:13
36002         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
36003              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36004              Date: Tue, 28 Aug 2001 14:23:43 +0200
36005              Message-ID: <20010828142343.A19299@rafael>
36006      Branch: perl
36007            ! pod/perlvar.pod pp_ctl.c
36008 ____________________________________________________________________________
36009 [ 11770] By: ams                                   on 2001/08/28  10:13:21
36010         Log: Subject: [PATCH] odd typo in op.h
36011              From: Nicholas Clark <nick@ccl4.org>
36012              Date: Tue, 28 Aug 2001 12:10:26 +0100
36013              Message-Id: <20010828121026.V4950@plum.flirble.org>
36014      Branch: perl
36015            ! op.h
36016 ____________________________________________________________________________
36017 [ 11769] By: sky                                   on 2001/08/28  08:09:16
36018         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
36019              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
36020              Date: Tue, 28 Aug 2001 02:22:20 +0300
36021              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
36022      Branch: perl
36023            ! ext/B/B/Lint.pm
36024 ____________________________________________________________________________
36025 [ 11768] By: ams                                   on 2001/08/28  00:47:35
36026         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36027              From: Michael G Schwern <schwern@pobox.com>
36028              Date: Mon, 27 Aug 2001 21:24:44 -0400
36029              Message-Id: <20010827212444.F12582@blackrider>
36030      Branch: perl
36031            ! pod/perlhack.pod t/op/pack.t
36032 ____________________________________________________________________________
36033 [ 11767] By: ams                                   on 2001/08/27  23:59:48
36034         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
36035              From: Michael G Schwern <schwern@pobox.com>
36036              Date: Mon, 27 Aug 2001 20:12:29 -0400
36037              Message-Id: <20010827201229.D12582@blackrider>
36038      Branch: perl
36039            ! pod/perlhack.pod t/op/pack.t
36040 ____________________________________________________________________________
36041 [ 11766] By: ams                                   on 2001/08/27  23:39:40
36042         Log: Update Changes.
36043      Branch: perl
36044            ! Changes
36045 ____________________________________________________________________________
36046 [ 11765] By: ams                                   on 2001/08/27  22:53:10
36047         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
36048              From: Michael G Schwern <schwern@pobox.com>
36049              Date: Mon, 27 Aug 2001 19:47:30 -0400
36050              Message-Id: <20010827194730.C12582@blackrider>
36051      Branch: perl
36052            ! t/op/inccode.t
36053 ____________________________________________________________________________
36054 [ 11764] By: ams                                   on 2001/08/27  22:46:21
36055         Log: Subject: [PATCH] new tests for the coderef-in-@INC
36056              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36057              Date: Mon, 27 Aug 2001 22:36:27 +0200
36058              Message-Id: <20010827223627.C690@rafael>
36059              
36060              Subject: Re: [PATCH] new tests for the coderef-in-@INC
36061              From: Nicholas Clark <nick@ccl4.org>
36062              Date: Tue, 28 Aug 2001 00:02:46 +0100
36063              Message-Id: <20010828000245.R4950@plum.flirble.org>
36064      Branch: perl
36065            + t/op/inccode.t
36066            ! MANIFEST
36067 ____________________________________________________________________________
36068 [ 11763] By: ams                                   on 2001/08/27  22:41:09
36069         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
36070              bleadperl on fire, Win95+4NT)
36071              From: Michael G Schwern <schwern@pobox.com>
36072              Date: Mon, 27 Aug 2001 16:54:42 -0400
36073              Message-Id: <20010827165442.F9436@blackrider>
36074      Branch: perl
36075            ! lib/warnings.t
36076 ____________________________________________________________________________
36077 [ 11762] By: sky                                   on 2001/08/27  19:19:17
36078         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
36079              avaible at compile time. This broke the compilation of 
36080              Net/Ping.pm
36081      Branch: perl
36082            ! lib/Net/Ping.pm
36083 ____________________________________________________________________________
36084 [ 11761] By: sky                                   on 2001/08/27  18:34:48
36085         Log: Removed tripple definitions of CUSTOM_OP functions.
36086      Branch: perl
36087            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
36088 ____________________________________________________________________________
36089 [ 11760] By: sky                                   on 2001/08/27  18:21:27
36090         Log: Regen headers
36091      Branch: perl
36092            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
36093            ! perlapi.h proto.h
36094 ____________________________________________________________________________
36095 [ 11759] By: ams                                   on 2001/08/27  16:31:53
36096         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
36097              From: "chromatic" <chromatic@rmci.net>
36098              Date: Mon, 27 Aug 2001 11:17:09 -0600
36099              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
36100      Branch: perl
36101            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
36102 ____________________________________________________________________________
36103 [ 11758] By: sky                                   on 2001/08/27  15:16:42
36104         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
36105              Thanks to H. Merijn Brand for the patch.
36106              Some of the comments and or guards might be removable in perl.h now.
36107      Branch: perl
36108            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
36109            ! Porting/Glossary Porting/config_H README.threads config_h.SH
36110            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
36111            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
36112            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
36113            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
36114            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
36115            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
36116            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
36117            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
36118            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36119            ! win32/config_H.vc win32/perllib.c win32/win32.h
36120            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
36121            ! wince/config.h wince/config_H.ce wince/win32.h
36122            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
36123 ____________________________________________________________________________
36124 [ 11757] By: sky                                   on 2001/08/27  13:39:16
36125         Log: Subject: GNU ld parses arguments different
36126              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36127              Date: Mon, 27 Aug 2001 16:25:51 +0200
36128              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
36129      Branch: perl
36130            ! hints/hpux.sh
36131 ____________________________________________________________________________
36132 [ 11756] By: sky                                   on 2001/08/27  13:18:45
36133         Log: Subject: Custom Ops
36134              From: Simon Cozens <simon@netthink.co.uk>
36135              Date: Sat, 25 Aug 2001 17:45:09 +0100
36136              Message-ID: <20010825174509.A5752@netthink.co.uk>
36137              I also added a fix to Opcode.pm to quite test cases.
36138      Branch: perl
36139            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
36140            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
36141 ____________________________________________________________________________
36142 [ 11755] By: sky                                   on 2001/08/27  05:37:17
36143         Log: Plugs a memory leak on destruction of regular expressions
36144              introcued by #11274.
36145              PL_regex_padav now has an AV as it's first entry with a list
36146              of freed regex_padav slots that it will reuse on creating
36147              new PMOPs.
36148      Branch: perl
36149            ! op.c perl.c
36150 ____________________________________________________________________________
36151 [ 11754] By: ams                                   on 2001/08/26  14:38:52
36152         Log: Subject: [PATCH] t/io/binmode.t
36153              From: Nicholas Clark <nick@ccl4.org>
36154              Date: Sun, 26 Aug 2001 12:03:05 +0100
36155              Message-Id: <20010826120305.C4950@plum.flirble.org>
36156              
36157              (Also a nitpick in #11752 to t/op/universal.t)
36158      Branch: perl
36159            ! t/io/binmode.t t/op/universal.t
36160 ____________________________________________________________________________
36161 [ 11753] By: ams                                   on 2001/08/26  08:19:34
36162         Log: Subject: [PATCH] op/universal.t failing
36163              From: Nicholas Clark <nick@ccl4.org>
36164              Date: Sun, 26 Aug 2001 09:48:22 +0100
36165              Message-Id: <20010826094822.B4950@plum.flirble.org>
36166      Branch: perl
36167            ! t/op/universal.t
36168 ____________________________________________________________________________
36169 [ 11752] By: ams                                   on 2001/08/25  22:46:13
36170         Log: Subject: Re: 'can' with undefined subs
36171              From: Tony Bowden <tony@kasei.com>
36172              Date: Sat, 25 Aug 2001 14:58:17 +0100
36173              Message-Id: <20010825145817.A11788@soto.kasei.com>
36174              (Applied with minor modifications.)
36175      Branch: perl
36176            ! t/op/universal.t
36177 ____________________________________________________________________________
36178 [ 11751] By: ams                                   on 2001/08/25  18:28:43
36179         Log: Subject: Re: 'can' with undefined subs
36180              From: Tony Bowden <tony@kasei.com>
36181              Date: Sat, 25 Aug 2001 15:13:14 +0100
36182              Message-Id: <20010825151314.B11788@soto.kasei.com>
36183      Branch: perl
36184            ! lib/UNIVERSAL.pm
36185 ____________________________________________________________________________
36186 [ 11750] By: nick                                  on 2001/08/25  15:24:15
36187         Log: Integrate mainline
36188      Branch: perlio
36189           +> t/io/binmode.t
36190           !> (integrate 26 files)
36191 ____________________________________________________________________________
36192 [ 11749] By: nick                                  on 2001/08/25  14:55:41
36193         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
36194              From:  John Peacock <jpeacock@rowman.com>
36195              Date:  Wed, 22 Aug 2001 12:05:28 -0400
36196              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
36197      Branch: perl
36198            ! pod/perlhack.pod
36199 ____________________________________________________________________________
36200 [ 11748] By: nick                                  on 2001/08/25  14:53:04
36201         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
36202              From:  Michael G Schwern <schwern@pobox.com>
36203              Date:  Wed, 22 Aug 2001 19:22:45 -0400
36204              Message-Id:  <20010822192245.U619@blackrider>
36205      Branch: perl
36206            ! MANIFEST
36207 ____________________________________________________________________________
36208 [ 11747] By: nick                                  on 2001/08/25  14:52:33
36209         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
36210              From:  Nicholas Clark <nick@ccl4.org>
36211              Date:  Wed, 22 Aug 2001 23:29:06 +0100
36212              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
36213      Branch: perl
36214            + t/io/binmode.t
36215            ! perlio.c pod/perlfunc.pod
36216 ____________________________________________________________________________
36217 [ 11744] By: nick                                  on 2001/08/25  14:37:33
36218         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
36219              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36220              Date:  Fri, 24 Aug 2001 22:10:42 +0200
36221              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
36222      Branch: perl
36223            ! x2p/a2py.c x2p/walk.c
36224 ____________________________________________________________________________
36225 [ 11743] By: nick                                  on 2001/08/25  14:32:47
36226         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
36227              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36228              Date:  Fri, 24 Aug 2001 23:34:13 +0200
36229              Message-Id:  <20010824233413.A1285@rafael>
36230      Branch: perl
36231            ! pod/perlfunc.pod pod/perlvar.pod
36232 ____________________________________________________________________________
36233 [ 11742] By: ams                                   on 2001/08/25  13:16:02
36234         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
36235              From: Nicholas Clark <nick@ccl4.org>
36236              Date: Sat, 25 Aug 2001 14:50:07 +0100
36237              Message-Id: <20010825145007.L41464@plum.flirble.org>
36238      Branch: perl
36239            ! pp_ctl.c
36240 ____________________________________________________________________________
36241 [ 11741] By: nick                                  on 2001/08/24  07:08:45
36242         Log: When applying patch via Porting/apply fails, do p4 refresh
36243              to get old files back.
36244      Branch: perl
36245            ! Porting/apply
36246 ____________________________________________________________________________
36247 [ 11740] By: ams                                   on 2001/08/24  04:47:24
36248         Log: #11739 was incomplete.
36249      Branch: perl
36250            ! pod/perldiag.pod
36251 ____________________________________________________________________________
36252 [ 11739] By: ams                                   on 2001/08/24  04:09:40
36253         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
36254              From: "Philip Newton" <Philip.Newton@gmx.net>
36255              Date: Fri, 24 Aug 2001 07:08:34 +0200
36256      Branch: perl
36257            ! pod/perldiag.pod
36258 ____________________________________________________________________________
36259 [ 11738] By: ams                                   on 2001/08/24  02:19:42
36260         Log: Fixed Doug Wilson's email address.
36261      Branch: perl
36262            ! AUTHORS
36263 ____________________________________________________________________________
36264 [ 11737] By: ams                                   on 2001/08/24  00:10:13
36265         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
36266              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36267              Date: Thu, 23 Aug 2001 22:22:58 +0200
36268              Message-Id: <20010823222258.A901@rafael>
36269      Branch: perl
36270            ! pod/perldiag.pod
36271 ____________________________________________________________________________
36272 [ 11736] By: ams                                   on 2001/08/24  00:05:02
36273         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
36274              From: "Craig A. Berry" <craigberry@mac.com>
36275              Date: Thu, 23 Aug 2001 19:07:45 -0500
36276              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
36277      Branch: perl
36278            ! configure.com
36279 ____________________________________________________________________________
36280 [ 11735] By: sky                                   on 2001/08/23  13:42:07
36281         Log: Backed out 11732, it breaks lib/strict.t 
36282      Branch: perl
36283            ! op.c
36284 ____________________________________________________________________________
36285 [ 11734] By: sky                                   on 2001/08/23  11:45:59
36286         Log: Removed toy from 17133 after Matt Sargeants request.
36287      Branch: perl
36288            ! pod/perlfaq4.pod
36289 ____________________________________________________________________________
36290 [ 11733] By: sky                                   on 2001/08/23  11:36:29
36291         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
36292              From: Robin Houston <robin@kitsite.com>
36293              Date: Wed, 22 Aug 2001 23:06:16 +0100
36294              Message-ID: <20010822230616.A254@robin.kitsite.com>
36295      Branch: perl
36296            ! pod/perlfaq4.pod
36297 ____________________________________________________________________________
36298 [ 11732] By: sky                                   on 2001/08/23  10:36:02
36299         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
36300              From: Simon Cozens <simon@netthink.co.uk>
36301              Date: Thu, 23 Aug 2001 12:06:36 +0100
36302              Message-ID: <20010823120636.A9961@netthink.co.uk>
36303      Branch: perl
36304            ! op.c
36305 ____________________________________________________________________________
36306 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
36307         Log: fix broken windows build
36308      Branch: perl
36309            ! perl.h
36310 ____________________________________________________________________________
36311 [ 11730] By: ams                                   on 2001/08/22  21:35:30
36312         Log: Subject: [PATCH] io/tell.t doesn't chdir t
36313              From: Nicholas Clark <nick@ccl4.org>
36314              Date: Wed, 22 Aug 2001 23:25:58 +0100
36315              Message-Id: <20010822232557.Y82818@plum.flirble.org>
36316      Branch: perl
36317            ! t/io/tell.t
36318 ____________________________________________________________________________
36319 [ 11729] By: ams                                   on 2001/08/22  20:32:21
36320         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36321              questions)
36322              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36323              Date: Wed, 22 Aug 2001 17:09:04 -0400
36324              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36325              (Oops, forgot File::Spec::Unix in the previous patch.)
36326      Branch: perl
36327            ! lib/File/Spec/Unix.pm
36328 ____________________________________________________________________________
36329 [ 11728] By: ams                                   on 2001/08/22  20:25:41
36330         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
36331              questions)
36332              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
36333              Date: Wed, 22 Aug 2001 17:09:04 -0400
36334              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
36335      Branch: perl
36336            ! lib/File/Spec.pm
36337 ____________________________________________________________________________
36338 [ 11727] By: ams                                   on 2001/08/22  19:43:30
36339         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
36340              From: John Peacock <jpeacock@rowman.com>
36341              Date: Wed, 22 Aug 2001 12:35:52 -0400
36342              Message-Id: <3B83DF68.5D89DC81@rowman.com>
36343              (Adds proper tests for $], notwithstanding Subject. +nitpick)
36344      Branch: perl
36345            ! t/op/ver.t
36346 ____________________________________________________________________________
36347 [ 11726] By: ams                                   on 2001/08/22  19:36:39
36348         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
36349              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
36350              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
36351              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
36352      Branch: perl
36353            ! lib/diagnostics.pm lib/diagnostics.t
36354 ____________________________________________________________________________
36355 [ 11725] By: ams                                   on 2001/08/22  19:25:01
36356         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
36357              From: Nicholas Clark <nick@ccl4.org>
36358              Date: Wed, 22 Aug 2001 20:59:05 +0100
36359              Message-Id: <20010822205905.U82818@plum.flirble.org>
36360      Branch: perl
36361            ! pp.c t/op/64bitint.t t/op/arith.t
36362 ____________________________________________________________________________
36363 [ 11724] By: ams                                   on 2001/08/22  10:02:33
36364         Log: Subject: Configure blooper
36365              From: H.Merijn Brand <h.m.brand@hccnet.nl>
36366              Date: Wed, 22 Aug 2001 12:38:35 +0200
36367              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
36368      Branch: perl
36369            ! Configure
36370 ____________________________________________________________________________
36371 [ 11723] By: ams                                   on 2001/08/21  16:17:53
36372         Log: Subject: [PATCH] installperl -help
36373              From: Nicholas Clark <nick@ccl4.org>
36374              Date: Tue, 21 Aug 2001 17:34:23 +0100
36375              Message-Id: <20010821173423.F82818@plum.flirble.org>
36376      Branch: perl
36377            ! installperl
36378 ____________________________________________________________________________
36379 [ 11722] By: ams                                   on 2001/08/20  07:46:31
36380         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
36381              From: Ilmari Karonen <iltzu@sci.fi>
36382              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
36383              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
36384      Branch: perl
36385            ! pod/perlvar.pod
36386 ____________________________________________________________________________
36387 [ 11721] By: nick                                  on 2001/08/20  06:24:31
36388         Log: Integrate mainline
36389      Branch: perlio
36390           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
36391           +> lib/Lingua/KO/Hangul/Util/Changes
36392           +> lib/Lingua/KO/Hangul/Util/README
36393           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
36394           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
36395           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
36396           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
36397           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
36398           +> lib/Unicode/Normalize/t/test.t
36399            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36400           !> (integrate 55 files)
36401 ____________________________________________________________________________
36402 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
36403         Log: Integrate Change #11599 from maint-5.6/perl
36404      Branch: maint-5.6/macperl
36405           !> README.win32
36406 ____________________________________________________________________________
36407 [ 11719] By: ams                                   on 2001/08/18  21:21:42
36408         Log: Add Porting/apply to MANIFEST.
36409      Branch: perl
36410            ! MANIFEST
36411 ____________________________________________________________________________
36412 [ 11718] By: sky                                   on 2001/08/18  14:38:01
36413         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
36414              Better solution would be to make 5005threaded perl use
36415              the same system as ithreads do
36416      Branch: perl
36417            ! perl.h
36418 ____________________________________________________________________________
36419 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
36420         Log: New try for ID 20010407.006: detach the semantics
36421              "was the last match target UTF8" into its own variable.
36422      Branch: perl
36423            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
36424            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
36425 ____________________________________________________________________________
36426 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
36427         Log: UTF8 flag should be meaningful only when POK.
36428      Branch: perl
36429            ! dump.c
36430 ____________________________________________________________________________
36431 [ 11715] By: sky                                   on 2001/08/18  11:45:16
36432         Log: USE_THREADS and USE_ITHREADS are never true at the same time
36433      Branch: perl
36434            ! perl.h
36435 ____________________________________________________________________________
36436 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
36437         Log: Retract #11712 for now.  The real fix would probably
36438              be something like making PL_reg_sv a copy (PV + UTF8)
36439              of the matched/substituted string (note: not just a SvPOK
36440              string, for example the stringified form of a ROK would
36441              be applicable)  Beware of leaks.
36442      Branch: perl
36443            ! pp_hot.c t/op/pat.t
36444 ____________________________________________________________________________
36445 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
36446         Log: UTF8 wasn't printing for PVMGs.
36447      Branch: perl
36448            ! dump.c
36449 ____________________________________________________________________________
36450 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
36451         Log: (Retracted by #11714)
36452              
36453              Okay analysis, debatable fix.  (The fix will inc
36454              the refcount of all temporary match objects,
36455              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
36456              which will then cause griping at untie() time
36457              ("inner references remain").
36458              
36459              Fix for ID 20010407.006: PL_reg_sv got wiped out
36460              by freetemps if the match target was a temporary
36461              (like function_call() =~ /.../), which in turn meant
36462              that the $1 et al stopped working if they had UTF-8
36463              in them.  Therefore bump up the refcount of PL_reg_sv.
36464      Branch: perl
36465            ! pp_hot.c t/op/pat.t
36466 ____________________________________________________________________________
36467 [ 11711] By: ams                                   on 2001/08/17  20:32:08
36468         Log: Subject: [PATCH] doesn't compile, was perl@11710
36469              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36470              Date: Fri, 17 Aug 2001 23:21:10 +0200
36471              Message-Id: <20010817232110.C7041@rafael> 
36472      Branch: perl
36473            ! sharedsv.c
36474 ____________________________________________________________________________
36475 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
36476         Log: Update Changes.
36477      Branch: perl
36478            ! Changes patchlevel.h
36479 ____________________________________________________________________________
36480 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
36481         Log: Upgrade to libnet 1.0704.
36482      Branch: perl
36483            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
36484            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
36485            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
36486            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
36487            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
36488            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
36489            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
36490 ____________________________________________________________________________
36491 [ 11708] By: sky                                   on 2001/08/17  13:34:04
36492         Log: Let perl_clone copy PL_exit_flags
36493      Branch: perl
36494            ! sv.c
36495 ____________________________________________________________________________
36496 [ 11707] By: sky                                   on 2001/08/17  12:28:41
36497         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
36498      Branch: perl
36499            ! sharedsv.c sharedsv.h
36500 ____________________________________________________________________________
36501 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
36502         Log: The metaconfig unit change for #11705.
36503      Branch: metaconfig/U/perl
36504            ! Extensions.U
36505 ____________________________________________________________________________
36506 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
36507         Log: Allow the threads extension to be found if present.
36508      Branch: perl
36509            ! Configure
36510 ____________________________________________________________________________
36511 [ 11704] By: nick                                  on 2001/08/17  11:47:54
36512         Log: Mail -> change script (pre-alpha)
36513      Branch: perl
36514            + Porting/apply
36515 ____________________________________________________________________________
36516 [ 11703] By: sky                                   on 2001/08/17  07:11:24
36517         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
36518              Thanks to Tom Hospel for pointing out my error.
36519      Branch: perl
36520            ! op.h
36521 ____________________________________________________________________________
36522 [ 11702] By: sky                                   on 2001/08/17  04:18:11
36523         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.
36524      Branch: perl
36525            ! embed.pl miniperlmain.c perl.c perl.h proto.h
36526 ____________________________________________________________________________
36527 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
36528         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
36529              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
36530      Branch: perl
36531            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
36532            + lib/Lingua/KO/Hangul/Util/README
36533            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
36534            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
36535            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
36536            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
36537            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
36538            + lib/Unicode/Normalize/t/test.t
36539            ! MANIFEST
36540 ____________________________________________________________________________
36541 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
36542         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
36543              Date: Thu, 16 Aug 2001 22:46:15 -0500
36544              From: "Craig A. Berry" <craigberry@mac.com>
36545              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
36546      Branch: perl
36547            ! configure.com numeric.c
36548 ____________________________________________________________________________
36549 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
36550         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
36551              of the usual suspects (like getpwent) but not for others
36552              (like localtime and rand).  The _r versions are available
36553              for all of them, so let's use them.
36554      Branch: perl
36555            ! perl.h
36556 ____________________________________________________________________________
36557 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
36558         Log: (Accidental apply; thankfully empty.)
36559      Branch: perl
36560            ! hints/os390.sh
36561 ____________________________________________________________________________
36562 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
36563         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
36564              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36565              Date: Thu, 16 Aug 2001 16:27:49 +0100
36566              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
36567      Branch: perl
36568            ! regexec.c t/op/re_tests
36569 ____________________________________________________________________________
36570 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
36571         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
36572              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36573              Date: Thu, 16 Aug 2001 18:50:01 +0100
36574              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
36575      Branch: perl
36576            ! pp_hot.c t/op/pat.t
36577 ____________________________________________________________________________
36578 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
36579         Log: Subject: [PATCH] *time_r again
36580              From: "Arthur Bergman" <arthur@contiller.se>
36581              Date: Thu, 16 Aug 2001 16:01:54 +0200
36582              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
36583      Branch: perl
36584            ! op.h
36585 ____________________________________________________________________________
36586 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
36587         Log: system() and backtick error handling cleanup from Craig A. Berry.
36588      Branch: perl
36589            ! vms/vms.c
36590 ____________________________________________________________________________
36591 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
36592         Log: change#10334 leaks memory, copies string when it doesn't
36593              need to
36594      Branch: perl
36595            ! perl.c
36596 ____________________________________________________________________________
36597 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
36598         Log: One more twist to the sprintf + utf8 testing.
36599      Branch: perl
36600            ! t/op/misc.t
36601 ____________________________________________________________________________
36602 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
36603         Log: Fix for 20010407.008 sprintf removes utf8-ness.
36604      Branch: perl
36605            ! pp.c t/op/misc.t
36606 ____________________________________________________________________________
36607 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
36608         Log: Subject: [PATCH] *time_r fixes
36609              From: "Arthur Bergman" <arthur@contiller.se>
36610              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
36611              Date: Thu, 16 Aug 2001 14:22:27 +0200
36612      Branch: perl
36613            ! op.h
36614 ____________________________________________________________________________
36615 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
36616         Log: Upgrade to CGI.pm 2.77.
36617      Branch: perl
36618            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
36619            ! lib/CGI/t/function.t
36620 ____________________________________________________________________________
36621 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
36622         Log: Document the bytes-to-Unicode upgrading.
36623      Branch: perl
36624            ! pod/perlunicode.pod
36625 ____________________________________________________________________________
36626 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
36627         Log: Add a test for Unicode sprintf.
36628      Branch: perl
36629            ! t/op/misc.t
36630 ____________________________________________________________________________
36631 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
36632         Log: Add Unicode tests for index/rindex.
36633      Branch: perl
36634            ! t/op/index.t
36635 ____________________________________________________________________________
36636 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
36637         Log: Document a bit the art of minimizing the installation,
36638              based on the p5p discussion.
36639      Branch: perl
36640            ! INSTALL
36641 ____________________________________________________________________________
36642 [ 11684] By: nick                                  on 2001/08/15  15:03:31
36643         Log: Integrate mainline
36644      Branch: perlio
36645           +> sharedsv.c sharedsv.h
36646           !> (integrate 53 files)
36647 ____________________________________________________________________________
36648 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
36649         Log: Update Changes.
36650      Branch: perl
36651            ! Changes patchlevel.h
36652 ____________________________________________________________________________
36653 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
36654         Log: The #11673 necessitated a test tweak.
36655      Branch: perl
36656            ! t/io/utf8.t
36657 ____________________________________________________________________________
36658 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
36659         Log: Also UNICOS is in the general case unable to silently
36660              handle fp overflows.
36661      Branch: perl
36662            ! numeric.c
36663 ____________________________________________________________________________
36664 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
36665         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
36666              NV_EPSILON #defined.
36667      Branch: perl
36668            ! perl.h
36669 ____________________________________________________________________________
36670 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
36671         Log: Re-establish the fp overflow detection for VAX VMS; there
36672              is no easy way to have the IEEE fp silent overflow semantics.
36673              (in Alpha VMS we still will use IEEE fp by default-- but it
36674              is still possible to configure Perl to use G_FLOAT)
36675      Branch: perl
36676            ! numeric.c
36677 ____________________________________________________________________________
36678 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
36679         Log: Subject: [PATCH] pp_lock 
36680              From: "Arthur Bergman" <arthur@contiller.se>
36681              Date: Wed, 15 Aug 2001 11:52:16 +0200
36682              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
36683      Branch: perl
36684            ! pp.c
36685 ____________________________________________________________________________
36686 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
36687         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
36688              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36689              Date: Wed, 15 Aug 2001 11:32:11 +0100
36690              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
36691      Branch: perl
36692            ! regcomp.c t/op/re_tests
36693 ____________________________________________________________________________
36694 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
36695         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
36696              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
36697              Date: Wed, 15 Aug 2001 10:33:49 +0100
36698              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
36699      Branch: perl
36700            ! regexec.c t/op/re_tests
36701 ____________________________________________________________________________
36702 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
36703         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
36704              From: Barrie Slaymaker <barries@slaysys.com>
36705              Date: Tue, 14 Aug 2001 14:32:25 -0400
36706              Message-ID: <20010814143225.A19822@jester.slaysys.com>
36707      Branch: perl
36708            ! lib/File/Spec.t lib/File/Spec/Unix.pm
36709 ____________________________________________________________________________
36710 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
36711         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
36712              From: Peter Prymmer <pvhp@forte.com>
36713              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
36714              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
36715      Branch: perl
36716            ! README.vms configure.com
36717 ____________________________________________________________________________
36718 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
36719         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
36720              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
36721              Date: Tue, 14 Aug 2001 21:23:27 +0200
36722              Message-ID: <20010814212327.A1919@rafael>
36723      Branch: perl
36724            ! doio.c
36725 ____________________________________________________________________________
36726 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
36727         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
36728              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36729              Date: Tue, 14 Aug 2001 22:30:11 +0200
36730              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
36731              
36732              Combination of nmake, quoting, and Perl expanded $( in here-doc.
36733      Branch: perl
36734            ! ext/SDBM_File/Makefile.PL
36735 ____________________________________________________________________________
36736 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
36737         Log: Todo updates.
36738      Branch: perl
36739            ! pod/perltodo.pod
36740 ____________________________________________________________________________
36741 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
36742         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
36743              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36744              Date: Mon, 13 Aug 2001 23:15:01 +0200
36745              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
36746      Branch: perl
36747            ! sv.c
36748 ____________________________________________________________________________
36749 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
36750         Log: Subject: [PATCH] [b-]showlex.t
36751              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
36752              Date: Sun, 12 Aug 2001 22:24:51 +0200
36753              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
36754              
36755              The 4nt command shell will expand the % in command line
36756              no matter what quoting is attempted, changed the % to @.
36757      Branch: perl
36758            ! ext/B/Showlex.t
36759 ____________________________________________________________________________
36760 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
36761         Log: Subject: [PATCH] magic.t
36762              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
36763              Date: Sun, 12 Aug 2001 20:49:27 +0200
36764              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
36765      Branch: perl
36766            ! t/op/magic.t
36767 ____________________________________________________________________________
36768 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
36769         Log: Add sharedsv* to the DOSish platforms; plus add
36770              some WinCE files to the list of DOSish files.
36771      Branch: perl
36772            ! NetWare/Makefile Porting/makerel win32/Makefile
36773            ! win32/makefile.mk wince/Makefile.ce
36774 ____________________________________________________________________________
36775 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
36776         Log: More DOSish files.
36777      Branch: perl
36778            ! Porting/makerel
36779 ____________________________________________________________________________
36780 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
36781         Log: Strip CRs from the WinCE files.  Now we need to
36782              figure out in which CRs are really needed: probably
36783              Makefile.ce and the README files, at least, probably
36784              also the registry.bat.
36785      Branch: perl
36786            ! wince/Makefile.ce wince/README.compile wince/README.perlce
36787            ! wince/config.h wince/include/cectype.h wince/include/errno.h
36788            ! wince/include/sys/stat.h wince/include/sys/types.h
36789            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
36790            ! wince/perldll.def wince/registry.bat wince/wince.h
36791            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
36792 ____________________________________________________________________________
36793 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
36794         Log: Add some files to DOSish and writables.
36795      Branch: perl
36796            ! Porting/makerel
36797 ____________________________________________________________________________
36798 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
36799         Log: Compile failure message tidying.
36800      Branch: perl
36801            ! t/lib/1_compile.t
36802 ____________________________________________________________________________
36803 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
36804         Log: The new sharedsv* should be exported only if usethreads.
36805      Branch: perl
36806            ! makedef.pl
36807 ____________________________________________________________________________
36808 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
36809         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
36810              From: Peter Prymmer <pvhp@forte.com>
36811              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
36812              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
36813      Branch: perl
36814            ! README.os390
36815 ____________________________________________________________________________
36816 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
36817         Log: Update Changes.
36818      Branch: perl
36819            ! Changes patchlevel.h
36820 ____________________________________________________________________________
36821 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
36822         Log: Subject: [PATHC] sharedsv.[c|h]
36823              From: "Artur Bergman" <artur@contiller.se>
36824              Date: Mon, 13 Aug 2001 14:38:41 +0200
36825              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
36826              
36827              Subject: [PATCH] embed.pl
36828              From: Arthur Bergman <arthur@contiller.se>
36829              Date: Mon, 13 Aug 2001 14:38:14 +0200
36830              Message-ID: <B79D96D6.3088%arthur@contiller.se>
36831              
36832              Subject: [PATCH] sharedsv cleanups
36833              From: "Arthur Bergman" <arthur@contiller.se>
36834              Date: Mon, 13 Aug 2001 15:14:25 +0200
36835              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
36836              
36837              Plus few tweaks: _init needs to be Adp, the prototypes
36838              should not be revealed unless using ithreads, #endif FOO
36839              must be #endif /* FOO */, adding (parentheses) around
36840              do { } while doesn't work too well.
36841      Branch: perl
36842            + sharedsv.c sharedsv.h
36843            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
36844            ! perl.h perlapi.c pod/perlapi.pod proto.h
36845 ____________________________________________________________________________
36846 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
36847         Log: Subject: Re: END {} blocks run in perl_run
36848              From: Arthur Bergman <arthur@contiller.se>
36849              Date: Mon, 13 Aug 2001 11:11:30 +0200
36850              Message-ID: <B79D6661.3068%arthur@contiller.se>
36851      Branch: perl
36852            ! perl.c
36853 ____________________________________________________________________________
36854 [ 11657] By: nick                                  on 2001/08/13  09:03:02
36855         Log: Integrate mainline
36856      Branch: perlio
36857           +> (branch 326 files)
36858            - (delete 330 files)
36859           !> (integrate 85 files)
36860 ____________________________________________________________________________
36861 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
36862         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
36863              and the Perl will be built to do that by default (adding that
36864              will break scripts having non-UTF-8 binary data, such as Latin-1.)
36865      Branch: perl
36866            ! op.c toke.c utf8.h
36867 ____________________________________________________________________________
36868 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
36869         Log: Unnecessary downgrades.
36870      Branch: perl
36871            ! doop.c
36872 ____________________________________________________________________________
36873 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
36874         Log: Failure not true anymore (probably caused by my broken setup).
36875      Branch: perl
36876            ! t/op/pat.t
36877 ____________________________________________________________________________
36878 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
36879         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
36880              stopped working).
36881      Branch: perl
36882            ! op.h pp_ctl.c regcomp.c
36883 ____________________________________________________________________________
36884 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
36885         Log: There is no IN_UTF8.
36886      Branch: perl
36887            ! utf8.h
36888 ____________________________________________________________________________
36889 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
36890         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
36891      Branch: perl
36892            ! op.c op.h pp_ctl.c regcomp.c
36893 ____________________________________________________________________________
36894 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
36895         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
36896              and a test tweak.
36897      Branch: perl
36898            ! op.c t/pod/find.t
36899 ____________________________________________________________________________
36900 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
36901         Log: Todo updates and fixes.
36902      Branch: perl
36903            ! pod/perltodo.pod
36904 ____________________________________________________________________________
36905 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
36906         Log: Mark tests (and one module) having explicit Latin-1
36907              (and one file having explicit UTF-8) with an explicit
36908              'no utf8' (and one explicit 'use utf8').
36909              
36910              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
36911      Branch: perl
36912            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
36913            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
36914            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
36915 ____________________________________________________________________________
36916 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
36917         Log: Subject: SV: END {} blocks run in perl_run
36918              From: "Arthur Bergman" <arthur@contiller.se>
36919              Date: Sun, 12 Aug 2001 00:34:28 +0200 
36920              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
36921      Branch: perl
36922            ! miniperlmain.c perl.c
36923 ____________________________________________________________________________
36924 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
36925         Log: Typos in #11645.
36926      Branch: perl
36927            ! perl.h
36928 ____________________________________________________________________________
36929 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
36930         Log: On ithreads default to use_reentrant except on naturally
36931              threadsafe platforms.
36932      Branch: perl
36933            ! perl.h
36934 ____________________________________________________________________________
36935 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
36936         Log: (Hopefully) a fix for 20010723.004: make install needs
36937              write permission in build directory.  The problem was
36938              probably caused by overeager sprinkling of the lib/re.pm
36939              dependencies (which was done to guarantee lib/re.pm being
36940              uptodate for parallel makes: now solved by funneling that
36941              through an explicit recursive make in the preplibrary target).
36942      Branch: perl
36943            ! Makefile.SH
36944 ____________________________________________________________________________
36945 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
36946         Log: Dispell the "use utf8" superstition.
36947      Branch: perl
36948            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
36949            ! pod/perlunicode.pod
36950 ____________________________________________________________________________
36951 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
36952         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
36953              From: "Abigail" <abigail@foad.org> 
36954              Date: Sat, 11 Aug 2001 23:49:49 +0200
36955              Message-ID: <20010811214950.23255.qmail@foad.org>
36956      Branch: perl
36957            ! t/op/taint.t
36958 ____________________________________________________________________________
36959 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
36960         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
36961              From: Abhijit Menon-Sen <ams@wiw.org>
36962              Date: Sat, 11 Aug 2001 06:18:19 +0530
36963              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
36964      Branch: perl
36965            ! mg.c
36966 ____________________________________________________________________________
36967 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
36968         Log: Test for change #11639.
36969      Branch: perl
36970            ! t/op/tiehandle.t
36971 ____________________________________________________________________________
36972 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
36973         Log: Subject: Re: Can't localize *FH, then tie it
36974              From: Abhijit Menon-Sen <ams@wiw.org>
36975              Date: Sun, 12 Aug 2001 16:08:06 +0530
36976              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
36977      Branch: perl
36978            ! pp_hot.c pp_sys.c
36979 ____________________________________________________________________________
36980 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
36981         Log: Drop all the unnecessary "use utf8" clauses and some of
36982              the unnecessary "use bytes" ones.
36983              
36984              TODO: scour the documentation for unnecessary "use utf8"
36985              and prominently display it in perldelta when the time comes.
36986              ("use utf8" should be necessary ONLY if one wants the script
36987              to be in UTF-8.)  Also should be checked in some non-ASCII
36988              non-Latin-1 platform, like EBCDIC.
36989      Branch: perl
36990            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
36991            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
36992 ____________________________________________________________________________
36993 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
36994         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
36995              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
36996              in Unicode handling.
36997      Branch: perl
36998            + t/op/lc.t
36999            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
37000 ____________________________________________________________________________
37001 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
37002         Log: Thinko: we want the flags for native cc, not gcc.
37003      Branch: perl
37004            ! hints/dec_osf.sh
37005 ____________________________________________________________________________
37006 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
37007         Log: (retracted by 13077)
37008              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
37009              From: Robin Houston <robin@kitsite.com>
37010              Date: Fri, 10 Aug 2001 14:42:02 +0100
37011              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
37012      Branch: perl
37013            ! pp.c
37014 ____________________________________________________________________________
37015 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
37016         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
37017              From: Abhijit Menon-Sen <ams@wiw.org>
37018              Date: Sat, 11 Aug 2001 16:31:04 +0530
37019              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
37020      Branch: perl
37021            ! op.c
37022 ____________________________________________________________________________
37023 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
37024         Log: Get rid of indread, from Abhijit Menon-Sen.
37025      Branch: perl
37026            ! pp_sys.c
37027 ____________________________________________________________________________
37028 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
37029         Log: CRLFgngngn.
37030      Branch: perl
37031            ! win32/Makefile win32/makefile.mk
37032 ____________________________________________________________________________
37033 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
37034         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
37035      Branch: perl
37036            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
37037            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
37038            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
37039            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
37040            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
37041            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
37042            ! win32/Makefile win32/makefile.mk
37043 ____________________________________________________________________________
37044 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
37045         Log: Avoid #elif (less portable than #else #if).
37046      Branch: perl
37047            ! handy.h
37048 ____________________________________________________________________________
37049 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
37050         Log: Subject: patch for perlvar.pod
37051              From: mah@everybody.org (Mark A. Hershberger)
37052              Date: 08 Aug 2001 17:03:16 -0500
37053              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
37054      Branch: perl
37055            ! pod/perlvar.pod
37056 ____________________________________________________________________________
37057 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
37058         Log: cpp commands must start (the # must be) at the column #0.
37059      Branch: perl
37060            ! op.c
37061 ____________________________________________________________________________
37062 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
37063         Log: If using gcc -B/foo/bar makedepend would give
37064              unnecessary warnings about unused -B/foo/bar.
37065      Branch: perl
37066            ! makedepend.SH
37067 ____________________________________________________________________________
37068 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
37069         Log: Update Changes.
37070      Branch: perl
37071            ! Changes patchlevel.h
37072 ____________________________________________________________________________
37073 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
37074         Log: s/z/tz/
37075      Branch: perl
37076            ! pod/perlfaq2.pod
37077 ____________________________________________________________________________
37078 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
37079         Log: Article nit.
37080      Branch: perl
37081            ! pod/perlfaq2.pod
37082 ____________________________________________________________________________
37083 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
37084         Log: Rename lib/unicode files to lib/unicore to avoid
37085              conflicts between core lib/unicode and Unicode::
37086              files in case-ignoring filesystems.
37087      Branch: perl
37088            + (add 325 files)
37089            - (delete 324 files)
37090            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
37091 ____________________________________________________________________________
37092 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
37093         Log: Upgrade to Math::BigInt 1.41.
37094      Branch: perl
37095            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
37096 ____________________________________________________________________________
37097 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
37098         Log: Subject: [PATCH] remove PL_na from typemap
37099              From: James <james@rf.net>
37100              Date: Mon, 06 Aug 2001 20:23:15 -0700
37101              Message-ID: <3B6F5F23.A31A81B1@rf.net>
37102              
37103              (had to be manually applied)
37104      Branch: perl
37105            ! lib/ExtUtils/typemap
37106 ____________________________________________________________________________
37107 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
37108         Log: The metaconfig unit changes for #11618.
37109      Branch: metaconfig/U/perl
37110            + d_fpclassl.U i_fp.U
37111 ____________________________________________________________________________
37112 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
37113         Log: Forgot this from #11618.
37114              
37115              NOTE: wince/config_H.ce needs updating.
37116      Branch: perl
37117            ! wince/config.ce
37118 ____________________________________________________________________________
37119 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
37120         Log: Introduce more floating point classifying APIs;
37121              try to define (most importantly) Perl_is{inf,nan}(x).
37122              
37123              For this first cut, assume none such APIs exist in non-UNIXoid
37124              platforms-- this is of course too unkind: Win32 rumoredly has
37125              _fpclass() and _isnan(), and VMS/VOS very probably have some
37126              of the APIs available.     The only thing Perl uses at the moment
37127              is Perl_isnan() (has been in use for a while now).
37128              
37129              NOTE: the Win32 and NetWare config_h.?c need regenerating.
37130      Branch: perl
37131            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
37132            ! Porting/config_H config_h.SH configure.com epoc/config.sh
37133            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
37134            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37135            ! vos/config.ga.h win32/config.bc win32/config.gc
37136            ! win32/config.vc win32/config_H.bc win32/config_H.gc
37137            ! win32/config_H.vc wince/config.ce wince/config.h
37138 ____________________________________________________________________________
37139 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
37140         Log: Integrate change #11519 from perlio:
37141              
37142              Avoid testing for (non-)existance of "encoding(xxxx)"
37143              layer is called "encoding" the (xxxx) is an argument.
37144      Branch: perl
37145           !> lib/open.pm
37146 ____________________________________________________________________________
37147 [ 11616] By: nick                                  on 2001/08/09  07:50:24
37148         Log: Integrate mainline
37149      Branch: perlio
37150           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
37151           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
37152           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
37153           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
37154            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37155            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37156           !> (integrate 79 files)
37157 ____________________________________________________________________________
37158 [ 11615] By: nick                                  on 2001/08/09  06:23:44
37159         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
37160              layer is called "encoding" the (xxxx) is an argument.
37161      Branch: perlio
37162            ! lib/open.pm
37163 ____________________________________________________________________________
37164 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
37165         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
37166              From: Paul Johnson <paul@pjcj.net>
37167              Date: Wed, 8 Aug 2001 23:54:17 +0200
37168              Message-ID: <20010808235417.O1006@pjcj.net>
37169      Branch: perl
37170            ! ext/B/B/Concise.pm
37171 ____________________________________________________________________________
37172 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
37173         Log: Make VMS use IEEE math by default; reorder Tru64 hints
37174              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
37175              exception semantics) is always set if using (the new) cc.
37176      Branch: perl
37177            ! configure.com hints/dec_osf.sh
37178 ____________________________________________________________________________
37179 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
37180         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
37181              From: Abhijit Menon-Sen <ams@wiw.org>
37182              Date: Tue, 7 Aug 2001 17:16:05 +0530
37183              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
37184      Branch: perl
37185            ! pp_sys.c
37186 ____________________________________________________________________________
37187 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
37188         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
37189              From: "Craig A. Berry" <craigberry@mac.com>
37190              Date: Tue, 07 Aug 2001 22:27:47 -0500
37191              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
37192      Branch: perl
37193            ! t/run/exit.t
37194 ____________________________________________________________________________
37195 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
37196         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
37197              From: "Craig A. Berry" <craigberry@mac.com>
37198              Date: Tue, 07 Aug 2001 20:01:53 -0500
37199              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
37200      Branch: perl
37201            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
37202 ____________________________________________________________________________
37203 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
37204         Log: Update the magazine information.
37205      Branch: perl
37206            ! pod/perlfaq2.pod
37207 ____________________________________________________________________________
37208 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
37209         Log: Ignore SIGFPE everywhere.
37210      Branch: perl
37211            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
37212 ____________________________________________________________________________
37213 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
37214         Log: With permission, change the licensing of the docs by
37215              TomC (and Gnat) to comply with the rest of Perl.
37216      Branch: perl
37217            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
37218            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
37219            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
37220            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
37221            ! pod/perltootc.pod
37222 ____________________________________________________________________________
37223 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
37224         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
37225              From: Andy Dougherty <doughera@lafayette.edu>
37226              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
37227              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
37228      Branch: perl
37229            ! hints/openbsd.sh
37230 ____________________________________________________________________________
37231 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
37232         Log: Subject: [PATCH] Makefile.SH test_prep dependency
37233              From: Andy Dougherty <doughera@lafayette.edu>
37234              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
37235              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
37236      Branch: perl
37237            ! Makefile.SH
37238 ____________________________________________________________________________
37239 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
37240         Log: Don't autogenerate the headers et alia,
37241              make regen_headers explicitly.
37242      Branch: perl
37243            ! Makefile.SH
37244 ____________________________________________________________________________
37245 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
37246         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
37247              From: Gurusamy Sarathy <gsar@ActiveState.com> 
37248              Date: Tue, 07 Aug 2001 08:33:26 -0700
37249              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
37250              
37251              Unnecessary dependency.
37252      Branch: perl
37253            ! embed.pl
37254 ____________________________________________________________________________
37255 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
37256         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
37257              From: Abhijit Menon-Sen <ams@wiw.org>
37258              Date: Tue, 7 Aug 2001 09:10:54 +0530
37259              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
37260      Branch: perl
37261            ! pp_hot.c
37262 ____________________________________________________________________________
37263 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
37264         Log: Subject: [PATCH perl@11597] B && BEGIN handling
37265              From: "James A. Duncan" <jduncan@fotango.com>
37266              Date: Mon, 6 Aug 2001 17:29:11 +0100
37267              Message-ID: <20010806172911.A2071@fotango.com>
37268              
37269              (the intrpvar.h addition moved to the end for bincompat)
37270      Branch: perl
37271            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
37272 ____________________________________________________________________________
37273 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
37274         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
37275      Branch: perl
37276           !> README.win32
37277 ____________________________________________________________________________
37278 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
37279         Log: fix URLs for fcrypt.c
37280      Branch: maint-5.6/perl
37281            ! README.win32
37282 ____________________________________________________________________________
37283 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
37284         Log: Yet another way to say Infinity: HP-UX calls its "++".
37285      Branch: perl
37286            ! lib/Math/BigInt/t/bigintpm.t
37287 ____________________________________________________________________________
37288 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
37289         Log: Update Changes.
37290      Branch: perl
37291            ! Changes patchlevel.h
37292 ____________________________________________________________________________
37293 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
37294         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
37295      Branch: perl
37296            ! pod/perlfaq5.pod
37297 ____________________________________________________________________________
37298 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
37299         Log: The #11593 wasn't right.
37300      Branch: perl
37301            ! lib/Math/BigInt/t/bigintpm.t
37302 ____________________________________________________________________________
37303 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
37304         Log: Subject: [PATCH: perl@11564] introducing perlivp
37305              From: Prymmer/Kahn <pvhp@best.com>
37306              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
37307              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
37308              
37309              Subject: Re: [PATCH: perl@11564] introducing perlivp
37310              From: Prymmer/Kahn <pvhp@best.com>
37311              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
37312              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
37313      Branch: perl
37314            + utils/perlivp.PL
37315            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
37316            ! win32/Makefile win32/makefile.mk
37317 ____________________________________________________________________________
37318 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
37319         Log: libcs are confused what to call Infinity.
37320      Branch: perl
37321            ! lib/Math/BigInt/t/bigintpm.t
37322 ____________________________________________________________________________
37323 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
37324         Log: Avoid SIGFPE in Tru64.
37325      Branch: perl
37326            ! numeric.c
37327 ____________________________________________________________________________
37328 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
37329         Log: Upgrade to Math::BigInt 1.40.
37330              
37331              NOTE: this patch necessitates doing something about
37332              infinity handling since the new bigintpm.t tests use
37333              infinity, which causes SIGFPEs at least in Tru64.
37334      Branch: perl
37335            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37336            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
37337            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
37338            ! lib/Math/BigInt/t/mbimbf.t
37339 ____________________________________________________________________________
37340 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
37341         Log: remove hardcoded cmd shell in testsuite
37342      Branch: perl
37343            ! t/op/glob.t t/op/magic.t t/op/stat.t
37344 ____________________________________________________________________________
37345 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
37346         Log: 4-arg select() was busted on windows because change#8178 didn't
37347              make it into mainline
37348      Branch: perl
37349            ! perl.h win32/include/sys/socket.h
37350 ____________________________________________________________________________
37351 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
37352         Log: Rename the Getopt::Long tests to be as they are
37353              in the Getopt::Long official distribution.
37354      Branch: perl
37355            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
37356            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
37357            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
37358            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
37359            ! MANIFEST
37360 ____________________________________________________________________________
37361 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
37362         Log: Upgrade to Getopt::Long 2.26.
37363      Branch: perl
37364            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
37365            ! MANIFEST lib/Getopt/Long.pm
37366 ____________________________________________________________________________
37367 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
37368         Log: Retract #10874 (the hack should be unnecessary by now)
37369      Branch: perl
37370            ! lib/Test/Harness.pm
37371 ____________________________________________________________________________
37372 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
37373         Log: avoid temp file littering in tests
37374      Branch: perl
37375            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
37376 ____________________________________________________________________________
37377 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
37378         Log: Subject: warning in sv.c: double format, NV arg
37379              From: "Philip Newton" <Philip.Newton@gmx.net>
37380              Date: Sun, 5 Aug 2001 19:41:07 +0200
37381              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
37382      Branch: perl
37383            ! sv.c
37384 ____________________________________________________________________________
37385 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
37386         Log: fix POSIX.t#13 for windos
37387      Branch: perl
37388            ! ext/POSIX/POSIX.t
37389 ____________________________________________________________________________
37390 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
37391         Log: Add a test for PerlIO::Via.
37392      Branch: perl
37393            + ext/PerlIO/t/via.t
37394            ! MANIFEST ext/PerlIO/Via/Via.pm
37395 ____________________________________________________________________________
37396 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
37397         Log: flock() and link() are not available on Windows 9x
37398      Branch: perl
37399            ! win32/config_sh.PL
37400 ____________________________________________________________________________
37401 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
37402         Log: Some Tru64 C compilers have C++ components that confuse
37403              the ccversion parsing.
37404      Branch: perl
37405            ! hints/dec_osf.sh
37406 ____________________________________________________________________________
37407 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
37408         Log: (Reintroduce #11125)
37409              
37410              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
37411              From: Alan Burlison <Alan.Burlison@sun.com> 
37412              Date: Tue, 03 Jul 2001 15:20:13 +0100   
37413              Message-ID: <3B41D49D.A923D4F9@sun.com> 
37414      Branch: perl
37415            ! lib/ExtUtils/MM_Unix.pm
37416 ____________________________________________________________________________
37417 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
37418         Log: Little pointer juggling for HP-UX cc to avoid
37419              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
37420              followed by
37421              "error 1549: Modifiable lvalue required for assignment operator."
37422      Branch: perl
37423            ! hv.c
37424 ____________________________________________________________________________
37425 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
37426         Log: Continuation of #11575: SANY_SEEN completely deprecated,
37427              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
37428              plus a fix for the bug.
37429      Branch: perl
37430            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37431 ____________________________________________________________________________
37432 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
37433         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
37434              From: Doug MacEachern <dougm@covalent.net>
37435              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
37436              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
37437      Branch: perl
37438            ! sv.c
37439 ____________________________________________________________________________
37440 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
37441         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
37442              the new CANY is the \C.  The problem reported and the
37443              test case supplied in
37444              
37445              Subject: UTF-8 bugs in string length & single line regex matches
37446              From: "Daniel P. Berrange" <dan@berrange.com>
37447              Date: Fri, 3 Aug 2001 11:39:33 +0100
37448              Message-ID: <20010803113932.A19318@berrange.com>
37449      Branch: perl
37450            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
37451            ! t/op/pat.t
37452 ____________________________________________________________________________
37453 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
37454         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
37455              From: Doug MacEachern <dougm@covalent.net>
37456              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
37457              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
37458      Branch: perl
37459            ! perl.c regexec.c
37460 ____________________________________________________________________________
37461 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
37462         Log: The #11572 didn't up the test count.
37463      Branch: perl
37464            ! t/op/length.t
37465 ____________________________________________________________________________
37466 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
37467         Log: Subject: UTF-8 bugs in string length & single line regex matches
37468              From: "Daniel P. Berrange" <dan@berrange.com>
37469              Date: Fri, 3 Aug 2001 11:39:33 +0100         
37470              Message-ID: <20010803113932.A19318@berrange.com>
37471              
37472              (the mg_length() fix)
37473      Branch: perl
37474            ! mg.c t/op/length.t
37475 ____________________________________________________________________________
37476 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
37477         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37478              From: Abhijit Menon-Sen <ams@wiw.org>
37479              Date: Sat, 4 Aug 2001 16:56:35 +0530
37480              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
37481      Branch: perl
37482            ! hv.c
37483 ____________________________________________________________________________
37484 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
37485         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37486              From: Abhijit Menon-Sen <ams@wiw.org>
37487              Date: Sat, 4 Aug 2001 16:16:03 +0530
37488              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
37489      Branch: perl
37490            ! hv.c
37491 ____________________________________________________________________________
37492 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
37493         Log: Subject: Re: [patch] refcount re ops
37494              From: Abhijit Menon-Sen <ams@wiw.org>
37495              Date: Sat, 4 Aug 2001 08:54:55 +0530
37496              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
37497      Branch: perl
37498            ! sv.c
37499 ____________________________________________________________________________
37500 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
37501         Log: Subject: [patch] refcount re ops
37502              From: Doug MacEachern <dougm@covalent.net>
37503              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
37504              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
37505      Branch: perl
37506            ! regcomp.c sv.c
37507 ____________________________________________________________________________
37508 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
37509         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
37510              From: Doug MacEachern <dougm@covalent.net>
37511              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
37512              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
37513      Branch: perl
37514            ! perl.c regexec.c
37515 ____________________________________________________________________________
37516 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
37517         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
37518              From: "Craig A. Berry" <craigberry@mac.com> 
37519              Date: Fri, 03 Aug 2001 16:16:16 -0500
37520              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
37521      Branch: perl
37522            ! t/op/misc.t
37523 ____________________________________________________________________________
37524 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
37525         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
37526              From: John Kristian <jmk2001@engineer.com>
37527              Date: Fri, 03 Aug 2001 00:59:08 -0700
37528              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
37529      Branch: perl
37530            ! win32/win32.c
37531 ____________________________________________________________________________
37532 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
37533         Log: Update Changes.
37534      Branch: perl
37535            ! Changes patchlevel.h
37536 ____________________________________________________________________________
37537 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
37538         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
37539              From: "Craig A. Berry" <craigberry@mac.com>
37540              Date: Thu, 02 Aug 2001 23:15:24 -0500
37541              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
37542      Branch: perl
37543            ! ext/B/Stash.t
37544 ____________________________________________________________________________
37545 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
37546         Log: Subject: [patch] plug PL_cshname leak
37547              From: Doug MacEachern <dougm@covalent.net>
37548              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
37549              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
37550      Branch: perl
37551            ! sv.c
37552 ____________________________________________________________________________
37553 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
37554         Log: Subject: [patch] plug PL_sh_path leak
37555              From: Doug MacEachern <dougm@covalent.net>
37556              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
37557              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
37558      Branch: perl
37559            ! sv.c
37560 ____________________________________________________________________________
37561 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
37562         Log: Subject: [patch] plug PL_regex_padav leaks
37563              From: Doug MacEachern <dougm@covalent.net>
37564              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
37565              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
37566      Branch: perl
37567            ! op.c op.h perl.c
37568 ____________________________________________________________________________
37569 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
37570         Log: Subject: [patch] plug PL_origargv leak
37571              From: Doug MacEachern <dougm@covalent.net>
37572              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
37573              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
37574      Branch: perl
37575            ! perl.c
37576 ____________________________________________________________________________
37577 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
37578         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
37579              From: Abhijit Menon-Sen <ams@wiw.org>
37580              Date: Fri, 3 Aug 2001 06:38:11 +0530
37581              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
37582      Branch: perl
37583            ! hv.c
37584 ____________________________________________________________________________
37585 [ 11557] By: nick                                  on 2001/08/03  08:17:38
37586         Log: Integrate mainline
37587      Branch: perlio
37588           +> (branch 47 files)
37589            - lib/Switch/test.pl
37590           !> (integrate 49 files)
37591 ____________________________________________________________________________
37592 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
37593         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
37594              From: "Craig A. Berry" <craigberry@mac.com>
37595              Date: Thu, 02 Aug 2001 12:56:19 -0500
37596              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
37597      Branch: perl
37598            ! ext/B/Showlex.t
37599 ____________________________________________________________________________
37600 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
37601         Log: Be more careful about non-existent files.
37602      Branch: perl
37603            ! lib/File/Copy.pm
37604 ____________________________________________________________________________
37605 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
37606         Log: Subject: [PATCH resend] deparse empty formats
37607              From: Robin Houston <robin@kitsite.com> 
37608              Date: Thu, 2 Aug 2001 14:32:36 +0100
37609              Message-ID: <20010802143236.A894@robin.kitsite.com>
37610      Branch: perl
37611            ! ext/B/B/Deparse.pm
37612 ____________________________________________________________________________
37613 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
37614         Log: Subject: [patch] ithreads + refto fix improvement
37615              From: Doug MacEachern <dougm@covalent.net>
37616              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
37617              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
37618      Branch: perl
37619            ! pp.c
37620 ____________________________________________________________________________
37621 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
37622         Log: Readability nit from Abhijit.
37623      Branch: perl
37624            ! op.c
37625 ____________________________________________________________________________
37626 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
37627         Log: setproctitle() API version nit from Anton Berezin.
37628      Branch: perl
37629            ! mg.c
37630 ____________________________________________________________________________
37631 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
37632         Log: Add PerlCE to the docs.
37633      Branch: perl
37634            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37635            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37636 ____________________________________________________________________________
37637 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
37638         Log: Integrate the PerlCE (WinCE Perl) port;
37639              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
37640      Branch: perl
37641            + README.ce wince/FindExt.pm wince/Makefile.ce
37642            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
37643            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
37644            + wince/bin/search.pl wince/config.ce wince/config.h
37645            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
37646            + wince/dl_win32.xs wince/include/arpa/inet.h
37647            + wince/include/cectype.h wince/include/errno.h
37648            + wince/include/netdb.h wince/include/sys/socket.h
37649            + wince/include/sys/stat.h wince/include/sys/types.h
37650            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
37651            + wince/perl.rc wince/perldll.def wince/perllib.c
37652            + wince/perlmain.c wince/registry.bat wince/runperl.c
37653            + wince/splittree.pl wince/win32.h wince/win32iop.h
37654            + wince/win32thread.c wince/win32thread.h wince/wince.c
37655            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
37656            + wince/xdistclean.ksh wince/xmakediffs.ksh
37657            ! MANIFEST perl.c perl.h perlio.c
37658 ____________________________________________________________________________
37659 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
37660         Log: setproctitle() made simpler.  (This assumes the string is
37661              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
37662              should be used.  Note len, not len + 1.)  BSD-fu from Anton
37663              Berezin.
37664      Branch: perl
37665            ! mg.c
37666 ____________________________________________________________________________
37667 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
37668         Log: Subject: [PATCH] -Wall cleanup: op.c
37669              From: Richard Soderberg <rs@oregonnet.com>
37670              Date: Thu, 2 Aug 2001 00:17:09 -0700
37671              Message-Id: <200108020717.AAA26895@oregonnet.com>
37672              
37673              Subject: [PATCH] -Wall cleanup: sv.c
37674              From: Richard Soderberg <rs@oregonnet.com>
37675              Date: Thu, 2 Aug 2001 00:49:21 -0700
37676              Message-Id: <200108020749.AAA27492@oregonnet.com>
37677      Branch: perl
37678            ! op.c sv.c
37679 ____________________________________________________________________________
37680 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
37681         Log: Update Changes.
37682      Branch: perl
37683            ! Changes patchlevel.h
37684 ____________________________________________________________________________
37685 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
37686         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
37687              From: Doug MacEachern <dougm@covalent.net>
37688              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
37689              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
37690      Branch: perl
37691            ! op.c
37692 ____________________________________________________________________________
37693 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
37694         Log: The #11541 didn't work under threads.
37695      Branch: perl
37696            ! op.c
37697 ____________________________________________________________________________
37698 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
37699         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
37700              From: Hugo <hv@crypt.compulink.co.uk>
37701              Date: Fri, 22 Jun 2001 01:19:08 +0100 
37702              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
37703              
37704              (Skip tests if accept() failed)
37705      Branch: perl
37706            ! ext/IO/lib/IO/t/io_unix.t
37707 ____________________________________________________________________________
37708 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
37709         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
37710              From: "Stian Seeberg" <sseeberg@nimsoft.no>
37711              Date: Mon, 30 Jul 2001 12:28:07 +0200
37712              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
37713      Branch: perl
37714            ! perl.h
37715 ____________________________________________________________________________
37716 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
37717         Log: Subject: Pluggable optimizer
37718              From: Simon Cozens <simon@netthink.co.uk>
37719              Date: Wed, 1 Aug 2001 13:57:02 -0700
37720              Message-ID: <20010801135702.I10442@netthink.co.uk>
37721      Branch: perl
37722            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
37723 ____________________________________________________________________________
37724 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
37725         Log: Subject: [ID 20010801.039] perlre.pod message typo
37726              From: Autrijus Tang <autrijus@geb.elixus.org>
37727              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
37728              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
37729      Branch: perl
37730            ! pod/perlre.pod
37731 ____________________________________________________________________________
37732 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
37733         Log: Test for change #11536.
37734      Branch: perl
37735            ! t/op/tiehandle.t
37736 ____________________________________________________________________________
37737 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
37738         Log: More test fixups for #11537.
37739      Branch: perl
37740            ! t/lib/warnings/4lint t/lib/warnings/9enabled
37741 ____________________________________________________________________________
37742 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
37743         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
37744              From: Doug MacEachern <dougm@covalent.net>
37745              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
37746              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
37747      Branch: perl
37748            ! op.c t/TestInit.pm
37749 ____________________________________________________________________________
37750 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
37751         Log: Subject: [patch] ithreads + refto bug
37752              From: Doug MacEachern <dougm@covalent.net>
37753              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
37754              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
37755              
37756              (Test in change #11539)
37757      Branch: perl
37758            ! pp.c
37759 ____________________________________________________________________________
37760 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
37761         Log: Subject: [PATCH: perl@11523] fixups for t/harness
37762              From: Prymmer/Kahn <pvhp@best.com>
37763              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
37764              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
37765      Branch: perl
37766            ! t/harness
37767 ____________________________________________________________________________
37768 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
37769         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
37770              From: Prymmer/Kahn <pvhp@best.com>
37771              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
37772              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
37773      Branch: perl
37774            ! win32/Makefile win32/makefile.mk
37775 ____________________________________________________________________________
37776 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
37777         Log: Need to know the number of tests.
37778      Branch: perl
37779            ! t/run/exit.t
37780 ____________________________________________________________________________
37781 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
37782         Log: Subject: Re: new exit tests on VMS
37783              From: "Craig A. Berry" <craigberry@mac.com>
37784              Date: Tue, 31 Jul 2001 12:19:29 -0500
37785              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
37786      Branch: perl
37787            ! t/run/exit.t
37788 ____________________________________________________________________________
37789 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
37790         Log: Retract #11530 (the dTHX is needed under threads)
37791      Branch: perl
37792            ! perlio.c
37793 ____________________________________________________________________________
37794 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
37795         Log: (Retracted by #11531)
37796      Branch: perl
37797            ! perlio.c
37798 ____________________________________________________________________________
37799 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
37800         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
37801              From: Richard Soderberg <rs@crystalflame.net>
37802              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
37803              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
37804      Branch: perl
37805            ! unixish.h
37806 ____________________________________________________________________________
37807 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
37808         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
37809              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37810              Date: Tue, 31 Jul 2001 05:39:09 -0400
37811              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
37812              
37813              (with a note about the case of UV being equal to long long)
37814      Branch: perl
37815            ! utils/h2xs.PL
37816 ____________________________________________________________________________
37817 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
37818         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
37819              From: "Craig A. Berry" <craigberry@mac.com>
37820              Date: Tue, 31 Jul 2001 14:57:43 -0500
37821              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
37822      Branch: perl
37823            ! t/io/fs.t
37824 ____________________________________________________________________________
37825 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
37826         Log: Fix for
37827              
37828              Subject: [ID 20010116.001] File::Copy truncates orig file 
37829              From: arbor@al37al08.telecel.pt
37830              Date: Tue, 16 Jan 2001 11:43:02 GMT
37831              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
37832              
37833              (copy($foo, $foo) would truncate $foo)
37834      Branch: perl
37835            ! lib/File/Copy.pm lib/File/Copy.t
37836 ____________________________________________________________________________
37837 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
37838         Log: Metaconfig unit change for #11524.
37839      Branch: metaconfig/U/perl
37840            ! Extras.U
37841 ____________________________________________________________________________
37842 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
37843         Log: Multiple modules didn't work; plus typo fixes.
37844      Branch: perl
37845            ! Configure
37846 ____________________________________________________________________________
37847 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
37848         Log: Update Changes.
37849      Branch: perl
37850            ! Changes patchlevel.h
37851 ____________________________________________________________________________
37852 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
37853         Log: Regen perlapi.
37854      Branch: perl
37855            ! pod/perlapi.pod
37856 ____________________________________________________________________________
37857 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
37858         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
37859              From: Dave Mitchell <davem@fdgroup.co.uk>
37860              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
37861              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
37862      Branch: perl
37863            ! sv.c
37864 ____________________________________________________________________________
37865 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
37866         Log: Regen toc.
37867      Branch: perl
37868            ! pod/perltoc.pod
37869 ____________________________________________________________________________
37870 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
37871         Log: Regen Porting stuff.
37872      Branch: perl
37873            ! Porting/Glossary Porting/config.sh Porting/config_H
37874 ____________________________________________________________________________
37875 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
37876         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
37877              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37878              Date: Tue, 31 Jul 2001 05:34:38 -0400
37879              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
37880      Branch: perl
37881            ! utils/h2xs.PL
37882 ____________________________________________________________________________
37883 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
37884         Log: Metaconfig unit change for #11516. 
37885      Branch: metaconfig/U/perl
37886            ! gccvers.U
37887 ____________________________________________________________________________
37888 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
37889         Log: Add -Wall in cflags, not in Configure.
37890              (This way -Wall affects only the core and the core XS,
37891              not user modules' XS.  Concern from Paul Marquess,
37892              implementation idea from Andy Dougherty.)
37893      Branch: perl
37894            ! Configure cflags.SH
37895 ____________________________________________________________________________
37896 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
37897         Log: Metaconfig unit changes for #11514.
37898      Branch: metaconfig
37899            + U/modified/sysman.U
37900            ! U/installdirs/man1dir.U
37901 ____________________________________________________________________________
37902 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
37903         Log: Subject: Configure's detection of system manual
37904              From: Sean Dague <sean@dague.net> 
37905              Date: Sun, 13 May 2001 15:53:15 -0400
37906              Message-ID: <20010513155315.A15833@underhill.dague.net>
37907      Branch: perl
37908            ! Configure
37909 ____________________________________________________________________________
37910 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
37911         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
37912              From: Autrijus Tang <autrijus@autrijus.org> 
37913              Date: Thu, 21 Jun 2001 23:56:48 +0800
37914              Message-Id: <20010621235648.A57340@not.autrijus.org>
37915      Branch: perl
37916            ! pod/perlobj.pod
37917 ____________________________________________________________________________
37918 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
37919         Log: Subject: Typo in DB_File.pm
37920              From: "Philip Newton" <Philip.Newton@gmx.net>
37921              Date: Tue, 31 Jul 2001 06:19:35 +0200
37922              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
37923      Branch: perl
37924            ! ext/DB_File/DB_File.pm
37925 ____________________________________________________________________________
37926 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
37927         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
37928              From: "Stephen P. Potter" <spp@spotter.yi.org>
37929              Date: Wed, 30 May 2001 13:59:34 -0400
37930              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
37931      Branch: perl
37932            ! pod/perlre.pod
37933 ____________________________________________________________________________
37934 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
37935         Log: eval "format foo=" would loop indefinitely; reported in
37936              
37937              Subject: A load of old rubbish
37938              From: Mike Guy <mjtg@cam.ac.uk>
37939              Date: Mon, 14 May 2001 16:12:22 +0100
37940              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
37941              
37942              (The core dumps reported in there already fixed.)
37943      Branch: perl
37944            ! toke.c
37945 ____________________________________________________________________________
37946 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
37947         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
37948      Branch: perl
37949            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
37950            + lib/Switch/t/switch_case.t
37951            - lib/Switch/test.pl
37952            ! MANIFEST lib/Switch.pm
37953 ____________________________________________________________________________
37954 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
37955         Log: Subject: [PATCH @11505] DB_File-1.78
37956              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
37957              Date: Mon, 30 Jul 2001 22:54:37 +0100
37958              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
37959      Branch: perl
37960            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
37961            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
37962 ____________________________________________________________________________
37963 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
37964         Log: Explain in more detail why -pipe and -fno-common are good.
37965      Branch: perl
37966            ! hints/darwin.sh
37967 ____________________________________________________________________________
37968 [ 11506] By: nick                                  on 2001/07/30  14:32:23
37969         Log: Integrate mainline
37970      Branch: perlio
37971           !> INSTALL Makefile.SH doio.c hints/darwin.sh
37972 ____________________________________________________________________________
37973 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
37974         Log: Perl hasn't been putting man pages into $prefix/lib for
37975              a long time now; pointed out by Andy Dougherty. 
37976      Branch: perl
37977            ! hints/darwin.sh
37978 ____________________________________________________________________________
37979 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
37980         Log: Document the extras Configure option.
37981      Branch: perl
37982            ! INSTALL
37983 ____________________________________________________________________________
37984 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
37985         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
37986              everywhere.
37987      Branch: perl
37988           !> doio.c
37989 ____________________________________________________________________________
37990 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
37991         Log: Doubly guard against invoking CPAN if no extras defined,
37992              pointed out by H. Merijn Brand.
37993      Branch: perl
37994            ! Makefile.SH
37995 ____________________________________________________________________________
37996 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
37997         Log: Fix O_RDONLY check to check for O_RDONLY.
37998      Branch: maint-5.6/macperl
37999            ! doio.c
38000 ____________________________________________________________________________
38001 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
38002         Log: Integrate miscellaneous changes from maint-5.6/perl.
38003      Branch: maint-5.6/macperl
38004           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
38005 ____________________________________________________________________________
38006 [ 11499] By: nick                                  on 2001/07/30  06:52:42
38007         Log: Integrate mainline
38008      Branch: perlio
38009           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
38010           +> win32/sync_ext.pl
38011            - win32/sncfnmcs.pl
38012           !> (integrate 71 files)
38013 ____________________________________________________________________________
38014 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
38015         Log: Update Changes.
38016      Branch: perl
38017            ! Changes patchlevel.h
38018 ____________________________________________________________________________
38019 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
38020         Log: Now Configure -Dextras=Foo::Bar and "make install" will
38021              fetch and install Foo::Bar.
38022      Branch: perl
38023            ! Makefile.SH
38024 ____________________________________________________________________________
38025 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
38026         Log: Metaconfig unit change for #11495.
38027      Branch: metaconfig/U/perl
38028            ! Extras.U
38029 ____________________________________________________________________________
38030 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
38031         Log: extras.make, extras.test, and extras.install make targets.
38032      Branch: perl
38033            ! Configure Makefile.SH
38034 ____________________________________________________________________________
38035 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
38036         Log: Metaconfig unit change for #11493.
38037      Branch: metaconfig/U/perl
38038            ! Extras.U
38039 ____________________________________________________________________________
38040 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
38041         Log: Better to have the list of extras in $extras than 'define'.
38042      Branch: perl
38043            ! Configure
38044 ____________________________________________________________________________
38045 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
38046         Log: The metaconfig unit change for #11490.
38047      Branch: metaconfig/U/perl
38048            + Extras.U
38049 ____________________________________________________________________________
38050 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
38051         Log: Missed from #11490 (the required dependency).
38052      Branch: perl
38053            ! Makefile.SH
38054 ____________________________________________________________________________
38055 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
38056         Log: Add the support of asking for extra modules or bundles of modules
38057              to be fetched from the CPAN and installed as a part of the Perl
38058              build process.  None of this installation is yet really done;
38059              only the list is asked, and saved away in extras.lst for
38060              the build and installation process to worry about later.
38061      Branch: perl
38062            ! Configure
38063 ____________________________________________________________________________
38064 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
38065         Log: Beginnings of better Inf and NaN support.
38066              At least toke.c and sv.c still need quite a bit of work.
38067      Branch: perl
38068            ! numeric.c perl.h
38069 ____________________________________________________________________________
38070 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
38071         Log: Top-level Makefile didn't honour OPTIMIZE.
38072      Branch: perl
38073            ! Makefile.SH
38074 ____________________________________________________________________________
38075 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
38076         Log: Update Changes.
38077      Branch: perl
38078            ! Changes patchlevel.h
38079 ____________________________________________________________________________
38080 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
38081         Log: Use Search::Dict 1.02 interface for charinfo().
38082      Branch: perl
38083            ! lib/UnicodeCD.pm
38084 ____________________________________________________________________________
38085 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
38086         Log: Now also allow transforming the read lines before comparing them.
38087              (This will help UnicodeCD.) 
38088      Branch: perl
38089            ! lib/Search/Dict.pm
38090 ____________________________________________________________________________
38091 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
38092         Log: Remove tiehandle code.
38093      Branch: perl
38094            ! lib/UnicodeCD.pm
38095 ____________________________________________________________________________
38096 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
38097         Log: Allow specifying a comparison function for Search::Dict::look().
38098      Branch: perl
38099            ! lib/Search/Dict.pm
38100 ____________________________________________________________________________
38101 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
38102         Log: Small UnicodeCD tweaks.
38103      Branch: perl
38104            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38105 ____________________________________________________________________________
38106 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
38107         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
38108              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
38109              Date: Tue, 24 Jul 2001 01:51:32 +0900
38110              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
38111      Branch: perl
38112            ! lib/UnicodeCD.pm lib/UnicodeCD.t
38113 ____________________________________________________________________________
38114 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
38115         Log: Subject: [PATCH] installperl
38116              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38117              Date: Fri, 27 Jul 2001 19:05:04 -0700
38118              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
38119      Branch: perl
38120            ! installperl
38121 ____________________________________________________________________________
38122 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
38123         Log: Subject: [PATCH] Set proper compatibility versions in core
38124              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
38125              Date: Fri, 27 Jul 2001 20:01:49 -0700
38126              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
38127      Branch: perl
38128            ! Makefile.SH
38129 ____________________________________________________________________________
38130 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
38131         Log: Metaconfig unit change for #11477.
38132      Branch: metaconfig/U/perl
38133            ! dlsrc.U
38134 ____________________________________________________________________________
38135 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
38136         Log: Subject: [PATCH] Darwin: -fpic not so good
38137              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38138              Date: Fri, 27 Jul 2001 18:57:38 -0700
38139              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
38140      Branch: perl
38141            ! Configure
38142 ____________________________________________________________________________
38143 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
38144         Log: Subject: [PATCH] Clean up Darwin hints
38145              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
38146              Date: Fri, 27 Jul 2001 19:13:15 -0700
38147              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
38148      Branch: perl
38149            ! hints/darwin.sh
38150 ____________________________________________________________________________
38151 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
38152         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
38153              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38154              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
38155              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
38156      Branch: perl
38157            ! pod/perlfunc.pod pp.c t/op/split.t
38158 ____________________________________________________________________________
38159 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
38160         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
38161              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
38162              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
38163              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
38164      Branch: perl
38165            ! pod/perlvar.pod
38166 ____________________________________________________________________________
38167 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
38168         Log: Subject: [PATCH] fixes to constant.pm documentation
38169              From: Ilmari Karonen <iltzu@sci.fi>
38170              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
38171              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
38172      Branch: perl
38173            ! lib/constant.pm
38174 ____________________________________________________________________________
38175 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
38176         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
38177              From: "Philip Newton" <Philip.Newton@gmx.net>
38178              Date: Fri, 27 Jul 2001 07:51:10 +0200
38179              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
38180      Branch: perl
38181            ! pod/perlport.pod
38182 ____________________________________________________________________________
38183 [ 11471] By: nick                                  on 2001/07/26  06:23:32
38184         Log: Subject:  [PATCH] Doc fix for perlguts / threading
38185              From:  Arthur Bergman <arthur@contiller.se>
38186              Date:  Wed, 25 Jul 2001 11:28:23 +0200
38187              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
38188      Branch: perl
38189            ! pod/perlguts.pod
38190 ____________________________________________________________________________
38191 [ 11470] By: nick                                  on 2001/07/26  06:21:06
38192         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
38193              From:  Philip Newton <Philip.Newton@gmx.net>
38194              Date:  Wed, 25 Jul 2001 08:19:47 +0200
38195              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
38196      Branch: perl
38197            ! INSTALL
38198 ____________________________________________________________________________
38199 [ 11469] By: nick                                  on 2001/07/26  06:20:25
38200         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
38201              From:  Philip Newton <Philip.Newton@gmx.net>
38202              Date:  Wed, 25 Jul 2001 08:12:48 +0200
38203              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
38204      Branch: perl
38205            ! INSTALL
38206 ____________________________________________________________________________
38207 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
38208         Log: More +x.
38209      Branch: perl
38210            ! Porting/makerel
38211 ____________________________________________________________________________
38212 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
38213         Log: Update Changes.
38214      Branch: perl
38215            ! Changes patchlevel.h
38216 ____________________________________________________________________________
38217 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
38218         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
38219              From: "Philip Newton" <Philip.Newton@gmx.net>
38220              Date: Tue, 24 Jul 2001 06:45:55 +0200
38221              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
38222      Branch: perl
38223            ! os2/perlrexx.c
38224 ____________________________________________________________________________
38225 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
38226         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
38227              From: Peter Prymmer <pvhp@forte.com>
38228              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
38229              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
38230      Branch: perl
38231            ! pod/perlport.pod t/io/fs.t vms/test.com
38232 ____________________________________________________________________________
38233 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
38234         Log: Workaround on Cwd bootstrap problem.
38235      Branch: perl
38236            ! lib/ExtUtils/MakeMaker.pm
38237 ____________________________________________________________________________
38238 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
38239         Log: When in Rome, quote like the Romans do.
38240      Branch: perl
38241            ! cflags.SH
38242 ____________________________________________________________________________
38243 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
38244         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
38245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38246              Date: Mon, 23 Jul 2001 19:29:49 -0400
38247              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
38248      Branch: perl
38249            + os2/perlrexx.c
38250            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
38251            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
38252            ! t/op/write.t
38253 ____________________________________________________________________________
38254 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
38255         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
38256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38257              Date: Mon, 23 Jul 2001 18:43:42 -0400
38258              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
38259      Branch: perl
38260            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
38261 ____________________________________________________________________________
38262 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
38263         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
38264              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38265              Date: Mon, 23 Jul 2001 18:33:16 -0400
38266              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
38267      Branch: perl
38268            ! lib/ExtUtils/MakeMaker.pm
38269 ____________________________________________________________________________
38270 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
38271         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
38272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38273              Date: Mon, 23 Jul 2001 18:20:35 -0400
38274              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
38275      Branch: perl
38276            ! Makefile.SH cflags.SH
38277 ____________________________________________________________________________
38278 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
38279         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
38280              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
38281              Date: Mon, 23 Jul 2001 11:32:17 -0500
38282              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
38283      Branch: perl
38284            ! lib/ExtUtils/MakeMaker.pm
38285 ____________________________________________________________________________
38286 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
38287         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
38288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38289              Date: Mon, 23 Jul 2001 18:13:20 -0400
38290              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
38291      Branch: perl
38292            ! lib/perl5db.pl
38293 ____________________________________________________________________________
38294 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
38295         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
38296              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38297              Date: Mon, 23 Jul 2001 18:07:40 -0400
38298              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
38299      Branch: perl
38300            ! op.c
38301 ____________________________________________________________________________
38302 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
38303         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
38304              From: "Craig A. Berry" <craigberry@mac.com>
38305              Date: Mon, 23 Jul 2001 15:35:06 -0500
38306              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
38307      Branch: perl
38308            ! util.c
38309 ____________________________________________________________________________
38310 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
38311         Log: Subject: [PATCH perlfaq9.pod typo]
38312              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
38313              Date: Mon, 23 Jul 2001 07:49:05 -0700
38314              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
38315      Branch: perl
38316            ! pod/perlfaq9.pod
38317 ____________________________________________________________________________
38318 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
38319         Log: Subject: win32\sncfnmcs.pl corrections
38320              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
38321              Date: Mon, 23 Jul 2001 12:56:54 +0200
38322              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
38323              
38324              Rename the script a little bit more sensibly.
38325      Branch: perl
38326            + win32/sync_ext.pl
38327            - win32/sncfnmcs.pl
38328            ! MANIFEST README.win32
38329 ____________________________________________________________________________
38330 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
38331         Log: Test tweak.
38332      Branch: perl
38333            ! ext/B/Deparse.t
38334 ____________________________________________________________________________
38335 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
38336         Log: Metaconfig unit tweak for #11450.
38337      Branch: metaconfig/U/perl
38338            ! Mksymlinks.U
38339 ____________________________________________________________________________
38340 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
38341         Log: Too volatile failsafe check.
38342      Branch: perl
38343            ! Configure
38344 ____________________________________________________________________________
38345 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
38346         Log: Further doc tweaks.
38347      Branch: perl
38348            ! lib/UnicodeCD.pm
38349 ____________________________________________________________________________
38350 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
38351         Log: Doc tweaks.
38352      Branch: perl
38353            ! lib/UnicodeCD.pm
38354 ____________________________________________________________________________
38355 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
38356         Log: Doc tweakery from Abhijit.
38357      Branch: perl
38358            ! Porting/repository.pod
38359 ____________________________________________________________________________
38360 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
38361         Log: An accidental empty line.
38362      Branch: perl
38363            ! MANIFEST
38364 ____________________________________________________________________________
38365 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
38366         Log: Missing MANIFESTations.
38367      Branch: perl
38368            ! MANIFEST
38369 ____________________________________________________________________________
38370 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
38371         Log: Update Changes.
38372      Branch: perl
38373            ! Changes patchlevel.h
38374 ____________________________________________________________________________
38375 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
38376         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
38377              From: Mike Guy <mjtg@cam.ac.uk>
38378              Date: Fri, 20 Jul 2001 16:12:49 +0100
38379              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
38380      Branch: perl
38381            ! Porting/pumpkin.pod
38382 ____________________________________________________________________________
38383 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
38384         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38385              From: Peter Prymmer <pvhp@forte.com>
38386              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
38387              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
38388      Branch: perl
38389            ! pod/perlhack.pod
38390 ____________________________________________________________________________
38391 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
38392         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
38393              From: Michael G Schwern <schwern@pobox.com>
38394              Date: Fri, 20 Jul 2001 20:22:35 -0400
38395              Message-ID: <20010720202235.O4498@blackrider>
38396      Branch: perl
38397            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
38398            ! lib/Test/t/todo.t
38399 ____________________________________________________________________________
38400 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
38401         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
38402              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38403              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
38404              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
38405      Branch: perl
38406            ! ext/POSIX/POSIX.pod
38407 ____________________________________________________________________________
38408 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
38409         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
38410              From: Mark-Jason Dominus <mjd@plover.com>
38411              Date: Fri, 20 Jul 2001 23:16:54 -0400
38412              Message-ID: <20010721031654.21877.qmail@plover.com>
38413      Branch: perl
38414            ! ext/POSIX/POSIX.pod
38415 ____________________________________________________________________________
38416 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
38417         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
38418              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
38419              Date: Sun, 22 Jul 2001 14:56:09 +0200
38420              Message-ID: <20010722145609.A766@rafael>
38421      Branch: perl
38422            ! ext/B/O.pm
38423 ____________________________________________________________________________
38424 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
38425         Log: Subject: regexec.c #define cleanup
38426              From: Mark-Jason Dominus <mjd@plover.com>
38427              Date: Sat, 21 Jul 2001 18:33:25 -0400
38428              Message-ID: <20010721223325.3069.qmail@plover.com>
38429      Branch: perl
38430            ! regexec.c
38431 ____________________________________________________________________________
38432 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
38433         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
38434              From: Prymmer/Kahn <pvhp@best.com>
38435              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
38436              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
38437      Branch: perl
38438            ! t/io/fs.t
38439 ____________________________________________________________________________
38440 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
38441         Log: Typo in #11432.
38442      Branch: perl
38443            ! ext/POSIX/POSIX.t
38444 ____________________________________________________________________________
38445 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
38446         Log: Integrate (manually) change #11424 from macperl.
38447      Branch: perl
38448            ! ext/Filter/t/call.t
38449 ____________________________________________________________________________
38450 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
38451         Log: Integrate change #11408 from macperl.
38452      Branch: perl
38453           !> README.macos pod/perlport.pod
38454 ____________________________________________________________________________
38455 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
38456         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
38457      Branch: perl
38458           +> macos/MacPerlTests.cmd macos/xsubpp.patch
38459            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
38460            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
38461            ! ext/POSIX/POSIX.t
38462 ____________________________________________________________________________
38463 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
38464         Log: pod/*.t tests not picked up by t/TEST either
38465      Branch: maint-5.6/perl
38466            ! t/TEST
38467 ____________________________________________________________________________
38468 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
38469         Log: better tweak for change#11429 (windows has both / and \ separated
38470              paths in @INC at that point)
38471      Branch: maint-5.6/perl
38472            ! t/pod/testp2pt.pl
38473 ____________________________________________________________________________
38474 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
38475         Log: MacOS pod test tweak needs \Escape
38476      Branch: maint-5.6/perl
38477            ! t/pod/testp2pt.pl
38478 ____________________________________________________________________________
38479 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
38480         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
38481              resulting duplicate output, but t/harness isn't)
38482      Branch: maint-5.6/perl
38483            ! t/run/runenv.t
38484 ____________________________________________________________________________
38485 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
38486         Log: t/harness wasn't picking up all the tests
38487      Branch: maint-5.6/perl
38488            ! t/harness
38489 ____________________________________________________________________________
38490 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
38491         Log: update MANIFEST for new file
38492      Branch: maint-5.6/perl
38493            ! MANIFEST
38494 ____________________________________________________________________________
38495 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
38496         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
38497              the exception of the macperl/macos/... tree
38498      Branch: maint-5.6/perl
38499           +> t/lib/filefind-taint.t
38500           !> (integrate 72 files)
38501 ____________________________________________________________________________
38502 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
38503         Log: Fix test.
38504      Branch: maint-5.6/macperl
38505            ! macos/bundled_ext/Filter/t/call.t
38506 ____________________________________________________________________________
38507 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
38508         Log: Make perl fork()-safe (in a slightly limited way) even on
38509              platforms that don't have pthread_atfork() (extension of
38510              the fix in change#11151).
38511              
38512              Note that this will not help extensions that call fork()
38513              directly in C, or that link to libraries that call fork()
38514              directly.  Such cases must be fixed to either call
38515              PerlProc_fork(), or call atfork_lock() in parent before the
38516              calling the function that forks and call atfork_unlock()
38517              in both parent and child immediately after the fork().
38518              (There are no worries if C code calls exec() in the child
38519              immediately after a fork().  Only cases where the child
38520              calls perl's API functions (including New()) after the
38521              fork() are problematic.)
38522              
38523              This change also eliminates the use of vfork() from perl,
38524              since all such uses were violating the severe restrictions
38525              on modifying the state of the process between the vfork()
38526              and the exec().
38527              
38528              This is a modified version of patches suggested by Abhijit
38529              Menon-Sen and Richard Soderberg.
38530      Branch: perl
38531            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
38532            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
38533 ____________________________________________________________________________
38534 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
38535         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
38536              Switch, and Text::Balanced.
38537      Branch: maint-5.6/macperl
38538            + macos/bundled_ext/Filter/Util/Call/Call.pm
38539            + macos/bundled_ext/Filter/Util/Call/Call.xs
38540            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
38541            + macos/bundled_ext/Filter/t/MyFilter.pm
38542            + macos/bundled_ext/Filter/t/call.t
38543            + macos/bundled_ext/Filter/t/filter-util.pl
38544            + macos/bundled_lib/blib/lib/Class/ISA.pm
38545            + macos/bundled_lib/blib/lib/Digest.pm
38546            + macos/bundled_lib/blib/lib/Filter/Simple.pm
38547            + macos/bundled_lib/blib/lib/Switch.pm
38548            + macos/bundled_lib/blib/lib/Text/Balanced.pm
38549            + macos/bundled_lib/blib/lib/Text/Balanced.pod
38550            + macos/bundled_lib/t/Class/ISA/test.pl
38551            + macos/bundled_lib/t/Digest/Digest.t
38552            + macos/bundled_lib/t/Filter/Simple/test.pl
38553            + macos/bundled_lib/t/Switch/test.pl
38554            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
38555            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
38556            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
38557            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
38558            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
38559            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
38560            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
38561            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
38562 ____________________________________________________________________________
38563 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
38564         Log: Add Filter::Util::Call to config/make files; edit utils
38565              to recognize the module (it was descended too far down).
38566              Bump version to 5.6.1a4.
38567      Branch: maint-5.6/macperl
38568            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
38569            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
38570            ! macos/macperl/Makefile.mk macos/xsubpp.patch
38571 ____________________________________________________________________________
38572 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
38573         Log: Make DB_File the default for MLDBM on MacOS.
38574      Branch: maint-5.6/macperl
38575            ! macos/bundled_lib/blib/lib/MLDBM.pm
38576 ____________________________________________________________________________
38577 [ 11419] By: nick                                  on 2001/07/20  14:51:03
38578         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
38579              From:  Simon Cozens <simon@netthink.co.uk>
38580              Date:  Fri, 20 Jul 2001 11:42:35 -0400
38581              Message-Id:  <20010720114235.A5235@netthink.co.uk>
38582      Branch: perl
38583            ! lib/UnicodeCD.pm
38584 ____________________________________________________________________________
38585 [ 11418] By: nick                                  on 2001/07/20  14:48:12
38586         Log: Subject:  [PATCH regcomp.h] adds a comment
38587              From:  Abhijit Menon-Sen <ams@wiw.org>
38588              Date:  Fri, 20 Jul 2001 21:05:37 +0530
38589              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
38590      Branch: perl
38591            ! regcomp.h
38592 ____________________________________________________________________________
38593 [ 11417] By: nick                                  on 2001/07/20  14:16:38
38594         Log: Subject:  [PATCH 5.7.2] INSTALL updates
38595              From:  Andy Dougherty <doughera@lafayette.edu>
38596              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
38597              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
38598      Branch: perl
38599            ! INSTALL
38600 ____________________________________________________________________________
38601 [ 11416] By: nick                                  on 2001/07/20  06:44:44
38602         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
38603              From:  Russ Allbery <rra@stanford.edu>
38604              Date:  19 Jul 2001 15:52:37 -0700
38605              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
38606      Branch: perl
38607            ! lib/Pod/Man.pm
38608 ____________________________________________________________________________
38609 [ 11415] By: nick                                  on 2001/07/20  06:35:11
38610         Log: Subject:  [PATCH] defer op_seq allocation
38611              From:  Abhijit Menon-Sen <ams@wiw.org>
38612              Date:  Thu, 19 Jul 2001 22:12:24 +0530
38613              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
38614      Branch: perl
38615            ! op.c
38616 ____________________________________________________________________________
38617 [ 11414] By: nick                                  on 2001/07/20  06:23:36
38618         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
38619              From:  Abhijit Menon-Sen <ams@wiw.org>
38620              Date:  Fri, 20 Jul 2001 01:18:50 +0530
38621              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
38622              (Private e-mail)
38623      Branch: perl
38624            ! ext/Time/HiRes/HiRes.xs
38625 ____________________________________________________________________________
38626 [ 11413] By: nick                                  on 2001/07/20  06:18:53
38627         Log: Integrate mainline
38628      Branch: perlio
38629           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
38630            - t/base/commonsense.t
38631           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
38632           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
38633           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
38634           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
38635           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
38636           !> win32/win32.c
38637 ____________________________________________________________________________
38638 [ 11412] By: nick                                  on 2001/07/19  06:44:27
38639         Log: Integrate win32/perlhost.h from maintenance branch.
38640              (Rest of $ENV{PATH} / system() fix.)
38641      Branch: perl
38642           !> win32/perlhost.h
38643 ____________________________________________________________________________
38644 [ 11411] By: nick                                  on 2001/07/19  06:41:34
38645         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
38646              From:  Philip Newton <Philip.Newton@gmx.net>
38647              Date:  Wed, 18 Jul 2001 21:43:57 +0200
38648              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
38649      Branch: perl
38650            ! pod/perlhack.pod
38651 ____________________________________________________________________________
38652 [ 11410] By: nick                                  on 2001/07/19  06:39:35
38653         Log: Subject:  Security hole in taint checking in open()
38654              From:  deekoo@tentacle.net
38655              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
38656              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
38657      Branch: perl
38658            ! doio.c
38659 ____________________________________________________________________________
38660 [ 11409] By: nick                                  on 2001/07/19  06:28:08
38661         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
38662              From:  Abhijit Menon-Sen <ams@wiw.org>
38663              Date:  Thu, 19 Jul 2001 04:30:43 +0530
38664              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
38665      Branch: perl
38666            ! ext/Time/HiRes/HiRes.xs
38667 ____________________________________________________________________________
38668 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
38669         Log: Update docs with latest implementation information and new URLs.
38670      Branch: maint-5.6/macperl
38671            ! README.macos pod/perlport.pod
38672 ____________________________________________________________________________
38673 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
38674         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
38675              Fix BuildRules to accept optimization variables.
38676      Branch: maint-5.6/macperl
38677            + macos/bundled_ext/Digest/MD5/Makefile.mk
38678            ! macos/BuildRules.mk macos/Makefile.mk
38679            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
38680            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
38681 ____________________________________________________________________________
38682 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
38683         Log: Integrate changes 11399,11401
38684      Branch: maint-5.6/macperl
38685           !> win32/perlhost.h win32/win32.c
38686 ____________________________________________________________________________
38687 [ 11405] By: nick                                  on 2001/07/18  06:50:33
38688         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
38689              from perl5.6*
38690      Branch: perl
38691           !> win32/perlhost.h win32/win32.c
38692 ____________________________________________________________________________
38693 [ 11404] By: nick                                  on 2001/07/18  06:43:59
38694         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
38695              From:  hv@crypt0.demon.co.uk
38696              Date:  Wed, 18 Jul 2001 05:58:46 +0100
38697              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
38698      Branch: perl
38699            ! ext/POSIX/POSIX.t
38700 ____________________________________________________________________________
38701 [ 11403] By: nick                                  on 2001/07/18  06:38:57
38702         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
38703              From:  hv@crypt0.demon.co.uk
38704              Date:  Wed, 18 Jul 2001 05:21:54 +0100
38705              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
38706      Branch: perl
38707            ! numeric.c t/op/arith.t
38708 ____________________________________________________________________________
38709 [ 11402] By: nick                                  on 2001/07/18  06:19:17
38710         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
38711              From:  mjd@plover.com
38712              Date:  17 Jul 2001 17:59:20 -0000
38713              Message-Id:  <20010717175920.8177.qmail@plover.com>
38714      Branch: perl
38715            ! pod/perlre.pod
38716 ____________________________________________________________________________
38717 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
38718         Log: thinko in change#11400 (duh)
38719      Branch: maint-5.6/perl
38720            ! win32/perlhost.h
38721 ____________________________________________________________________________
38722 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
38723         Log: change#11399 revealed another unrelated bug; this is just a temporary
38724              bandaid
38725      Branch: maint-5.6/perl
38726            ! win32/perlhost.h
38727 ____________________________________________________________________________
38728 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
38729         Log: fix bugs in handling of the virtualized environment under windows;
38730              there were bugs in propagating any changes to %ENV down to the real
38731              environment when such changes happened in the toplevel process
38732              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
38733              problem identification, and for a part of the fix)
38734      Branch: maint-5.6/perl
38735            ! win32/perlhost.h win32/win32.c
38736 ____________________________________________________________________________
38737 [ 11398] By: nick                                  on 2001/07/17  08:26:35
38738         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
38739              From: Peter Prymmer <pvhp@forte.com>
38740              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
38741              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
38742              
38743              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
38744              should not depend on existance of Config.pm
38745      Branch: perl
38746           +> t/lib/commonsense.t
38747            - t/base/commonsense.t
38748            ! MANIFEST t/README
38749 ____________________________________________________________________________
38750 [ 11397] By: nick                                  on 2001/07/17  08:09:58
38751         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
38752              From:  Michael G Schwern <schwern@pobox.com>
38753              Date:  Mon, 16 Jul 2001 18:20:31 -0400
38754              Message-Id:  <20010716182031.A1128@blackrider>
38755      Branch: perl
38756            ! pod/perlhack.pod
38757 ____________________________________________________________________________
38758 [ 11396] By: nick                                  on 2001/07/17  08:04:11
38759         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
38760              From:  Gwyn Judd <b.judd@xtra.co.nz>
38761              Date:  Tue, 17 Jul 2001 20:55:58 +1200
38762              Message-Id:  <20010717205558.A3107@thislove>
38763      Branch: perl
38764            ! pod/perlfunc.pod
38765 ____________________________________________________________________________
38766 [ 11395] By: nick                                  on 2001/07/17  08:02:22
38767         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
38768              From:  Peter Prymmer <pvhp@forte.com>
38769              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
38770              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
38771      Branch: perl
38772            ! t/op/sprintf.t
38773 ____________________________________________________________________________
38774 [ 11394] By: nick                                  on 2001/07/17  07:57:06
38775         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
38776              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
38777              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
38778              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
38779      Branch: perl
38780            ! gv.c
38781 ____________________________________________________________________________
38782 [ 11392] By: nick                                  on 2001/07/17  07:50:12
38783         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
38784              From:  Coral <coral@moonlight.crystalflame.net>
38785              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
38786              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
38787      Branch: perl
38788            ! pp_sys.c thread.h
38789 ____________________________________________________________________________
38790 [ 11391] By: nick                                  on 2001/07/17  07:34:28
38791         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
38792              From:  Jonathan Stowe <gellyfish@gellyfish.com>
38793              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
38794              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
38795      Branch: perl
38796            ! utils/h2xs.PL
38797 ____________________________________________________________________________
38798 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
38799         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
38800              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
38801              and Mac::Apps::Launch, which don't work, and Time::HiRes and
38802              Time::Piece, which don't yet work.
38803      Branch: maint-5.6/macperl
38804            + (add 154 files)
38805 ____________________________________________________________________________
38806 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
38807         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
38808              Also add hack to get around missing setenv for PERL5DB.
38809      Branch: maint-5.6/macperl
38810            ! macos/macish.c macos/macish.h
38811 ____________________________________________________________________________
38812 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
38813         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
38814      Branch: maint-5.6/macperl
38815            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
38816            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
38817 ____________________________________________________________________________
38818 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
38819         Log: Fix up some configuration and make options, add extra
38820              extensions.
38821      Branch: maint-5.6/macperl
38822            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
38823            ! macos/macperl/Makefile.mk
38824 ____________________________________________________________________________
38825 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
38826         Log: From Change 11374 in maintperl.
38827      Branch: maint-5.6/macperl
38828           !> utils/h2ph.PL
38829 ____________________________________________________________________________
38830 [ 11385] By: nick                                  on 2001/07/16  14:12:58
38831         Log: Back out change to h2xs till it passes its test.
38832      Branch: perl
38833            ! utils/h2xs.PL
38834 ____________________________________________________________________________
38835 [ 11384] By: nick                                  on 2001/07/16  14:00:10
38836         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
38837              From:  Jonathan Stowe <gellyfish@gellyfish.com>
38838              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
38839              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
38840      Branch: perl
38841            ! utils/h2xs.PL
38842 ____________________________________________________________________________
38843 [ 11383] By: nick                                  on 2001/07/16  13:53:12
38844         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
38845              From:  Robin Houston <robin@kitsite.com>
38846              Date:  Sun, 15 Jul 2001 18:22:31 +0100
38847              Message-Id:  <20010715182230.A11174@robin>
38848      Branch: perl
38849            ! hints/darwin.sh
38850 ____________________________________________________________________________
38851 [ 11382] By: nick                                  on 2001/07/16  13:52:49
38852         Log: Subject:  [PATCH perl@11372] re_dup
38853              From:  Radu Greab <radu@netsoft.ro>
38854              Date:  Sun, 15 Jul 2001 04:50:06 +0300
38855              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
38856      Branch: perl
38857            ! sv.c
38858 ____________________________________________________________________________
38859 [ 11379] By: nick                                  on 2001/07/16  13:35:39
38860         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
38861              From:  Robin Houston <robin@kitsite.com>
38862              Date:  Sat, 14 Jul 2001 14:28:50 +0100
38863              Message-Id:  <20010714142850.A10205@robin>
38864      Branch: perl
38865            ! ext/B/B/Deparse.pm
38866 ____________________________________________________________________________
38867 [ 11378] By: nick                                  on 2001/07/16  13:30:36
38868         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
38869              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
38870              Date:  Sat, 14 Jul 2001 22:17:42 +0900
38871              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
38872      Branch: perl
38873            + ext/Encode/Encode/euc-jp-0212.enc
38874            ! ext/Encode/Encode/Tcl.pm
38875 ____________________________________________________________________________
38876 [ 11377] By: nick                                  on 2001/07/16  13:17:28
38877         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
38878              From:  Andy Dougherty <doughera@lafayette.edu>
38879              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
38880              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
38881      Branch: perl
38882            ! hints/darwin.sh hints/rhapsody.sh
38883 ____________________________________________________________________________
38884 [ 11376] By: nick                                  on 2001/07/16  09:05:00
38885         Log: Integrate mainline
38886      Branch: perlio
38887           +> ext/Encode/Encode/7bit-greek.enc
38888           +> ext/Encode/Encode/7bit-latin1.enc
38889           +> ext/Encode/Encode/cns11643-1.enc
38890           +> ext/Encode/Encode/cns11643-2.enc
38891           +> ext/Encode/Encode/iso2022-cn.enc
38892           +> ext/Encode/Encode/iso2022-jp1.enc
38893           +> ext/Encode/Encode/iso2022-jp2.enc
38894           !> Changes Configure MANIFEST Makefile.SH
38895           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
38896           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
38897           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
38898           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
38899           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
38900 ____________________________________________________________________________
38901 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
38902         Log: integrate change#11374 from maint-5.6
38903              
38904              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
38905      Branch: perl
38906           !> utils/h2ph.PL
38907 ____________________________________________________________________________
38908 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
38909         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
38910      Branch: maint-5.6/perl
38911            ! utils/h2ph.PL
38912 ____________________________________________________________________________
38913 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
38914         Log: Update Changes.
38915      Branch: perl
38916            ! Changes patchlevel.h
38917 ____________________________________________________________________________
38918 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
38919         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
38920              From: Jonathan Stowe <gellyfish@gellyfish.com>
38921              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
38922              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
38923      Branch: perl
38924            ! utils/h2xs.PL
38925 ____________________________________________________________________________
38926 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
38927         Log: Subject: patch to add DEL to [:cntrl:]
38928              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38929              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
38930              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
38931      Branch: perl
38932            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
38933 ____________________________________________________________________________
38934 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
38935         Log: Metaconfig unit change for #11369; plus a dependency nit.
38936      Branch: metaconfig
38937            ! U/compline/nblock_io.U
38938      Branch: metaconfig/U/perl
38939            ! Extensions.U
38940 ____________________________________________________________________________
38941 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
38942         Log: #include <stdlib.h> so that exit() is prototyped,
38943              noticed by Hugo.
38944      Branch: perl
38945            ! Configure
38946 ____________________________________________________________________________
38947 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
38948         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
38949              From: Peter Prymmer <pvhp@forte.com>
38950              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
38951              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
38952      Branch: perl
38953            ! t/op/sprintf.t
38954 ____________________________________________________________________________
38955 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
38956         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
38957              From: Peter Prymmer <pvhp@forte.com>
38958              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
38959              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
38960      Branch: perl
38961            ! ext/Encode/Encode/Tcl.t
38962 ____________________________________________________________________________
38963 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
38964         Log: Add information about gcc 3.0 basic block profiling.
38965      Branch: perl
38966            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
38967 ____________________________________________________________________________
38968 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
38969         Log: Subject: Error in lib/PerlIO/Via.pm ?
38970              From: Mark-Jason Dominus <mjd@plover.com>
38971              Date: Fri, 13 Jul 2001 15:55:41 -0400
38972              Message-ID: <20010713195541.26751.qmail@plover.com>
38973      Branch: perl
38974            ! ext/PerlIO/Via/Via.pm
38975 ____________________________________________________________________________
38976 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
38977         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
38978              section from the Compiler section.
38979      Branch: perl
38980            ! myconfig.SH
38981 ____________________________________________________________________________
38982 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
38983         Log: Handle glibc style of constant definitions using enum
38984              with intervening #defines; from Brendan O'Dea.
38985      Branch: perl
38986            ! utils/h2ph.PL
38987 ____________________________________________________________________________
38988 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
38989         Log: Add LC_MESSAGES to the locale_h export tag (it already is
38990              in the Makefile.PL and thusly eligible for an XS constant)
38991              (see also maintperl #10543)
38992      Branch: perl
38993            ! ext/POSIX/POSIX.pm
38994 ____________________________________________________________________________
38995 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
38996         Log: Subject: Re: [patch] re_dup
38997              From: Abhijit Menon-Sen <ams@wiw.org>
38998              Date: Fri, 13 Jul 2001 21:41:09 +0530
38999              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
39000      Branch: perl
39001            ! sv.c
39002 ____________________________________________________________________________
39003 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
39004         Log: Subject: [patch] re_dup
39005              From: Doug MacEachern <dougm@covalent.net>
39006              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
39007              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
39008      Branch: perl
39009            ! sv.c
39010 ____________________________________________________________________________
39011 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
39012         Log: Update Changes.
39013      Branch: perl
39014            ! Changes patchlevel.h
39015 ____________________________________________________________________________
39016 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
39017         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
39018              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
39019              Date: Sat, 14 Jul 2001 00:06:30 +0900
39020              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
39021      Branch: perl
39022            + ext/Encode/Encode/7bit-greek.enc
39023            + ext/Encode/Encode/7bit-latin1.enc
39024            + ext/Encode/Encode/cns11643-1.enc
39025            + ext/Encode/Encode/cns11643-2.enc
39026            + ext/Encode/Encode/iso2022-cn.enc
39027            + ext/Encode/Encode/iso2022-jp1.enc
39028            + ext/Encode/Encode/iso2022-jp2.enc
39029            ! MANIFEST ext/Encode/Encode/Tcl.pm
39030            ! ext/Encode/Encode/iso2022-kr.enc
39031 ____________________________________________________________________________
39032 [ 11357] By: nick                                  on 2001/07/13  14:24:06
39033         Log: Blind integrate mainline (as of 5.7.2?)
39034      Branch: perlio
39035           !> AUTHORS Changes Porting/config.sh Porting/config_H
39036           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
39037           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39038           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39039           !> win32/makefile.mk
39040 ____________________________________________________________________________
39041 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
39042         Log: Snip away the devel patchlevel.
39043      Branch: perl
39044            ! patchlevel.h
39045 ____________________________________________________________________________
39046 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
39047         Log: Bump the version to 5.7.2.
39048      Branch: perl
39049            ! Porting/config.sh Porting/config_H patchlevel.h
39050            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
39051            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39052            ! win32/makefile.mk
39053 ____________________________________________________________________________
39054 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
39055         Log: Update Changes.
39056      Branch: perl
39057            ! Changes
39058 ____________________________________________________________________________
39059 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
39060         Log: Reword.
39061      Branch: perl
39062            ! AUTHORS
39063 ____________________________________________________________________________
39064 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
39065         Log: AUTHORS update.
39066      Branch: perl
39067            ! AUTHORS
39068 ____________________________________________________________________________
39069 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
39070         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
39071              unless ithreads.
39072      Branch: perl
39073            ! makedef.pl
39074 ____________________________________________________________________________
39075 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
39076         Log: Integrate perlio.
39077      Branch: perl
39078           !> win32/distclean.bat
39079 ____________________________________________________________________________
39080 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
39081         Log: Test the encoding transform only iff we have PerlIO,
39082              noticed by H. Merijn Brand.
39083      Branch: perl
39084            ! ext/PerlIO/t/encoding.t
39085 ____________________________________________________________________________
39086 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
39087         Log: README.netware tweaks from Ananth Kesari.
39088      Branch: perl
39089            ! README.netware
39090 ____________________________________________________________________________
39091 [ 11346] By: nick                                  on 2001/07/13  09:18:51
39092         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
39093              to avoid /unicode vs /Unicode issues.
39094      Branch: perlio
39095            ! win32/distclean.bat
39096 ____________________________________________________________________________
39097 [ 11345] By: nick                                  on 2001/07/13  06:24:18
39098         Log: Integrate mainline
39099      Branch: perlio
39100           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
39101            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
39102           !> (integrate 63 files)
39103 ____________________________________________________________________________
39104 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
39105         Log: Add d_bincompat5005 information to perl -V.
39106      Branch: perl
39107            ! myconfig.SH
39108 ____________________________________________________________________________
39109 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
39110         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
39111              From: Abhijit Menon-Sen <ams@wiw.org>
39112              Date: Fri, 13 Jul 2001 07:12:36 +0530
39113              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
39114      Branch: perl
39115            ! sv.c
39116 ____________________________________________________________________________
39117 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
39118         Log: Remove unicode::distinct, as per Inaba Hiroto.
39119      Branch: perl
39120            - lib/unicode/distinct.pm
39121            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
39122            ! t/lib/1_compile.t
39123 ____________________________________________________________________________
39124 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
39125         Log: Paging for Dr Octothorpe.
39126      Branch: perl
39127            ! pod/perlfaq4.pod
39128 ____________________________________________________________________________
39129 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
39130         Log: cut-n-paste error noticed by mjd.
39131      Branch: perl
39132            ! pod/perlfaq4.pod
39133 ____________________________________________________________________________
39134 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
39135         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
39136              From: Peter Prymmer <pvhp@forte.com>
39137              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
39138              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
39139      Branch: perl
39140            ! pod/perlfaq4.pod
39141 ____________________________________________________________________________
39142 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
39143         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
39144              From: Randall Gellens <randy@qualcomm.com>
39145              Date: Thu, 12 Jul 2001 16:56:23 -0700
39146              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
39147      Branch: perl
39148            ! Porting/repository.pod
39149 ____________________________________________________________________________
39150 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
39151         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
39152      Branch: perl
39153            ! thread.h
39154 ____________________________________________________________________________
39155 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
39156         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
39157              From: coral <coral@moonlight.crystalflame.net>
39158              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
39159              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
39160      Branch: perl
39161            ! thread.h
39162 ____________________________________________________________________________
39163 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
39164         Log: Metaconfig unit change for #11134.
39165      Branch: metaconfig
39166            + U/threads/d_pthread_atfork.U
39167 ____________________________________________________________________________
39168 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
39169         Log: Add HAS_PTHREAD_ATFORK.
39170      Branch: perl
39171            ! Configure NetWare/config.wc NetWare/config_H.wc
39172            ! Porting/Glossary Porting/config.sh Porting/config_H
39173            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
39174            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
39175            ! vos/config.ga.def vos/config.ga.h win32/config.bc
39176            ! win32/config.gc win32/config.vc win32/config_H.bc
39177            ! win32/config_H.gc win32/config_H.vc
39178 ____________________________________________________________________________
39179 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
39180         Log: Subject: [PATCH] File::Copy fails on tied handles
39181              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
39182              Date: Thu, 12 Jul 2001 15:18:51 -0700
39183              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
39184      Branch: perl
39185            ! lib/File/Copy.pm
39186 ____________________________________________________________________________
39187 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
39188         Log: Subject: [PATCH] Langinfo.t
39189              From: Nicholas Clark <nick@ccl4.org>
39190              Date: Thu, 12 Jul 2001 23:55:38 +0100
39191              Message-ID: <20010712235538.M5827@plum.flirble.org>
39192      Branch: perl
39193            ! ext/I18N/Langinfo/Langinfo.t
39194 ____________________________________________________________________________
39195 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
39196         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
39197              From: Peter Prymmer <pvhp@forte.com>
39198              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
39199              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
39200      Branch: perl
39201            ! pod/perl572delta.pod
39202 ____________________________________________________________________________
39203 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
39204         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
39205              From: Abhijit Menon-Sen <ams@wiw.org>
39206              Date: Fri, 13 Jul 2001 05:21:16 +0530
39207              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
39208      Branch: perl
39209            ! sv.c
39210 ____________________________________________________________________________
39211 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
39212         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
39213              From: Abhijit Menon-Sen <ams@wiw.org>
39214              Date: Fri, 13 Jul 2001 03:04:25 +0530
39215              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
39216      Branch: perl
39217            ! av.c
39218 ____________________________________________________________________________
39219 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
39220         Log: s/^M$//g
39221      Branch: perl
39222            ! win32/Makefile win32/makefile.mk
39223 ____________________________________________________________________________
39224 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
39225         Log: Update Changes.
39226      Branch: perl
39227            ! Changes patchlevel.h
39228 ____________________________________________________________________________
39229 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
39230         Log: Typo spotted by Philip Newton.
39231      Branch: perl
39232            ! pod/perl572delta.pod
39233 ____________________________________________________________________________
39234 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
39235         Log: Subject: [PATCH] fixes perl_clone of perl_clone
39236              From: Artur Bergman <artur@contiller.se>
39237              Date: Thu, 12 Jul 2001 20:57:09 +0200
39238              Message-ID: <B773BFA4.236B%artur@contiller.se>
39239      Branch: perl
39240            ! sv.c
39241 ____________________________________________________________________________
39242 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
39243         Log: Add README.uts from Hal Morris.
39244      Branch: perl
39245            + README.uts
39246            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
39247            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39248 ____________________________________________________________________________
39249 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
39250         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
39251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39252              Date: Thu, 12 Jul 2001 20:32:37 +0200
39253              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
39254      Branch: perl
39255            ! hints/aix.sh
39256 ____________________________________________________________________________
39257 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
39258         Log: Subject: Patch: document reg_data.what member
39259              From: Mark-Jason Dominus <mjd@plover.com>
39260              Message-ID: <20010712182532.14821.qmail@plover.com>
39261              Date: Thu, 12 Jul 2001 14:25:32 -0400
39262      Branch: perl
39263            ! regcomp.c regcomp.h
39264 ____________________________________________________________________________
39265 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
39266         Log: Subject: [PATCH] Perl_re_dup()
39267              From: Abhijit Menon-Sen <ams@wiw.org>
39268              Date: Thu, 12 Jul 2001 23:54:32 +0530
39269              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
39270      Branch: perl
39271            ! embed.h embed.pl perlapi.c proto.h sv.c
39272 ____________________________________________________________________________
39273 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
39274         Log: Regen Configure, modlib, toc.
39275      Branch: perl
39276            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39277            ! pod/perlmodlib.pod pod/perltoc.pod
39278 ____________________________________________________________________________
39279 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
39280         Log: The problem seems to be in PerlIO::Layer::->find() not
39281              accepting the ":encoding(blurflur)" arguments.
39282      Branch: perl
39283            ! lib/PerlIO.pm lib/open.pm
39284 ____________________________________________________________________________
39285 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
39286         Log: AIX doc update.
39287      Branch: perl
39288            ! README.aix pod/perl572delta.pod
39289 ____________________________________________________________________________
39290 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
39291         Log: Subject: AIX README update
39292              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39293              Date: Thu, 12 Jul 2001 19:28:30 +0200
39294              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
39295      Branch: perl
39296            ! README.aix
39297 ____________________________________________________________________________
39298 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
39299         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
39300              From: Norton Allen <allen@huarp.harvard.edu>
39301              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
39302              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
39303      Branch: perl
39304            ! ext/IO/lib/IO/t/io_unix.t
39305 ____________________________________________________________________________
39306 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
39307         Log: Subject: [PATCH README.qnx hints/qnx.sh]
39308              From: Norton Allen <allen@huarp.harvard.edu>
39309              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
39310              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
39311      Branch: perl
39312            ! README.qnx hints/qnx.sh
39313 ____________________________________________________________________________
39314 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
39315         Log: Subject: [patch] faster PM_GETRE
39316              From: Doug MacEachern <dougm@covalent.net>
39317              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
39318              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
39319      Branch: perl
39320            ! op.h
39321 ____________________________________________________________________________
39322 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
39323         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
39324              From: Doug MacEachern <dougm@covalent.net>
39325              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
39326              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
39327      Branch: perl
39328            ! op.c
39329 ____________________________________________________________________________
39330 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
39331         Log: Tell where the nice Estonian database is.
39332      Branch: perl
39333            ! lib/open.pm
39334 ____________________________________________________________________________
39335 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
39336         Log: Retract #11309 since #11310 is a better fix.
39337      Branch: perl
39338            ! t/lib/1_compile.t
39339 ____________________________________________________________________________
39340 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
39341         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
39342              change#11300 needs to return the status of failed win32_spawnvp())
39343              
39344              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
39345              splitting correctly; remove unused variables; 'require' at run time
39346              rather than 'use' at compile time for I18N::Langinfo, since it
39347              isn't everyware
39348      Branch: perl
39349            ! lib/open.pm win32/win32.c
39350 ____________________________________________________________________________
39351 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
39352         Log: Temporary workaround.
39353      Branch: perl
39354            ! t/lib/1_compile.t
39355 ____________________________________________________________________________
39356 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
39357         Log: UCD typo in #11306 and add also more known-to-be-tested
39358              modules to the skip list.
39359      Branch: perl
39360            ! t/lib/1_compile.t
39361 ____________________________________________________________________________
39362 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
39363         Log: Rename Unicode::UCD to UnicodeCD to avoid
39364              messups with case-insensitive filesystems.
39365      Branch: perl
39366            + lib/UnicodeCD.pm lib/UnicodeCD.t
39367            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
39368            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
39369 ____________________________________________________________________________
39370 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
39371         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
39372              From: daniel@biz.bitpusher.com
39373              Date: Wed, 11 Jul 2001 23:25:47 -0700
39374              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
39375      Branch: perl
39376            ! lib/Tie/Array.pm t/op/splice.t
39377 ____________________________________________________________________________
39378 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
39379         Log: Subject: [PATCH] More accurate line numbers in messages
39380              From: Paul Johnson <paul@pjcj.net>
39381              Date: Thu, 12 Jul 2001 04:14:11 +0200
39382              Message-ID: <20010712041411.A3467@pjcj.net>
39383              
39384              (With prototyping and multiplicity tweaks.)
39385      Branch: perl
39386            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
39387 ____________________________________________________________________________
39388 [ 11304] By: nick                                  on 2001/07/12  12:53:40
39389         Log: Integrate mainline
39390      Branch: perlio
39391           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
39392           !> regexec.c thread.h
39393 ____________________________________________________________________________
39394 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
39395         Log: Cut-and-pasto in #11298.
39396      Branch: perl
39397            ! ext/ByteLoader/bytecode.h
39398 ____________________________________________________________________________
39399 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
39400         Log: Update the AIX known problems section.
39401      Branch: perl
39402            ! pod/perl572delta.pod
39403 ____________________________________________________________________________
39404 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
39405         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
39406              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39407              Date: Thu, 12 Jul 2001 12:16:16 +0200
39408              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
39409      Branch: perl
39410            ! hints/aix.sh
39411 ____________________________________________________________________________
39412 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
39413         Log: Integrate perlio.
39414      Branch: perl
39415           !> makedef.pl win32/win32.c
39416 ____________________________________________________________________________
39417 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
39418         Log: Subject: [PATCH] fix for PMOP threadness failures
39419              From: Artur Bergman <artur@contiller.se>
39420              Date: Thu, 12 Jul 2001 09:48:06 +0200
39421              Message-ID: <B77322D6.22DD%artur@contiller.se>
39422      Branch: perl
39423            ! regexec.c
39424 ____________________________________________________________________________
39425 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
39426         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
39427              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
39428              Date: Thu, 12 Jul 2001 09:09:48 +0200
39429              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
39430              
39431              More parentheses to keep bcc happy.
39432      Branch: perl
39433            ! ext/ByteLoader/bytecode.h
39434 ____________________________________________________________________________
39435 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
39436         Log: Subject: Re: [patch] pthread_atfork bandaid
39437              From: Doug MacEachern <dougm@covalent.net>
39438              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
39439              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
39440      Branch: perl
39441            ! thread.h
39442 ____________________________________________________________________________
39443 [ 11296] By: nick                                  on 2001/07/12  11:55:48
39444         Log: Exclude reentrant_buffer from .def file
39445      Branch: perlio
39446            ! makedef.pl
39447 ____________________________________________________________________________
39448 [ 11295] By: nick                                  on 2001/07/12  11:11:44
39449         Log: Honour void-ness of my_exit()
39450      Branch: perlio
39451            ! win32/win32.c
39452 ____________________________________________________________________________
39453 [ 11294] By: nick                                  on 2001/07/12  07:51:04
39454         Log: Integrate mainline
39455      Branch: perlio
39456           +> uts/sprintf_wrap.c
39457           !> (integrate 35 files)
39458 ____________________________________________________________________________
39459 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
39460         Log: Retract #11289.
39461      Branch: perl
39462            ! embed.h embed.pl perl.c proto.h thread.h
39463 ____________________________________________________________________________
39464 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
39465         Log: Now the :locale pseudolayer *almost* works...
39466      Branch: perl
39467            ! lib/open.pm
39468 ____________________________________________________________________________
39469 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
39470         Log: Locale encoding tweaks.
39471      Branch: perl
39472            ! lib/open.pm
39473 ____________________________________________________________________________
39474 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
39475         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
39476              From: Mark-Jason Dominus <mjd@plover.com>
39477              Date: Thu, 12 Jul 2001 00:59:31 -0400
39478              Message-ID: <20010712045931.8543.qmail@plover.com>
39479              
39480              Remove the chmod/umask leading zero warning.
39481      Branch: perl
39482            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
39483            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
39484 ____________________________________________________________________________
39485 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
39486         Log: (Retracted by #11289.)
39487      Branch: perl
39488            ! embed.h embed.pl perl.c proto.h thread.h
39489 ____________________________________________________________________________
39490 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
39491         Log: Needed by #11283.
39492      Branch: perl
39493            ! intrpvar.h
39494 ____________________________________________________________________________
39495 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
39496         Log: Metaconfig unit change for #11286.
39497      Branch: metaconfig/U/perl
39498            ! patchlevel.U
39499 ____________________________________________________________________________
39500 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
39501         Log: Subject: Re: [PATCH Configure] perl -V broken
39502              From: Andy Dougherty <doughera@lafayette.edu>
39503              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
39504              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
39505      Branch: perl
39506            ! Configure myconfig.SH
39507 ____________________________________________________________________________
39508 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
39509         Log: Retract #11166 (and #11237).
39510      Branch: perl
39511            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
39512            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
39513            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
39514 ____________________________________________________________________________
39515 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
39516         Log: UTS tweaks for Hal Morris.
39517      Branch: perl
39518            + uts/sprintf_wrap.c
39519            ! MANIFEST hints/uts.sh perl.h
39520 ____________________________________________________________________________
39521 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
39522         Log: Subject: [PATCH] Use reentrant API glibc
39523              From: Artur Bergman <artur@contiller.se>
39524              Date: Thu, 12 Jul 2001 00:58:21 +0200
39525              Message-ID: <B772A6AD.2288%artur@contiller.se>
39526      Branch: perl
39527            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
39528            ! sv.c
39529 ____________________________________________________________________________
39530 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
39531         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
39532              From: barries <barries@slaysys.com>
39533              Date: Wed, 11 Jul 2001 15:11:46 -0400
39534              Message-ID: <20010711151146.G24560@jester.slaysys.com>
39535      Branch: perl
39536            ! pp_sys.c t/lib/warnings/doio win32/win32.c
39537 ____________________________________________________________________________
39538 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
39539         Log: Subject: [patch] pthread_atfork bandaid
39540              From: Doug MacEachern <dougm@covalent.net>
39541              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
39542              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
39543      Branch: perl
39544            ! miniperlmain.c perl.c
39545 ____________________________________________________________________________
39546 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
39547         Log: Subject: [patch] perl_clone leaks
39548              From: Doug MacEachern <dougm@covalent.net>
39549              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
39550              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
39551      Branch: perl
39552            ! sv.c
39553 ____________________________________________________________________________
39554 [ 11279] By: nick                                  on 2001/07/11  15:49:38
39555         Log: Integrate mainline
39556      Branch: perlio
39557           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
39558           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
39559           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
39560           +> lib/Term/ANSIColor/README
39561           !> (integrate 54 files)
39562 ____________________________________________________________________________
39563 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
39564         Log: Update Changes.
39565      Branch: perl
39566            ! Changes patchlevel.h
39567 ____________________________________________________________________________
39568 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
39569         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
39570              From: Peter Prymmer <pvhp@forte.com>
39571              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
39572              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
39573              
39574              Backport of embed.pl to 5.003.
39575      Branch: perl
39576            ! embed.pl
39577 ____________________________________________________________________________
39578 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
39579         Log: Subject: Re: POSIX test #14 on UTS 
39580              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
39581              Date: Wed, 11 Jul 2001 03:02:14 +0100
39582              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
39583      Branch: perl
39584            ! ext/POSIX/POSIX.t
39585 ____________________________________________________________________________
39586 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
39587         Log: Make the I32 an IV to preserve structure alignment and size.
39588      Branch: perl
39589            ! op.h
39590 ____________________________________________________________________________
39591 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
39592         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
39593              From: "Artur Bergman" <artur@contiller.se>
39594              Date: Wed, 11 Jul 2001 14:23:37 +0200
39595              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
39596              
39597              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
39598      Branch: perl
39599            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
39600            ! pod/perlapi.pod sv.c
39601 ____________________________________________________________________________
39602 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
39603         Log: Tweak until Pod::Parser gets updated.
39604      Branch: perl
39605            ! t/pod/special_seqs.xr
39606 ____________________________________________________________________________
39607 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
39608         Log: File::Spec usage tweak.
39609      Branch: perl
39610            ! lib/ExtUtils.t
39611 ____________________________________________________________________________
39612 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
39613         Log: Integrate #11263 from macperl; macos and macosx updates.
39614      Branch: perl
39615           !> pod/perlport.pod
39616 ____________________________________________________________________________
39617 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
39618         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
39619              From: Peter Prymmer <pvhp@forte.com>
39620              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
39621              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
39622      Branch: perl
39623            + ext/Time/HiRes/hints/dynixptx.pl
39624            ! MANIFEST hints/dynixptx.sh
39625 ____________________________________________________________________________
39626 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
39627         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
39628              From: Nicholas Clark <nick@ccl4.org>
39629              Date: Tue, 10 Jul 2001 23:17:43 +0100
39630              Message-ID: <20010710231742.B59620@plum.flirble.org>
39631      Branch: perl
39632            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
39633 ____________________________________________________________________________
39634 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
39635         Log: Subject: [DOC PATCH] Pluggable runops
39636              From: Paul Johnson <paul@pjcj.net>
39637              Date: Tue, 10 Jul 2001 21:53:28 +0200
39638              Message-ID: <20010710215328.B26577@pjcj.net>
39639      Branch: perl
39640            ! pod/perlguts.pod
39641 ____________________________________________________________________________
39642 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
39643         Log: Subject: [PATCH] Authors
39644              From: Artur Bergman <artur@contiller.se>
39645              Date: Tue, 10 Jul 2001 20:39:12 +0200
39646              Message-ID: <B771186F.21CD%artur@contiller.se>
39647      Branch: perl
39648            ! AUTHORS
39649 ____________________________________________________________________________
39650 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
39651         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
39652              From: Doug MacEachern <dougm@covalent.net>
39653              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
39654              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
39655      Branch: perl
39656            ! pp_ctl.c
39657 ____________________________________________________________________________
39658 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
39659         Log: Subject: doc patch; times() in scalar context
39660              From: mjd@plover.com
39661              Date: 10 Jul 2001 18:01:17 -0000
39662              Message-ID: <20010710180117.12477.qmail@plover.com>
39663      Branch: perl
39664            ! pod/perlfunc.pod
39665 ____________________________________________________________________________
39666 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
39667         Log: Subject: [PATCH] Small fix to pp_gmtime
39668              From: Artur Bergman <artur@contiller.se>
39669              Date: Tue, 10 Jul 2001 19:54:52 +0200
39670              Message-ID: <B7710E0B.21C5%artur@contiller.se>
39671      Branch: perl
39672            ! pp_sys.c
39673 ____________________________________________________________________________
39674 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
39675         Log: Integrate changes from mainline perl, add notes about
39676              Mac OS X and Mac OS.
39677      Branch: maint-5.6/macperl
39678            ! pod/perlport.pod
39679 ____________________________________________________________________________
39680 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
39681         Log: A proof of the dangers of package; ?
39682      Branch: perl
39683            ! t/lib/warnings/op
39684 ____________________________________________________________________________
39685 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
39686         Log: Regen toc and modlib.
39687      Branch: perl
39688            ! pod/perlmodlib.pod pod/perltoc.pod
39689 ____________________________________________________________________________
39690 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
39691         Log: Add compexcl(), casefold(), and casespec() interfaces;
39692              and make all interfaces to return hash references instead
39693              of hashes. 
39694      Branch: perl
39695            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
39696 ____________________________________________________________________________
39697 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
39698         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
39699              From: "Philip Newton" <Philip.Newton@gmx.net>
39700              Date: Tue, 10 Jul 2001 09:55:59 +0200
39701              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
39702              
39703              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
39704              From: "Philip Newton" <Philip.Newton@gmx.net>
39705              Date: Tue, 10 Jul 2001 09:56:37 +0200
39706              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
39707      Branch: perl
39708            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
39709            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
39710 ____________________________________________________________________________
39711 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
39712         Log: Subject: [patch] undef &xsub for 1,2
39713              From: Doug MacEachern <dougm@covalent.net>
39714              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
39715              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
39716              
39717              (This version of the patch with a comment from Gisle.)
39718      Branch: perl
39719            ! op.c
39720 ____________________________________________________________________________
39721 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
39722         Log: Mention package; deprecation and the Win32 problems.
39723      Branch: perl
39724            ! pod/perl572delta.pod
39725 ____________________________________________________________________________
39726 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
39727         Log: Subject: [PATCH] deprecate package with no arguments
39728              From: Robin Houston <robin@kitsite.com>
39729              Date: Tue, 10 Jul 2001 13:33:40 +0100
39730              Message-ID: <20010710133340.A13452@robin.kitsite.com>
39731      Branch: perl
39732            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
39733 ____________________________________________________________________________
39734 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
39735         Log: Upgrade to podlators 1.10.
39736      Branch: perl
39737            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
39738            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
39739            ! pod/pod2man.PL pod/pod2text.PL
39740 ____________________________________________________________________________
39741 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
39742         Log: Upgrade to Term::ANSIColor 1.04.
39743      Branch: perl
39744            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
39745            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
39746 ____________________________________________________________________________
39747 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
39748         Log: Integrate perlio (the right fix for the ":layer(args)")
39749      Branch: perl
39750           !> perlio.c
39751 ____________________________________________________________________________
39752 [ 11252] By: nick                                  on 2001/07/10  06:58:14
39753         Log: Fix open(...,"...:layer(xxx)",...)
39754              - use memEQ not strEQ as there is '(' not '\0'
39755      Branch: perlio
39756            ! perlio.c
39757 ____________________________________________________________________________
39758 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
39759         Log: Telling the number of tests helps.
39760      Branch: perl
39761            ! ext/PerlIO/t/encoding.t
39762 ____________________________________________________________________________
39763 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
39764         Log: Require I18N::Langinfo, not use.
39765      Branch: perl
39766            ! lib/open.pm
39767 ____________________________________________________________________________
39768 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
39769         Log: Add a test for for PerlIO ":encoding(...)" layer.
39770      Branch: perl
39771            + ext/PerlIO/t/encoding.t
39772            ! MANIFEST ext/Encode/Encode.pm
39773 ____________________________________________________________________________
39774 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
39775         Log: PerlIO ":encoding(foobar)" temporary fix.
39776              Not really correct, I think, since the change means
39777              that prefixes match.
39778      Branch: perl
39779            ! perlio.c
39780 ____________________________________________________________________________
39781 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
39782         Log: Update to Math::BigInt 1.36.  The biggest news is
39783              the separation of the backend; now the pure Perl
39784              implementation is in Math::BigInt::Calc, but one
39785              can plugin, say, Math::BigInt::BitVect, and get
39786              considerable speedup.
39787      Branch: perl
39788            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
39789            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
39790            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
39791            ! lib/Math/BigInt/t/mbimbf.t
39792 ____________________________________________________________________________
39793 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
39794         Log: Subject: Re: compatibility question
39795              From: Peter Prymmer <pvhp@forte.com>
39796              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
39797              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
39798      Branch: perl
39799            ! lib/ExtUtils/MM_VMS.pm
39800 ____________________________________________________________________________
39801 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
39802         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
39803              From: Norton Allen <allen@huarp.harvard.edu>
39804              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
39805              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
39806      Branch: perl
39807            ! ext/File/Glob/t/basic.t
39808 ____________________________________________________________________________
39809 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
39810         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
39811              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
39812              Date: Tue, 10 Jul 2001 00:29:55 +0900
39813              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
39814      Branch: perl
39815            + ext/Encode/Encode/HZ.enc
39816            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
39817            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
39818            ! ext/Encode/Encode/iso2022-jp.enc
39819            ! ext/Encode/Encode/iso2022-kr.enc
39820 ____________________________________________________________________________
39821 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
39822         Log: Add in all them there macos/ files.
39823      Branch: maint-5.6/macperl
39824            + (add 577 files)
39825 ____________________________________________________________________________
39826 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
39827         Log: Add the new modules to the list of having those own tests.
39828      Branch: perl
39829            ! t/lib/1_compile.t
39830 ____________________________________________________________________________
39831 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
39832         Log: Add INOUT to control both ways at the same time.
39833      Branch: perl
39834            ! lib/open.pm
39835 ____________________________________________________________________________
39836 [ 11240] By: nick                                  on 2001/07/09  16:33:50
39837         Log: Integrate mainline
39838      Branch: perlio
39839           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
39840           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
39841           !> (integrate 41 files)
39842 ____________________________________________________________________________
39843 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
39844         Log: More encoding mapping magic.
39845      Branch: perl
39846            ! lib/open.pm
39847 ____________________________________________________________________________
39848 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
39849         Log: Update Changes.
39850      Branch: perl
39851            ! Changes patchlevel.h
39852 ____________________________________________________________________________
39853 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
39854         Log: (Retracted by #11285).
39855              
39856              Subject: [PATCH] OPpCONST_OCTAL fixes
39857              From: Abhijit Menon-Sen <ams@wiw.org>
39858              Date: Mon, 9 Jul 2001 07:38:45 +0530
39859              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
39860      Branch: perl
39861            ! op.c
39862 ____________________________________________________________________________
39863 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
39864         Log: Add a pseudolayer ":locale" to the open pragma which
39865              will get the encoding from the locale.  Yet undocumented
39866              because I can't get the PerlIO :encoding(foobar) to work.
39867      Branch: perl
39868            ! ext/Encode/Encode.pm lib/open.pm
39869 ____________________________________________________________________________
39870 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
39871         Log: Add more encoding mappings.
39872      Branch: perl
39873            ! ext/Encode/Encode.pm
39874 ____________________________________________________________________________
39875 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
39876         Log: Document that using :encoding layer requires using Encode.
39877      Branch: perl
39878            ! ext/Encode/Encode.pm lib/PerlIO.pm
39879 ____________________________________________________________________________
39880 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
39881         Log: Netware tweak from Ananth Kesari.
39882      Branch: perl
39883            ! NetWare/netware.h
39884 ____________________________________________________________________________
39885 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
39886         Log: t/harness doesn't know about run/*.t
39887      Branch: perl
39888            ! t/harness
39889 ____________________________________________________________________________
39890 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
39891         Log: run/exit.t busted on windows
39892      Branch: perl
39893            ! t/run/exit.t
39894 ____________________________________________________________________________
39895 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
39896         Log: fix a couple of UCD.t tests that fail due to bad case
39897      Branch: perl
39898            ! lib/Unicode/UCD.t
39899 ____________________________________________________________________________
39900 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
39901         Log: test skip logic was broken
39902      Branch: perl
39903            ! ext/I18N/Langinfo/Langinfo.t
39904 ____________________________________________________________________________
39905 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
39906         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
39907              failure of ExtUtils.t#27 when built in debug mode)
39908      Branch: perl
39909            ! lib/ExtUtils/MM_Win32.pm
39910 ____________________________________________________________________________
39911 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
39912         Log: I18N::Langinfo is not available on windows
39913      Branch: perl
39914            ! win32/FindExt.pm
39915 ____________________________________________________________________________
39916 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
39917         Log: save a dTHX
39918      Branch: perl
39919            ! ext/POSIX/POSIX.xs
39920 ____________________________________________________________________________
39921 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
39922         Log: Update Changes.
39923      Branch: perl
39924            ! Changes patchlevel.h
39925 ____________________________________________________________________________
39926 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
39927         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
39928              as pointed out by Sarathy.
39929      Branch: perl
39930            ! ext/I18N/Langinfo/Langinfo.xs
39931 ____________________________________________________________________________
39932 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
39933         Log: Retract #11212.
39934      Branch: perl
39935            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
39936 ____________________________________________________________________________
39937 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
39938         Log: Bump up the VERSION of Cwd.xs.
39939      Branch: perl
39940            ! ext/Cwd/Makefile.PL
39941 ____________________________________________________________________________
39942 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
39943         Log: Retract #11220, the problem wasn't the missing leading zero.
39944              Here's the problem:
39945              $ ./perl -we 'chmod(oct("755"), ".")'
39946              Non-octal literal mode (493) specified at -e line 1.
39947              (Did you mean 0493 instead?)
39948      Branch: perl
39949            ! lib/ExtUtils/MM_Unix.pm
39950 ____________________________________________________________________________
39951 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
39952         Log: (Retracted by #11221)
39953              Change the PERM_RW and PERM_RWX to 0644 and 0755
39954              (add the leading zero).
39955      Branch: perl
39956            ! lib/ExtUtils/MM_Unix.pm
39957 ____________________________________________________________________________
39958 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
39959         Log: Integrate changes #11193, 11205, 11209 from macperl.
39960              
39961              Fix up AutoLoader to fudge for Mac paths in import().
39962              
39963              Allow symbols in try_symbol() to begin with "_".
39964              
39965              Small portability fix for Mac OS.
39966      Branch: perl
39967           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
39968 ____________________________________________________________________________
39969 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
39970         Log: Metaconfig unit change for #11217.
39971      Branch: metaconfig/U/perl
39972            ! Extensions.U
39973 ____________________________________________________________________________
39974 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
39975         Log: Detypo, problem noticed by Gerrit P. Haase.
39976      Branch: perl
39977            ! Configure config_h.SH
39978 ____________________________________________________________________________
39979 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
39980         Log: Cwd cleanups.
39981      Branch: perl
39982            ! ext/Cwd/Cwd.xs
39983 ____________________________________________________________________________
39984 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
39985         Log: Slight tweaks on #11213.
39986      Branch: perl
39987            ! toke.c
39988 ____________________________________________________________________________
39989 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
39990         Log: A missing dTHX noticed by Gerrit P. Haase.
39991      Branch: perl
39992            ! ext/POSIX/POSIX.xs
39993 ____________________________________________________________________________
39994 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
39995         Log: Subject: [PATCH toke.c] Simplify yytoke()
39996              From: Simon Cozens <simon@netthink.co.uk>
39997              Date: Sun, 8 Jul 2001 13:24:34 +0100
39998              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
39999              
40000              Split out pending_ident().
40001      Branch: perl
40002            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
40003 ____________________________________________________________________________
40004 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
40005         Log: (Retracted by #11223.)
40006              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
40007              Date: Wed, 05 Nov 1997 17:22:34 -0600
40008              From: Graham Barr <gbarr@ti.com>
40009              Message-Id: <3460FFBA.6DA51F46@ti.com>
40010      Branch: perl
40011            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
40012 ____________________________________________________________________________
40013 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
40014         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
40015      Branch: perl
40016            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40017            ! pod/perllocale.pod
40018 ____________________________________________________________________________
40019 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
40020         Log: Really do the test under the C locale.
40021      Branch: perl
40022            ! ext/I18N/Langinfo/Langinfo.t
40023 ____________________________________________________________________________
40024 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
40025         Log: Small portability fix for Mac OS.
40026      Branch: maint-5.6/macperl
40027            ! lib/Cwd.pm
40028 ____________________________________________________________________________
40029 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
40030         Log: Metaconfig unit change for #11207.
40031      Branch: metaconfig/U/perl
40032            ! Extensions.U
40033 ____________________________________________________________________________
40034 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
40035         Log: Add I18N::Langinfo, which is basically a wrapper around
40036              nl_langinfo(), which is an additional way to query locale
40037              specific information.
40038      Branch: perl
40039            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
40040            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
40041            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
40042 ____________________________________________________________________________
40043 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
40044         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
40045              used in File::Find tests; replace with if.t.
40046      Branch: maint-5.6/macperl
40047            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
40048            ! t/pragma/warn/op
40049 ____________________________________________________________________________
40050 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
40051         Log: Allow symbols in try_symbol() to begin with "_".
40052      Branch: maint-5.6/macperl
40053            ! makedef.pl
40054 ____________________________________________________________________________
40055 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
40056         Log: Sync up the File::Find changes from the rewrite by
40057              Thomas Wegner, et al.
40058      Branch: maint-5.6/macperl
40059            + t/lib/filefind-taint.t
40060            ! lib/File/Find.pm t/lib/filefind.t
40061 ____________________________________________________________________________
40062 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
40063         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
40064              From: Thomas Wegner <wegner_thomas@yahoo.com>
40065              Date: Thu, 5 Jul 2001 20:31:25 +0200
40066              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
40067      Branch: maint-5.6/macperl
40068            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
40069 ____________________________________________________________________________
40070 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
40071         Log: Some more test portability fixes.
40072      Branch: maint-5.6/macperl
40073            ! t/lib/filecopy.t t/pragma/warn/pp_sys
40074 ____________________________________________________________________________
40075 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
40076         Log: The #11200 removed wrong (non-existent) target.  Duh.
40077      Branch: perl
40078            ! Makefile.SH
40079 ____________________________________________________________________________
40080 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
40081         Log: Zap the lib/re.pm before creating it.
40082      Branch: perl
40083            ! Makefile.SH
40084 ____________________________________________________________________________
40085 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
40086         Log: Another test.  Please ignore.
40087      Branch: maint-5.6/macperl
40088            ! README.macos
40089 ____________________________________________________________________________
40090 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
40091         Log: Portability fixes for a lot of tests, especially IO-related
40092              tests, and warnings, and the harness script.
40093      Branch: maint-5.6/macperl
40094            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
40095            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
40096            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
40097            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
40098            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
40099            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
40100            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
40101            ! t/pragma/warnings.t
40102 ____________________________________________________________________________
40103 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
40104         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
40105              From: Nicholas Clark <nick@ccl4.org>
40106              Date: Sat, 7 Jul 2001 21:00:17 +0100
40107              Message-ID: <20010707210017.H59620@plum.flirble.org>
40108      Branch: perl
40109            ! lib/h2xs.t
40110 ____________________________________________________________________________
40111 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
40112         Log: The UNICOS/mk SysV IPC problem has been fixed.
40113      Branch: perl
40114            ! pod/perl572delta.pod
40115 ____________________________________________________________________________
40116 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
40117         Log: Slight update tweaks on perlunicode.pod.
40118      Branch: perl
40119            ! pod/perlunicode.pod
40120 ____________________________________________________________________________
40121 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
40122         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
40123              From: Mark-Jason Dominus <mjd@plover.com>
40124              Date: Sat, 07 Jul 2001 13:04:04 -0400
40125              Message-ID: <20010707170404.32694.qmail@plover.com>
40126      Branch: perl
40127            ! ext/DB_File/DB_File.pm
40128 ____________________________________________________________________________
40129 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
40130         Log: Fix up AutoLoader to fudge for Mac paths in import().
40131      Branch: maint-5.6/macperl
40132            ! lib/AutoLoader.pm
40133 ____________________________________________________________________________
40134 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
40135         Log: Try to force the lib/re.pm to be there before entering
40136              the extensions builds, should help for parallel makes.
40137      Branch: perl
40138            ! Makefile.SH
40139 ____________________________________________________________________________
40140 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
40141         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40142              From: Norton Allen <allen@huarp.harvard.edu>
40143              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
40144              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
40145      Branch: perl
40146            ! ext/POSIX/POSIX.xs
40147 ____________________________________________________________________________
40148 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
40149         Log: Subject: [PATCH] Re: op/arith.t
40150              From: Nicholas Clark <nick@ccl4.org>
40151              Date: Sat, 7 Jul 2001 13:04:54 +0100
40152              Message-ID: <20010707130454.D59620@plum.flirble.org>
40153      Branch: perl
40154            ! numeric.c toke.c
40155 ____________________________________________________________________________
40156 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
40157         Log: Subject: [PATCH] h2xs
40158              From: Nicholas Clark <nick@ccl4.org>
40159              Date: Fri, 6 Jul 2001 23:25:14 +0100
40160              Message-ID: <20010706232514.X59620@plum.flirble.org>
40161      Branch: perl
40162            ! utils/h2xs.PL
40163 ____________________________________________________________________________
40164 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
40165         Log: Subject: Re: bleedperl perl_alloc..free leakage
40166              From: Radu Greab <radu@netsoft.ro>
40167              Date: Fri, 6 Jul 2001 19:48:54 +0300
40168              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
40169              
40170              Leak-be-gone.
40171      Branch: perl
40172            ! op.c
40173 ____________________________________________________________________________
40174 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
40175         Log: Test again.  Please ignore.
40176      Branch: maint-5.6/macperl
40177            ! README.macos
40178 ____________________________________________________________________________
40179 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
40180         Log: Test.  Please ignore.
40181      Branch: maint-5.6/macperl
40182            ! README.macos
40183 ____________________________________________________________________________
40184 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
40185         Log: Include changes already sent in separately as patches,
40186              before branch was created.
40187      Branch: maint-5.6/macperl
40188            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
40189            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
40190            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
40191            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
40192            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
40193            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
40194            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
40195            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
40196            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
40197            ! t/pragma/strict.t
40198 ____________________________________________________________________________
40199 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
40200         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40201              From: Norton Allen <allen@huarp.harvard.edu>
40202              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40203              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40204      Branch: perl
40205            ! utf8.h
40206 ____________________________________________________________________________
40207 [ 11183] By: nick                                  on 2001/07/06  16:27:40
40208         Log: Integrate mainline
40209      Branch: perlio
40210           +> (branch 42 files)
40211            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
40212            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
40213            - win32/bin/mdelete.bat
40214           !> (integrate 215 files)
40215 ____________________________________________________________________________
40216 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
40217         Log: The #11166 needed also these updated.
40218      Branch: perl
40219            ! lib/warnings.pm warnings.h
40220 ____________________________________________________________________________
40221 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
40222         Log: Update Changes.
40223      Branch: perl
40224            ! Changes patchlevel.h
40225 ____________________________________________________________________________
40226 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
40227         Log: Regen toc.
40228      Branch: perl
40229            ! pod/perltoc.pod
40230 ____________________________________________________________________________
40231 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
40232         Log: Nit from Abhijit.
40233      Branch: perl
40234            ! lib/CPAN.pm
40235 ____________________________________________________________________________
40236 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
40237         Log: Retract #11172.
40238      Branch: perl
40239            ! t/op/method.t
40240 ____________________________________________________________________________
40241 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
40242         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
40243              From: Norton Allen <allen@huarp.harvard.edu>
40244              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
40245              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
40246      Branch: perl
40247            ! lib/Cwd.pm
40248 ____________________________________________________________________________
40249 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
40250         Log: (Accidentally empty check-in.)
40251      Branch: perl
40252            ! utf8.h
40253 ____________________________________________________________________________
40254 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
40255         Log: Retract #11165 since Sarathy pointed out it'll not
40256              work properly under threads, the problem should be
40257              solved using "the savestack, either via SSNEW() or
40258              using a newSVpv()+SAVEFREESV() combo."
40259      Branch: perl
40260            ! ext/POSIX/POSIX.xs
40261 ____________________________________________________________________________
40262 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
40263         Log: Retract #11125 since NI-S pointed out it'll not work in
40264              cases where the extension has their own handcrafted INC
40265              et alia.
40266      Branch: perl
40267            ! lib/ExtUtils/MM_Unix.pm
40268 ____________________________________________________________________________
40269 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
40270         Log: Subject: RE: [PATCH] -I and MakeMaker again
40271              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40272              Date: Fri, 6 Jul 2001 09:18:29 +0200
40273              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
40274      Branch: perl
40275            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
40276            ! lib/ExtUtils/MM_Win32.pm
40277 ____________________________________________________________________________
40278 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
40279         Log: (Retracted by #11178)
40280              Subject: [PATCH t/op/method.t] SUPER:: strangeness
40281              From: Piers Cawley <pdcawley@iterative-software.com>
40282              Date: 06 Jul 2001 10:49:01 +0100
40283              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
40284      Branch: perl
40285            ! t/op/method.t
40286 ____________________________________________________________________________
40287 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
40288         Log: VOS README update from Paul Green.
40289      Branch: perl
40290            ! README.vos
40291 ____________________________________________________________________________
40292 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
40293         Log: Subject: [PATCH README.qnx hints/qnx.sh]
40294              From: Norton Allen <allen@huarp.harvard.edu>
40295              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
40296              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
40297      Branch: perl
40298            ! README.qnx hints/qnx.sh
40299 ____________________________________________________________________________
40300 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
40301         Log: Subject: [PATCH] Doc patch for Tie::Hash
40302              From: Artur Bergman <artur@contiller.se>
40303              Date: Thu, 05 Jul 2001 22:51:18 +0200
40304              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
40305      Branch: perl
40306            ! lib/Tie/Hash.pm
40307 ____________________________________________________________________________
40308 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
40309         Log: Subject: [PATCH] perlfaq4.pod
40310              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
40311              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
40312              Date: Thu, 5 Jul 2001 18:44:10 +0100 
40313      Branch: perl
40314            ! pod/perlfaq4.pod
40315 ____________________________________________________________________________
40316 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
40317         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
40318              From: Robin Houston <robin@kitsite.com>
40319              Date: Thu, 5 Jul 2001 18:33:21 +0100
40320              Message-ID: <20010705183321.A27345@robin.kitsite.com>
40321      Branch: perl
40322            ! ext/B/B/Deparse.pm
40323 ____________________________________________________________________________
40324 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
40325         Log: (Retracted by #11285.)
40326              
40327              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
40328              From: Abhijit Menon-Sen <ams@wiw.org>
40329              Date: Fri, 6 Jul 2001 01:26:32 +0530
40330              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
40331      Branch: perl
40332            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
40333            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
40334            ! warnings.pl
40335 ____________________________________________________________________________
40336 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
40337         Log: (Retracted by #11175)
40338              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
40339              From: Norton Allen <allen@huarp.harvard.edu>
40340              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
40341              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
40342      Branch: perl
40343            ! ext/POSIX/POSIX.xs
40344 ____________________________________________________________________________
40345 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
40346         Log: Unterminated C< (noticed by Richard Hatch), and few other
40347              small Unicode doc tweaks.
40348      Branch: perl
40349            ! pod/perlretut.pod
40350 ____________________________________________________________________________
40351 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
40352         Log: More flexible argument understanding; add charblocks() and
40353              charscripts(); make charblock() and charscript() two-way;
40354              add charinrange(); separate the $Unicode::UCD::VERSION and
40355              the version of the Unicode by adding UnicodeVersion().
40356      Branch: perl
40357            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40358 ____________________________________________________________________________
40359 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
40360         Log: Update Unicode::UCD on \p{In...}.
40361      Branch: perl
40362            ! lib/Unicode/UCD.pm
40363 ____________________________________________________________________________
40364 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
40365         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
40366              From: Norton Allen <allen@huarp.harvard.edu>
40367              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
40368              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
40369      Branch: perl
40370            ! lib/ExtUtils/MM_Unix.pm
40371 ____________________________________________________________________________
40372 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
40373         Log: POSIX-BC tweaks from Thomas Dorner.
40374      Branch: perl
40375            ! hints/posix-bc.sh perlio.h
40376 ____________________________________________________________________________
40377 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
40378         Log: Module updates for the delta.
40379      Branch: perl
40380            ! pod/perl572delta.pod
40381 ____________________________________________________________________________
40382 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
40383         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
40384              From: Norton Allen <allen@huarp.harvard.edu>
40385              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
40386              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
40387      Branch: perl
40388            ! ext/IO/lib/IO/t/io_sock.t
40389 ____________________________________________________________________________
40390 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
40391         Log: Subject: [PATCH perldiag.pod] Quick fixes
40392              From: Simon Cozens <simon@netthink.co.uk>
40393              Date: Wed, 4 Jul 2001 20:22:12 +0100
40394              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
40395      Branch: perl
40396            ! pod/perldiag.pod
40397 ____________________________________________________________________________
40398 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
40399         Log: (retracted by #13533)
40400              
40401              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
40402              From: Radu Greab <radu@netsoft.ro>
40403              Date: Wed, 4 Jul 2001 22:13:31 +0300
40404              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
40405      Branch: perl
40406            ! op.c sv.c t/op/pos.t
40407 ____________________________________________________________________________
40408 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
40409         Log: Subject: [PATCH] -I and MakeMaker again
40410              From: Michael G Schwern <schwern@pobox.com>
40411              Date: Wed, 4 Jul 2001 15:03:07 -0400
40412              Message-ID: <20010704150307.I20340@blackrider>
40413              
40414              (and retract #11145)
40415      Branch: perl
40416            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
40417            ! lib/ExtUtils/MakeMaker.pm
40418 ____________________________________________________________________________
40419 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
40420         Log: Subject: Re: PERFORCE change 11142 for review
40421              From: "Philip Newton" <Philip.Newton@gmx.net>
40422              Date: Wed, 4 Jul 2001 20:46:26 +0200
40423              Message-Id: <200107041841.VAA25380@taas.iki.fi>
40424      Branch: perl
40425            ! lib/ExtUtils/MakeMaker.pm
40426 ____________________________________________________________________________
40427 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
40428         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
40429              From: Jonathan Stowe <gellyfish@gellyfish.com>
40430              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
40431              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
40432      Branch: perl
40433            ! utils/pl2pm.PL
40434 ____________________________________________________________________________
40435 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
40436         Log: fix the binary compatibility issue when building with/without
40437              usemymalloc by exporting Perl_malloc() et al as simple wrappers
40438              around the system functions (this allows most extensions built
40439              using one mode to coexist with perls built in the other mode)
40440              
40441              XXX the Perl_mfree() wrapper might need to do return(free()) on
40442              platforms where Free_t isn't "void"
40443      Branch: perl
40444            ! embed.h embed.pl makedef.pl proto.h util.c
40445 ____________________________________________________________________________
40446 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
40447         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
40448              since it doesn't ensure threads other than the one calling fork()
40449              aren't holding any locks; the fix is to use pthread_atfork() to
40450              hold global locks
40451              
40452              building perl with -Dusemymalloc exacerbates the problem since
40453              Perl_malloc() holds a mutex, and perl's exec() calls New()
40454              
40455              XXX the code in win32thread.h may be needed on platforms that have
40456              no pthread_atfork()
40457      Branch: perl
40458            ! perl.c thread.h win32/win32thread.h
40459 ____________________________________________________________________________
40460 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
40461         Log: Integrate #11009 from maintperl.
40462      Branch: maint-5.6/macperl
40463           !> lib/ExtUtils/Manifest.pm
40464 ____________________________________________________________________________
40465 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
40466         Log: Flexing my Perforce muscles.
40467      Branch: maint-5.6/macperl
40468            ! README.macos
40469 ____________________________________________________________________________
40470 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
40471         Log: Update Changes.
40472      Branch: perl
40473            ! Changes patchlevel.h
40474 ____________________________________________________________________________
40475 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
40476         Log: Metaconfig unit change for #11146.
40477      Branch: metaconfig/U/perl
40478            ! d_fcntl_can_lock.U
40479 ____________________________________________________________________________
40480 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
40481         Log: Somehow the #ifdefs of the added code (in #11093) made
40482              HP-UX to fail the fcntl locking test, without the ifdefs
40483              the test seems to be working again.  Reason unknown:
40484              HP-UX cc doesn't complain either way.
40485      Branch: perl
40486            ! Configure
40487 ____________________________________________________________________________
40488 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
40489         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
40490      Branch: perl
40491            ! lib/ExtUtils/MM_Unix.pm
40492 ____________________________________________________________________________
40493 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
40494         Log: gcc -Wall nit.
40495      Branch: perl
40496            ! pp_hot.c
40497 ____________________________________________________________________________
40498 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
40499         Log: When removing tests updating the test count is a good idea, too.
40500      Branch: perl
40501            ! lib/Net/t/require.t
40502 ____________________________________________________________________________
40503 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
40504         Log: Document #11134 and add the new symbols to the list of
40505              of MakeMaker known ones.
40506      Branch: perl
40507            ! lib/ExtUtils/MakeMaker.pm
40508 ____________________________________________________________________________
40509 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
40510         Log: Microperl update.
40511      Branch: perl
40512            ! uconfig.h
40513 ____________________________________________________________________________
40514 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
40515         Log: Update the libnet tests as per #11138.
40516      Branch: perl
40517            - lib/Net/t/ph.t
40518            ! MANIFEST lib/Net/t/require.t
40519 ____________________________________________________________________________
40520 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
40521         Log: Regen toc and modlib.
40522      Branch: perl
40523            ! pod/perlmodlib.pod pod/perltoc.pod
40524 ____________________________________________________________________________
40525 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
40526         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
40527              Graham's request.
40528      Branch: perl
40529            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
40530            ! MANIFEST
40531 ____________________________________________________________________________
40532 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
40533         Log: Add the OS/390 harness results to the delta.
40534      Branch: perl
40535            ! pod/perl572delta.pod
40536 ____________________________________________________________________________
40537 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
40538         Log: Avoid the two study tests in OS/390 until the bug has been solved.
40539      Branch: perl
40540            ! t/op/study.t
40541 ____________________________________________________________________________
40542 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
40543         Log: DOS/DJGPP tweaks from Laszlo Molnar.
40544      Branch: perl
40545            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
40546 ____________________________________________________________________________
40547 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
40548         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
40549              From: Michael G Schwern <schwern@pobox.com>
40550              Date: Wed, 4 Jul 2001 00:01:16 -0400
40551              Message-ID: <20010704000116.C591@blackrider>
40552      Branch: perl
40553            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
40554 ____________________________________________________________________________
40555 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
40556         Log: The #11132 missed singleton characters (not part
40557              of a unilo..unihi range) in Unicode scripts.
40558      Branch: perl
40559            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
40560            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
40561            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
40562            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
40563            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
40564            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
40565            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
40566            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
40567            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
40568            ! lib/unicode/mktables.PL t/op/pat.t
40569 ____________________________________________________________________________
40570 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
40571         Log: Support preferentially the Unicode 'scripts' definition
40572              in the \p{In...} notation since according to Unicode the
40573              scripts concept is more natural for matching than using
40574              the somewhat artificial block names.  The block names are
40575              still available, though, and if there's a name conflict,
40576              the scripts one wins and the blocks one has to do with
40577              'Block' appended to its name.  For more information see
40578              
40579              http://www.unicode.org/unicode/reports/tr24/
40580      Branch: perl
40581            + lib/unicode/In/100.pl lib/unicode/In/101.pl
40582            + lib/unicode/In/102.pl lib/unicode/In/103.pl
40583            + lib/unicode/In/104.pl lib/unicode/In/105.pl
40584            + lib/unicode/In/106.pl lib/unicode/In/107.pl
40585            + lib/unicode/In/108.pl lib/unicode/In/109.pl
40586            + lib/unicode/In/110.pl lib/unicode/In/111.pl
40587            + lib/unicode/In/112.pl lib/unicode/In/113.pl
40588            + lib/unicode/In/114.pl lib/unicode/In/115.pl
40589            + lib/unicode/In/116.pl lib/unicode/In/117.pl
40590            + lib/unicode/In/118.pl lib/unicode/In/119.pl
40591            + lib/unicode/In/120.pl lib/unicode/In/121.pl
40592            + lib/unicode/In/122.pl lib/unicode/In/123.pl
40593            + lib/unicode/In/124.pl lib/unicode/In/125.pl
40594            + lib/unicode/In/126.pl lib/unicode/In/127.pl
40595            + lib/unicode/In/128.pl lib/unicode/In/129.pl
40596            + lib/unicode/In/130.pl lib/unicode/In/131.pl
40597            + lib/unicode/In/132.pl lib/unicode/In/133.pl
40598            + lib/unicode/In/134.pl lib/unicode/In/135.pl
40599            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
40600            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
40601            ! (edit 106 files)
40602 ____________________________________________________________________________
40603 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
40604         Log: Better document the difference between a block and a script.
40605      Branch: perl
40606            ! lib/Unicode/UCD.pm
40607 ____________________________________________________________________________
40608 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
40609         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
40610              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
40611              Date: Tue, 3 Jul 2001 15:04:23 -0500
40612              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
40613      Branch: perl
40614            ! lib/CPAN.pm
40615 ____________________________________________________________________________
40616 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
40617         Log: Add tests for charscript().
40618      Branch: perl
40619            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
40620 ____________________________________________________________________________
40621 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
40622         Log: Add charscript() to get the UTR#24 script names of characters.
40623      Branch: perl
40624            ! lib/Unicode/UCD.pm
40625 ____________________________________________________________________________
40626 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
40627         Log: Todo updates.
40628      Branch: perl
40629            ! pod/perltodo.pod
40630 ____________________________________________________________________________
40631 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
40632         Log: Unicode::UCD updates.
40633      Branch: perl
40634            ! lib/Unicode/UCD.pm
40635 ____________________________________________________________________________
40636 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
40637         Log: (Retracted by #11174)
40638              Subject: MakeMaker should pass through DEFINE and INC to subdirs
40639              From: Alan Burlison <Alan.Burlison@sun.com>
40640              Date: Tue, 03 Jul 2001 15:20:13 +0100
40641              Message-ID: <3B41D49D.A923D4F9@sun.com>
40642      Branch: perl
40643            ! lib/ExtUtils/MM_Unix.pm
40644 ____________________________________________________________________________
40645 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
40646         Log: Subject: Patch needed for UTS
40647              From: hom00@utsglobal.com (Hal Morris)
40648              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
40649              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
40650              
40651              Replace #11113 with a better version.
40652      Branch: perl
40653            ! perl.h
40654 ____________________________________________________________________________
40655 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
40656         Log: Subject: Re: POINTERRIGOR
40657              From: Andy Dougherty <doughera@lafayette.edu>
40658              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
40659              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
40660      Branch: perl
40661            ! util.c
40662 ____________________________________________________________________________
40663 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
40664         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
40665              From: "Philip Newton" <pnewton@gmx.de>
40666              Date: Tue, 3 Jul 2001 17:03:34 +0200
40667              Message-ID: <3B41FAE6.29564.660E117@localhost>
40668      Branch: perl
40669            ! pp_hot.c
40670 ____________________________________________________________________________
40671 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
40672         Log: Typos.
40673      Branch: perl
40674            ! INSTALL
40675 ____________________________________________________________________________
40676 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
40677         Log: Subject: [PATCH 5.6.1] debugger fixes
40678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40679              Date: Tue, 3 Jul 2001 03:38:18 -0400
40680              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
40681              
40682              The $^S is working again.
40683      Branch: perl
40684            ! lib/perl5db.pl
40685 ____________________________________________________________________________
40686 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
40687         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
40688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40689              Date: Tue, 3 Jul 2001 03:34:06 -0400
40690              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
40691      Branch: perl
40692            ! os2/OS2/Process/Process.pm
40693 ____________________________________________________________________________
40694 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
40695         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
40696              From: "Philip Newton" <Philip.Newton@gmx.net>
40697              Date: Tue, 3 Jul 2001 09:11:27 +0200
40698              Message-Id: <200107030706.KAA04596@taas.iki.fi>
40699      Branch: perl
40700            ! lib/FindBin.pm
40701 ____________________________________________________________________________
40702 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
40703         Log: Delta delta.
40704      Branch: perl
40705            ! pod/perl572delta.pod
40706 ____________________________________________________________________________
40707 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
40708         Log: Metaconfig unit change for 11115.
40709      Branch: metaconfig
40710            ! U/modified/libc.U
40711 ____________________________________________________________________________
40712 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
40713         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
40714              (from Richard Hatch) (this was the cause of pipes() and
40715              times() mysteriously not being found)
40716      Branch: perl
40717            ! Configure
40718 ____________________________________________________________________________
40719 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
40720         Log: Retract #10142, the real culprit found by Richard Hatch,
40721              coming soon to Configure near you.
40722      Branch: perl
40723            ! hints/aix.sh
40724 ____________________________________________________________________________
40725 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
40726         Log: (Replaced by #11124) UTS workaround from Hal Morris.
40727      Branch: perl
40728            ! perl.h
40729 ____________________________________________________________________________
40730 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
40731         Log: Subject: [PATCH] grok not grocking correctly
40732              From: Nicholas Clark <nick@ccl4.org>
40733              Date: Tue, 3 Jul 2001 00:19:08 +0100
40734              Message-ID: <20010703001908.H59620@plum.flirble.org>
40735      Branch: perl
40736            ! numeric.c
40737 ____________________________________________________________________________
40738 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
40739         Log: Subject: [PATCH Deparse.t] test just-posted patches
40740              From: Robin Houston <robin@kitsite.com>
40741              Date: Mon, 2 Jul 2001 23:46:15 +0100
40742              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
40743      Branch: perl
40744            ! ext/B/Deparse.t
40745 ____________________________________________________________________________
40746 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
40747         Log: Subject: [PATCH toke.c] autosplit into @F
40748              From: Robin Houston <robin@kitsite.com>
40749              Date: Mon, 2 Jul 2001 23:18:20 +0100
40750              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
40751      Branch: perl
40752            ! perl.c toke.c
40753 ____________________________________________________________________________
40754 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
40755         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
40756              From: Robin Houston <robin@kitsite.com>
40757              Date: Mon, 2 Jul 2001 23:00:48 +0100
40758              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
40759      Branch: perl
40760            ! ext/B/B/Deparse.pm
40761 ____________________________________________________________________________
40762 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
40763         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
40764              From: "Philip Newton" <Philip.Newton@gmx.net>
40765              Date: Mon, 2 Jul 2001 22:06:22 +0200
40766              (no Message-Id)
40767      Branch: perl
40768            ! ext/NDBM_File/hints/linux.pl
40769 ____________________________________________________________________________
40770 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
40771         Log: Subject: Re: Fixed pack problem - sort of
40772              From: Nicholas Clark <nick@ccl4.org>
40773              Date: Mon, 2 Jul 2001 20:59:20 +0100
40774              Message-ID: <20010702205919.F59620@plum.flirble.org>
40775      Branch: perl
40776            ! pp_pack.c t/op/pack.t
40777 ____________________________________________________________________________
40778 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
40779         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
40780              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40781              Date: Mon, 2 Jul 2001 15:45:41 -0400
40782              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
40783      Branch: perl
40784            ! os2/os2.c
40785 ____________________________________________________________________________
40786 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
40787         Log: (Mistaken retraction)
40788      Branch: perl
40789            ! utils/pl2pm.PL
40790 ____________________________________________________________________________
40791 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
40792         Log: Detypo in #11103.
40793      Branch: perl
40794            ! utils/pl2pm.PL
40795 ____________________________________________________________________________
40796 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
40797         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
40798              From: Jonathan Stowe <gellyfish@gellyfish.com>
40799              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
40800              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
40801      Branch: perl
40802            ! utils/pl2pm.PL
40803 ____________________________________________________________________________
40804 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
40805         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
40806              From: "Craig A. Berry" <craigberry@mac.com>
40807              Date: Mon, 02 Jul 2001 14:11:23 -0500
40808              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
40809      Branch: perl
40810            ! lib/Unicode/UCD.pm
40811 ____________________________________________________________________________
40812 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
40813         Log: Subject: [PATCH] Re: op/numconvert.t failures
40814              From: Nicholas Clark <nick@ccl4.org>
40815              Date: Mon, 2 Jul 2001 20:10:48 +0100
40816              Message-ID: <20010702201048.E59620@plum.flirble.org>
40817      Branch: perl
40818            ! t/op/numconvert.t
40819 ____________________________________________________________________________
40820 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
40821         Log: Update Changes.
40822      Branch: perl
40823            ! Changes patchlevel.h
40824 ____________________________________________________________________________
40825 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
40826         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
40827              The real fix must be more involved.  The line of code all the leaky
40828              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
40829              line of Perl_newPMOP().
40830      Branch: perl
40831            ! op.h
40832 ____________________________________________________________________________
40833 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
40834         Log: Based on
40835              
40836              Subject: Re: sizeof(struct sembuf)
40837              From: Nicholas Clark <nick@ccl4.org>
40838              Date: Sun, 1 Jul 2001 22:26:48 +0100
40839              Message-ID: <20010701222648.W59620@plum.flirble.org>
40840              
40841              but do semop() always the slow way.
40842      Branch: perl
40843            ! doio.c
40844 ____________________________________________________________________________
40845 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
40846         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
40847              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40848              Date: Tue, 03 Jul 2001 00:56:30 +0900
40849              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
40850      Branch: perl
40851            ! ext/Encode/Encode/Tcl.t
40852 ____________________________________________________________________________
40853 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
40854         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
40855              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
40856              Date: Tue, 03 Jul 2001 00:55:46 +0900
40857              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
40858      Branch: perl
40859            ! ext/Encode/Encode/Tcl.pm
40860 ____________________________________________________________________________
40861 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
40862         Log: Regen api and toc.
40863      Branch: perl
40864            ! pod/perlapi.pod pod/perltoc.pod
40865 ____________________________________________________________________________
40866 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
40867         Log: Metaconfig unit change for #11093.
40868      Branch: metaconfig/U/perl
40869            ! d_fcntl_can_lock.U
40870 ____________________________________________________________________________
40871 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
40872         Log: The fcntl locking test may hang if NFS locking messed up;
40873              break out with alarm(10).
40874      Branch: perl
40875            ! Configure
40876 ____________________________________________________________________________
40877 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
40878         Log: Move the mdelete.bat from win32/bin to win32.
40879      Branch: perl
40880            ! MANIFEST
40881 ____________________________________________________________________________
40882 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
40883         Log: Typo in #11083.
40884      Branch: perl
40885            ! ext/Time/Piece/Piece.t
40886 ____________________________________________________________________________
40887 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
40888         Log: Netware tweaks from Guruprasad.
40889      Branch: perl
40890            - NetWare/perlsdio.h
40891            ! MANIFEST NetWare/Makefile NetWare/interface.c
40892            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
40893            ! perlsdio.h
40894 ____________________________________________________________________________
40895 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
40896         Log: Subject: Re: [PATH] shared -> unique;
40897              From: Abhijit Menon-Sen <ams@wiw.org>
40898              Date: Wed, 27 Jun 2001 03:51:27 +0530
40899              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
40900      Branch: perl
40901            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
40902 ____________________________________________________________________________
40903 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
40904         Log: Subject: Re: AIX / gcc-3.0
40905              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40906              Date: Mon, 02 Jul 2001 15:20:21 +0200
40907              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
40908      Branch: perl
40909            ! hints/aix.sh
40910 ____________________________________________________________________________
40911 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
40912         Log: Subject: Re: Bug report: split splits on wrong pattern
40913              From: Abhijit Menon-Sen <ams@wiw.org>
40914              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
40915              Date: Mon, 2 Jul 2001 16:31:33 +0530
40916      Branch: perl
40917            ! pp_ctl.c
40918 ____________________________________________________________________________
40919 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
40920         Log: Subject: [PATCH 5.6.1] test harness
40921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40922              Date: Mon, 2 Jul 2001 06:29:21 -0400
40923              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
40924      Branch: perl
40925            ! lib/Test/Harness.pm
40926 ____________________________________________________________________________
40927 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
40928         Log: Subject: [PATCH 5.6.1] debugger goof
40929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40930              Date: Mon, 2 Jul 2001 06:27:22 -0400
40931              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
40932      Branch: perl
40933            ! lib/perl5db.pl
40934 ____________________________________________________________________________
40935 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
40936         Log: Subject: [PATCH 5.6.1] OS/2 cwd
40937              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40938              Date: Mon, 2 Jul 2001 06:21:17 -0400
40939              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
40940      Branch: perl
40941            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
40942 ____________________________________________________________________________
40943 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
40944         Log: Make #11082 more OS/2-specific.
40945      Branch: perl
40946            ! ext/Time/Piece/Piece.t
40947 ____________________________________________________________________________
40948 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
40949         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
40950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40951              Date: Mon, 2 Jul 2001 06:06:34 -0400
40952              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
40953      Branch: perl
40954            ! ext/Time/Piece/Piece.t
40955 ____________________________________________________________________________
40956 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
40957         Log: Subject: [PATCH B::Deparse] version number & changes
40958              From: Robin Houston <robin@kitsite.com>  
40959              Date: Sun, 1 Jul 2001 17:17:29 +0100
40960              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
40961      Branch: perl
40962            ! ext/B/B/Deparse.pm
40963 ____________________________________________________________________________
40964 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
40965         Log: Subject: a small fix.
40966              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40967              Date: Mon, 2 Jul 2001 12:17:53 +0200
40968              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
40969      Branch: perl
40970            ! ext/Thread/Thread.xs
40971 ____________________________________________________________________________
40972 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
40973         Log: Subject: RE: perl@10907
40974              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
40975              Date: Mon, 2 Jul 2001 12:06:16 +0200
40976              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
40977              
40978              Borland C vs PerlIO.
40979      Branch: perl
40980            ! win32/config.bc win32/config_H.bc
40981 ____________________________________________________________________________
40982 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
40983         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
40984              From: "H.M. Brand" <merijn@l1.procura.nl>
40985              Date: Mon, 02 Jul 2001 11:18:57 +0200
40986              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
40987      Branch: perl
40988            ! t/op/write.t
40989 ____________________________________________________________________________
40990 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
40991         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
40992              From: Michael G Schwern <schwern@pobox.com>
40993              Date: Mon, 2 Jul 2001 00:26:24 -0400
40994              Message-ID: <20010702002624.A18302@blackrider>
40995      Branch: perl
40996            - ext/util/mkbootstrap
40997 ____________________________________________________________________________
40998 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
40999         Log: Subject: [PATCH op.h] v minor comment tweak
41000              From: Robin Houston <robin@puffinry.freeserve.co.uk>
41001              Date: Mon, 2 Jul 2001 00:42:01 +0100
41002              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
41003      Branch: perl
41004            ! op.h
41005 ____________________________________________________________________________
41006 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
41007         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
41008      Branch: perl
41009            ! pod/perlfunc.pod
41010 ____________________________________________________________________________
41011 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
41012         Log: Subject: Re: sizeof(struct sembuf)
41013              From: Nicholas Clark <nick@ccl4.org>
41014              Date: Sun, 1 Jul 2001 19:23:16 +0100
41015              Message-ID: <20010701192316.V59620@plum.flirble.org>
41016              
41017              s/signaling/signalling/
41018      Branch: perl
41019            ! pod/perlfunc.pod
41020 ____________________________________________________________________________
41021 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
41022         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
41023              From: "Philip Newton" <Philip.Newton@gmx.net>
41024              Date: Sun, 1 Jul 2001 09:37:56 +0200
41025              Message-Id: <200107010733.KAA03920@taas.iki.fi>
41026      Branch: perl
41027            ! pod/perlvar.pod
41028 ____________________________________________________________________________
41029 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
41030         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
41031              From: "Philip Newton" <Philip.Newton@gmx.net>
41032              Date: Sun, 1 Jul 2001 09:37:56 +0200
41033              Message-Id: <200107010733.KAA03925@taas.iki.fi>
41034      Branch: perl
41035            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41036 ____________________________________________________________________________
41037 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
41038         Log: Metaconfig unit change for #11070.
41039      Branch: metaconfig
41040            ! U/compline/randfunc.U
41041 ____________________________________________________________________________
41042 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
41043         Log: Subject: [PATCH perlsnap] its --> it's --> its
41044              From: "Philip Newton" <Philip.Newton@gmx.net>
41045              Date: Sun, 1 Jul 2001 09:37:56 +0200
41046              Message-Id: <200107010733.KAA03914@taas.iki.fi>
41047      Branch: perl
41048            ! Porting/config_H
41049 ____________________________________________________________________________
41050 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
41051         Log: Sync with Sarathy; integrate with perlio.
41052      Branch: perl
41053           !> gv.c
41054 ____________________________________________________________________________
41055 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
41056         Log: regenerate win32/config_H.?c files
41057      Branch: perl
41058            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41059 ____________________________________________________________________________
41060 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
41061         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
41062              naming discipline
41063              
41064              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
41065              because of this)
41066              
41067              fix a warning about "fd" being used without being set in Cwd.xs
41068      Branch: perl
41069            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
41070            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
41071            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
41072            ! win32/config.vc
41073 ____________________________________________________________________________
41074 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
41075         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
41076              within macro arguments") and warnings ("unary minus applied to
41077              unsigned type", among others)
41078      Branch: perl
41079            ! gv.c hv.c op.c pp.c sv.c toke.c
41080 ____________________________________________________________________________
41081 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
41082         Log: win32 fixes: more spurious CRs
41083      Branch: perl
41084            ! win32/mdelete.bat
41085 ____________________________________________________________________________
41086 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
41087         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
41088              from win32/bin (or it gets deleted by distclean); don't delete
41089              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
41090              NT (should be made Win9x specific, and added to makefile.mk)
41091      Branch: perl
41092           +> win32/mdelete.bat
41093            - win32/bin/mdelete.bat
41094            ! win32/Makefile win32/makefile.mk
41095 ____________________________________________________________________________
41096 [ 11063] By: nick                                  on 2001/07/01  18:54:09
41097         Log: Quick for for #ifdef mess
41098      Branch: perlio
41099            ! gv.c
41100 ____________________________________________________________________________
41101 [ 11062] By: nick                                  on 2001/07/01  18:47:42
41102         Log: Raw integrate - does not build #if mess in gv.c
41103      Branch: perlio
41104           !> (integrate 29 files)
41105 ____________________________________________________________________________
41106 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
41107         Log: Make 'compile' target a little less broken.
41108              Still very broken, though: -Wall warnings from
41109              the generated code, boot_Foo prototypes missing,
41110              can't autoload Fcntl::SEEK_CUR et alia, ...
41111      Branch: perl
41112            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
41113            ! utils/perlcc.PL x2p/Makefile.SH
41114 ____________________________________________________________________________
41115 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
41116         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
41117      Branch: perl
41118            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
41119            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
41120 ____________________________________________________________________________
41121 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
41122         Log: Update Changes.
41123      Branch: perl
41124            ! Changes patchlevel.h
41125 ____________________________________________________________________________
41126 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
41127         Log: Still one typo, regen toc.
41128      Branch: perl
41129            ! lib/Unicode/UCD.pm pod/perltoc.pod
41130 ____________________________________________________________________________
41131 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
41132         Log: Detypos and regen toc.
41133      Branch: perl
41134            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
41135 ____________________________________________________________________________
41136 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
41137         Log: VERSION tweak.
41138      Branch: perl
41139            ! ext/List/Util/lib/List/Util.pm
41140 ____________________________________________________________________________
41141 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
41142         Log: Attempt at plugging the leak under ithreads detected by Doug.
41143      Branch: perl
41144            ! op.h
41145 ____________________________________________________________________________
41146 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
41147         Log: gcc -Wall lint after #11051.
41148      Branch: perl
41149            ! pp_sys.c
41150 ____________________________________________________________________________
41151 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
41152         Log: Integrate perlio.
41153      Branch: perl
41154           !> lib/File/Find/taint.t
41155 ____________________________________________________________________________
41156 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
41157         Log: Don't use the v-strings for module VERSIONs.
41158      Branch: perl
41159            ! lib/Unicode/UCD.pm
41160 ____________________________________________________________________________
41161 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
41162         Log: Code cleanup based on turning off the -woffs in IRIX.
41163              Not all of the gripes cleaned up (hairy code in hv.c and
41164              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
41165              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
41166              to the IRIX hints)
41167      Branch: perl
41168            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
41169            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
41170            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
41171            ! regcomp.c sv.c
41172 ____________________________________________________________________________
41173 [ 11050] By: nick                                  on 2001/06/30  20:46:46
41174         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
41175      Branch: perlio
41176            ! lib/File/Find/taint.t
41177 ____________________________________________________________________________
41178 [ 11049] By: nick                                  on 2001/06/30  18:13:33
41179         Log: Integrate mainline
41180      Branch: perlio
41181           +> NetWare/nwstdio.h NetWare/perlsdio.h
41182           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41183           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
41184           +> lib/Unicode/UCD.t t/run/exit.t
41185           !> (integrate 60 files)
41186 ____________________________________________________________________________
41187 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
41188         Log: Delta delta.
41189      Branch: perl
41190            ! pod/perl572delta.pod
41191 ____________________________________________________________________________
41192 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
41193         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
41194              by CPAN.pm, use rather _00.
41195      Branch: perl
41196            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
41197            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
41198            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
41199            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
41200            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
41201            ! lib/ExtUtils/Embed.pm lib/Test.pm
41202 ____________________________________________________________________________
41203 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
41204         Log: Add a simple Unicode character database interface, Unicode::UCD.
41205      Branch: perl
41206            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
41207            ! MANIFEST
41208 ____________________________________________________________________________
41209 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
41210         Log: Subject: [PATCH] op/numconver.t
41211              From: Nicholas Clark <nick@ccl4.org>
41212              Date: Sat, 30 Jun 2001 15:40:10 +0100
41213              Message-ID: <20010630154010.I59620@plum.flirble.org>
41214      Branch: perl
41215            ! t/op/numconvert.t
41216 ____________________________________________________________________________
41217 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
41218         Log: The $^N is now taken (by #11038).
41219      Branch: perl
41220            ! t/base/lex.t
41221 ____________________________________________________________________________
41222 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
41223         Log: The #11040 had slipped to a wrong function...
41224      Branch: perl
41225            ! sv.c
41226 ____________________________________________________________________________
41227 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
41228         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
41229              the Configure library symbol probe mysteriously finds all
41230              symbols but those of pipe() and times().
41231      Branch: perl
41232            ! hints/aix.sh
41233 ____________________________________________________________________________
41234 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
41235         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
41236              From: Nicholas Clark <nick@ccl4.org>
41237              Date: Fri, 29 Jun 2001 23:49:07 +0100
41238              Message-ID: <20010629234907.D59620@plum.flirble.org>
41239      Branch: perl
41240            ! lib/ExtUtils.t
41241 ____________________________________________________________________________
41242 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
41243         Log: Subject: [PATCH] weakref fix 2, not yet there
41244              From: Artur Bergman <artur@contiller.se>
41245              Date: Sat, 30 Jun 2001 01:18:16 +0200
41246              Message-ID: <B762D957.1CC9%artur@contiller.se>
41247      Branch: perl
41248            ! sv.c
41249 ____________________________________________________________________________
41250 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
41251         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
41252              From: Michael G Schwern <schwern@pobox.com>
41253              Date: Fri, 29 Jun 2001 19:39:11 -0400
41254              Message-ID: <20010629193910.D25304@blackrider>
41255      Branch: perl
41256            + t/run/exit.t
41257            ! MANIFEST
41258 ____________________________________________________________________________
41259 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
41260         Log: Add support for $^N, the most-recently closed group.
41261      Branch: perl
41262            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
41263            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
41264            ! thrdvar.h
41265 ____________________________________________________________________________
41266 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
41267         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
41268              From: lvirden@cas.org
41269              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
41270              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
41271              
41272              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
41273              From: lvirden@cas.org
41274              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
41275              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
41276      Branch: perl
41277            ! README.solaris
41278 ____________________________________________________________________________
41279 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
41280         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
41281              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41282              Date: Sat, 30 Jun 2001 07:33:37 +0900
41283              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
41284              
41285              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
41286              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41287              Date: Sat, 30 Jun 2001 21:38:14 +0900
41288              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
41289      Branch: perl
41290            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
41291            + ext/Encode/Encode/7bit-kr.enc
41292            ! MANIFEST ext/Encode/Encode/Tcl.pm
41293 ____________________________________________________________________________
41294 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
41295         Log: NetWare tweaks from Guruprasad.
41296      Branch: perl
41297            + NetWare/nwstdio.h NetWare/perlsdio.h
41298            ! MANIFEST NetWare/Makefile NetWare/config.wc
41299            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
41300            ! NetWare/t/Readme.txt
41301 ____________________________________________________________________________
41302 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
41303         Log: More module $VERSION bump-ups.
41304      Branch: perl
41305            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
41306            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
41307            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
41308 ____________________________________________________________________________
41309 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
41310         Log: Doc update due to #11032.
41311      Branch: perl
41312            ! pod/perl572delta.pod
41313 ____________________________________________________________________________
41314 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
41315         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
41316              From: Peter Prymmer <pvhp@forte.com>
41317              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
41318              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
41319      Branch: perl
41320            ! ext/Time/HiRes/HiRes.xs
41321 ____________________________________________________________________________
41322 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
41323         Log: -lpthreads missing in AIX.
41324      Branch: perl
41325            ! hints/aix.sh
41326 ____________________________________________________________________________
41327 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
41328         Log: Subject: [PATCH] CLONE && weakrefs
41329              From: Artur Bergman <artur@contiller.se>
41330              Date: Fri, 29 Jun 2001 17:02:00 +0200
41331              Message-ID: <B7626508.1CA0%artur@contiller.se>
41332      Branch: perl
41333            ! sv.c
41334 ____________________________________________________________________________
41335 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
41336         Log: Subject: Re: Bug report: split splits on wrong pattern
41337              From: Radu Greab <radu@netsoft.ro>
41338              Date: Wed, 27 Jun 2001 21:50:52 +0300
41339              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
41340      Branch: perl
41341            ! pp_ctl.c t/op/split.t
41342 ____________________________________________________________________________
41343 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
41344         Log: Metaconfig unit change for #11027.
41345      Branch: metaconfig/U/perl
41346            ! d_modfl.U
41347 ____________________________________________________________________________
41348 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
41349         Log: I thought this Configure glitch for AIX was just recently fixed?
41350      Branch: perl
41351            ! Configure
41352 ____________________________________________________________________________
41353 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
41354         Log: Update Changes.
41355      Branch: perl
41356            ! Changes patchlevel.h
41357 ____________________________________________________________________________
41358 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
41359         Log: Subject: Re: perl@10967, File::Find, and Cwd
41360              From: Mike Guy <mjtg@cam.ac.uk>
41361              Date: Fri, 29 Jun 2001 14:56:49 +0100
41362              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
41363      Branch: perl
41364            ! lib/File/Find/taint.t
41365 ____________________________________________________________________________
41366 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
41367         Log: Update the sv_pvprintify() spec.
41368      Branch: perl
41369            ! pod/perltodo.pod
41370 ____________________________________________________________________________
41371 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
41372         Log: Known test failures update.
41373      Branch: perl
41374            ! pod/perl572delta.pod
41375 ____________________________________________________________________________
41376 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
41377         Log: Based on
41378              
41379              Subject: [PATCH @11016] More );) fixes
41380              From: Richard Soderberg <rs@crystalflame.net>
41381              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
41382              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
41383      Branch: perl
41384            ! ext/Thread/Thread.xs ext/Thread/typemap
41385 ____________________________________________________________________________
41386 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
41387         Log: Subject: [PATCH @11016] Fixes compile errors in four files
41388              From: Richard Soderberg <rs@crystalflame.net>
41389              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
41390              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
41391      Branch: perl
41392            ! mg.c pp.c pp_hot.c util.c
41393 ____________________________________________________________________________
41394 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
41395         Log: AIX hints tweaking continues, from Merijn Brand.
41396      Branch: perl
41397            ! hints/aix.sh
41398 ____________________________________________________________________________
41399 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
41400         Log: HP-UX needs gccversion sooner, from Merijn Brand.
41401      Branch: perl
41402            ! hints/hpux.sh
41403 ____________________________________________________________________________
41404 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
41405         Log: Subject: [PATCH 5.6.1] OS/2 docs
41406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41407              Date: Fri, 29 Jun 2001 02:34:12 -0400
41408              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
41409      Branch: perl
41410            ! README.os2 os2/Changes
41411 ____________________________________________________________________________
41412 [ 11017] By: nick                                  on 2001/06/29  10:20:30
41413         Log: Integrate mainline
41414      Branch: perlio
41415           +> (branch 37 files)
41416            - ext/ODBM_File/sdbm.t
41417           !> (integrate 211 files)
41418 ____________________________________________________________________________
41419 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
41420         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
41421              the modules found using a script written by Larry Schatzer Jr.
41422      Branch: perl
41423            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
41424            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
41425            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
41426            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
41427            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
41428            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
41429            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
41430            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
41431            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
41432            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
41433            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
41434            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
41435            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
41436            ! lib/constant.pm lib/fields.pm lib/strict.pm
41437 ____________________________________________________________________________
41438 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
41439         Log: The latest JPL from the anoncvs.
41440      Branch: perl
41441            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
41442 ____________________________________________________________________________
41443 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
41444         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
41445      Branch: perl
41446            ! t/op/pat.t
41447 ____________________________________________________________________________
41448 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
41449         Log: Worrying about insecure directories now is a bit too late.
41450      Branch: perl
41451            ! lib/File/Find/taint.t
41452 ____________________________________________________________________________
41453 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
41454         Log: Cannot DIE() in a void function,
41455              from Richard Hatch <rhatch@austin.ibm.com>.
41456      Branch: perl
41457            ! ext/IPC/SysV/SysV.xs
41458 ____________________________________________________________________________
41459 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
41460         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
41461              From: Peter Prymmer <pvhp@forte.com>
41462              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
41463              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
41464              
41465              (unfinished: time/hires tests 3, 5, 14 failing, but better
41466              than wholesale failure)
41467      Branch: perl
41468            ! ext/Time/HiRes/HiRes.xs
41469 ____________________________________________________________________________
41470 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
41471         Log: Subject: [PATCH 5.6.1] OS/2 improvements
41472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41473              Date: Thu, 28 Jun 2001 16:03:14 -0400
41474              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
41475      Branch: perl
41476            + os2/os2_base.t
41477            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
41478            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
41479            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
41480            ! os2/os2ish.h
41481 ____________________________________________________________________________
41482 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
41483         Log: Subject: Incrementing Extutils::Manifest's $VERSION
41484              From: Michael G Schwern <schwern@pobox.com>
41485              Date: Thu, 28 Jun 2001 13:13:49 -0400
41486              Message-ID: <20010628131349.A14738@blackrider>
41487      Branch: maint-5.6/perl
41488            ! lib/ExtUtils/Manifest.pm
41489 ____________________________________________________________________________
41490 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
41491         Log: AIX tweak from Merijn Brand.
41492      Branch: perl
41493            ! hints/aix.sh
41494 ____________________________________________________________________________
41495 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
41496         Log: Create the macperl branch.
41497      Branch: maint-5.6/macperl
41498           +> (branch 1728 files)
41499 ____________________________________________________________________________
41500 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
41501         Log: Update Changes.
41502      Branch: perl
41503            ! Changes patchlevel.h
41504 ____________________________________________________________________________
41505 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
41506         Log: More Perforce lore.
41507      Branch: perl
41508            ! Porting/repository.pod
41509 ____________________________________________________________________________
41510 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
41511         Log: Metaconfig unit changes for #11003.
41512      Branch: metaconfig/U/perl
41513            + d_nl_langinfo.U i_langinfo.U
41514 ____________________________________________________________________________
41515 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
41516         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
41517              Expected not to exist in non-UNIX excepting in VMS, where
41518              according to a quick web survey they just might.
41519      Branch: perl
41520            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
41521            ! Porting/config_H config_h.SH configure.com epoc/config.sh
41522            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
41523            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41524            ! win32/config.bc win32/config.gc win32/config.vc
41525 ____________________________________________________________________________
41526 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
41527         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
41528              in AIX is one is doing a 64-bit build.
41529      Branch: perl
41530            ! hints/aix.sh
41531 ____________________________________________________________________________
41532 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
41533         Log: Metaconfig unit changes for #11000.
41534      Branch: metaconfig/U/perl
41535            ! use64bits.U uselfs.U
41536 ____________________________________________________________________________
41537 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
41538         Log: Move use64bitint and use64bitall before uselargefiles.
41539      Branch: perl
41540            ! Configure
41541 ____________________________________________________________________________
41542 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
41543         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
41544              From: Robert Spier <rspier@pobox.com>
41545              Message-ID: <15162.41164.618712.841415@rls.cx>
41546              Date: Wed, 27 Jun 2001 23:13:16 -0400
41547      Branch: perl
41548            ! doio.c
41549 ____________________________________________________________________________
41550 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
41551         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
41552              From: Peter Prymmer <pvhp@forte.com>
41553              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
41554              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
41555      Branch: perl
41556            ! numeric.c
41557 ____________________________________________________________________________
41558 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
41559         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
41560              From: Peter Prymmer <pvhp@forte.com>
41561              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
41562              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
41563      Branch: perl
41564            ! configure.com ext/Digest/MD5/Makefile.PL
41565 ____________________________________________________________________________
41566 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
41567         Log: Update Changes.
41568      Branch: perl
41569            ! Changes patchlevel.h
41570 ____________________________________________________________________________
41571 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
41572         Log: Tiny EPOC updates.
41573      Branch: perl
41574            ! epoc/config.sh
41575 ____________________________________________________________________________
41576 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
41577         Log: The Test::More and Test::Simple tests required help
41578              thanks to our schizophrenic test scheme.
41579      Branch: perl
41580            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
41581            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
41582            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
41583            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
41584            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
41585 ____________________________________________________________________________
41586 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
41587         Log: Upgrade to Test::Simple 0.09.
41588      Branch: perl
41589            + lib/Test/Simple/Changes
41590            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
41591            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
41592            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
41593            ! lib/Test/Simple/t/plan_is_noplan.t
41594 ____________________________________________________________________________
41595 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
41596         Log: Upgrade to Test::More 0.07.
41597      Branch: perl
41598            + lib/Test/More/Changes
41599            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
41600            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
41601            ! lib/Test/More/t/skipall.t
41602 ____________________________________________________________________________
41603 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
41604         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
41605              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41606              Date: Wed, 27 Jun 2001 18:40:04 +0200
41607              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
41608      Branch: perl
41609            ! hints/hpux.sh
41610 ____________________________________________________________________________
41611 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
41612         Log: Subject: [PATCH README.qnx hints/qnx.sh]
41613              From: Norton Allen <allen@huarp.harvard.edu>
41614              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
41615              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
41616      Branch: perl
41617            ! README.qnx hints/qnx.sh
41618 ____________________________________________________________________________
41619 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
41620         Log: Subject: [PATCH] two little documentation nits
41621              From: Abhijit Menon-Sen <ams@wiw.org>
41622              Date: Wed, 27 Jun 2001 20:07:50 +0530
41623              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
41624      Branch: perl
41625            ! sv.c sv.h
41626 ____________________________________________________________________________
41627 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
41628         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
41629              From: Norton Allen <allen@huarp.harvard.edu>
41630              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
41631              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
41632      Branch: perl
41633            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
41634 ____________________________________________________________________________
41635 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
41636         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
41637              From: Michael G Schwern <schwern@pobox.com>
41638              Date: Wed, 27 Jun 2001 02:34:58 -0400
41639              Message-ID: <20010627023458.K23874@blackrider>
41640      Branch: perl
41641            ! vms/test.com
41642 ____________________________________________________________________________
41643 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
41644         Log: Add perl_clone_host() for Netware.
41645      Branch: perl
41646            ! NetWare/nw5.c
41647 ____________________________________________________________________________
41648 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
41649         Log: GCC 3.0 hints for HP-UX.
41650      Branch: perl
41651            ! hints/hpux.sh
41652 ____________________________________________________________________________
41653 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
41654         Log: In some Linux distributions the libndbm is broken
41655              (no null key support), therefore link with libgdbm
41656              (if available), since it has a working ndbm emulation,
41657              from Jonathan Stowe.
41658      Branch: perl
41659            + ext/NDBM_File/hints/linux.pl
41660            ! MANIFEST
41661 ____________________________________________________________________________
41662 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
41663         Log: Subject: [PATCH perl@10930] find.t hack for VMS
41664              From: "Craig A. Berry" <craigberry@mac.com>
41665              Date: Tue, 26 Jun 2001 23:40:25 -0500
41666              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
41667      Branch: perl
41668            ! lib/File/Find/find.t
41669 ____________________________________________________________________________
41670 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
41671         Log: AUTHORS updates.
41672      Branch: perl
41673            ! AUTHORS
41674 ____________________________________________________________________________
41675 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
41676         Log: Metaconfig unit change like #10980.
41677      Branch: metaconfig
41678            ! U/compline/d_stdstdio.U
41679 ____________________________________________________________________________
41680 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
41681         Log: "lose the it's", from Abhijit Menon-Sen.
41682              ("It's" not searched, pods not searched.)
41683      Branch: perl
41684            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
41685            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
41686            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
41687            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
41688            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
41689            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
41690 ____________________________________________________________________________
41691 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
41692         Log: "lose the looses", from Abhijit Menon-Sen.
41693      Branch: perl
41694            ! ext/B/B/Assembler.pm gv.c
41695 ____________________________________________________________________________
41696 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
41697         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
41698      Branch: perl
41699            ! hints/os390.sh
41700 ____________________________________________________________________________
41701 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
41702         Log: DEC C 5.3 on the VAX simply doesn't seem to like
41703              compiling the MD5 extension, disable it there for now,
41704              from Peter Prymmer.
41705      Branch: perl
41706            ! configure.com
41707 ____________________________________________________________________________
41708 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
41709         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
41710              From: Jonathan Stowe <gellyfish@gellyfish.com>
41711              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
41712              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
41713      Branch: perl
41714            ! pod/perlfaq3.pod
41715 ____________________________________________________________________________
41716 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
41717         Log: Subject: [PATCH 5.6.1] perlxs misprints
41718              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41719              Date: Tue, 26 Jun 2001 17:20:00 -0400
41720              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
41721      Branch: perl
41722            ! pod/perlxs.pod
41723 ____________________________________________________________________________
41724 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
41725         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
41726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41727              Date: Tue, 26 Jun 2001 17:27:07 -0400
41728              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
41729      Branch: perl
41730            ! lib/ExtUtils/MM_Unix.pm
41731 ____________________________________________________________________________
41732 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
41733         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
41734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41735              Date: Tue, 26 Jun 2001 17:23:24 -0400
41736              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
41737      Branch: perl
41738            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
41739 ____________________________________________________________________________
41740 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
41741         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
41742              by Olaf Flebbe.
41743      Branch: perl
41744            ! perl.h
41745 ____________________________________________________________________________
41746 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
41747         Log: Detypo.
41748      Branch: perl
41749            ! lib/Memoize/t/tie_sdbm.t
41750 ____________________________________________________________________________
41751 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
41752         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
41753      Branch: perl
41754            ! win32/perllib.c
41755 ____________________________________________________________________________
41756 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
41757         Log: Subject: [patch] perl_clone+CvFILE
41758              From: Doug MacEachern <dougm@covalent.net>
41759              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
41760              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
41761      Branch: perl
41762            ! sv.c
41763 ____________________________________________________________________________
41764 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
41765         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
41766              From: Mark-Jason Dominus <mjd@plover.com>
41767              Date: Tue, 26 Jun 2001 12:33:01 -0400
41768              Message-ID: <20010626163301.31298.qmail@plover.com>
41769      Branch: perl
41770            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41771 ____________________________________________________________________________
41772 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
41773         Log: Update Changes.
41774      Branch: perl
41775            ! Changes patchlevel.h
41776 ____________________________________________________________________________
41777 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
41778         Log: Also catfile() needs now to explicitly exported.
41779      Branch: perl
41780            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41781 ____________________________________________________________________________
41782 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
41783         Log: Regen toc.
41784      Branch: perl
41785            ! pod/perltoc.pod
41786 ____________________________________________________________________________
41787 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
41788         Log: Nonexistent pod command.
41789      Branch: perl
41790            ! pod/perl572delta.pod
41791 ____________________________________________________________________________
41792 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
41793         Log: Be more portable in the quest for tmpdir.
41794      Branch: perl
41795            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
41796 ____________________________________________________________________________
41797 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
41798         Log: Be more portable in finding out the home directory,
41799              and use File::Spec to do the concat.
41800              (Come to think of it, couldn't File::Spec provide
41801              for a ->homedir method?)
41802      Branch: perl
41803            ! lib/Net/Config.pm
41804 ____________________________________________________________________________
41805 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
41806         Log: Doc patch for #10959.
41807      Branch: perl
41808            ! pod/perlfunc.pod
41809 ____________________________________________________________________________
41810 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
41811         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
41812              From: "Philip Newton" <pnewton@gmx.de>
41813              Date: Tue, 26 Jun 2001 16:26:47 +0200
41814              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
41815      Branch: perl
41816            ! pod/perldata.pod
41817 ____________________________________________________________________________
41818 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
41819         Log: Subject: [PATH] shared -> unique;
41820              From: "Artur Bergman" <artur@contiller.se>
41821              Date: Tue, 26 Jun 2001 16:18:40 +0200
41822              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
41823              
41824              Because "shared" isn't: it's read-only.
41825      Branch: perl
41826            ! toke.c xsutils.c
41827 ____________________________________________________________________________
41828 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
41829         Log: Escape multiline croak messages.
41830      Branch: perl
41831            ! t/op/ver.t
41832 ____________________________________________________________________________
41833 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
41834         Log: No more pragma/*.t for minitest.
41835      Branch: perl
41836            ! Makefile.SH
41837 ____________________________________________________________________________
41838 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
41839         Log: AUTHORS updates.
41840      Branch: perl
41841            ! AUTHORS
41842 ____________________________________________________________________________
41843 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
41844         Log: delta updates.
41845      Branch: perl
41846            ! pod/perl572delta.pod
41847 ____________________________________________________________________________
41848 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
41849         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
41850              From: Artur Bergman <artur@contiller.se> 
41851              Date: Tue, 26 Jun 2001 15:32:53 +0200
41852              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
41853      Branch: perl
41854            ! makedef.pl sv.c sv.h win32/perllib.c
41855 ____________________________________________________________________________
41856 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
41857         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
41858              From: Jonathan Stowe <gellyfish@gellyfish.com>
41859              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
41860              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
41861              
41862              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
41863      Branch: perl
41864            + ext/Time/HiRes/hints/sco.pl
41865            ! MANIFEST
41866 ____________________________________________________________________________
41867 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
41868         Log: Subject: [PATCH 5.6.1] static build
41869              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41870              Date: Tue, 26 Jun 2001 04:22:25 -0400
41871              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
41872      Branch: perl
41873            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
41874            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
41875 ____________________________________________________________________________
41876 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
41877         Log: DJGPP patches from Laszlo Molnar.
41878      Branch: perl
41879            ! djgpp/djgpp.c perl.c util.c
41880 ____________________________________________________________________________
41881 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
41882         Log: Netware patches from Ananth Kesari.
41883      Branch: perl
41884            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
41885            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
41886            ! NetWare/nwtinfo.h
41887 ____________________________________________________________________________
41888 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
41889         Log: Detypo.
41890      Branch: perl
41891            ! ext/Errno/Errno_pm.PL
41892 ____________________________________________________________________________
41893 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
41894         Log: There seems to be two ways of spelling the $^O in *STEP.
41895      Branch: perl
41896            ! ext/Errno/Errno_pm.PL
41897 ____________________________________________________________________________
41898 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
41899         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
41900              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
41901      Branch: perl
41902            ! ext/Errno/Errno_pm.PL
41903 ____________________________________________________________________________
41904 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
41905         Log: Known bugs update.
41906      Branch: perl
41907            ! pod/perl572delta.pod
41908 ____________________________________________________________________________
41909 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
41910         Log: The default installation of Cygwin has 500 as root's uid.
41911      Branch: perl
41912            ! lib/User/pwent.t
41913 ____________________________________________________________________________
41914 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
41915         Log: Be even more relaxed (re-allow having only one entry).
41916      Branch: perl
41917            ! t/op/grent.t t/op/pwent.t
41918 ____________________________________________________________________________
41919 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
41920         Log: Test failure updates.
41921      Branch: perl
41922            ! pod/perl572delta.pod
41923 ____________________________________________________________________________
41924 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
41925         Log: MPE/iX test tweaks from Mark Bixby.
41926      Branch: perl
41927            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
41928            ! t/io/fs.t t/op/stat.t
41929 ____________________________________________________________________________
41930 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
41931         Log: Microperl findings.
41932      Branch: perl
41933            ! perl.h pp_sys.c
41934 ____________________________________________________________________________
41935 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
41936         Log: Touch uconfig.h.
41937      Branch: perl
41938            ! uconfig.h
41939 ____________________________________________________________________________
41940 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
41941         Log: Subject: [PATCH] Proposed fix for Pod::Man
41942              From: Rob Napier <rnapier@employees.org>
41943              Date: Mon, 25 Jun 2001 15:49:24 -0400
41944              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
41945              
41946              Cater for Solaris nroff brokenness (shortchanges daisywheel
41947              printers, but hey, we also no more support PDPs.)
41948      Branch: perl
41949            ! lib/Pod/Man.pm
41950 ____________________________________________________________________________
41951 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
41952         Log: Typo in #10937.
41953      Branch: perl
41954            ! ext/POSIX/sigaction.t
41955 ____________________________________________________________________________
41956 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
41957         Log: SIGCONT not trappable in VMS.
41958      Branch: perl
41959            ! ext/POSIX/sigaction.t
41960 ____________________________________________________________________________
41961 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
41962         Log: Subject: [DRAFT] Encode-Tcl.t
41963              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
41964              Date: Tue, 26 Jun 2001 03:38:08 +0900
41965              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
41966      Branch: perl
41967            + ext/Encode/Encode/Tcl.t
41968            ! MANIFEST ext/Encode/Encode/Tcl.pm
41969 ____________________________________________________________________________
41970 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
41971         Log: Because of #10932 retract also the perlfunc hunk of #10910.
41972      Branch: perl
41973            ! pod/perlfunc.pod
41974 ____________________________________________________________________________
41975 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
41976         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
41977              by Ilya Zakharevich in
41978              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
41979      Branch: perl
41980            ! XSUB.h
41981 ____________________________________________________________________________
41982 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
41983         Log: Typo in #10889.
41984      Branch: perl
41985            ! hints/uts.sh
41986 ____________________________________________________________________________
41987 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
41988         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
41989              From: Abhijit Menon-Sen <ams@wiw.org>
41990              Date: Mon, 25 Jun 2001 23:45:45 +0530
41991              Message-ID: <20010625234545.A5022@lustre.linux.in>
41992      Branch: perl
41993            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
41994 ____________________________________________________________________________
41995 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
41996         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
41997              From: Michael G Schwern <schwern@pobox.com>
41998              Date: Mon, 25 Jun 2001 14:35:51 -0400
41999              Message-ID: <20010625143551.H13819@blackrider>
42000      Branch: perl
42001            ! lib/Test.pm
42002 ____________________________________________________________________________
42003 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
42004         Log: Update Changes.
42005      Branch: perl
42006            ! Changes patchlevel.h
42007 ____________________________________________________________________________
42008 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
42009         Log: Regen toc and modlib.
42010      Branch: perl
42011            ! pod/perlmodlib.pod pod/perltoc.pod
42012 ____________________________________________________________________________
42013 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
42014         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
42015              for the benefit of C++ compilers, as suggested by Guruprasad.
42016      Branch: perl
42017            ! embed.pl proto.h
42018 ____________________________________________________________________________
42019 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
42020         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
42021              From: Jonathan Stowe <gellyfish@gellyfish.com>
42022              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
42023              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
42024      Branch: perl
42025            ! pod/perlfaq5.pod
42026 ____________________________________________________________________________
42027 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
42028         Log: Missed from #10925.
42029      Branch: perl
42030            ! gv.c
42031 ____________________________________________________________________________
42032 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
42033         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
42034              From: Robin Houston <robin@kitsite.com>
42035              Date: Sat, 19 May 2001 16:19:34 +0100
42036              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
42037      Branch: perl
42038            ! cv.h gv.h op.c
42039 ____________________________________________________________________________
42040 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
42041         Log: Netware README tweak.
42042      Branch: perl
42043            ! README.netware
42044 ____________________________________________________________________________
42045 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
42046         Log: Subject: [PATCH] Re: overload.t fails
42047              From: Abhijit Menon-Sen <ams@wiw.org>
42048              Date: Mon, 25 Jun 2001 14:52:20 +0530
42049              Message-ID: <20010625145220.A24114@lustre.linux.in>
42050      Branch: perl
42051            ! lib/overload.t
42052 ____________________________________________________________________________
42053 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
42054         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42055              From: Mike Guy <mjtg@cam.ac.uk>
42056              Date: Mon, 25 Jun 2001 11:43:23 +0100
42057              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
42058      Branch: perl
42059            ! lib/Carp.pm
42060 ____________________________________________________________________________
42061 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
42062         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
42063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42064              Date: Sun, 24 Jun 2001 05:17:05 -0400
42065              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
42066      Branch: perl
42067            ! os2/os2ish.h
42068 ____________________________________________________________________________
42069 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
42070         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
42071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42072              Date: Mon, 25 Jun 2001 05:52:27 -0400
42073              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
42074      Branch: perl
42075            ! hints/os2.sh
42076 ____________________________________________________________________________
42077 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
42078         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
42079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42080              Date: Mon, 25 Jun 2001 05:23:35 -0400
42081              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
42082      Branch: perl
42083            ! os2/os2.c
42084 ____________________________________________________________________________
42085 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
42086         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
42087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42088              Date: Mon, 25 Jun 2001 05:04:32 -0400
42089              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
42090      Branch: perl
42091            ! os2/OS2/REXX/DLL/DLL.pm
42092 ____________________________________________________________________________
42093 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
42094         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
42095              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42096              Date: Mon, 25 Jun 2001 05:02:36 -0400
42097              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
42098      Branch: perl
42099            ! mg.c os2/dl_os2.c os2/os2.c
42100 ____________________________________________________________________________
42101 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
42102         Log: Subject: Re: [PATCH 5.6.1] misprints
42103              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42104              Date: Mon, 25 Jun 2001 04:50:50 -0400
42105              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
42106      Branch: perl
42107            ! os2/os2.c pp_sys.c
42108 ____________________________________________________________________________
42109 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
42110         Log: Add Test::More and Test::Simple to the delta.
42111      Branch: perl
42112            ! pod/perl572delta.pod
42113 ____________________________________________________________________________
42114 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
42115         Log: Add Test::More, from Michael G Schwern.
42116      Branch: perl
42117            + lib/Test/More.pm lib/Test/More/t/More.t
42118            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
42119            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
42120            + t/lib/Test/More/Catch.pm
42121            ! MANIFEST
42122 ____________________________________________________________________________
42123 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
42124         Log: Add Test::Simple from Michael G Schwern.
42125      Branch: perl
42126            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
42127            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
42128            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
42129            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
42130            + t/lib/Test/Simple/Catch.pm
42131            + t/lib/Test/Simple/sample_tests/death.plx
42132            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
42133            + t/lib/Test/Simple/sample_tests/extras.plx
42134            + t/lib/Test/Simple/sample_tests/five_fail.plx
42135            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
42136            + t/lib/Test/Simple/sample_tests/one_fail.plx
42137            + t/lib/Test/Simple/sample_tests/require.plx
42138            + t/lib/Test/Simple/sample_tests/success.plx
42139            + t/lib/Test/Simple/sample_tests/too_few.plx
42140            + t/lib/Test/Simple/sample_tests/two_fail.plx
42141            ! MANIFEST
42142 ____________________________________________________________________________
42143 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
42144         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
42145              From: "Craig A. Berry" <craigberry@mac.com>
42146              Date: Sun, 24 Jun 2001 23:41:36 -0500
42147              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
42148      Branch: perl
42149            ! pp_sys.c
42150 ____________________________________________________________________________
42151 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
42152         Log: Upgrade to Attribute::Handlers 0.70.
42153      Branch: perl
42154            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
42155            ! MANIFEST lib/Attribute/Handlers.pm
42156 ____________________________________________________________________________
42157 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
42158         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
42159              From: Abhijit Menon-Sen <ams@wiw.org>
42160              Date: Sat, 23 Jun 2001 05:17:44 +0530
42161              Message-ID: <20010623051744.A18583@lustre.linux.in>
42162              
42163              (Can't think of a good place to put tests.)
42164      Branch: perl
42165            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
42166 ____________________________________________________________________________
42167 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
42168         Log: Subject: [PATCH] t/op/pat.t typo fix
42169              From: Richard Soderberg <rs@crystalflame.net>
42170              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
42171              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
42172      Branch: perl
42173            ! t/op/pat.t
42174 ____________________________________________________________________________
42175 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
42176         Log: Move the pack warnings to their own file, as pointed
42177              out by Spider.
42178      Branch: perl
42179            + t/lib/warnings/pp_pack
42180            ! MANIFEST t/lib/warnings/pp
42181 ____________________________________________________________________________
42182 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
42183         Log: Update Changes.
42184      Branch: perl
42185            ! Changes patchlevel.h
42186 ____________________________________________________________________________
42187 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
42188         Log: Partially fix a problem noticed by IRIX compiler:
42189              the initialization of parse_start was bypassed by
42190              several gotos.  Now initialized to zero, which may
42191              not be the best choice.
42192      Branch: perl
42193            ! regcomp.c
42194 ____________________________________________________________________________
42195 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
42196         Log: Relax the group and password tests back to moaning only
42197              if no matches at all are found.  (Even with a small sample
42198              I could find many sites where there are, umm, anomalies in
42199              the said databases.)       
42200      Branch: perl
42201            ! t/op/grent.t t/op/pwent.t
42202 ____________________________________________________________________________
42203 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
42204         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
42205      Branch: perl
42206            ! pp_ctl.c
42207 ____________________________________________________________________________
42208 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
42209         Log: De-cut-and-pasto in #10902.
42210      Branch: perl
42211            ! pp_ctl.c
42212 ____________________________________________________________________________
42213 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
42214         Log: The #10771 didn't take?
42215      Branch: perl
42216            ! pp_ctl.c
42217 ____________________________________________________________________________
42218 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
42219         Log: Undo the filetests part of #10900, under multiplicity
42220              weird errors take place.
42221      Branch: perl
42222            ! pp_sys.c
42223 ____________________________________________________________________________
42224 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
42225         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
42226      Branch: perl
42227            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
42228 ____________________________________________________________________________
42229 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
42230         Log: (Replaced by #10922)
42231              
42232              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
42233              From: Tony Bowden <tony@kasei.com>
42234              Date: Sun, 24 Jun 2001 17:32:40 +0100
42235              Message-ID: <20010624173240.A16293@blackstar.co.uk>
42236              
42237              Document (well, mention) shortmess() and longmess()
42238              to rob people of their fun of reinventing the wheel.
42239      Branch: perl
42240            ! lib/Carp.pm
42241 ____________________________________________________________________________
42242 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
42243         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
42244              From: Brian Jepson <bjepson@oreilly.com>
42245              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
42246              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
42247      Branch: perl
42248            ! pp_sys.c
42249 ____________________________________________________________________________
42250 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
42251         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
42252              From: Robin Barker <rmb1@cise.npl.co.uk> 
42253              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
42254              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
42255      Branch: perl
42256            ! lib/CPAN.pm
42257 ____________________________________________________________________________
42258 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
42259         Log: Memoize patch from mjd.
42260      Branch: perl
42261            ! lib/Memoize/t/tie_storable.t
42262 ____________________________________________________________________________
42263 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
42264         Log: Spec the sv_pvprintify() a bit more.
42265      Branch: perl
42266            ! pod/perltodo.pod
42267 ____________________________________________________________________________
42268 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
42269         Log: Upgrade to Memoize 0.65.
42270      Branch: perl
42271            + lib/Memoize/t/array_confusion.t
42272            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
42273            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
42274            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
42275            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
42276            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
42277            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
42278            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
42279            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
42280            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
42281            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
42282            ! lib/Memoize/t/tie_storable.t
42283 ____________________________________________________________________________
42284 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
42285         Log: Metaconfig unit change for #10892.
42286      Branch: metaconfig
42287            ! U/modified/Options.U
42288 ____________________________________________________________________________
42289 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
42290         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
42291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42292              Date: Sun, 24 Jun 2001 05:24:40 -0400
42293              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
42294      Branch: perl
42295            ! Configure hints/os2.sh
42296 ____________________________________________________________________________
42297 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
42298         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
42299              From: Mike Guy <mjtg@cam.ac.uk>
42300              Date: Sun, 24 Jun 2001 15:28:39 +0100
42301              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
42302              
42303              Fix an ancient (5.002) bug.
42304      Branch: perl
42305            ! lib/Carp/Heavy.pm
42306 ____________________________________________________________________________
42307 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
42308         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
42309              variables.
42310      Branch: perl
42311            ! pp_sys.c
42312 ____________________________________________________________________________
42313 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
42314         Log: Make UTS as per #10888.
42315      Branch: perl
42316            ! hints/uts.sh
42317 ____________________________________________________________________________
42318 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
42319         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
42320      Branch: perl
42321            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
42322            ! mpeix/mpeixish.h perl.h unixish.h
42323 ____________________________________________________________________________
42324 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
42325         Log: AUTHORS update.
42326      Branch: perl
42327            ! AUTHORS
42328 ____________________________________________________________________________
42329 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
42330         Log: Subject: Encode::Tcl for multibyte doesnot work
42331              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
42332              Date: Sun, 24 Jun 2001 22:48:21 +0900
42333              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
42334      Branch: perl
42335            ! ext/Encode/Encode/Tcl.pm
42336 ____________________________________________________________________________
42337 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
42338         Log: Subject: [PATCH] Remove tautology in error messages
42339              From: Mike Guy <mjtg@cam.ac.uk>
42340              Date: Sun, 24 Jun 2001 13:31:00 +0100
42341              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
42342      Branch: perl
42343            ! pp_sys.c
42344 ____________________________________________________________________________
42345 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
42346         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
42347      Branch: perl
42348            ! hints/darwin.sh
42349 ____________________________________________________________________________
42350 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
42351         Log: Subject: Re: [PATCH 5.6.1] test suite
42352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42353              Date: Sun, 24 Jun 2001 05:47:05 -0400
42354              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
42355              
42356              Test suite fixes.
42357      Branch: perl
42358            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
42359 ____________________________________________________________________________
42360 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
42361         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
42362              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42363              Date: Sun, 24 Jun 2001 05:37:19 -0400
42364              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
42365      Branch: perl
42366            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
42367 ____________________________________________________________________________
42368 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
42369         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
42370              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42371              Date: Sun, 24 Jun 2001 05:34:50 -0400
42372              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
42373              
42374              Pacify compiler warnings.
42375      Branch: perl
42376            ! pp_sys.c
42377 ____________________________________________________________________________
42378 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
42379         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42380              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42381              Date: Sun, 24 Jun 2001 05:21:18 -0400
42382              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
42383              
42384              Enable compression of executables during link time.
42385      Branch: perl
42386            ! hints/os2.sh
42387 ____________________________________________________________________________
42388 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
42389         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
42390              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42391              Date: Sun, 24 Jun 2001 05:15:11 -0400
42392              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
42393              
42394              Add ordinals to the export list for Perl DLL.
42395              (Breaks intra-version DLL compatibility.)
42396      Branch: perl
42397            ! makedef.pl
42398 ____________________________________________________________________________
42399 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
42400         Log: Allow (displaying and) re-editing the Subject in perlbug.
42401              Also abstract the Subject quality control into a function.
42402      Branch: perl
42403            ! utils/perlbug.PL
42404 ____________________________________________________________________________
42405 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
42406         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
42407      Branch: perl
42408            ! utils/perlbug.PL
42409 ____________________________________________________________________________
42410 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
42411         Log: Regen toc and modlib.
42412      Branch: perl
42413            ! pod/perlmodlib.pod pod/perltoc.pod
42414 ____________________________________________________________________________
42415 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
42416         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
42417              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
42418              attribute semantics as much as possible, or 'ntsec' which uses
42419              native NTFS semantics.)  (See also #10877.)
42420      Branch: perl
42421            ! perl.c
42422 ____________________________________________________________________________
42423 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
42424         Log: (Retracted by #11586)
42425              
42426              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
42427      Branch: perl
42428            ! lib/Test/Harness.pm
42429 ____________________________________________________________________________
42430 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
42431         Log: Just zap the -uPerlio.
42432      Branch: perl
42433            ! ext/B/Stash.t
42434 ____________________________________________________________________________
42435 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
42436         Log: Do not test PerlIO if PerlIO not used.
42437      Branch: perl
42438            ! ext/PerlIO/PerlIO.t
42439 ____________________________________________________________________________
42440 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
42441         Log: Regen perlapi.
42442      Branch: perl
42443            ! pod/perlapi.pod
42444 ____________________________________________________________________________
42445 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
42446         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
42447              From: Nicholas Clark <nick@ccl4.org>
42448              Date: Sat, 23 Jun 2001 22:55:47 +0100
42449              Message-ID: <20010623225547.Z98663@plum.flirble.org>
42450      Branch: perl
42451            ! numeric.c
42452 ____________________________________________________________________________
42453 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
42454         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
42455              From: Prymmer/Kahn <pvhp@best.com>
42456              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
42457              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
42458      Branch: perl
42459            ! lib/h2xs.t
42460 ____________________________________________________________________________
42461 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
42462         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
42463              cygwin does not taint cwd, just like win32.
42464      Branch: perl
42465            ! lib/File/Find/taint.t t/op/taint.t
42466 ____________________________________________________________________________
42467 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
42468         Log: Retract #10865, the patch should be unnecessary.
42469              (But seemingly helpful in Cygwin?  Strange.)
42470      Branch: perl
42471            ! lib/Memoize/t/tie_ndbm.t
42472 ____________________________________________________________________________
42473 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
42474         Log: Misplaced test file; plus Cygwin filesystem semantics.
42475      Branch: perl
42476            + ext/SDBM_File/sdbm.t
42477            - ext/ODBM_File/sdbm.t
42478            ! MANIFEST
42479 ____________________________________________________________________________
42480 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
42481         Log: (Retracted by #10867.)
42482      Branch: perl
42483            ! lib/Memoize/t/tie_ndbm.t
42484 ____________________________________________________________________________
42485 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
42486         Log: Metaconfig unit change for #10863.
42487      Branch: metaconfig/U/perl
42488            ! Extensions.U
42489 ____________________________________________________________________________
42490 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
42491         Log: In Cygwin do not build NDBM_File and ODBM_File unless
42492              -lndbm and -ldbm are available.
42493      Branch: perl
42494            ! Configure config_h.SH
42495 ____________________________________________________________________________
42496 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
42497         Log: More Cygwin filesystem semantics.
42498      Branch: perl
42499            ! t/io/fs.t t/op/stat.t
42500 ____________________________________________________________________________
42501 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
42502         Log: More DOSish permission semantics for Cygwin.
42503      Branch: perl
42504            ! lib/AnyDBM_File.t
42505 ____________________________________________________________________________
42506 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
42507         Log: Cygwin too has different permission semantics.
42508      Branch: perl
42509            ! ext/GDBM_File/gdbm.t
42510 ____________________________________________________________________________
42511 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
42512         Log: The group (and assumedly passwd) databases can have
42513              only one entry (this is the case in cygwin).
42514      Branch: perl
42515            ! t/op/grent.t t/op/pwent.t
42516 ____________________________________________________________________________
42517 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
42518         Log: Also in Cygwin use Socket to figure out domainname
42519              (if any) (avoids trying to call external 'domainname',
42520              which doesn't at the moment exist in Cygwin)
42521      Branch: perl
42522            ! lib/Net/Domain.pm
42523 ____________________________________________________________________________
42524 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
42525         Log: Remove also the lib$Foo.def, not just $Foo.def.
42526      Branch: perl
42527            ! lib/ExtUtils/MM_Unix.pm
42528 ____________________________________________________________________________
42529 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
42530         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
42531      Branch: perl
42532            ! unixish.h
42533 ____________________________________________________________________________
42534 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
42535         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
42536              to match the whole isprint(), only the space character.
42537      Branch: perl
42538            ! handy.h pod/perlre.pod t/op/pat.t
42539 ____________________________________________________________________________
42540 [ 10854] By: nick                                  on 2001/06/23  08:09:33
42541         Log: Integrate mainline
42542      Branch: perlio
42543           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
42544           !> lib/ExtUtils.t lib/File/Find/taint.t
42545           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
42546           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
42547           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
42548 ____________________________________________________________________________
42549 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
42550         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
42551              with its floats    in os390 and s390 (UTS).
42552      Branch: perl
42553            ! lib/Math/BigInt/t/bigintpm.t
42554 ____________________________________________________________________________
42555 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
42556         Log: Add also UTS (s390) to the non-IEEE float platforms.
42557      Branch: perl
42558            ! t/op/sprintf.t
42559 ____________________________________________________________________________
42560 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
42561         Log: Subject: RFC: what are applicable standards for exponent sizes?
42562              From: Peter Prymmer <pvhp@forte.com>
42563              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
42564              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
42565      Branch: perl
42566            ! t/op/sprintf.t
42567 ____________________________________________________________________________
42568 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
42569         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
42570              From: Peter Prymmer <pvhp@forte.com>
42571              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
42572              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
42573      Branch: perl
42574            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
42575 ____________________________________________________________________________
42576 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
42577         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
42578              From: Peter Prymmer <pvhp@forte.com>
42579              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
42580              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
42581      Branch: perl
42582            ! lib/ExtUtils.t
42583 ____________________________________________________________________________
42584 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
42585         Log: Retract #10845.
42586      Branch: perl
42587            ! lib/File/Find/taint.t
42588 ____________________________________________________________________________
42589 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
42590         Log: Yet another error message.
42591      Branch: perl
42592            ! t/op/mkdir.t
42593 ____________________________________________________________________________
42594 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
42595         Log: The croak message for nonexistent socket functions may vary.
42596      Branch: perl
42597            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
42598 ____________________________________________________________________________
42599 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
42600         Log: (Retracted by #10848.)
42601      Branch: perl
42602            ! lib/File/Find/taint.t
42603 ____________________________________________________________________________
42604 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
42605         Log: Integrate perlio.
42606      Branch: perl
42607           !> lib/File/Find/taint.t t/op/write.t
42608 ____________________________________________________________________________
42609 [ 10843] By: nick                                  on 2001/06/22  21:24:51
42610         Log: Back out debug in taint.t
42611      Branch: perlio
42612            ! lib/File/Find/taint.t
42613 ____________________________________________________________________________
42614 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
42615         Log: setitimer() does not exist in Unicos, despite of what
42616              Configure thinks, from Mark P. Lutz.
42617      Branch: perl
42618            ! hints/unicos.sh
42619 ____________________________________________________________________________
42620 [ 10841] By: nick                                  on 2001/06/22  21:19:36
42621         Log: Skip cwd test on Win32 ???
42622      Branch: perlio
42623            ! lib/File/Find/taint.t
42624 ____________________________________________________________________________
42625 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
42626         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
42627              and Tru64 gcc -Wall happy.
42628      Branch: perl
42629            ! mg.c
42630 ____________________________________________________________________________
42631 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
42632         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
42633      Branch: perl
42634            ! ext/IPC/SysV/Semaphore.pm
42635 ____________________________________________________________________________
42636 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
42637         Log: Metaconfig unit change for #10837.
42638      Branch: metaconfig/U/perl
42639            ! Cross.U
42640 ____________________________________________________________________________
42641 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
42642         Log: Cleanup of the cross-compilation unit.
42643      Branch: perl
42644            ! Configure
42645 ____________________________________________________________________________
42646 [ 10836] By: nick                                  on 2001/06/22  20:45:12
42647         Log: Skip |- based op/write.t on Win32 as well as VMS
42648      Branch: perlio
42649            ! t/op/write.t
42650 ____________________________________________________________________________
42651 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
42652         Log: Integrate perlio.
42653      Branch: perl
42654           !> util.c
42655 ____________________________________________________________________________
42656 [ 10834] By: nick                                  on 2001/06/22  20:41:54
42657         Log: Integrate mainline
42658      Branch: perlio
42659           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
42660           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
42661           !> vos/config.ga.h
42662 ____________________________________________________________________________
42663 [ 10833] By: nick                                  on 2001/06/22  20:22:58
42664         Log: Patcho fix.
42665      Branch: perlio
42666            ! util.c
42667 ____________________________________________________________________________
42668 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
42669         Log: Metaconfig unit changes for #10831.
42670      Branch: metaconfig
42671            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
42672 ____________________________________________________________________________
42673 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
42674         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
42675              From: Andy Dougherty <doughera@lafayette.edu>
42676              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
42677              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
42678      Branch: perl
42679            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42680            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
42681 ____________________________________________________________________________
42682 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
42683         Log: MPE/iX prototype nits from Mark Bixby.
42684      Branch: perl
42685            ! pp_sys.c
42686 ____________________________________________________________________________
42687 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
42688         Log: Detypo.
42689      Branch: perl
42690            ! util.c
42691 ____________________________________________________________________________
42692 [ 10828] By: nick                                  on 2001/06/22  15:33:37
42693         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
42694      Branch: perlio
42695           +> lib/h2xs.t
42696           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
42697           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
42698           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
42699           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
42700           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42701           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
42702           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
42703           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
42704           !> vms/vmsish.h
42705 ____________________________________________________________________________
42706 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
42707         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
42708              Date: Fri, 22 Jun 2001 10:08:35 -0500
42709              From: "Craig A. Berry" <craigberry@mac.com>
42710              Message-Id: <a05101001b75908704194@[192.168.56.145]>
42711      Branch: perl
42712            ! vms/vms.c vms/vmsish.h
42713 ____________________________________________________________________________
42714 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
42715         Log: NetWare scripts tweak from Ananth Kesari.
42716      Branch: perl
42717            ! NetWare/t/NWScripts.pl
42718 ____________________________________________________________________________
42719 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
42720         Log: Update Changes.
42721      Branch: perl
42722            ! Changes patchlevel.h
42723 ____________________________________________________________________________
42724 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
42725         Log: Add .i and .s targets.
42726      Branch: perl
42727            ! Makefile.SH
42728 ____________________________________________________________________________
42729 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
42730         Log: Upgrade to Locale::Maketext 1.03.
42731      Branch: perl
42732            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
42733            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
42734 ____________________________________________________________________________
42735 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
42736         Log: Upgrade to I18N::LangTags 0.26.
42737      Branch: perl
42738            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
42739            ! lib/I18N/LangTags/test.pl
42740 ____________________________________________________________________________
42741 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
42742         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
42743              Philip Newton.
42744      Branch: perl
42745            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42746            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42747 ____________________________________________________________________________
42748 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
42749         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
42750              From: Prymmer/Kahn <pvhp@best.com>
42751              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
42752              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
42753      Branch: perl
42754            + lib/h2xs.t
42755            ! MANIFEST utils/h2xs.PL
42756 ____________________________________________________________________________
42757 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
42758         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
42759              From: Prymmer/Kahn <pvhp@best.com>
42760              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
42761              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
42762      Branch: perl
42763            ! lib/ExtUtils.t
42764 ____________________________________________________________________________
42765 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
42766         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
42767              From: Prymmer/Kahn <pvhp@best.com>
42768              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
42769              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
42770      Branch: perl
42771            ! t/pod/plainer.t
42772 ____________________________________________________________________________
42773 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
42774         Log: AUTHORS update.
42775      Branch: perl
42776            ! AUTHORS
42777 ____________________________________________________________________________
42778 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
42779         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
42780              From: "Craig A. Berry" <craigberry@mac.com>
42781              Date: Thu, 21 Jun 2001 18:20:38 -0500
42782              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
42783      Branch: perl
42784            ! ext/POSIX/POSIX.xs
42785 ____________________________________________________________________________
42786 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
42787         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
42788              From: "Craig A. Berry" <craigberry@mac.com>
42789              Date: Thu, 21 Jun 2001 09:58:52 -0500
42790              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
42791      Branch: perl
42792            ! ext/B/Deparse.t t/op/write.t
42793 ____________________________________________________________________________
42794 [ 10814] By: nick                                  on 2001/06/22  08:13:09
42795         Log: Integrate mainline.
42796      Branch: perlio
42797           !> (integrate 46 files)
42798 ____________________________________________________________________________
42799 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
42800         Log: Change the prefixes only if $prefix is unset,
42801              as originally patched by Marcel Grunauer.
42802      Branch: perl
42803            ! hints/darwin.sh hints/rhapsody.sh
42804 ____________________________________________________________________________
42805 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
42806         Log: Subject: Re: Patch for hints/darwin.sh
42807              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
42808              Date: Thu, 21 Jun 2001 11:23:46 -0700
42809              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
42810      Branch: perl
42811            ! hints/darwin.sh hints/rhapsody.sh
42812 ____________________________________________________________________________
42813 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
42814         Log: Add .PHONY targets for non-file targets,
42815              from Wilfredo Sánchez.  Should help saying
42816              "make install" on case-insensitive filesystems.
42817      Branch: perl
42818            ! Makefile.SH
42819 ____________________________________________________________________________
42820 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
42821         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
42822              From: Doug MacEachern <dougm@covalent.net>
42823              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
42824              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
42825              
42826              plus reword the getcwd() comment, plus use getcwd() buffer
42827              size minus one.
42828      Branch: perl
42829            ! util.c
42830 ____________________________________________________________________________
42831 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
42832         Log: More gprofing from Doug MacEachern.
42833      Branch: perl
42834            ! Makefile.SH
42835 ____________________________________________________________________________
42836 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
42837         Log: Metaconfig unit change for #10807.
42838      Branch: metaconfig/U/perl
42839            ! d_sfio.U
42840 ____________________________________________________________________________
42841 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
42842         Log: Tell that you are removing the unneeded -lsfio.
42843      Branch: perl
42844            ! Configure
42845 ____________________________________________________________________________
42846 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
42847         Log: More MPE/iX tweaks from Mark Bixby.
42848      Branch: perl
42849            ! perl.c t/op/magic.t
42850 ____________________________________________________________________________
42851 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
42852         Log: The fchdir() proto is supposed to live in <unistd.h>.
42853      Branch: perl
42854            ! ext/Cwd/Cwd.xs
42855 ____________________________________________________________________________
42856 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
42857         Log: This town is too small for the Cwd extension and me,
42858              it would seem...
42859      Branch: perl
42860            ! ext/Cwd/Cwd.xs
42861 ____________________________________________________________________________
42862 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
42863         Log: Metaconfig unit change for #10802.
42864      Branch: metaconfig/U/perl
42865            ! d_modfl.U
42866 ____________________________________________________________________________
42867 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
42868         Log: More d'ohs.
42869      Branch: perl
42870            ! Configure
42871 ____________________________________________________________________________
42872 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
42873         Log: Off-by-one.  I'm so classic.
42874      Branch: perl
42875            ! util.c
42876 ____________________________________________________________________________
42877 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
42878         Log: Update Changes.
42879      Branch: perl
42880            ! Changes patchlevel.h
42881 ____________________________________________________________________________
42882 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
42883         Log: Subject: Documentation patch for Net::FTP
42884              From: Marcel Grunauer <marcel@codewerk.com>
42885              Date: Wed, 20 Jun 2001 23:03:26 +0200
42886              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
42887      Branch: perl
42888            ! lib/Net/FTP.pm
42889 ____________________________________________________________________________
42890 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
42891         Log: Retract the #10417 mg.c and embed.pl parts because of
42892              strange SEGVs in 64bit x86 FreeBSD observed by
42893              Nicholas Clark.
42894      Branch: perl
42895            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
42896 ____________________________________________________________________________
42897 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
42898         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
42899      Branch: perl
42900            ! Configure NetWare/config.wc NetWare/config_H.wc
42901            ! Porting/Glossary Porting/config.sh Porting/config_H
42902            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
42903            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42904            ! vos/config.ga.h win32/config.bc win32/config.gc
42905            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42906            ! win32/config_H.vc
42907 ____________________________________________________________________________
42908 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
42909         Log: Cwd tweak from Doug MacEachern.
42910      Branch: perl
42911            ! ext/Cwd/Cwd.xs
42912 ____________________________________________________________________________
42913 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
42914         Log: Protect the fchdir() and lstat() with ifdefs.
42915              fchdir() needs a Configure probe.
42916      Branch: perl
42917            ! ext/Cwd/Cwd.xs
42918 ____________________________________________________________________________
42919 [ 10794] By: nick                                  on 2001/06/21  17:11:35
42920         Log: Integrate mainline
42921      Branch: perlio
42922           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
42923           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
42924           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
42925           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
42926           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
42927           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
42928           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
42929           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
42930            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
42931            - lib/File/Glob/case.t lib/File/Glob/global.t
42932            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
42933            - lib/File/Temp/posix.t lib/File/Temp/security.t
42934            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
42935            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
42936            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
42937            - lib/Text/Wrap/wrap.t
42938           !> (integrate 41 files)
42939 ____________________________________________________________________________
42940 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
42941         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
42942              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
42943              Date: Thu, 21 Jun 2001 13:04:54 -0500
42944              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
42945      Branch: perl
42946            ! ext/Cwd/Cwd.xs
42947 ____________________________________________________________________________
42948 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
42949         Log: Subject: [PATCH pod] overlong =item
42950              From: Robin Barker <rmb1@cise.npl.co.uk>
42951              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
42952              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
42953      Branch: perl
42954            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
42955            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42956 ____________________________________________________________________________
42957 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
42958         Log: Subject: [PATCH perlio.c] format 
42959              From: Robin Barker <rmb1@cise.npl.co.uk>
42960              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
42961              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
42962      Branch: perl
42963            ! perlio.c
42964 ____________________________________________________________________________
42965 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
42966         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
42967              From: Radu Greab <radu@netsoft.ro>
42968              Date: Thu, 21 Jun 2001 19:06:02 +0300
42969              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
42970      Branch: perl
42971            ! pod/perlapi.pod sv.c
42972 ____________________________________________________________________________
42973 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
42974         Log: The metaconfig unit changes for #10788.
42975      Branch: metaconfig/U/perl
42976            ! Cross.U fflushall.U
42977 ____________________________________________________________________________
42978 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
42979         Log: Cross-configuration changes: make $from to rm the files
42980              before copying them over (this means that he rm can be
42981              removed from the fflushall test), create $targetmkdir      
42982              (not documented in install since it is supposed to internal
42983              use only), make $run to copy over the executable only if
42984              a stamp file .xok doesn't already exist (to avoid unnecessary
42985              copying of the executable)
42986      Branch: perl
42987            ! Configure Makefile.SH
42988 ____________________________________________________________________________
42989 [ 10787] By: nick                                  on 2001/06/21  14:16:18
42990         Log: Integrate mainline
42991      Branch: perlio
42992           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
42993           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
42994           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
42995            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
42996           !> (integrate 34 files)
42997 ____________________________________________________________________________
42998 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
42999         Log: Re-add the files as text.
43000      Branch: perl
43001            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43002 ____________________________________________________________________________
43003 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
43004         Log: Delete the binary files.
43005      Branch: perl
43006            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
43007 ____________________________________________________________________________
43008 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
43009         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
43010              From: Andy Dougherty <doughera@lafayette.edu>
43011              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
43012              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
43013      Branch: perl
43014            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
43015            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
43016            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
43017            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
43018 ____________________________________________________________________________
43019 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
43020         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
43021              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
43022              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
43023              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
43024              
43025              Setting umask to something friendlier.
43026      Branch: perl
43027            ! installman installperl
43028 ____________________________________________________________________________
43029 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
43030         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
43031              Resort MANIFEST with sort -f, looks much better.
43032      Branch: perl
43033            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
43034            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
43035            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
43036            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
43037            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
43038            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
43039            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
43040            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
43041            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
43042            - lib/File/Glob/case.t lib/File/Glob/global.t
43043            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
43044            - lib/File/Temp/posix.t lib/File/Temp/security.t
43045            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
43046            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
43047            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
43048            - lib/Text/Wrap/wrap.t
43049            ! MANIFEST
43050 ____________________________________________________________________________
43051 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
43052         Log: Upgrade to I18N::LangTags 0.25.
43053      Branch: perl
43054            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43055            ! lib/I18N/LangTags/List.pm
43056 ____________________________________________________________________________
43057 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
43058         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
43059              From: Richard Soderberg <rs@crystalflame.net>
43060              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
43061              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
43062      Branch: perl
43063            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
43064            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
43065 ____________________________________________________________________________
43066 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
43067         Log: Test obsoleted by change #10777.
43068      Branch: perl
43069            ! t/op/sub_lval.t
43070 ____________________________________________________________________________
43071 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
43072         Log: Case of confused test numbering.
43073      Branch: perl
43074            ! t/op/pat.t
43075 ____________________________________________________________________________
43076 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
43077         Log: Subject: Re: Opinion on undef lvalue
43078              From: Abhijit Menon-Sen <ams@wiw.org>
43079              Date: Sun, 17 Jun 2001 13:04:46 +0530
43080              Message-ID: <20010617130446.B27925@lustre.linux.in>
43081              
43082              Allow lvalue subs to return undef in array context.
43083      Branch: perl
43084            ! pp_hot.c
43085 ____________________________________________________________________________
43086 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
43087         Log: Just a guess that using the same hack for cygwin as
43088              for win32 might help.
43089      Branch: perl
43090            ! lib/File/Find/find.t
43091 ____________________________________________________________________________
43092 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
43093         Log: NetWare tweaks from Guruprasad.
43094      Branch: perl
43095            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
43096            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
43097            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
43098            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
43099 ____________________________________________________________________________
43100 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
43101         Log: Subject: Re: perl@10722: Bogus warnings on REs 
43102              From: Hugo <hv@crypt.compulink.co.uk>
43103              Date: Thu, 21 Jun 2001 09:51:17 +0100
43104              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
43105              
43106              Unroll to avoid a UTS compiler bug.
43107      Branch: perl
43108            ! regcomp.c
43109 ____________________________________________________________________________
43110 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
43111         Log: Subject: Re: [PATCH] Make /o work under i?threads
43112              From: Artur Bergman <artur@contiller.se>
43113              Date: Thu, 21 Jun 2001 14:38:03 +0200
43114              Message-ID: <B757B74A.184D%artur@contiller.se>
43115      Branch: perl
43116            ! t/op/pat.t
43117 ____________________________________________________________________________
43118 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
43119         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43120              From: Artur Bergman <artur@contiller.se> 
43121              Date: Thu, 21 Jun 2001 14:27:33 +0200
43122              Message-ID: <B757B4D4.1849%artur@contiller.se>
43123              
43124              Plus extra parentheses.
43125      Branch: perl
43126            ! op.h
43127 ____________________________________________________________________________
43128 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
43129         Log: Subject: [PATCH] Make /o work under i?threads
43130              From: Richard Soderberg <rs@crystalflame.net>
43131              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
43132              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
43133      Branch: perl
43134            ! pp_ctl.c
43135 ____________________________________________________________________________
43136 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
43137         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
43138              From: Artur Bergman <artur@contiller.se>
43139              Date: Thu, 21 Jun 2001 14:04:54 +0200
43140              Message-ID: <B757AF86.1842%artur@contiller.se>
43141      Branch: perl
43142            ! op.h
43143 ____________________________________________________________________________
43144 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
43145         Log: Subject: Re: perl@10765: sv.c not OK on win32
43146              From: Artur Bergman <artur@contiller.se>
43147              Date: Thu, 21 Jun 2001 10:31:06 +0200
43148              Message-ID: <B7577D69.182C%artur@contiller.se>
43149      Branch: perl
43150            ! sv.c
43151 ____________________________________________________________________________
43152 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
43153         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
43154              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43155              Date: Thu, 21 Jun 2001 06:23:56 -0400
43156              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
43157              
43158              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
43159              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43160              Date: Thu, 21 Jun 2001 06:32:21 -0400
43161              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
43162      Branch: perl
43163            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
43164 ____________________________________________________________________________
43165 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
43166         Log: Subject: [PATCH] make syslog test more verbose
43167              From: Robert Spier <rspier@pobox.com>
43168              Date: Thu, 21 Jun 2001 00:54:32 -0400
43169              Message-ID: <15153.32264.295807.333073@rls.cx>
43170      Branch: perl
43171            ! ext/Sys/Syslog/syslog.t
43172 ____________________________________________________________________________
43173 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
43174         Log: Subject: op/study.t refinements
43175              From: Hugo <hv@crypt.compulink.co.uk>
43176              Date: Thu, 21 Jun 2001 00:29:07 +0100
43177              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
43178      Branch: perl
43179            ! t/op/study.t
43180 ____________________________________________________________________________
43181 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
43182         Log: Update Changes.
43183      Branch: perl
43184            ! Changes patchlevel.h
43185 ____________________________________________________________________________
43186 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
43187         Log: Subject: Re: [PATCH] djgpp updates
43188              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43189              Date: Wed, 20 Jun 2001 10:05:15 +0200
43190              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
43191      Branch: perl
43192            ! djgpp/config.over
43193 ____________________________________________________________________________
43194 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
43195         Log: Fix for ID 20010619.002 "When building hash, hash keys that
43196              are function calls are not being called", from Abhijit.
43197      Branch: perl
43198            ! t/base/lex.t toke.c
43199 ____________________________________________________________________________
43200 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
43201         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
43202      Branch: perl
43203            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
43204            + lib/Locale/Maketext/test.pl
43205            - lib/Locale/Maketext.t
43206            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
43207            ! lib/Locale/Maketext/TPJ13.pod
43208 ____________________________________________________________________________
43209 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
43210         Log: Metaconfig unit change for #10760.
43211      Branch: metaconfig
43212            ! U/modified/Cppsym.U
43213 ____________________________________________________________________________
43214 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
43215         Log: Do not remove the ccsym* Cppsym* files since
43216              they are useful for metaconfig units coming after us.
43217              (This is the Configure nit mentioned in #10752.)
43218      Branch: perl
43219            ! Configure
43220 ____________________________________________________________________________
43221 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
43222         Log: Update to I18N::LangTags 0.24, from Sean Burke.
43223      Branch: perl
43224            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
43225            + lib/I18N/LangTags/README
43226            - lib/I18N/LangTags/List.pod
43227            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
43228 ____________________________________________________________________________
43229 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
43230         Log: Regen headers.
43231      Branch: perl
43232            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
43233            ! pod/perlapi.pod proto.h
43234 ____________________________________________________________________________
43235 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
43236         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
43237              From: Artur Bergman <artur@contiller.se>
43238              Date: Wed, 20 Jun 2001 11:31:32 +0200
43239              Message-ID: <B7563A14.17D8%artur@contiller.se>
43240      Branch: perl
43241            ! embed.pl hv.c intrpvar.h sv.c sv.h
43242 ____________________________________________________________________________
43243 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
43244         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
43245              From: Tim Sweetman <tim@aldigital.co.uk> 
43246              Date: Wed, 13 Jun 2001 14:25:17 +0100 
43247              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
43248      Branch: perl
43249            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
43250 ____________________________________________________________________________
43251 [ 10755] By: nick                                  on 2001/06/20  16:12:37
43252         Log: Integrate mainline
43253      Branch: perlio
43254           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
43255           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
43256           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
43257           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
43258           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
43259           !> t/op/study.t util.c
43260 ____________________________________________________________________________
43261 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
43262         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
43263              but not Makefile)
43264      Branch: maint-5.6/perl
43265            ! win32/Makefile
43266 ____________________________________________________________________________
43267 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
43268         Log: Security tweak on readlink().
43269      Branch: perl
43270            ! pp_sys.c
43271 ____________________________________________________________________________
43272 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
43273         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
43274      Branch: perl
43275            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
43276            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
43277            ! mpeix/relink t/op/pwent.t
43278 ____________________________________________________________________________
43279 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
43280         Log: Reinstate #10725 (with probe for alarm()).
43281      Branch: perl
43282            ! t/op/study.t
43283 ____________________________________________________________________________
43284 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
43285         Log: Replace our implementation of realpath() with OpenBSD's
43286              (src/lib/libc/stdlib/realpath.c 1.4).
43287      Branch: perl
43288            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
43289            ! pod/perldiag.pod proto.h util.c
43290 ____________________________________________________________________________
43291 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
43292         Log: Integrate perlio.
43293      Branch: perl
43294           !> perlio.c
43295 ____________________________________________________________________________
43296 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
43297         Log: No point in going into memory-saving contortions
43298              with getcwd() since there's a danger of buffer overflow.
43299              Also make the POSIX extension to use sv_getcwd().
43300              Finally, a missed proto.h fragment.
43301      Branch: perl
43302            ! ext/POSIX/POSIX.xs proto.h util.c
43303 ____________________________________________________________________________
43304 [ 10747] By: nick                                  on 2001/06/20  12:38:26
43305         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
43306      Branch: perlio
43307            ! perlio.c
43308 ____________________________________________________________________________
43309 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
43310         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
43311              From: Graham Barr <gbarr@pobox.com>
43312              Date: Wed, 20 Jun 2001 11:05:49 +0100
43313              Message-ID: <20010620110549.I19188@pobox.com>
43314              
43315              reported in        
43316              
43317              Subject: Bug in IO::Socket::INET module (repeat)
43318              From: "Harmon S. Nine" <hnine@netarx.com>
43319              Date: Tue, 19 Jun 2001 09:41:35 -0400
43320              Message-ID: <3B2F568F.8080605@netarx.com>
43321              
43322              The bug was that the IO::Socket::INET constructor
43323              did not allow a 'LocalPort' of 0.
43324      Branch: perl
43325            ! ext/IO/lib/IO/Socket/INET.pm
43326 ____________________________________________________________________________
43327 [ 10745] By: nick                                  on 2001/06/20  08:56:39
43328         Log: Integrate mainline.
43329      Branch: perlio
43330           !> (integrate 37 files)
43331 ____________________________________________________________________________
43332 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
43333         Log: After some reading I don't think we can blindly
43334              use systems' realpath().  Too many security problems,
43335              too many buggy implementations.
43336              
43337              TODO: the realpath() emulation code in util.c doesn't
43338              seem fully operational?  (readlink(), for example?)
43339      Branch: perl
43340            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
43341            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
43342            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
43343            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
43344            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
43345            ! win32/config_H.gc win32/config_H.vc
43346 ____________________________________________________________________________
43347 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
43348         Log: Metaconfig unit change for #10738.
43349      Branch: metaconfig
43350            ! U/compline/d_gconvert.U
43351 ____________________________________________________________________________
43352 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
43353         Log: Integrate change #10739 from maintperl:
43354              
43355              C<eval "/x$\r\n/x"> fails to compile correctly 
43356      Branch: perl
43357           !> t/op/pat.t toke.c
43358 ____________________________________________________________________________
43359 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
43360         Log: Retract #10725 (Hugo asked NOT to apply the patch)
43361      Branch: perl
43362            ! t/op/study.t
43363 ____________________________________________________________________________
43364 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
43365         Log: The test.third results were funnily named because of the
43366              new test scheme.
43367      Branch: perl
43368            ! t/TEST
43369 ____________________________________________________________________________
43370 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
43371         Log: C<eval "/x$\r\n/x"> fails to compile correctly
43372      Branch: maint-5.6/perl
43373            ! t/op/pat.t toke.c
43374 ____________________________________________________________________________
43375 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
43376         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
43377              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43378              Date: Tue, 19 Jun 2001 19:15:40 -0400
43379              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
43380              
43381              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
43382              because "1e+129" being expected but "1.e+129" being returned.
43383              The culprit (at least in Tru64) is the use of gcvt().
43384      Branch: perl
43385            ! Configure
43386 ____________________________________________________________________________
43387 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
43388         Log: Subject: [PATCH perl@10722] test hunting on VMS
43389              From: "Craig A. Berry" <craigberry@mac.com>
43390              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
43391              Date: Tue, 19 Jun 2001 18:59:01 -0500
43392      Branch: perl
43393            ! vms/test.com
43394 ____________________________________________________________________________
43395 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
43396         Log: Subject: [PATCH] s/typos//
43397              From: Abhijit Menon-Sen <ams@wiw.org>
43398              Date: Wed, 20 Jun 2001 02:15:02 +0530
43399              Message-ID: <20010620021502.A14541@lustre.linux.in>
43400              
43401              Without the op.h s/bearword/bareword/ hunk, see
43402              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
43403      Branch: perl
43404            ! util.c
43405 ____________________________________________________________________________
43406 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
43407         Log: Metaconfig unit change for #10732 and #10733.
43408      Branch: metaconfig/U/perl
43409            ! fflushall.U
43410 ____________________________________________________________________________
43411 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
43412         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
43413              From: "Craig A. Berry" <craigberry@mac.com>
43414              Date: Tue, 19 Jun 2001 17:19:48 -0500
43415              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
43416      Branch: perl
43417            ! configure.com vms/descrip_mms.template
43418 ____________________________________________________________________________
43419 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
43420         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
43421              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43422              Date: Tue, 19 Jun 2001 16:48:07 -0400
43423              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
43424              
43425              Further fixes to fflush(NULL) detection.
43426      Branch: perl
43427            ! Configure
43428 ____________________________________________________________________________
43429 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
43430         Log: AIX test -s hangs with non-existent files?
43431              (A genuine logic bug in Configure, but AIX also broken?)
43432      Branch: perl
43433            ! Configure
43434 ____________________________________________________________________________
43435 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
43436         Log: AUTHORS updates.
43437      Branch: perl
43438            ! AUTHORS
43439 ____________________________________________________________________________
43440 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
43441         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
43442              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43443              Date: Tue, 19 Jun 2001 15:33:25 -0400
43444              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
43445      Branch: perl
43446            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
43447            ! t/lib/warnings/pp
43448 ____________________________________________________________________________
43449 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
43450         Log: Integrate perlio.
43451      Branch: perl
43452           !> lib/File/Find/find.t win32/distclean.bat
43453 ____________________________________________________________________________
43454 [ 10728] By: nick                                  on 2001/06/19  18:24:53
43455         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
43456      Branch: perlio
43457            ! lib/File/Find/find.t win32/distclean.bat
43458 ____________________________________________________________________________
43459 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
43460         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
43461              also add information how to find out whether one has PerlIO.
43462      Branch: perl
43463            ! pod/perlfunc.pod
43464 ____________________________________________________________________________
43465 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
43466         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
43467              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43468              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
43469              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
43470      Branch: perl
43471            ! pod/perlfunc.pod
43472 ____________________________________________________________________________
43473 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
43474         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43475              From: Hugo <hv@crypt.compulink.co.uk>
43476              Date: Tue, 19 Jun 2001 12:37:30 +0100
43477              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
43478      Branch: perl
43479            ! t/op/study.t
43480 ____________________________________________________________________________
43481 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
43482         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
43483              From: Hugo <hv@crypt.compulink.co.uk>
43484              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
43485              Date: Tue, 19 Jun 2001 13:15:17 +0100
43486      Branch: perl
43487            ! util.c
43488 ____________________________________________________________________________
43489 [ 10723] By: nick                                  on 2001/06/19  14:46:15
43490         Log: Integrate mainline
43491      Branch: perlio
43492           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
43493           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
43494           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
43495           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
43496           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
43497           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
43498            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43499            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43500            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43501            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43502            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43503            - ext/Thread/unsync4.t
43504           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
43505           !> djgpp/config.over djgpp/fixpmain
43506           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
43507           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
43508           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
43509 ____________________________________________________________________________
43510 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
43511         Log: Update Changes.
43512      Branch: perl
43513            ! Changes patchlevel.h
43514 ____________________________________________________________________________
43515 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
43516         Log: The existence shall be MANIFESted.
43517      Branch: perl
43518            ! MANIFEST
43519 ____________________________________________________________________________
43520 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
43521         Log: The old libnet.cfg is first searched from the current directory,
43522              only then from the module path.
43523      Branch: perl
43524            ! utils/libnetcfg.PL
43525 ____________________________________________________________________________
43526 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
43527         Log: NetWare tweaks from Guruprasad.
43528      Branch: perl
43529            ! NetWare/Makefile NetWare/config.wc
43530 ____________________________________________________________________________
43531 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
43532         Log: Subject: [PATCH] djgpp updates
43533              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
43534              Date: Tue, 19 Jun 2001 10:59:06 +0200
43535              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
43536      Branch: perl
43537            ! djgpp/config.over djgpp/fixpmain
43538 ____________________________________________________________________________
43539 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
43540         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
43541              From: Prymmer/Kahn <pvhp@best.com>
43542              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
43543              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
43544      Branch: perl
43545            ! win32/Makefile
43546 ____________________________________________________________________________
43547 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
43548         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
43549              to happen right after the inclusion of <inttypes.h>,
43550              from Edward Moy.
43551      Branch: perl
43552            ! handy.h perl.h
43553 ____________________________________________________________________________
43554 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
43555         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
43556              From: Doug MacEachern <dougm@covalent.net>
43557              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
43558              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
43559      Branch: perl
43560            ! ext/DynaLoader/DynaLoader_pm.PL
43561 ____________________________________________________________________________
43562 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
43563         Log: Revert #10656 for performance reasons but leave in the
43564              use of Hv*() macros -- in comments, so that grepping the
43565              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
43566              suggested by Sarathy, also by Abhijit.)
43567      Branch: perl
43568            ! hv.c
43569 ____________________________________________________________________________
43570 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
43571         Log: Subject: [patch] .s MakeMaker suffix
43572              From: Doug MacEachern <dougm@covalent.net>
43573              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
43574              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
43575      Branch: perl
43576            ! lib/ExtUtils/MM_Unix.pm
43577 ____________________________________________________________________________
43578 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
43579         Log: One test lost in the big shuffle restored.
43580      Branch: perl
43581            + ext/IPC/SysV/ipcsysv.t
43582            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
43583 ____________________________________________________________________________
43584 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
43585         Log: Rename the old non-standard threads tests so that
43586              they won't be invoked.
43587      Branch: perl
43588            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
43589            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
43590            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
43591            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
43592            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
43593            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
43594            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43595            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43596            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43597            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43598            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43599            - ext/Thread/unsync4.t
43600            ! MANIFEST
43601 ____________________________________________________________________________
43602 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
43603         Log: Integrate perlio.
43604      Branch: perl
43605           !> win32/config_sh.PL
43606 ____________________________________________________________________________
43607 [ 10709] By: nick                                  on 2001/06/19  08:18:18
43608         Log: Integrate mainline
43609      Branch: perlio
43610           +> (branch 40 files)
43611            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
43612            - lib/strict/subs lib/strict/vars lib/warnings/1global
43613            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
43614            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
43615            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
43616            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
43617            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
43618            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
43619            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
43620            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
43621            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
43622            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
43623            - lib/warnings/utf8 lib/warnings/util
43624           !> (integrate 57 files)
43625 ____________________________________________________________________________
43626 [ 10708] By: nick                                  on 2001/06/19  07:57:10
43627         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
43628      Branch: perlio
43629            ! win32/config_sh.PL
43630 ____________________________________________________________________________
43631 [ 10707] By: nick                                  on 2001/06/19  07:05:07
43632         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
43633      Branch: perl
43634            ! perly.c perly.y perly_c.diff vms/perly_c.vms
43635 ____________________________________________________________________________
43636 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
43637         Log: More perl572delta tweaks.
43638      Branch: perl
43639            ! pod/perl572delta.pod
43640 ____________________________________________________________________________
43641 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
43642         Log: Update perl572delta.
43643      Branch: perl
43644            ! pod/perl572delta.pod
43645 ____________________________________________________________________________
43646 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
43647         Log: VOS updates from Paul Green.
43648      Branch: perl
43649            ! vos/Changes vos/build.cm vos/perl.bind
43650 ____________________________________________________________________________
43651 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
43652         Log: Update the vos/config.*.* files.
43653      Branch: perl
43654            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43655            ! vos/config.ga.h
43656 ____________________________________________________________________________
43657 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
43658         Log: Add a makefile for more painless adding of symbols to the
43659              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
43660              takes care of the adding)
43661      Branch: perl
43662            + vos/Makefile
43663 ____________________________________________________________________________
43664 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
43665         Log: Make libnetcfg by default display the libnet configuration,
43666              -c to change, add -i for old config, document all options,
43667              regen toc.
43668      Branch: perl
43669            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
43670 ____________________________________________________________________________
43671 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
43672         Log: gcc -Wall sweep.
43673      Branch: perl
43674            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
43675 ____________________________________________________________________________
43676 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
43677         Log: So there.
43678      Branch: perl
43679            ! universal.c
43680 ____________________________________________________________________________
43681 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
43682         Log: Document the need for sv_printify().
43683              
43684              Document that 'use utf8' has been considered.
43685              
43686              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
43687      Branch: perl
43688            ! pod/perltodo.pod universal.c
43689 ____________________________________________________________________________
43690 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
43691         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
43692              From: Nicholas Clark <nick@ccl4.org>
43693              Date: Mon, 18 Jun 2001 23:29:23 +0100
43694              Message-ID: <20010618232923.I98663@plum.flirble.org>
43695      Branch: perl
43696            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
43697            ! ext/Sys/Syslog/Makefile.PL
43698 ____________________________________________________________________________
43699 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
43700         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
43701              From: Scott.L.Miller@Compaq.com
43702              Date: Mon, 18 Jun 2001 10:12:27 -0500
43703              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
43704      Branch: perl
43705            ! lib/perl5db.pl pod/perldebug.pod
43706 ____________________________________________________________________________
43707 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
43708         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
43709              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
43710              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
43711              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
43712      Branch: perl
43713            ! lib/Carp/Heavy.pm
43714 ____________________________________________________________________________
43715 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
43716         Log: Subject: [PATCH] Documentation changes for CLONE
43717              From: Artur Bergman <artur@contiller.se>
43718              Date: Mon, 18 Jun 2001 22:06:37 +0200
43719              Message-ID: <B7542BEC.1719%artur@contiller.se>
43720      Branch: perl
43721            ! pod/perlmod.pod pod/perlsub.pod
43722 ____________________________________________________________________________
43723 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
43724         Log: Subject: Re: configure.com
43725              From: "Craig A. Berry" <craigberry@mac.com>
43726              Date: Mon, 18 Jun 2001 16:04:38 -0500
43727              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
43728      Branch: perl
43729            ! configure.com
43730 ____________________________________________________________________________
43731 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
43732         Log: Subject: PL_nullstash + perl_clone()
43733              From: Doug MacEachern <dougm@covalent.net>
43734              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
43735              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
43736      Branch: perl
43737            ! sv.c
43738 ____________________________________________________________________________
43739 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
43740         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
43741              From: davem@fdgroup.co.uk
43742              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
43743              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
43744      Branch: perl
43745            ! embed.pl pod/perlapi.pod
43746 ____________________________________________________________________________
43747 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
43748         Log: More cross-compilation defaults gleaned from -Dcc
43749              if it is CPU-OS-gcc.
43750      Branch: metaconfig
43751            ! U/modified/libc.U
43752      Branch: metaconfig/U/perl
43753            ! Cross.U
43754      Branch: perl
43755            ! Configure INSTALL
43756 ____________________________________________________________________________
43757 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
43758         Log: Update Changes.
43759      Branch: perl
43760            ! Changes patchlevel.h
43761 ____________________________________________________________________________
43762 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
43763         Log: Subject: [PATCH 5.7.1] sv.c documentation
43764              From: davem@fdgroup.co.uk
43765              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
43766              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
43767      Branch: perl
43768            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
43769            ! sv.c sv.h
43770 ____________________________________________________________________________
43771 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
43772         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
43773              From: "Jon Gunnip" <jongunnip@hotmail.com>
43774              Date: Sun, 17 Jun 2001 18:24:29 -0400
43775              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
43776      Branch: perl
43777            ! pod/perlvar.pod
43778 ____________________________________________________________________________
43779 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
43780         Log: Move the locale/strict/warnings helper files back
43781              under the t/lib; this way the amount of non-installabled
43782              stuff under lib/ stays smaller.
43783      Branch: perl
43784            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
43785            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
43786            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
43787            + t/lib/warnings/5nolint t/lib/warnings/6default
43788            + t/lib/warnings/7fatal t/lib/warnings/8signal
43789            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
43790            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
43791            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
43792            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
43793            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
43794            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
43795            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
43796            + t/lib/warnings/taint t/lib/warnings/toke
43797            + t/lib/warnings/universal t/lib/warnings/utf8
43798            + t/lib/warnings/util
43799            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
43800            - lib/strict/subs lib/strict/vars lib/warnings/1global
43801            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
43802            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
43803            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
43804            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
43805            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
43806            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
43807            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
43808            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
43809            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
43810            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
43811            - lib/warnings/utf8 lib/warnings/util
43812            ! MANIFEST installperl lib/locale.t lib/strict.t
43813 ____________________________________________________________________________
43814 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
43815         Log: Split off the pack/unpack code, from Nicholas Clark.
43816      Branch: perl
43817            + pp_pack.c
43818            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
43819            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
43820            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
43821 ____________________________________________________________________________
43822 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
43823         Log: Guard the SysV IPC tests against being invoked in
43824              SysV-IPC-less places.
43825      Branch: perl
43826            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
43827 ____________________________________________________________________________
43828 [ 10683] By: nick                                  on 2001/06/18  12:24:42
43829         Log: Integrate mainline (new test scheme now ok on Linux).
43830      Branch: perlio
43831           +> lib/warnings.t
43832           !> dump.c sv.c
43833 ____________________________________________________________________________
43834 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
43835         Log: Add the locale.c and numeric.c to the microperl sources.
43836      Branch: perl
43837            ! Makefile.micro win32/Makefile
43838 ____________________________________________________________________________
43839 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
43840         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
43841              From: Abhijit Menon-Sen <ams@wiw.org>
43842              Date: Mon, 18 Jun 2001 14:23:44 +0530
43843              Message-ID: <20010618142344.A13136@lustre.linux.in>
43844      Branch: perl
43845            ! dump.c
43846 ____________________________________________________________________________
43847 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
43848         Log: Subject: Re: [PATCH] more anonymous stash cleanups
43849              From: Abhijit Menon-Sen <ams@wiw.org>
43850              Date: Mon, 18 Jun 2001 15:50:32 +0530
43851              Message-ID: <20010618155032.A13223@lustre.linux.in>
43852              
43853              Plus the comment left in as suggested by NI-S.
43854      Branch: perl
43855            ! sv.c
43856 ____________________________________________________________________________
43857 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
43858         Log: One missed file.
43859      Branch: perl
43860            + lib/warnings.t
43861 ____________________________________________________________________________
43862 [ 10678] By: nick                                  on 2001/06/18  08:05:29
43863         Log: Integrate mainline (part2 - the deletes)
43864      Branch: perlio
43865            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
43866            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
43867            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
43868            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
43869            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
43870            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
43871            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
43872            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
43873            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
43874            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
43875            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
43876 ____________________________________________________________________________
43877 [ 10677] By: nick                                  on 2001/06/18  08:04:44
43878         Log: Integrate mainline (part1)
43879      Branch: perlio
43880           +> (branch 376 files)
43881            - (delete 219 files)
43882           !> (integrate 151 files)
43883 ____________________________________________________________________________
43884 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
43885         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
43886              No doubt I made some mistakes like missed some files or
43887              misnamed some files.  The naming rules were more or less:
43888              (1) if the module is from CPAN, follows its ways, be it
43889              t/*.t or test.pl.
43890              (2) otherwise if there are multiple tests for a module
43891              put them in a t/
43892              (3) otherwise if there's only one test put it in Module.t
43893              (4) helper files go to module/ (locale, strict, warnings)
43894              (5) use longer filenames now that we can (but e.g. the
43895              compat-0.6.t and the Text::Balanced test files still
43896              were renamed to be more civil against the 8.3 people)
43897              installperl was updated appropriately not to install the
43898              *.t files or the help files from under lib.
43899              
43900              TODO: some helper files still remain under t/ that could
43901              follow their 'masters'.  UPDATE: On second thoughts, why
43902              should they.  They can continue to live under t/lib, and
43903              in fact the locale/strict/warnings helpers that were moved
43904              could be moved back.  This way the amount of non-installable
43905              stuff under lib/ stays smaller.
43906      Branch: perl
43907            + (add 253 files)
43908            - (delete 254 files)
43909            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
43910 ____________________________________________________________________________
43911 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
43912         Log: The warning no more comes from util.c, it comes from numeric.c.
43913      Branch: perl
43914            ! README.tru64
43915 ____________________________________________________________________________
43916 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
43917         Log: Subject: Re: anyone good at casting spells?
43918              From: Spider Boardman <spider@Orb.Nashua.NH.US>
43919              Date: Sun, 17 Jun 2001 21:21:04 -0400
43920              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
43921      Branch: perl
43922            ! ext/POSIX/POSIX.xs hv.h
43923 ____________________________________________________________________________
43924 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
43925         Log: Protect the (original) thread tests against testing if no 5.005
43926              threads have been configured.
43927      Branch: perl
43928            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
43929            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
43930            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
43931            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
43932            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
43933            ! ext/Thread/unsync4.t
43934 ____________________________________________________________________________
43935 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
43936         Log: Try the new test scanning scheme on Text::Abbrev.
43937      Branch: perl
43938            + lib/Text/Abbrev.t
43939            - lib/Text/Abbrev/t/abbrev.t
43940            ! MANIFEST
43941 ____________________________________________________________________________
43942 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
43943         Log: Change the scan policy of the *.t and test.pl files,
43944              now the *.t do not need to live in a t/ directory.
43945      Branch: perl
43946            ! t/TEST t/harness
43947 ____________________________________________________________________________
43948 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
43949         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
43950              From: Ilmari Karonen <iltzu@sci.fi>
43951              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
43952              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
43953      Branch: perl
43954            ! pod/perlfaq7.pod
43955 ____________________________________________________________________________
43956 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
43957         Log: Quench the warnings from Tru64; the HP-UX is still
43958              broken because it really, REALLY, doesn't like the
43959              HvARRAY() being lvalue:
43960              
43961              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
43962              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
43963      Branch: perl
43964            ! hv.c
43965 ____________________________________________________________________________
43966 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
43967         Log: Integrate change #10667 from maintperl:
43968              
43969              change#10449 broke the special-case that makes lexicals inside the
43970              eval"" within DB::DB() visible
43971      Branch: perl
43972           !> op.c
43973 ____________________________________________________________________________
43974 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
43975         Log: change#10449 broke the special-case that makes lexicals inside the
43976              eval"" within DB::DB() visible
43977      Branch: maint-5.6/perl
43978            ! op.c
43979 ____________________________________________________________________________
43980 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
43981         Log: Still spurious output; indent the code a bit.
43982              
43983              TODO1: separate the utility functions like MkDir
43984              into a helper script?
43985              
43986              TODO2: I see a lot of repetition in the filepath()
43987              and dirpath() calls.
43988      Branch: perl
43989            ! t/lib/filefind.t t/lib/findtaint.t
43990 ____________________________________________________________________________
43991 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
43992         Log: Regen modlib, toc.
43993      Branch: perl
43994            ! pod/perlmodlib.pod pod/perltoc.pod
43995 ____________________________________________________________________________
43996 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
43997         Log: Add libnetcfg to perlutil.
43998      Branch: perl
43999            ! pod/perlutil.pod
44000 ____________________________________________________________________________
44001 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
44002         Log: Initial integration of libnet-1.0703.
44003              The Configure script renamed as libnetcfg, will be
44004              installed along other utilities.
44005      Branch: perl
44006            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
44007            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
44008            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
44009            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
44010            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
44011            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
44012            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
44013            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
44014            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
44015            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
44016            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
44017            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
44018            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
44019            + utils/libnetcfg.PL
44020            ! MANIFEST utils.lst utils/Makefile
44021 ____________________________________________________________________________
44022 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
44023         Log: Less potentially test-harness-confusing output.
44024      Branch: perl
44025            ! lib/Memoize/t/expire_module_t.t
44026 ____________________________________________________________________________
44027 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
44028         Log: The final print annoys make test.
44029      Branch: perl
44030            ! t/lib/filefind.t t/lib/findtaint.t
44031 ____________________________________________________________________________
44032 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
44033         Log: Add an option for handling dangling symbolic links.
44034      Branch: perl
44035            ! lib/File/Find.pm t/lib/filefind.t
44036 ____________________________________________________________________________
44037 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
44038         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
44039              From: Thomas Wegner <wegner_thomas@yahoo.com>
44040              Date: Sun, 17 Jun 2001 14:43:11 +0200
44041              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
44042      Branch: perl
44043            + t/lib/findtaint.t
44044            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
44045 ____________________________________________________________________________
44046 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
44047         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
44048              From: Jonathan Stowe <gellyfish@gellyfish.com>
44049              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
44050              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
44051      Branch: perl
44052            ! lib/ExtUtils/MM_Unix.pm
44053 ____________________________________________________________________________
44054 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
44055         Log: Subject: [PATCH] more anonymous stash cleanups
44056              From: Abhijit Menon-Sen <ams@wiw.org>
44057              Date: Sun, 17 Jun 2001 11:44:06 +0530
44058              Message-ID: <20010617114406.A25203@lustre.linux.in>
44059      Branch: perl
44060            ! op.c
44061 ____________________________________________________________________________
44062 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
44063         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
44064              From: Abhijit Menon-Sen <ams@wiw.org>
44065              Date: Sun, 17 Jun 2001 08:02:59 +0530
44066              Message-ID: <20010617080259.A28776@lustre.linux.in>
44067              
44068              Subject: [PATCH #2/7] xhv_eiter
44069              From: Abhijit Menon-Sen <ams@wiw.org>
44070              Date: Sun, 17 Jun 2001 08:13:18 +0530
44071              Message-ID: <20010617081318.B28776@lustre.linux.in>
44072              
44073              Subject: [PATCH #3/7] xhv_fill
44074              From: Abhijit Menon-Sen <ams@wiw.org>
44075              Date: Sun, 17 Jun 2001 08:25:16 +0530
44076              Message-ID: <20010617082516.C28776@lustre.linux.in>
44077              
44078              Subject: [PATCH #4/7] xhv_keys
44079              From: Abhijit Menon-Sen <ams@wiw.org>
44080              Date: Sun, 17 Jun 2001 08:36:17 +0530
44081              Message-ID: <20010617083617.D28776@lustre.linux.in>
44082              
44083              Subject: [PATCH #5/7] xhv_max
44084              From: Abhijit Menon-Sen <ams@wiw.org>
44085              Date: Sun, 17 Jun 2001 08:39:48 +0530
44086              Message-ID: <20010617083948.E28776@lustre.linux.in>
44087              
44088              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
44089              From: Abhijit Menon-Sen <ams@wiw.org>
44090              Date: Sun, 17 Jun 2001 08:51:11 +0530
44091              Message-ID: <20010617085111.F28776@lustre.linux.in>
44092      Branch: perl
44093            ! hv.c
44094 ____________________________________________________________________________
44095 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
44096         Log: Update Changes.
44097      Branch: perl
44098            ! Changes patchlevel.h
44099 ____________________________________________________________________________
44100 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
44101         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
44102              From: Abhijit Menon-Sen <ams@wiw.org>
44103              Date: Sat, 16 Jun 2001 07:41:19 +0530
44104              Message-ID: <20010616074119.A24720@lustre.linux.in>
44105      Branch: perl
44106            ! hv.c perl.c vms/vmsish.h win32/win32.h
44107 ____________________________________________________________________________
44108 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
44109         Log: Document tests failing when threaded, since we now have more.
44110      Branch: perl
44111            ! pod/perl572delta.pod
44112 ____________________________________________________________________________
44113 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
44114         Log: -Wall cleanup.
44115      Branch: perl
44116            ! ext/Thread/Thread.xs
44117 ____________________________________________________________________________
44118 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
44119         Log: pthread_attr_setstacksize() isn't absolutely necessary
44120              to call, only iff THREAD_CREATE_NEEDS_STACK.
44121      Branch: perl
44122            ! ext/Thread/Thread.xs
44123 ____________________________________________________________________________
44124 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
44125         Log: -Wall strays.
44126      Branch: perl
44127            ! perl.c util.c
44128 ____________________________________________________________________________
44129 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
44130         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
44131              (and INT64_MIN) brokenness.
44132      Branch: perl
44133            ! hints/darwin.sh perl.h
44134 ____________________________________________________________________________
44135 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
44136         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
44137              From: Nicholas Clark <nick@ccl4.org>
44138              Date: Sun, 17 Jun 2001 00:16:05 +0100
44139              Message-ID: <20010617001605.V98663@plum.flirble.org>
44140      Branch: perl
44141            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
44142            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
44143            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44144 ____________________________________________________________________________
44145 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
44146         Log: Add perlnetware to docs; regen toc; supply skeleton
44147              docs for some Memoize submodules.
44148      Branch: perl
44149            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
44150            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44151            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
44152            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
44153            ! win32/Makefile win32/makefile.mk
44154 ____________________________________________________________________________
44155 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
44156         Log: pod cleanup.
44157      Branch: perl
44158            ! README.netware
44159 ____________________________________________________________________________
44160 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
44161         Log: Integrate Memoize 0.64.  Few tweaks were required in
44162              the test scripts.  Note that the speed and expire*
44163              tests take several dozen seconds to run.
44164      Branch: perl
44165            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
44166            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
44167            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
44168            + lib/Memoize/README lib/Memoize/SDBM_File.pm
44169            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
44170            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
44171            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
44172            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
44173            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
44174            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
44175            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
44176            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
44177            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
44178            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
44179            ! MANIFEST t/lib/1_compile.t
44180 ____________________________________________________________________________
44181 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
44182         Log: Document the cross-compilation options.
44183      Branch: perl
44184            ! Cross/README INSTALL
44185 ____________________________________________________________________________
44186 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
44187         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
44188      Branch: perl
44189            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
44190            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
44191            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
44192            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
44193            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
44194            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
44195            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
44196            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
44197            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
44198            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
44199            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
44200            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
44201            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
44202            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
44203            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
44204            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
44205            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
44206            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
44207            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
44208            + lib/ExtUtils/MM_NW5.pm
44209            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
44210            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
44211            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
44212            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
44213            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
44214            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
44215            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
44216            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
44217            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
44218            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
44219            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
44220            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
44221            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
44222            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
44223            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
44224            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
44225            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
44226            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
44227            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
44228            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
44229            ! util.h x2p/a2py.c
44230 ____________________________________________________________________________
44231 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
44232         Log: Resort MANIFEST.
44233      Branch: perl
44234            ! MANIFEST
44235 ____________________________________________________________________________
44236 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
44237         Log: Integrate perlio.
44238      Branch: perl
44239           +> win32/win32io.c
44240           !> MANIFEST perlio.c perliol.h win32/makefile.mk
44241 ____________________________________________________________________________
44242 [ 10640] By: nick                                  on 2001/06/16  18:38:31
44243         Log: Disable :win32 layer as default till I get it working
44244      Branch: perlio
44245            ! MANIFEST perlio.c
44246 ____________________________________________________________________________
44247 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
44248         Log: Try the new scheme by moving the Text::Abbrev test
44249              to a new place under lib.
44250      Branch: perl
44251            + lib/Text/Abbrev/t/abbrev.t
44252            - t/lib/abbrev.t
44253            ! MANIFEST
44254 ____________________________________________________________________________
44255 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
44256         Log: Make the code even more dynamical so that testname
44257              suffix length can change.
44258      Branch: perl
44259            ! lib/Test/Harness.pm t/TEST
44260 ____________________________________________________________________________
44261 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
44262         Log: Allow for deeper t/ and also a single test.pl.
44263      Branch: perl
44264            ! t/TEST t/harness
44265 ____________________________________________________________________________
44266 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
44267         Log: #define fix from Nicholas Clark.
44268      Branch: perl
44269            ! ext/POSIX/POSIX.xs
44270 ____________________________________________________________________________
44271 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
44272         Log: Initialization is nice.
44273      Branch: perl
44274            ! lib/Test/Harness.pm
44275 ____________________________________________________________________________
44276 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
44277         Log: Make t/TEST and t/harness to test also the t/ tests
44278              under the main lib/ and ext/ directories.  Fix Test::Harness
44279              to dynamically change the width of its "foo/bar....ok" output.
44280      Branch: perl
44281            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
44282 ____________________________________________________________________________
44283 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
44284         Log: Subject: [PATCH] Re: perl@10611 
44285              From: Nicholas Clark <nick@ccl4.org>
44286              Date: Sat, 16 Jun 2001 16:52:47 +0100
44287              Message-ID: <20010616165247.O98663@plum.flirble.org>
44288              
44289              The .xs parts, too.
44290      Branch: perl
44291            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
44292            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
44293 ____________________________________________________________________________
44294 [ 10632] By: nick                                  on 2001/06/16  16:44:35
44295         Log: Work-in-progress win32 layer semi-functional, checking 
44296              for UNIX breakage.
44297      Branch: perlio
44298            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
44299 ____________________________________________________________________________
44300 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
44301         Log: Subject: [PATCH] Re: perl@10611 
44302              From: Nicholas Clark <nick@ccl4.org>
44303              Date: Sat, 16 Jun 2001 16:52:47 +0100
44304              Message-ID: <20010616165247.O98663@plum.flirble.org>
44305      Branch: perl
44306            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
44307            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
44308            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
44309            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
44310            ! lib/ExtUtils/Constant.pm
44311 ____________________________________________________________________________
44312 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
44313         Log: Metaconfig unit change for #10629.
44314      Branch: metaconfig
44315            ! U/modified/Finish.U
44316 ____________________________________________________________________________
44317 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
44318         Log: The extraction changed directories.
44319      Branch: perl
44320            ! Configure
44321 ____________________________________________________________________________
44322 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
44323         Log: Math::BigInt 1.35 from Tels.
44324      Branch: perl
44325            + t/lib/mbimbf.t
44326            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44327            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44328 ____________________________________________________________________________
44329 [ 10627] By: nick                                  on 2001/06/16  14:54:52
44330         Log: Work in progress UNIX-side edit of win32 PerLIO layer
44331      Branch: perlio
44332            + win32/win32io.c
44333            ! perlio.c win32/makefile.mk
44334 ____________________________________________________________________________
44335 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
44336         Log: Subject: [PATCH 5.6.1] os2/diff-configure
44337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44338              Date: Fri, 15 Jun 2001 01:19:36 -0400
44339              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
44340              
44341              Empty all of it because I think #10624 made even the
44342              last patch hunk unnecessary.
44343      Branch: perl
44344            ! os2/diff.configure
44345 ____________________________________________________________________________
44346 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
44347         Log: Metaconfig unit change for 10624.
44348      Branch: metaconfig
44349            ! U/modified/libc.U
44350      Branch: perl
44351            ! config_h.SH
44352 ____________________________________________________________________________
44353 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
44354         Log: Move the initialization of libnames to the beginning so
44355              that can one 'seed' it (as OS/2 does.)
44356      Branch: perl
44357            ! Configure
44358 ____________________________________________________________________________
44359 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
44360         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
44361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44362              Date: Fri, 15 Jun 2001 19:10:57 -0400
44363              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
44364      Branch: perl
44365            ! os2/OS2/REXX/DLL/DLL.pm
44366 ____________________________________________________________________________
44367 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
44368         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
44369              From: "Craig A. Berry" <craigberry@mac.com>
44370              Date: Fri, 15 Jun 2001 17:00:03 -0500
44371              Message-Id: <a05101007b750342599be@[172.16.52.1]>
44372      Branch: perl
44373            ! vms/descrip_mms.template
44374 ____________________________________________________________________________
44375 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
44376         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
44377              From: "Craig A. Berry" <craigberry@mac.com>
44378              Date: Fri, 15 Jun 2001 18:39:42 -0500
44379              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
44380      Branch: perl
44381            ! lib/File/Spec/VMS.pm t/lib/extutils.t
44382 ____________________________________________________________________________
44383 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
44384         Log: Integrate perlio.
44385      Branch: perl
44386           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
44387           !> t/io/utf8.t t/lib/io_scalar.t
44388 ____________________________________________________________________________
44389 [ 10619] By: nick                                  on 2001/06/15  21:05:19
44390         Log: Generated files
44391      Branch: perlio
44392            ! embed.h proto.h
44393 ____________________________________________________________________________
44394 [ 10618] By: nick                                  on 2001/06/15  20:27:42
44395         Log: Fix open.pm to work via XS-implemented method calls rather
44396              than *open::layers variables which caused all the HV/AV hassle.
44397      Branch: perlio
44398            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
44399            ! t/lib/io_scalar.t
44400 ____________________________________________________________________________
44401 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
44402         Log: Integrate perlio.
44403      Branch: perl
44404           !> lib/ExtUtils/Constant.pm
44405 ____________________________________________________________________________
44406 [ 10616] By: nick                                  on 2001/06/15  18:46:47
44407         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
44408      Branch: perlio
44409            ! lib/ExtUtils/Constant.pm
44410 ____________________________________________________________________________
44411 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
44412         Log: Integrate perlio.
44413      Branch: perl
44414           !> ext/Socket/Socket.xs
44415 ____________________________________________________________________________
44416 [ 10614] By: nick                                  on 2001/06/15  18:33:37
44417         Log: MULTIPLICITY fix for Socket.xs
44418      Branch: perlio
44419            ! ext/Socket/Socket.xs
44420 ____________________________________________________________________________
44421 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
44422         Log: Subject: Re: perl@10611
44423              From: Doug MacEachern <dougm@covalent.net>
44424              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
44425              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
44426      Branch: perl
44427            ! ext/Socket/Socket.xs
44428 ____________________________________________________________________________
44429 [ 10612] By: nick                                  on 2001/06/15  16:14:38
44430         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
44431      Branch: perlio
44432           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44433           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
44434           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
44435           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
44436           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
44437           !> utils/h2ph.PL
44438 ____________________________________________________________________________
44439 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
44440         Log: Update Changes.
44441      Branch: perl
44442            ! Changes patchlevel.h
44443 ____________________________________________________________________________
44444 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
44445         Log: Upping the test count.
44446      Branch: perl
44447            ! t/lib/filefind.t
44448 ____________________________________________________________________________
44449 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
44450         Log: Integrate perlio.
44451      Branch: perl
44452           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44453 ____________________________________________________________________________
44454 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
44455         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44456              From: andreas.koenig@anima.de (Andreas J. Koenig)
44457              Date: 15 Jun 2001 13:30:39 +0200
44458              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
44459              
44460              Record the grim history.
44461      Branch: perl
44462            ! lib/File/Find.pm
44463 ____________________________________________________________________________
44464 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
44465         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
44466              From: Brian McCauley <nobull@mail.com>
44467              Date: 15 Jun 2001 07:51:26 +0100
44468              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
44469      Branch: perl
44470            ! lib/File/Find.pm t/lib/filefind.t
44471 ____________________________________________________________________________
44472 [ 10606] By: nick                                  on 2001/06/15  14:00:08
44473         Log: regen_config_h for Win32.
44474      Branch: perlio
44475            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44476 ____________________________________________________________________________
44477 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
44478         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
44479              From: Peter Prymmer <pvhp@forte.com>
44480              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
44481              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
44482      Branch: perl
44483            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
44484 ____________________________________________________________________________
44485 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
44486         Log: Some filesystems require writability for rename/unlink.
44487      Branch: perl
44488            ! opcode.pl
44489 ____________________________________________________________________________
44490 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
44491         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
44492              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44493              Date: Fri, 15 Jun 2001 12:08:53 +0200
44494              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
44495      Branch: perl
44496            ! perlio.c
44497 ____________________________________________________________________________
44498 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
44499         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
44500              From: Mike Guy <mjtg@cam.ac.uk>
44501              Date: Fri, 15 Jun 2001 14:11:49 +0100
44502              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
44503      Branch: perl
44504            ! opcode.pl
44505 ____________________________________________________________________________
44506 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
44507         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
44508              From: Nicholas Clark <nick@ccl4.org>
44509              Date: Thu, 14 Jun 2001 23:52:56 +0100
44510              Message-ID: <20010614235256.G98663@plum.flirble.org>
44511      Branch: perl
44512            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
44513            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44514 ____________________________________________________________________________
44515 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
44516         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
44517              From: Russ Allbery <rra@stanford.edu>
44518              Date: 14 Jun 2001 13:24:43 -0700
44519              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
44520      Branch: perl
44521            ! ext/GDBM_File/GDBM_File.pm
44522 ____________________________________________________________________________
44523 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
44524         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
44525              From: Nicholas Clark <nick@ccl4.org>
44526              Date: Thu, 14 Jun 2001 20:37:47 +0100
44527              Message-ID: <20010614203747.F98663@plum.flirble.org>
44528      Branch: perl
44529            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
44530            ! t/lib/gdbm.t
44531 ____________________________________________________________________________
44532 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
44533         Log: Integrate perlio.
44534      Branch: perl
44535           !> makedef.pl sv.c
44536 ____________________________________________________________________________
44537 [ 10597] By: nick                                  on 2001/06/15  11:08:13
44538         Log: Check that HVs with HvNAME() != NULL are really stashes before
44539              treating them as such. Also be more defensive on the GvCV.
44540              Win32 fork and dprof now working again. 
44541      Branch: perlio
44542            ! sv.c
44543 ____________________________________________________________________________
44544 [ 10596] By: nick                                  on 2001/06/15  10:11:20
44545         Log: Integrate mainline.
44546      Branch: perlio
44547           +> Cross/README
44548           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
44549           !> Porting/config_H config_h.SH configure.com epoc/config.sh
44550           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
44551           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44552           !> vos/config.ga.h win32/config.bc win32/config.gc
44553           !> win32/config.vc win32/config_H.bc win32/config_H.gc
44554           !> win32/config_H.vc
44555 ____________________________________________________________________________
44556 [ 10595] By: nick                                  on 2001/06/15  09:37:17
44557         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
44558              - Win32 (VC++) now builds but fails:
44559              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
44560              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
44561              write.t    - open(...,"|-") not implemented on Win32 
44562      Branch: perlio
44563            ! makedef.pl
44564 ____________________________________________________________________________
44565 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
44566         Log: Integrate perlio.
44567      Branch: perl
44568           !> perlio.c win32/makefile.mk
44569 ____________________________________________________________________________
44570 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
44571         Log: Metaconfig unit changes for #10592.
44572      Branch: metaconfig
44573            + U/modified/i_varhdr.U U/modified/startsh.U
44574            - U/a_dvisory/crosscompile.U U/target/Target.U
44575            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
44576            ! U/compline/bitpbyte.U U/compline/byteorder.U
44577            ! U/compline/ccflags.U U/compline/charsize.U
44578            ! U/compline/d_casti32.U U/compline/d_castneg.U
44579            ! U/compline/d_closedir.U U/compline/d_fd_set.U
44580            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
44581            ! U/compline/d_keepsig.U U/compline/d_open3.U
44582            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
44583            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
44584            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
44585            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
44586            ! U/compline/doublesize.U U/compline/floatsize.U
44587            ! U/compline/nblock_io.U U/compline/orderlib.U
44588            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
44589            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
44590            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
44591            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
44592            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
44593            ! U/modified/spitshell.U U/threads/archname.U
44594            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
44595            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
44596            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
44597            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
44598            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
44599      Branch: metaconfig/U/perl
44600            + Cross.U
44601            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
44602            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
44603            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
44604            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
44605            ! stdio_streams.U uselfs.U
44606 ____________________________________________________________________________
44607 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
44608         Log: The first steps towards cross-compilation.
44609              
44610              Abstract execution of compiled test executables with $run,
44611              and abstract transfer of files with $to and $from.
44612              
44613              Under cross-compilation the $run, $to, and $from will point
44614              to appropriate wrapper scripts, by default ssh and scp,
44615              but also rsh, rcp, and cp are supported.  If not
44616              cross-compiling, they will be set to '', ':', and ':',
44617              respectively.
44618              
44619              With these patches I was able to get Configure for
44620              iPAQ ARM Linux on an Intel Linux about 95% right
44621              (only a few tests failed to execute or they produced
44622              incorrect results), and I was able to compile
44623              a functional miniperl.
44624              
44625              The symbol crosscompile renamed to be usecrosscompile,
44626              the corresponding C symbol from CROSSCOMPILE to
44627              USE_CROSS_COMPILE.
44628      Branch: perl
44629            ! Configure Cross/README Makefile.SH Porting/Glossary
44630            ! Porting/config.sh Porting/config_H config_h.SH configure.com
44631            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
44632            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44633            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44634            ! win32/config.gc win32/config.vc win32/config_H.bc
44635            ! win32/config_H.gc win32/config_H.vc
44636 ____________________________________________________________________________
44637 [ 10591] By: nick                                  on 2001/06/14  20:00:12
44638         Log: Steps along the road toward Win32 building again.
44639      Branch: perlio
44640            ! perlio.c win32/makefile.mk
44641 ____________________________________________________________________________
44642 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
44643         Log: Integrate perlio.
44644      Branch: perl
44645           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
44646 ____________________________________________________________________________
44647 [ 10589] By: nick                                  on 2001/06/14  13:54:07
44648         Log: Routine regen_config_h for Win32
44649      Branch: perlio
44650            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
44651 ____________________________________________________________________________
44652 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
44653         Log: Integrate perlio.
44654      Branch: perl
44655           +> perlyline.pl
44656           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
44657 ____________________________________________________________________________
44658 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
44659         Log: A placeholder.
44660      Branch: perl
44661            + Cross/README
44662 ____________________________________________________________________________
44663 [ 10586] By: nick                                  on 2001/06/14  08:25:07
44664         Log: Add new step to run_byacc which:
44665              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
44666              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
44667      Branch: perlio
44668            + perlyline.pl
44669            ! MANIFEST Makefile.SH perly.c
44670 ____________________________________________________________________________
44671 [ 10585] By: nick                                  on 2001/06/14  08:22:29
44672         Log: Integrate mainline
44673      Branch: perlio
44674           +> locale.c numeric.c
44675           !> Changes cygwin/Makefile.SHs embed.h embed.pl
44676           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
44677           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
44678           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
44679           !> x2p/Makefile.SH
44680 ____________________________________________________________________________
44681 [ 10584] By: nick                                  on 2001/06/14  08:05:53
44682         Log: Hack to remove insecure directories from PATH so test will run.
44683      Branch: perlio
44684            ! t/lib/filefind.t
44685 ____________________________________________________________________________
44686 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
44687         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
44688      Branch: perl
44689            - t/lib/mbimbf.t
44690            ! MANIFEST
44691 ____________________________________________________________________________
44692 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
44693         Log: Detypo.
44694      Branch: perl
44695            ! x2p/Makefile.SH
44696 ____________________________________________________________________________
44697 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
44698         Log: de-$CONFIG continues.
44699      Branch: perl
44700            ! cygwin/Makefile.SHs x2p/Makefile.SH
44701 ____________________________________________________________________________
44702 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
44703         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
44704              From: Nicholas Clark <nick@ccl4.org>
44705              Date: Wed, 13 Jun 2001 21:20:13 +0100
44706              Message-ID: <20010613212013.D98663@plum.flirble.org>
44707      Branch: perl
44708            ! opcode.pl
44709 ____________________________________________________________________________
44710 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
44711         Log: Subject: splitting util.c
44712              From: Hugo <hv@crypt.compulink.co.uk>
44713              Date: Thu, 14 Jun 2001 00:41:08 +0100
44714              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
44715      Branch: perl
44716            + locale.c numeric.c
44717            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
44718            ! pod/perlapi.pod proto.h util.c
44719 ____________________________________________________________________________
44720 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
44721         Log: Upgrade to Math::BigInt 1.34 from Tels.
44722      Branch: perl
44723            + t/lib/mbimbf.t
44724            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
44725            ! t/lib/bigfltpm.t t/lib/bigintpm.t
44726 ____________________________________________________________________________
44727 [ 10577] By: nick                                  on 2001/06/13  19:02:48
44728         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
44729      Branch: perlio
44730           !> (integrate 125 files)
44731 ____________________________________________________________________________
44732 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
44733         Log: Update Changes.
44734      Branch: perl
44735            ! Changes patchlevel.h
44736 ____________________________________________________________________________
44737 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
44738         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
44739              From: "Craig A. Berry" <craigberry@mac.com>
44740              Date: Wed, 13 Jun 2001 13:24:28 -0500
44741              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
44742      Branch: perl
44743            ! ext/re/Makefile.PL
44744 ____________________________________________________________________________
44745 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
44746         Log: Mc.u.c. for #10573.
44747      Branch: metaconfig
44748            ! U/threads/usethreads.U
44749 ____________________________________________________________________________
44750 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
44751         Log: It would be also be good if I could type.
44752      Branch: perl
44753            ! Configure
44754 ____________________________________________________________________________
44755 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
44756         Log: Metaconfig unit change for #10571.
44757      Branch: metaconfig
44758            ! U/threads/usethreads.U
44759 ____________________________________________________________________________
44760 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
44761         Log: A non-empty default is a good thing.
44762      Branch: perl
44763            ! Configure
44764 ____________________________________________________________________________
44765 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
44766         Log: Metaconfig unit change for #10569.
44767      Branch: metaconfig
44768            ! U/threads/usethreads.U
44769 ____________________________________________________________________________
44770 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
44771         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
44772              extremely experimental, not even prompted for.
44773      Branch: perl
44774            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44775            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
44776            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
44777            ! win32/config.bc win32/config.gc win32/config.vc
44778 ____________________________________________________________________________
44779 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
44780         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
44781      Branch: perl
44782            ! pod/perlfaq6.pod
44783 ____________________________________________________________________________
44784 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
44785         Log: Integrate perlio; conflicts, accept Nick's versions.
44786      Branch: perl
44787           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
44788           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
44789 ____________________________________________________________________________
44790 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
44791         Log: Subject: Re: ext/ + -Wall
44792              From: Doug MacEachern <dougm@covalent.net>
44793              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
44794              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
44795      Branch: perl
44796            ! XSUB.h lib/ExtUtils/xsubpp perl.h
44797 ____________________________________________________________________________
44798 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
44799         Log: Similar logic as DB_File.xs, using the modern macros and
44800              defines them to older ones for older Perls where PERL_VERSION
44801              is not defined, from Doug MacEachern.
44802      Branch: perl
44803            ! ext/Storable/Storable.xs
44804 ____________________________________________________________________________
44805 [ 10564] By: nick                                  on 2001/06/13  15:22:01
44806         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
44807              and using that instead (name lookups are sequential search for now).
44808      Branch: perlio
44809            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
44810            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
44811 ____________________________________________________________________________
44812 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
44813         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
44814              From: "Richard Soderberg" <rs@crystalflame.net>
44815              Date: Sat, 26 May 2001 06:44:20 -0700
44816              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
44817      Branch: perl
44818            ! sv.c t/op/glob.t
44819 ____________________________________________________________________________
44820 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
44821         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
44822              From: "Craig A. Berry" <craigberry@mac.com>
44823              Date: Tue, 12 Jun 2001 23:55:26 -0500
44824              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
44825      Branch: perl
44826            ! ext/re/Makefile.PL ext/re/re.xs
44827 ____________________________________________________________________________
44828 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
44829         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
44830              suggested by NI-S.
44831      Branch: perl
44832            ! XSUB.h malloc.c perl.h
44833 ____________________________________________________________________________
44834 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
44835         Log: Regen toc.
44836      Branch: perl
44837            ! pod/perltoc.pod
44838 ____________________________________________________________________________
44839 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
44840         Log: Subject: [patch] perl.gprof control
44841              From: Doug MacEachern <dougm@covalent.net>
44842              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
44843              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
44844      Branch: perl
44845            ! miniperlmain.c perl.h
44846 ____________________________________________________________________________
44847 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
44848         Log: Subject: Re: ext/ + -Wall
44849              From: Doug MacEachern <dougm@covalent.net>
44850              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
44851              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
44852              
44853              Document ax and break up dXSARGS.
44854      Branch: perl
44855            ! XSUB.h pod/perlapi.pod
44856 ____________________________________________________________________________
44857 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
44858         Log: More AIX tweakage from Merijn.
44859      Branch: perl
44860            ! hints/aix.sh
44861 ____________________________________________________________________________
44862 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
44863         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
44864              From: "Craig A. Berry" <craigberry@mac.com>
44865              Date: Tue, 12 Jun 2001 22:57:45 -0500
44866              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
44867      Branch: perl
44868            ! vms/descrip_mms.template
44869 ____________________________________________________________________________
44870 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
44871         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
44872              From: "Craig A. Berry" <craigberry@mac.com>
44873              Date: Tue, 12 Jun 2001 22:21:39 -0500
44874              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
44875      Branch: perl
44876            ! configure.com util.c
44877 ____________________________________________________________________________
44878 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
44879         Log: New AIX dynaloading code from Jens-Uwe Mager.
44880              Does break binary compatibility.
44881      Branch: perl
44882            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
44883 ____________________________________________________________________________
44884 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
44885         Log: VMS DEC C compiler found nits by Peter Prymmer.
44886      Branch: perl
44887            ! util.c
44888 ____________________________________________________________________________
44889 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
44890         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
44891              From: Peter Prymmer <pvhp@forte.com>
44892              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
44893              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
44894      Branch: perl
44895            ! t/lib/filecomp.t
44896 ____________________________________________________________________________
44897 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
44898         Log: I wonder how many $CONFIGs still lurk in the shadows.
44899      Branch: perl
44900            ! pod/Makefile.SH x2p/cflags.SH
44901 ____________________________________________________________________________
44902 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
44903         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
44904      Branch: perl
44905            ! pod/checkpods.PL
44906 ____________________________________________________________________________
44907 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
44908         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
44909      Branch: perl
44910            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
44911 ____________________________________________________________________________
44912 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
44913         Log: Subject: [patch] rid local_patches warnings
44914              From: Doug MacEachern <dougm@covalent.net>
44915              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
44916              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
44917      Branch: perl
44918            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
44919 ____________________________________________________________________________
44920 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
44921         Log: Subject: Re: ext/ + -Wall
44922              From: Doug MacEachern <dougm@covalent.net>
44923              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
44924              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
44925      Branch: perl
44926            ! ext/attrs/attrs.xs
44927 ____________________________________________________________________________
44928 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
44929         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
44930              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
44931              Date: Tue, 12 Jun 2001 14:36:20 -0400
44932              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
44933      Branch: perl
44934            ! pod/perlretut.pod
44935 ____________________________________________________________________________
44936 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
44937         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
44938              From: Mike Guy <mjtg@cam.ac.uk>
44939              Date: Tue, 12 Jun 2001 19:10:31 +0100
44940              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
44941              
44942              Subject: Re: [ID 20010612.001] out of memory during regex compilation
44943              From: Mike Guy <mjtg@cam.ac.uk>
44944              Date: Tue, 12 Jun 2001 19:21:01 +0100
44945              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
44946      Branch: perl
44947            ! pod/perlop.pod
44948 ____________________________________________________________________________
44949 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
44950         Log: AIX tweaks from Merijn H. Brand.
44951      Branch: perl
44952            ! hints/aix.sh
44953 ____________________________________________________________________________
44954 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
44955         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
44956              From: "Brendan O'Dea" <bod@compusol.com.au>
44957              Date: Wed, 13 Jun 2001 05:16:47 +1000
44958              Message-ID: <20010613051647.A8945@compusol.com.au>
44959      Branch: maint-5.6/perl
44960            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44961 ____________________________________________________________________________
44962 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
44963         Log: Subject: Small bcopy cleanup
44964              From: Andy Dougherty <doughera@lafayette.edu>
44965              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
44966              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
44967      Branch: perl
44968            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
44969 ____________________________________________________________________________
44970 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
44971         Log: Subject: [PATCH] Re: ext/ + -Wall
44972              From: Nicholas Clark <nick@ccl4.org>
44973              Date: Wed, 13 Jun 2001 00:04:30 +0100
44974              Message-ID: <20010613000430.M5901@plum.flirble.org>
44975      Branch: perl
44976            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
44977 ____________________________________________________________________________
44978 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
44979         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
44980              From: Nicholas Clark <nick@ccl4.org>
44981              Date: Tue, 12 Jun 2001 23:53:07 +0100
44982              Message-ID: <20010612235307.L5901@plum.flirble.org>
44983      Branch: perl
44984            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
44985 ____________________________________________________________________________
44986 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
44987         Log: MPE/iX tweaks from Mark Bixby.
44988      Branch: perl
44989            ! hints/mpeix.sh mpeix/mpeixish.h util.c
44990 ____________________________________________________________________________
44991 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
44992         Log: Update Changes.
44993      Branch: perl
44994            ! Changes patchlevel.h
44995 ____________________________________________________________________________
44996 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
44997         Log: One less -Wall whine (found under DEBUGGING).
44998      Branch: perl
44999            ! x2p/Makefile.SH x2p/a2p.c
45000 ____________________________________________________________________________
45001 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
45002         Log: s/case-independent/case-insensitive/g
45003      Branch: perl
45004            ! pod/perldebug.pod
45005 ____________________________________________________________________________
45006 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
45007         Log: As suggested in    
45008              
45009              Subject: Re: ext/ + -Wall
45010              From: Gurusamy Sarathy <gsar@ActiveState.com>
45011              Date: Mon, 11 Jun 2001 23:34:31 -0700
45012              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
45013      Branch: perl
45014            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
45015            ! perl.h
45016 ____________________________________________________________________________
45017 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
45018         Log: Subject: ext/ + -Wall
45019              From: Doug MacEachern <dougm@covalent.net>
45020              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
45021              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
45022      Branch: perl
45023            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
45024            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
45025            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
45026            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
45027            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
45028            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
45029            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
45030            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
45031            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
45032            ! lib/ExtUtils/xsubpp
45033 ____________________________________________________________________________
45034 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
45035         Log: Subject: [PATCH] anonymous stashes
45036              From: Abhijit Menon-Sen <ams@wiw.org>
45037              Date: Tue, 12 Jun 2001 12:47:04 +0530
45038              Message-ID: <20010612124704.A29029@lustre.linux.in>
45039      Branch: perl
45040            ! dump.c gv.c sv.c xsutils.c
45041 ____________________________________________________________________________
45042 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
45043         Log: One more test for $^S.
45044      Branch: perl
45045            ! t/op/magic.t
45046 ____________________________________________________________________________
45047 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
45048         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
45049              From: Abhijit Menon-Sen <ams@wiw.org>
45050              Date: Tue, 12 Jun 2001 17:35:55 +0530
45051              Message-ID: <20010612173555.A32426@lustre.linux.in>
45052      Branch: perl
45053            ! mg.c t/op/magic.t
45054 ____________________________________________________________________________
45055 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
45056         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
45057              From: Mike Guy <mjtg@cam.ac.uk>
45058              Date: Tue, 12 Jun 2001 13:14:15 +0100
45059              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
45060      Branch: perl
45061            ! pod/perlop.pod
45062 ____________________________________________________________________________
45063 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
45064         Log: AUTHORS updates.
45065      Branch: perl
45066            ! AUTHORS
45067 ____________________________________________________________________________
45068 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
45069         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
45070              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
45071              Content-Transfer-Encoding: 7bit
45072              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
45073      Branch: perl
45074            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
45075 ____________________________________________________________________________
45076 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
45077         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
45078              From: "Philip Newton" <Philip.Newton@gmx.net>
45079              Date: Mon, 11 Jun 2001 07:08:03 +0200
45080              Message-Id: <200106120802.LAA08992@taas.iki.fi>
45081      Branch: perl
45082            ! t/base/term.t
45083 ____________________________________________________________________________
45084 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
45085         Log: Cleanup the a2p.c for -Wall.
45086      Branch: perl
45087            ! x2p/Makefile.SH x2p/a2p.c
45088 ____________________________________________________________________________
45089 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
45090         Log: File::Find update for MacOS from Chris Nandor.
45091      Branch: perl
45092            ! lib/File/Find.pm t/lib/filefind.t
45093 ____________________________________________________________________________
45094 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
45095         Log: gcc -Wall nits picked out by a non-UNIX system
45096              (courtesy of Mark Bixby)
45097      Branch: perl
45098            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
45099            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
45100            ! pp_sys.c util.c
45101 ____________________________________________________________________________
45102 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
45103         Log: Metaconfig unit change for #10522.  (The d_modfl changes
45104              placate metalint.)
45105      Branch: metaconfig/U/perl
45106            ! d_modfl.U d_u32align.U
45107 ____________________________________________________________________________
45108 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
45109         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
45110              be "./try 2>&1 >/dev/null".
45111      Branch: perl
45112            ! Configure
45113 ____________________________________________________________________________
45114 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
45115         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
45116              From: "Craig A. Berry" <craigberry@mac.com>
45117              Date: Mon, 11 Jun 2001 14:00:32 -0500
45118              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
45119      Branch: perl
45120            ! configure.com
45121 ____________________________________________________________________________
45122 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
45123         Log: Move the full \p\P lists to perlunicode.
45124      Branch: perl
45125            ! pod/perlretut.pod pod/perlunicode.pod
45126 ____________________________________________________________________________
45127 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
45128         Log: VOS build tweak for 5.6.1 from Paul Green.
45129      Branch: maint-5.6/perl
45130            ! vos/build.cm
45131 ____________________________________________________________________________
45132 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
45133         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
45134              From: "Craig A. Berry" <craigberry@mac.com>
45135              Date: Fri, 8 Jun 2001 18:08:18 -0500
45136              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
45137      Branch: perl
45138            ! vms/vms.c
45139 ____________________________________________________________________________
45140 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
45141         Log: Update Changes.
45142      Branch: perl
45143            ! Changes patchlevel.h
45144 ____________________________________________________________________________
45145 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
45146         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
45147      Branch: perl
45148            ! vos/config.alpha.h vos/config.ga.h
45149 ____________________________________________________________________________
45150 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
45151         Log: VOS updates from Paul Green for @10476.
45152      Branch: perl
45153            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
45154            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45155            ! vos/config.ga.h vos/configure_perl.cm
45156 ____________________________________________________________________________
45157 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
45158         Log: Subject: [PATCH] Not many people know this ...
45159              From: Mike Guy <mjtg@cam.ac.uk>
45160              Date: Mon, 11 Jun 2001 14:55:15 +0100
45161              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
45162      Branch: perl
45163            ! pod/perldebug.pod
45164 ____________________________________________________________________________
45165 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
45166         Log: Add final commas to lists as suggested by Philip Newton.
45167      Branch: perl
45168            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45169 ____________________________________________________________________________
45170 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
45171         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
45172              Date: Sun, 10 Jun 2001 23:35:38 -0400
45173              From: Chris Nandor <pudge@pobox.com>
45174              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
45175      Branch: perl
45176            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
45177            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
45178            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
45179            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
45180            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
45181            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
45182            ! t/op/write.t t/pragma/strict.t
45183 ____________________________________________________________________________
45184 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
45185         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
45186              From: Chris Nandor <pudge@pobox.com>
45187              Date: Mon, 11 Jun 2001 08:24:28 -0400
45188              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
45189      Branch: perl
45190            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
45191            ! t/lib/io_dir.t
45192 ____________________________________________________________________________
45193 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
45194         Log: One more run_byacc (a hand-tweaked version had slipped in).
45195      Branch: perl
45196            ! perly.c vms/perly_c.vms
45197 ____________________________________________________________________________
45198 [ 10509] By: nick                                  on 2001/06/11  07:49:15
45199         Log: Integrate mainline
45200      Branch: perlio
45201           !> Makefile.SH embed.h embed.pl global.sym
45202           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
45203           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
45204           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
45205           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
45206 ____________________________________________________________________________
45207 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
45208         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
45209              From: Mike Guy <mjtg@cam.ac.uk>
45210              Reply-To: mjtg@cam.ac.uk
45211              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
45212      Branch: perl
45213            ! lib/ExtUtils/Manifest.pm
45214 ____________________________________________________________________________
45215 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
45216         Log: Subject: [PATCH] ExtUtils::Constant
45217              From: Nicholas Clark <nick@ccl4.org>
45218              Date: Sun, 10 Jun 2001 23:25:41 +0100
45219              Message-ID: <20010610232540.C76396@plum.flirble.org>
45220      Branch: perl
45221            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
45222 ____________________________________________________________________________
45223 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
45224         Log: Integrate perlio.
45225      Branch: perl
45226           !> iperlsys.h
45227 ____________________________________________________________________________
45228 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
45229         Log: Move the grok_number and its lieutenant grok_numeric_radix
45230              from sv.c statics to util.c and public.
45231      Branch: perl
45232            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
45233            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
45234 ____________________________________________________________________________
45235 [ 10504] By: nick                                  on 2001/06/10  17:47:06
45236         Log: Fix (valid) -Wall warnings in perlio.c
45237      Branch: perlio
45238            ! iperlsys.h
45239 ____________________________________________________________________________
45240 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
45241         Log: Update perly_c.diff, update perly.fixer to edit away
45242              some of the -Wall noise.
45243      Branch: perl
45244            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
45245 ____________________________________________________________________________
45246 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
45247         Log: Check the version of byacc.
45248      Branch: perl
45249            ! Makefile.SH
45250 ____________________________________________________________________________
45251 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
45252         Log: Subject: [PATCH] perly.y overhaul
45253              From: Simon Cozens <simon@netthink.co.uk>
45254              Date: Sun, 10 Jun 2001 16:56:54 +0100
45255              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
45256              
45257              Plus make run_byacc.
45258      Branch: perl
45259            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
45260 ____________________________________________________________________________
45261 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
45262         Log: Integrate perlio.
45263      Branch: perl
45264           !> perlio.c perlsfio.h
45265 ____________________________________________________________________________
45266 [ 10499] By: nick                                  on 2001/06/10  15:01:08
45267         Log: Integrate mainline
45268      Branch: perlio
45269           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
45270           !> t/pragma/locale.t util.c
45271 ____________________________________________________________________________
45272 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
45273         Log: Put some meat on the perl572delta bones.  The list of
45274              selected bug fixes needs more work, as does still the
45275              whole document.
45276      Branch: perl
45277            ! pod/perl572delta.pod
45278 ____________________________________________________________________________
45279 [ 10497] By: nick                                  on 2001/06/10  12:27:51
45280         Log: Paper over a crack or two with USE_SFIO
45281      Branch: perlio
45282            ! perlio.c perlsfio.h
45283 ____________________________________________________________________________
45284 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
45285         Log: Update Changes.
45286      Branch: perl
45287            ! Changes patchlevel.h
45288 ____________________________________________________________________________
45289 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
45290         Log: Subject: Re: pragma/locale.t #107
45291              From: Hugo <hv@crypt.compulink.co.uk>
45292              Date: Sun, 10 Jun 2001 11:23:30 +0100
45293              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
45294              
45295              Encapsulate the scan of the decimal radix separator.
45296      Branch: perl
45297            ! embed.h embed.pl proto.h sv.c
45298 ____________________________________________________________________________
45299 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
45300         Log: Try to grok numbers both with the locale specific separator
45301              and with the usual "." (if different from the lss); add a test
45302              to locale.t to do also a little bit of math in addition to just
45303              equalness testing; remove extraneous logic as suggested in
45304              
45305              Subject: Re: pragma/locale.t #107
45306              From: Nicholas Clark <nick@ccl4.org>
45307              Date: Sat, 9 Jun 2001 22:37:36 +0100
45308              Message-ID: <20010609223735.Y76396@plum.flirble.org>
45309      Branch: perl
45310            ! sv.c t/pragma/locale.t
45311 ____________________________________________________________________________
45312 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
45313         Log: Metaconfig unit change for #10492.
45314      Branch: metaconfig/U/perl
45315            ! Extensions.U
45316 ____________________________________________________________________________
45317 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
45318         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
45319              From: Artur Bergman <artur@contiller.se> 
45320              Date: Sat, 09 Jun 2001 21:03:51 +0200
45321              Message-ID: <B7483FB6.1398%artur@contiller.se>
45322      Branch: perl
45323            ! Configure
45324 ____________________________________________________________________________
45325 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
45326         Log: Integrate perlio.
45327      Branch: perl
45328           !> perlsfio.h
45329 ____________________________________________________________________________
45330 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
45331         Log: Do locale specific separator if only in locale.
45332      Branch: perl
45333            ! util.c
45334 ____________________________________________________________________________
45335 [ 10489] By: nick                                  on 2001/06/09  19:13:25
45336         Log: Make XS/Typemap compile (but fail) with sfio
45337      Branch: perlio
45338            ! perlsfio.h
45339 ____________________________________________________________________________
45340 [ 10488] By: nick                                  on 2001/06/09  19:12:51
45341         Log: Re-integrate mainline
45342      Branch: perlio
45343           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
45344           !> proto.h sv.c util.c
45345 ____________________________________________________________________________
45346 [ 10487] By: nick                                  on 2001/06/09  16:26:29
45347         Log: Integrate mainline
45348      Branch: perlio
45349           !> (integrate 31 files)
45350 ____________________________________________________________________________
45351 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
45352         Log: Subject: [PATCH] New attempt to clone callack
45353              From: Artur Bergman <artur@contiller.se> 
45354              Date: Thu, 07 Jun 2001 11:52:16 +0200
45355              Message-ID: <B7451B6F.12B7%artur@contiller.se>
45356      Branch: perl
45357            ! embedvar.h intrpvar.h perlapi.h sv.c
45358 ____________________________________________________________________________
45359 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
45360         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
45361      Branch: perl
45362            ! embed.h embed.pl perl.h proto.h sv.c util.c
45363 ____________________________________________________________________________
45364 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
45365         Log: Subject: Re: pragma/locale.t #107
45366              From: Nicholas Clark <nick@ccl4.org>
45367              Date: Sat, 9 Jun 2001 16:26:10 +0100
45368              Message-ID: <20010609162609.V76396@plum.flirble.org>
45369              
45370              A missing NVification.
45371      Branch: perl
45372            ! sv.c
45373 ____________________________________________________________________________
45374 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
45375         Log: Redo the #10482, there already was a test script for formats.
45376      Branch: perl
45377            - t/io/format.t
45378            ! MANIFEST t/op/write.t
45379 ____________________________________________________________________________
45380 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
45381         Log: Twisted format testing, from Merijn.
45382      Branch: perl
45383            + t/io/format.t
45384            ! MANIFEST
45385 ____________________________________________________________________________
45386 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
45387         Log: More \p{In...} testing, combined with \N{...}.
45388      Branch: perl
45389            ! lib/utf8_heavy.pl t/op/pat.t
45390 ____________________________________________________________________________
45391 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
45392         Log: Metaconfig changes for #10479.
45393      Branch: metaconfig
45394            ! U/Glossary.patch
45395      Branch: metaconfig/U/perl
45396            ! d_modfl.U
45397 ____________________________________________________________________________
45398 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
45399         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
45400      Branch: perl
45401            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45402            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
45403            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45404            ! win32/config.bc win32/config.gc win32/config.vc
45405 ____________________________________________________________________________
45406 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
45407         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
45408              From: "Craig A. Berry" <craigberry@mac.com>
45409              Date: Thu, 7 Jun 2001 14:27:20 -0500
45410              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
45411      Branch: perl
45412            ! vms/perlvms.pod
45413 ____________________________________________________________________________
45414 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
45415         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
45416              From: Gisle Aas <gisle@ActiveState.com>
45417              Date: 07 Jun 2001 17:04:29 -0700
45418              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
45419      Branch: perl
45420            ! ext/re/re.xs
45421 ____________________________________________________________________________
45422 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
45423         Log: Update Changes.
45424      Branch: perl
45425            ! Changes patchlevel.h
45426 ____________________________________________________________________________
45427 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
45428         Log: Regen Glossary et alia.
45429      Branch: perl
45430            ! Porting/Glossary Porting/config.sh Porting/config_H
45431 ____________________________________________________________________________
45432 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
45433         Log: Metaconfig unit changes for #10473.
45434      Branch: metaconfig/U/perl
45435            ! d_modfl.U
45436 ____________________________________________________________________________
45437 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
45438         Log: Harumph, also AIX will spill its guts (i.e. dump core)
45439              if an executable contains modfl() but it hasn't been
45440              compiled right (in the case of AIX, with cc -qlongdouble).
45441      Branch: perl
45442            ! Configure
45443 ____________________________________________________________________________
45444 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
45445         Log: integrate change#10471 from mainline
45446              
45447              in change#10451, check that CvOUTSIDE is a CV before looking in
45448              (it can apparently be SVt_NULL during global destruction)
45449      Branch: maint-5.6/perl
45450           !> op.c
45451 ____________________________________________________________________________
45452 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
45453         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
45454              (it can apparently be SVt_NULL during global destruction)
45455      Branch: perl
45456            ! op.c
45457 ____________________________________________________________________________
45458 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
45459         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
45460              From: Robin Barker <rmb1@cise.npl.co.uk>
45461              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
45462              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
45463      Branch: perl
45464            ! lib/diagnostics.pm pod/perldiag.pod
45465 ____________________________________________________________________________
45466 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
45467         Log: Subject: [PATCH perl@10439] long =item
45468              From: Robin Barker <rmb1@cise.npl.co.uk>
45469              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
45470              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
45471      Branch: perl
45472            ! README.amiga lib/Attribute/Handlers.pm
45473            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
45474 ____________________________________________________________________________
45475 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
45476         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
45477              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
45478              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
45479              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
45480      Branch: perl
45481            ! pod/perlguts.pod
45482 ____________________________________________________________________________
45483 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
45484         Log: Integrate perlio.
45485      Branch: perl
45486           !> sv.c
45487 ____________________________________________________________________________
45488 [ 10466] By: nick                                  on 2001/06/07  10:25:40
45489         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
45490              whitespace tweaks.
45491              Still coredumps in pragma/overload.t - what a nice hard fail that is...
45492      Branch: perlio
45493            ! sv.c
45494 ____________________________________________________________________________
45495 [ 10465] By: nick                                  on 2001/06/07  08:41:58
45496         Log: Raw integrate of mainline for S_grok_number debug
45497              (sv.c has MULTIPLICITY issues as well as whatever else ...)
45498      Branch: perlio
45499            - plan9/perlplan9.doc plan9/perlplan9.pod
45500           !> (integrate 46 files)
45501 ____________________________________________________________________________
45502 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
45503         Log: The proper prototyping for #10463.
45504      Branch: perl
45505            ! embed.h embed.pl proto.h sv.c
45506 ____________________________________________________________________________
45507 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
45508         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
45509              From: Nicholas Clark <nick@ccl4.org>
45510              Date: Thu, 7 Jun 2001 00:29:59 +0100
45511              Message-ID: <20010607002959.Z76396@plum.flirble.org>
45512      Branch: perl
45513            ! sv.c
45514 ____________________________________________________________________________
45515 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
45516         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
45517              From: "Craig A. Berry" <craigberry@mac.com>
45518              Date: Wed, 06 Jun 2001 17:54:30 -0500
45519              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
45520      Branch: perl
45521            ! vms/perlvms.pod
45522 ____________________________________________________________________________
45523 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
45524         Log: Podify the remaining README.platform files;
45525              merge README.plan9 and plan9/perlplan9.pod;
45526              delete plan9/perlplan9.* (the perlplan.doc needs to
45527              be regenerated in Plan 9); make the =head1 and =head2
45528              in the README.platform to be a little more verbose
45529              (skipped README.os2 not to anger Ilya) so that they
45530              look better in the toc; regen toc.
45531      Branch: perl
45532            - plan9/perlplan9.doc plan9/perlplan9.pod
45533            ! MANIFEST README.aix README.amiga README.apollo README.beos
45534            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
45535            ! README.hpux README.hurd README.machten README.macos
45536            ! README.micro README.mint README.mpeix README.os390
45537            ! README.plan9 README.qnx README.solaris README.threads
45538            ! README.tru64 README.vmesa README.vms README.vos README.win32
45539            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
45540            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
45541 ____________________________________________________________________________
45542 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
45543         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
45544              From: Mike Guy <mjtg@cam.ac.uk>
45545              Reply-To: mjtg@cam.ac.uk
45546              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
45547      Branch: perl
45548            ! pod/perlguts.pod
45549 ____________________________________________________________________________
45550 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
45551         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
45552              From: Mike Guy <mjtg@cam.ac.uk>
45553              Reply-To: mjtg@cam.ac.uk
45554              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
45555      Branch: perl
45556            ! pod/perlsec.pod
45557 ____________________________________________________________________________
45558 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
45559         Log: Disable long doubles from pre-5.0 Tru64s.
45560      Branch: perl
45561            ! README.tru64 hints/dec_osf.sh
45562 ____________________________________________________________________________
45563 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
45564         Log: The #10455 exposed that modfl() is fundamentally busted
45565              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
45566              testing it.
45567      Branch: perl
45568            ! hints/dec_osf.sh
45569 ____________________________________________________________________________
45570 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
45571         Log: Metaconfig unit change for #10455.
45572      Branch: metaconfig/U/perl
45573            ! d_modfl.U
45574 ____________________________________________________________________________
45575 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
45576         Log: Configure check for geborken modfl(), inspired by
45577              
45578              Subject: Re: [20010118.017] op/int.t failure 
45579              From: Hugo <hv@crypt.compulink.co.uk>
45580              Date: Tue, 05 Jun 2001 13:43:27 +0100
45581              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
45582      Branch: perl
45583            ! Configure
45584 ____________________________________________________________________________
45585 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
45586         Log: Integrate changes #10450 and #10451 from maintperl:
45587              
45588              optimize change#10448 slightly (don't repeat search in eval""s lexical
45589              scope, since that has already been searched)
45590              
45591              change#9108 needs subtler treatment for case of closures created
45592              within eval""
45593      Branch: perl
45594           !> op.c t/op/misc.t
45595 ____________________________________________________________________________
45596 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
45597         Log: MakeMaker magic to compile (when no dynamic loading)
45598              List/Util.xsc as (ListUtil.c and) ListUtil.o since
45599              POSIX-BC (BS2000) linker has an evil limitation of
45600              being unable to include in the same executable several
45601              object files with the same name - case-insensitively -
45602              because otherwise we conflict with util.c.
45603              Strictly speaking currently required only in POSIX-BC
45604              but probably will do no harm elsewhere where static
45605              linking is required.
45606      Branch: perl
45607            ! ext/List/Util/Makefile.PL
45608 ____________________________________________________________________________
45609 [ 10452] By: nick                                  on 2001/06/06  08:59:51
45610         Log: Integrate mainline.
45611      Branch: perlio
45612           +> lib/Attribute/Handlers/demo/Demo.pm
45613           +> lib/Attribute/Handlers/demo/Descriptions.pm
45614           +> lib/Attribute/Handlers/demo/MyClass.pm
45615           +> lib/Attribute/Handlers/demo/demo.pl
45616           +> lib/Attribute/Handlers/demo/demo2.pl
45617           +> lib/Attribute/Handlers/demo/demo3.pl
45618           +> lib/Attribute/Handlers/demo/demo4.pl
45619           +> lib/Attribute/Handlers/demo/demo_call.pl
45620           +> lib/Attribute/Handlers/demo/demo_chain.pl
45621           +> lib/Attribute/Handlers/demo/demo_cycle.pl
45622           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
45623           +> lib/Attribute/Handlers/demo/demo_phases.pl
45624           +> lib/Attribute/Handlers/demo/demo_range.pl
45625           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
45626           +> uts/strtol_wrap.c
45627           !> (integrate 91 files)
45628 ____________________________________________________________________________
45629 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
45630         Log: change#9108 needs subtler treatment for case of closures created
45631              within eval""
45632      Branch: maint-5.6/perl
45633            ! op.c t/op/misc.t
45634 ____________________________________________________________________________
45635 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
45636         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
45637              scope, since that has already been searched)
45638      Branch: maint-5.6/perl
45639            ! op.c
45640 ____________________________________________________________________________
45641 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
45642         Log: Integrate change #10448 from maintperl; lexicals
45643              outside an eval"" weren't resolved correctly inside a subroutine
45644              definition inside the eval"" if they were not already referenced
45645              in the toplevel of the eval""-ed code
45646      Branch: perl
45647           !> cop.h op.c pp_ctl.c t/op/misc.t
45648 ____________________________________________________________________________
45649 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
45650         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
45651              outside an eval"" weren't resolved correctly inside a subroutine
45652              definition inside the eval"" if they were not already referenced
45653              in the toplevel of the eval""-ed code
45654      Branch: maint-5.6/perl
45655            ! cop.h op.c pp_ctl.c t/op/misc.t
45656 ____________________________________________________________________________
45657 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
45658         Log: Subject: [PATCH] perl570delta.pod
45659              From: Peter Scott <Peter@PSDT.com> 
45660              Date: Tue, 05 Jun 2001 18:51:02 -0700
45661              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
45662      Branch: perl
45663            ! pod/perl570delta.pod
45664 ____________________________________________________________________________
45665 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
45666         Log: The fudge factor is no more needed.  I hope.
45667      Branch: perl
45668            ! t/lib/posix.t
45669 ____________________________________________________________________________
45670 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
45671         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
45672              From: Hugo <hv@crypt.compulink.co.uk>
45673              Date: Tue, 05 Jun 2001 12:58:19 +0100
45674              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
45675      Branch: perl
45676            ! util.c
45677 ____________________________________________________________________________
45678 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
45679         Log: Make up prototypes only for those who have the functions
45680              but not the prototypes.
45681      Branch: perl
45682            ! perl.h
45683 ____________________________________________________________________________
45684 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
45685         Log: Subject: Re: Not OK: perl@10439 on win32 
45686              From: Prymmer/Kahn <pvhp@best.com> 
45687              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
45688              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
45689      Branch: perl
45690            ! perl.h util.c
45691 ____________________________________________________________________________
45692 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
45693         Log: The metaconfig units changes for #10441.
45694      Branch: metaconfig
45695            ! U/modified/Extract.U U/modified/Extractall.U
45696            ! U/modified/Finish.U
45697 ____________________________________________________________________________
45698 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
45699         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
45700      Branch: perl
45701            ! Configure
45702 ____________________________________________________________________________
45703 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
45704         Log: Unnecessary fuzziness undone, noted by Mike Guy.
45705      Branch: perl
45706            ! t/op/tr.t
45707 ____________________________________________________________________________
45708 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
45709         Log: Update Changes.
45710      Branch: perl
45711            ! Changes patchlevel.h
45712 ____________________________________________________________________________
45713 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
45714         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
45715              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
45716              leakage patch.
45717      Branch: perl
45718            ! t/op/misc.t
45719 ____________________________________________________________________________
45720 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
45721         Log: Test case for #10433/#10424.
45722      Branch: perl
45723            ! t/op/misc.t
45724 ____________________________________________________________________________
45725 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
45726         Log: Subject: One fix for strtoul not setting errno
45727              From: hom00@utsglobal.com (Hal Morris)
45728              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
45729              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
45730      Branch: perl
45731            + uts/strtol_wrap.c
45732            ! MANIFEST hints/uts.sh
45733 ____________________________________________________________________________
45734 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
45735         Log: Metaconfig units changes for #10434.
45736      Branch: metaconfig
45737            ! U/modified/Cppsym.U
45738      Branch: metaconfig/U/perl
45739            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
45740            + d_syscallproto.U d_usleepproto.U
45741            ! longdblfio.U quadfio.U
45742 ____________________________________________________________________________
45743 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
45744         Log: Configure tweaks; add prototype probes, make the cpp symbols
45745              probe to cast, not whine; test for %Ld and %Lf before %lld and
45746              %llf because the L is the ANSI way.
45747      Branch: perl
45748            ! Configure config_h.SH configure.com epoc/config.sh
45749            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
45750            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
45751            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
45752 ____________________________________________________________________________
45753 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
45754         Log: Sigh.  This is what #10424 was supposed to check in.
45755      Branch: perl
45756            ! op.c sv.c sv.h
45757 ____________________________________________________________________________
45758 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
45759         Log: More verbose failure.
45760      Branch: perl
45761            ! t/op/ver.t
45762 ____________________________________________________________________________
45763 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
45764         Log: The .pm changes to go with #10428.
45765      Branch: perl
45766            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
45767            ! ext/Sys/Syslog/Syslog.pm
45768 ____________________________________________________________________________
45769 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
45770         Log: On second thoughts show to utf8 skippage message only
45771              on failures, it's too confusing otherwise,
45772      Branch: perl
45773            ! t/pragma/locale.t
45774 ____________________________________________________________________________
45775 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
45776         Log: Do not import anything from Encode.
45777      Branch: perl
45778            ! ext/MIME/Base64/QuotedPrint.pm
45779 ____________________________________________________________________________
45780 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
45781         Log: The #10402 didn't take.  Weird.
45782      Branch: perl
45783            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
45784            ! ext/Sys/Syslog/Syslog.xs
45785 ____________________________________________________________________________
45786 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
45787         Log: Eradicate traces of 'asciirange' re subpragma.
45788      Branch: perl
45789            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
45790            ! pod/perldiag.pod
45791 ____________________________________________________________________________
45792 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
45793         Log: use is a compile-time thing.
45794      Branch: perl
45795            ! ext/MIME/Base64/QuotedPrint.pm
45796 ____________________________________________________________________________
45797 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
45798         Log: Subject: [PATCH perl@10419] -Wall casting patch
45799              From: Robin Barker <rmb1@cise.npl.co.uk>
45800              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
45801              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
45802      Branch: perl
45803            ! ext/Devel/DProf/DProf.xs mg.c
45804 ____________________________________________________________________________
45805 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
45806         Log: Subject: [PATCH #2] introducing SVpad_TYPED
45807              From: Abhijit Menon-Sen <ams@wiw.org>
45808              Date: Mon, 4 Jun 2001 12:26:02 +0530
45809              Message-ID: <20010604122602.A5775@lustre.linux.in>
45810      Branch: perl
45811            ! op.c sv.c sv.h
45812 ____________________________________________________________________________
45813 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
45814         Log: testsuite for change#10192 (from Gisle Aas)
45815      Branch: perl
45816            + t/op/override.t
45817            ! MANIFEST
45818 ____________________________________________________________________________
45819 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
45820         Log: integrate changes#10414-10416 from mainline
45821              
45822              Potential buffer overrun if the radix separator is more than
45823              one byte.  Also, under locales, prefer the locale-specific
45824              separator over the old boring ".".
45825              
45826              "10.", that is, decimal numbers can have no decimal part at all.
45827              
45828              The non-locale places need love, too.
45829      Branch: maint-5.6/perl
45830           !> perl.h sv.c
45831 ____________________________________________________________________________
45832 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
45833         Log: Missed from #10420.
45834      Branch: perl
45835            ! epoc/config.sh
45836 ____________________________________________________________________________
45837 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
45838         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
45839              often this prototype goes with HAS_SETRESUID_PROTO.
45840      Branch: perl
45841            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45842            ! config_h.SH configure.com perl.h uconfig.h
45843 ____________________________________________________________________________
45844 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
45845         Log: Update Changes.
45846      Branch: perl
45847            ! Changes patchlevel.h
45848 ____________________________________________________________________________
45849 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
45850         Log: -Wall "subscript has type `char'" cleanup.
45851      Branch: perl
45852            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
45853 ____________________________________________________________________________
45854 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
45855         Log: Various "cast to pointer from integer of different size"
45856              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
45857              wide but I32 (int) only 32 bits wide).
45858              
45859              WARNING: the classnum and tagnum changes in Storable.xs
45860              may not be wise, they may be breaking binary compatibility
45861              (in 64-bit platforms), asked Raphael Manfredi about the changes.
45862      Branch: perl
45863            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
45864            ! mg.c proto.h
45865 ____________________________________________________________________________
45866 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
45867         Log: The non-locale places need love, too.
45868      Branch: perl
45869            ! perl.h
45870 ____________________________________________________________________________
45871 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
45872         Log: "10.", that is, decimal numbers can have no decimal part at all.
45873      Branch: perl
45874            ! perl.h
45875 ____________________________________________________________________________
45876 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
45877         Log: Potential buffer overrun if the radix separator is more than
45878              one byte.  Also, under locales, prefer the locale-specific
45879              separator over the old boring ".".
45880      Branch: perl
45881            ! perl.h sv.c
45882 ____________________________________________________________________________
45883 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
45884         Log: Integrate change #10412 from maintperl; locale is now
45885              per-cop, not per-op; plus retweak the locale.t to always
45886              list the skipped utf8 locales.
45887      Branch: perl
45888            ! t/pragma/locale.t
45889           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
45890           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
45891 ____________________________________________________________________________
45892 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
45893         Log: rationalize locale handling to fix the bugs uncovered by change#10394
45894              
45895              the major issue was that the runtime was looking at PL_hints rather
45896              than op_private to notice whether locale was enabled
45897              
45898              the secondary issue was that many locale-sensitive numeric ops didn't
45899              have HINT_LOCALE propagated into their op_private
45900              
45901              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
45902              instead of per-op, just like HINT_BYTE and the hints for lexical
45903              warnings (this makes the hint available to every op via PL_curcop)
45904              
45905              pragma/locale.t may need to be reworked with these fixes in mind
45906              (it currently passes its tests)
45907      Branch: maint-5.6/perl
45908            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
45909            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
45910 ____________________________________________________________________________
45911 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
45912         Log: More verbose debugging.
45913      Branch: perl
45914            ! t/pragma/locale.t
45915 ____________________________________________________________________________
45916 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
45917         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
45918              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
45919              Date: Sat, 2 Jun 2001 22:53:33 +0100
45920              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
45921      Branch: perl
45922            ! regcomp.c t/pragma/warn/regcomp
45923 ____________________________________________________________________________
45924 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
45925         Log: Mention that lexicalizing $a or $b is a bad idea if one
45926              wants to use sort().
45927      Branch: perl
45928            ! pod/perlvar.pod
45929 ____________________________________________________________________________
45930 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
45931         Log: Tweak the test to be happy if the accuracy is 'good enough'.
45932      Branch: perl
45933            ! t/lib/posix.t
45934 ____________________________________________________________________________
45935 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
45936         Log: Upgrade to Attribute::Handlers 0.70.
45937              
45938              NOTE: this unearthed the "too late for CHECK block" bug,
45939              that's why the 1_compile.t change.
45940      Branch: perl
45941            + lib/Attribute/Handlers/demo/Demo.pm
45942            + lib/Attribute/Handlers/demo/Descriptions.pm
45943            + lib/Attribute/Handlers/demo/MyClass.pm
45944            + lib/Attribute/Handlers/demo/demo.pl
45945            + lib/Attribute/Handlers/demo/demo2.pl
45946            + lib/Attribute/Handlers/demo/demo3.pl
45947            + lib/Attribute/Handlers/demo/demo4.pl
45948            + lib/Attribute/Handlers/demo/demo_call.pl
45949            + lib/Attribute/Handlers/demo/demo_chain.pl
45950            + lib/Attribute/Handlers/demo/demo_cycle.pl
45951            + lib/Attribute/Handlers/demo/demo_hashdir.pl
45952            + lib/Attribute/Handlers/demo/demo_phases.pl
45953            + lib/Attribute/Handlers/demo/demo_range.pl
45954            + lib/Attribute/Handlers/demo/demo_rawdata.pl
45955            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
45956            ! t/lib/attrhand.t
45957 ____________________________________________________________________________
45958 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
45959         Log: One less -Wall whine.
45960      Branch: perl
45961            ! regcomp.c
45962 ____________________________________________________________________________
45963 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
45964         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
45965      Branch: perl
45966           !> t/op/eval.t
45967 ____________________________________________________________________________
45968 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
45969         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
45970              aren't "normally" visible inside eval""s contained in subs unless
45971              a cloned reference to them already exists)
45972              
45973              strangely enough, t/harness didn't show this up as a failure
45974              (harness needs fixing?)
45975      Branch: maint-5.6/perl
45976            ! t/op/eval.t
45977 ____________________________________________________________________________
45978 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
45979         Log: Update to Text::Balanced 1.85.
45980      Branch: perl
45981            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
45982 ____________________________________________________________________________
45983 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
45984         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
45985              From: Nicholas Clark <nick@ccl4.org>
45986              Date: Sun, 3 Jun 2001 17:54:36 +0100
45987              Message-ID: <20010603175436.E76396@plum.flirble.org> 
45988      Branch: perl
45989            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
45990            ! ext/Sys/Syslog/Syslog.xs
45991 ____________________________________________________________________________
45992 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
45993         Log: Unused variables.
45994      Branch: perl
45995            ! util.c
45996 ____________________________________________________________________________
45997 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
45998         Log: Subject: [PATCH] APIfy op_clear 
45999              From: Simon Cozens <simon@netthink.co.uk>
46000              Date: Sun, 3 Jun 2001 13:51:46 +0100
46001              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
46002              
46003              (despite the subject line, op_null is APIfied by the patch)
46004      Branch: perl
46005            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
46006 ____________________________________________________________________________
46007 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
46008         Log: Subject: [PATCH] t/lib/extutils.t
46009              From: Nicholas Clark <nick@ccl4.org>
46010              Date: Sat, 2 Jun 2001 23:57:05 +0100
46011              Message-ID: <20010602235705.Q12698@plum.flirble.org>
46012      Branch: perl
46013            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
46014 ____________________________________________________________________________
46015 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
46016         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
46017              From: Prymmer/Kahn <pvhp@best.com>
46018              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
46019              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
46020      Branch: perl
46021            ! win32/Makefile win32/makefile.mk
46022 ____________________________________________________________________________
46023 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
46024         Log: Subject: Re: 'decimal digits' macro? 
46025              From: Hugo <hv@crypt.compulink.co.uk>
46026              Date: Sun, 03 Jun 2001 04:26:36 +0100
46027              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
46028      Branch: perl
46029            ! handy.h t/lib/posix.t t/op/tr.t
46030 ____________________________________________________________________________
46031 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
46032         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46033              From: Hugo <hv@crypt.compulink.co.uk>
46034              Date: Sun, 03 Jun 2001 14:56:30 +0100
46035              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
46036      Branch: perl
46037            ! util.c
46038 ____________________________________________________________________________
46039 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
46040         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
46041      Branch: perl
46042           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
46043           !> vms/perly_c.vms
46044 ____________________________________________________________________________
46045 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
46046         Log: fix leakage of lexicals at file scope into subroutines that were
46047              declared before them; this appears to be a longstanding bug that
46048              meant that lexicals at file scope were never "deintroduced", meaning
46049              their scope range was never properly closed, and their visibility
46050              extended to all subsequent eval""s or requires
46051              
46052              added a test case
46053              
46054              seems to also fix a case of bogus duplicate warnings
46055      Branch: maint-5.6/perl
46056            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
46057            ! vms/perly_c.vms
46058 ____________________________________________________________________________
46059 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
46060         Log: More VMS tweaks from Craig A. Berry.
46061      Branch: perl
46062            ! configure.com t/lib/extutils.t
46063 ____________________________________________________________________________
46064 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
46065         Log: -Wall cleanup continues.
46066      Branch: perl
46067            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
46068            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
46069            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
46070            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
46071            ! run.c toke.c util.c
46072 ____________________________________________________________________________
46073 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
46074         Log: The metaconfig unit change for #10390.
46075      Branch: metaconfig/U/perl
46076            ! gccvers.U
46077 ____________________________________________________________________________
46078 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
46079         Log: Drop the -ansi from the default gcc flags.
46080              
46081              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
46082              that struct cannot be compared with a flat integer, such as STRLEN.
46083              The -ansi will also cause a lot of noise in Solaris because of:
46084              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
46085      Branch: perl
46086            ! Configure
46087 ____________________________________________________________________________
46088 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
46089         Log: Integrate perlio.
46090      Branch: perl
46091           !> pod/perlapi.pod util.c
46092 ____________________________________________________________________________
46093 [ 10388] By: nick                                  on 2001/06/02  08:01:12
46094         Log: Integrate mainline
46095      Branch: perlio
46096           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
46097           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
46098           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
46099           !> t/lib/1_compile.t t/lib/mimeqp.t
46100 ____________________________________________________________________________
46101 [ 10387] By: nick                                  on 2001/06/02  07:39:17
46102         Log: Tweak util.c's atof2 for MULTIPLICITY
46103      Branch: perlio
46104            ! util.c
46105 ____________________________________________________________________________
46106 [ 10386] By: nick                                  on 2001/06/02  07:38:33
46107         Log: Integrate mainline
46108      Branch: perlio
46109           !> (integrate 41 files)
46110 ____________________________________________________________________________
46111 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
46112         Log: Add Attribute::Handlers 0.61 from Damian Conway.
46113      Branch: perl
46114            + lib/Attribute/Handlers.pm t/lib/attrhand.t
46115            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
46116 ____________________________________________________________________________
46117 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
46118         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
46119              From: Peter Prymmer <pvhp@forte.com>
46120              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
46121              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
46122      Branch: perl
46123            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
46124 ____________________________________________________________________________
46125 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
46126         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
46127              From: Jeff Pinyan <jeffp@crusoe.net>
46128              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
46129              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
46130      Branch: perl
46131            ! lib/File/Find.pm
46132 ____________________________________________________________________________
46133 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
46134         Log: Subject: [PATCH perl@10381] configure.com tweaks
46135              From: "Craig A. Berry" <craigberry@mac.com>
46136              Date: Fri, 1 Jun 2001 13:55:43 -0500
46137              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
46138      Branch: perl
46139            ! configure.com
46140 ____________________________________________________________________________
46141 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
46142         Log: Update Changes.
46143      Branch: perl
46144            ! Changes patchlevel.h
46145 ____________________________________________________________________________
46146 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
46147         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
46148              From: Mike Guy <mjtg@cam.ac.uk>
46149              Date: Fri, 01 Jun 2001 18:17:02 +0100
46150              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
46151      Branch: perl
46152            ! lib/perl5db.pl
46153 ____________________________________________________________________________
46154 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
46155         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
46156              From: Hugo <hv@crypt.compulink.co.uk>
46157              Date: Thu, 31 May 2001 20:49:48 +0100
46158              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
46159      Branch: perl
46160            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
46161            ! util.c
46162 ____________________________________________________________________________
46163 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
46164         Log: Zero() is not available in x2p (or, rather, some of its
46165              implementations like memzero() might not be available.)
46166      Branch: perl
46167            ! x2p/hash.c
46168 ____________________________________________________________________________
46169 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
46170         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
46171              From: Michael G Schwern <schwern@pobox.com>
46172              Date: Fri, 1 Jun 2001 12:00:29 +0100
46173              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
46174              
46175              (But use Zero() instead of memset.)
46176      Branch: perl
46177            ! x2p/hash.c
46178 ____________________________________________________________________________
46179 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
46180         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
46181              From: Jeff Pinyan <jeffp@crusoe.net>
46182              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
46183              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
46184      Branch: perl
46185            ! pod/perldiag.pod regcomp.c t/op/pat.t
46186 ____________________________________________________________________________
46187 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
46188         Log: Retract #10324 and #10333; not needed.
46189      Branch: perl
46190            ! hints/irix_6.sh hints/linux.sh
46191 ____________________________________________________________________________
46192 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
46193         Log: The #10370 wasn't quite right.
46194      Branch: perl
46195            ! ext/XS/Typemap/Typemap.xs
46196 ____________________________________________________________________________
46197 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
46198         Log: The metaconfig units changes for #10372.
46199      Branch: metaconfig/U/perl
46200            + d_realpath.U d_sresgproto.U d_sresuproto.U
46201            ! gccvers.U i_db.U
46202 ____________________________________________________________________________
46203 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
46204         Log: Configure tweaks; record the Berkeley DB version,
46205              probe for realpath(), for setresuid() and setresgid()
46206              prototypes; use realpath() (try to be paranoid enough),
46207              use the setres[ug]id prototypes because glibc has the functions
46208              but not their prototypes; add -Wall -ansi to gcc ccflags;
46209              regen toc.
46210      Branch: perl
46211            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46212            ! config_h.SH configure.com epoc/config.sh
46213            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
46214            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
46215            ! vos/config.ga.def win32/config.bc win32/config.gc
46216            ! win32/config.vc
46217 ____________________________________________________________________________
46218 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
46219         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
46220              From: Michael G Schwern <schwern@pobox.com>
46221              Date: Fri, 1 Jun 2001 11:28:14 +0100
46222              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
46223      Branch: perl
46224            ! lib/attributes.pm xsutils.c
46225 ____________________________________________________________________________
46226 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
46227         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
46228              From: Tim Jenness <t.jenness@jach.hawaii.edu>
46229              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
46230              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
46231      Branch: perl
46232            ! ext/XS/Typemap/Typemap.xs
46233 ____________________________________________________________________________
46234 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
46235         Log: Subject: [patch] Cwd.xs optimizations/abstraction
46236              From: Doug MacEachern <dougm@covalent.net>
46237              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
46238              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
46239      Branch: perl
46240            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
46241            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
46242 ____________________________________________________________________________
46243 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
46244         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!])
46245              From: Nicholas Clark <nick@ccl4.org>
46246              Date: Thu, 31 May 2001 23:56:40 +0100
46247              Message-ID: <20010531235640.F12698@plum.flirble.org>
46248              
46249              Make the test work also under only static extensions
46250              (sh Configure -Uusedl fakes this nicely)
46251      Branch: perl
46252            ! t/lib/extutils.t
46253 ____________________________________________________________________________
46254 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
46255         Log: Subject: [PATCH hv.c] Eliminating trigraph
46256              From: Michael G Schwern <schwern@pobox.com>
46257              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
46258              Date: Fri, 1 Jun 2001 11:49:56 +0100
46259      Branch: perl
46260            ! hv.c
46261 ____________________________________________________________________________
46262 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
46263         Log: Subject: Re: [PATCH] Tests for File::Compare 
46264              From: "Philip Newton" <Philip.Newton@gmx.net>
46265              Date: Thu, 31 May 2001 19:44:05 +0200
46266              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
46267              
46268              Unnecessary "quotation marks".
46269      Branch: perl
46270            ! t/lib/filecomp.t
46271 ____________________________________________________________________________
46272 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
46273         Log: Integrate perlio.
46274      Branch: perl
46275           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
46276 ____________________________________________________________________________
46277 [ 10364] By: nick                                  on 2001/06/01  10:13:31
46278         Log: Cleanup dll.base and dll.exp created by GCC builds.
46279      Branch: perlio
46280            ! lib/ExtUtils/MM_Win32.pm
46281 ____________________________________________________________________________
46282 [ 10363] By: nick                                  on 2001/06/01  10:02:17
46283         Log: Make filecomp test work on CRLF platforms by adding binmode.
46284      Branch: perlio
46285            ! t/lib/filecomp.t
46286 ____________________________________________________________________________
46287 [ 10362] By: nick                                  on 2001/06/01  08:37:17
46288         Log: Integrate mainline
46289      Branch: perlio
46290           !> Changes Configure patchlevel.h perlio.c
46291 ____________________________________________________________________________
46292 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
46293         Log: panic:claustrophobia.
46294      Branch: perl
46295            ! perlio.c
46296 ____________________________________________________________________________
46297 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
46298         Log: Update Changes.
46299      Branch: perl
46300            ! Changes patchlevel.h
46301 ____________________________________________________________________________
46302 [ 10359] By: nick                                  on 2001/05/31  12:35:50
46303         Log: Integrate mainline.
46304      Branch: perlio
46305           +> t/lib/filecomp.t
46306           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
46307           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
46308 ____________________________________________________________________________
46309 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
46310         Log: Integrate perlio.
46311      Branch: perl
46312           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
46313           !> win32/config_H.vc
46314 ____________________________________________________________________________
46315 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
46316         Log: Metaconfig unit change for #10356.
46317      Branch: metaconfig
46318            ! U/installdirs/inc_version_list.U
46319 ____________________________________________________________________________
46320 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
46321         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
46322              (idea from Sarathy; implementation from Andy)
46323      Branch: perl
46324            ! Configure
46325 ____________________________________________________________________________
46326 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
46327         Log: More AUTHORS.
46328      Branch: perl
46329            ! AUTHORS
46330 ____________________________________________________________________________
46331 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
46332         Log: Subject: Re: [PATCH] Tests for File::Compare
46333              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
46334              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
46335              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
46336      Branch: perl
46337            + t/lib/filecomp.t
46338            ! MANIFEST t/lib/1_compile.t
46339 ____________________________________________________________________________
46340 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
46341         Log: Subject: [PATCH] DEBUG_* macro cleanups
46342              From: Abhijit Menon-Sen <ams@wiw.org>
46343              Date: Thu, 31 May 2001 12:16:22 +0530
46344              Message-ID: <20010531121622.B4829@lustre.linux.in>
46345              
46346              Subject: Re: [PATCH] DEBUG_* macro cleanups
46347              From: Abhijit Menon-Sen <ams@wiw.org>
46348              Date: Thu, 31 May 2001 13:57:01 +0530
46349              Message-ID: <20010531135701.A21775@lustre.linux.in>
46350              
46351              (The DEBUG_ definitions in perl.h changed to use the
46352              STMT_START and STMT_END.)
46353      Branch: perl
46354            ! perl.h pp_ctl.c sv.c toke.c
46355 ____________________________________________________________________________
46356 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
46357         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
46358              From: Abhijit Menon-Sen <ams@wiw.org>
46359              Date: Thu, 31 May 2001 08:27:55 +0530
46360              Message-ID: <20010531082755.A10018@lustre.linux.in>
46361      Branch: perl
46362            ! ext/Storable/Storable.xs gv.c perl.c
46363 ____________________________________________________________________________
46364 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
46365         Log: Subject: [PATCH] AUTHORS
46366              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
46367              Date: Thu, 31 May 2001 01:27:59 -0500
46368              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
46369              
46370              Subject: Re: [PATCH] AUTHORS
46371              From: "Philip Newton" <Philip.Newton@gmx.net>
46372              Date: Thu, 31 May 2001 10:08:06 +0200
46373              (Message-Id missing?)
46374      Branch: perl
46375            ! AUTHORS
46376 ____________________________________________________________________________
46377 [ 10350] By: nick                                  on 2001/05/31  11:40:43
46378         Log: win32 - dmake regen_config_h
46379      Branch: perlio
46380            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46381 ____________________________________________________________________________
46382 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
46383         Log: Subject: Re: [PATCH util.c] More warning cleanups.
46384              From: "Philip Newton" <Philip.Newton@gmx.net>
46385              Date: Thu, 31 May 2001 07:41:36 +0200
46386              Message-Id: <200105310538.IAA25458@taku.hut.fi>
46387              
46388              Undo C++-ism that snekt in.
46389      Branch: perl
46390            ! util.c
46391 ____________________________________________________________________________
46392 [ 10348] By: nick                                  on 2001/05/31  11:36:46
46393         Log: Tolerate Win32 numerics
46394      Branch: perlio
46395            ! t/pragma/warn/toke
46396 ____________________________________________________________________________
46397 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
46398         Log: Integrate perlio.
46399      Branch: perl
46400           !> perlio.c win32/win32.h
46401 ____________________________________________________________________________
46402 [ 10346] By: nick                                  on 2001/05/31  10:54:55
46403         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
46404              perlio.c change 10255.
46405      Branch: perlio
46406            ! perlio.c
46407 ____________________________________________________________________________
46408 [ 10345] By: nick                                  on 2001/05/31  10:01:57
46409         Log: Conditionally put back some "unused" dTHX which are used
46410              with PERL_IMPLICIT_SYS
46411      Branch: perlio
46412            ! perlio.c
46413 ____________________________________________________________________________
46414 [ 10344] By: nick                                  on 2001/05/31  10:00:59
46415         Log: Fix Win32 for new spelling IN_BYTES 
46416      Branch: perlio
46417            ! win32/win32.h
46418 ____________________________________________________________________________
46419 [ 10343] By: nick                                  on 2001/05/31  08:01:32
46420         Log: perlio.c -Wall cleaner under MULTIPLICITY
46421              - still minor noise with linux stdio
46422      Branch: perlio
46423            ! perlio.c
46424 ____________________________________________________________________________
46425 [ 10342] By: nick                                  on 2001/05/31  07:52:23
46426         Log: Integrate mainline.
46427      Branch: perlio
46428           !> (integrate 42 files)
46429 ____________________________________________________________________________
46430 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
46431         Log: AUTHORS updates.
46432      Branch: perl
46433            ! AUTHORS
46434 ____________________________________________________________________________
46435 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
46436         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
46437              From: Peter Prymmer <pvhp@forte.com>
46438              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
46439              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
46440      Branch: perl
46441            ! t/lib/md5-file.t
46442 ____________________________________________________________________________
46443 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
46444         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
46445              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
46446              to match the pragma name; various robustness cleanups.
46447      Branch: perl
46448            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
46449            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
46450 ____________________________________________________________________________
46451 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
46452         Log: More -Wall sweeping.
46453      Branch: perl
46454            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
46455            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
46456            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
46457            ! regcomp.c sv.c toke.c utf8.c
46458 ____________________________________________________________________________
46459 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
46460         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
46461              From: Nicholas Clark <nick@ccl4.org>
46462              Date: Wed, 30 May 2001 22:34:41 +0100
46463              Message-ID: <20010530223441.Y86445@plum.flirble.org>
46464      Branch: perl
46465            ! t/op/cmp.t
46466 ____________________________________________________________________________
46467 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
46468         Log: It's is not, it isn't ain't, and it's it's, not its,
46469              if you mean it is. If you don't, it's its. Then too,
46470              it's hers. It isn't her's. It isn't our's either.
46471              It's ours, and likewise yours and theirs.
46472              -- Oxford University Press, Edpress News
46473      Branch: perl
46474            ! lib/autouse.pm
46475 ____________________________________________________________________________
46476 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
46477         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
46478      Branch: perl
46479            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
46480            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
46481            ! x2p/str.c x2p/walk.c xsutils.c
46482 ____________________________________________________________________________
46483 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
46484         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46485              From: Michael G Schwern <schwern@pobox.com>
46486              Date: Wed, 30 May 2001 17:10:38 +0100
46487              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
46488              
46489              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
46490              From: Abhijit Menon-Sen <ams@wiw.org>
46491              Date: Wed, 30 May 2001 23:16:13 +0530
46492              Message-ID: <20010530231613.A31933@lustre.linux.in>
46493      Branch: perl
46494            ! perl.c t/run/runenv.t
46495 ____________________________________________________________________________
46496 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
46497         Log: (Retracted by #10375.)
46498              
46499              IRIX hints patch from Merijn Broeren.
46500              
46501              TODO: (this and the earlier Linux hints patch) should be solved
46502              at Configure level.  Merijn: -ldb should not be used on any platform
46503              for perl, just when linking DBFile itself. Trying to be helpful here
46504              is counterproductive.
46505      Branch: perl
46506            ! hints/irix_6.sh
46507 ____________________________________________________________________________
46508 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
46509         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
46510              From: Nicholas Clark <nick@ccl4.org>
46511              Date: Wed, 30 May 2001 23:20:58 +0100
46512              Message-ID: <20010530232058.B86445@plum.flirble.org>
46513      Branch: perl
46514            ! doop.c
46515 ____________________________________________________________________________
46516 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
46517         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
46518              From: Michael G Schwern <schwern@pobox.com> 
46519              Date: Wed, 30 May 2001 15:24:20 +0100
46520              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
46521      Branch: perl
46522            ! t/pragma/autouse.t
46523 ____________________________________________________________________________
46524 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
46525         Log: The regex trick wasn't a good idea.
46526      Branch: perl
46527            ! pod/perlfaq4.pod
46528 ____________________________________________________________________________
46529 [ 10329] By: nick                                  on 2001/05/30  18:34:35
46530         Log: Integrate mainline
46531      Branch: perlio
46532           !> (integrate 40 files)
46533 ____________________________________________________________________________
46534 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
46535         Log: Update Changes.
46536      Branch: perl
46537            ! Changes patchlevel.h
46538 ____________________________________________________________________________
46539 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
46540         Log: The metaconfig unit change for #10325.
46541      Branch: metaconfig
46542            + U/modified/afs.U
46543 ____________________________________________________________________________
46544 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
46545         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
46546              is now wrong.
46547      Branch: perl
46548            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
46549 ____________________________________________________________________________
46550 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
46551         Log: Introduce $Config{afsroot}.
46552      Branch: perl
46553            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46554            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
46555            ! win32/config.gc win32/config.vc
46556 ____________________________________________________________________________
46557 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
46558         Log: (Retracted by #10375.)
46559              
46560              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
46561      Branch: perl
46562            ! hints/linux.sh
46563 ____________________________________________________________________________
46564 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
46565         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
46566              (Also Configure tweaks needed; coming up soon.)
46567      Branch: perl
46568            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
46569 ____________________________________________________________________________
46570 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
46571         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
46572              From: Michael G Schwern <schwern@pobox.com>
46573              Date: Sun, 27 May 2001 10:29:43 +0100
46574              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
46575      Branch: perl
46576            ! lib/perl5db.pl
46577 ____________________________________________________________________________
46578 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
46579         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
46580              and Abhijit Menon-Sen.
46581      Branch: perl
46582            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
46583            ! perl.c pp_sys.c regcomp.c
46584 ____________________________________________________________________________
46585 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
46586         Log: Fix the BOOT section to call myU2time properly.
46587      Branch: perl
46588            ! ext/Time/HiRes/HiRes.xs
46589 ____________________________________________________________________________
46590 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
46591         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
46592              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
46593              Date: Wed, 30 May 2001 09:44:29 -0400
46594              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
46595              
46596              Detypo; plus add one more trick.
46597      Branch: perl
46598            ! pod/perlfaq4.pod
46599 ____________________________________________________________________________
46600 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
46601         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)
46602              From: Michael G Schwern <schwern@pobox.com>
46603              Date: Wed, 30 May 2001 14:39:06 +0100
46604              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
46605      Branch: perl
46606            ! lib/autouse.pm t/pragma/autouse.t
46607 ____________________________________________________________________________
46608 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
46609         Log: Subject: Re: AIX and gcc (moving targets)
46610              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46611              Date: Wed, 30 May 2001 15:25:08 +0200
46612              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
46613      Branch: perl
46614            ! ext/Time/HiRes/HiRes.xs
46615 ____________________________________________________________________________
46616 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
46617         Log: Subject: [PATCH t/TEST] sorting tests
46618              From: Michael G Schwern <schwern@pobox.com>
46619              Date: Wed, 30 May 2001 10:24:02 +0100
46620              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
46621      Branch: perl
46622            ! t/TEST
46623 ____________________________________________________________________________
46624 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
46625         Log: Subject: [ID 20010529.002] typos in man page perlre
46626              From: bart@cg681574-a.adubn1.nj.home.com 
46627              Date: Tue, 29 May 2001 13:58:59 -0500
46628              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
46629      Branch: perl
46630            ! pod/perlre.pod
46631 ____________________________________________________________________________
46632 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
46633         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
46634              From: "Craig A. Berry" <craigberry@mac.com>
46635              Date: Tue, 29 May 2001 23:23:45 -0500
46636              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
46637      Branch: perl
46638            ! t/lib/extutils.t t/pragma/autouse.t
46639 ____________________________________________________________________________
46640 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
46641         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)
46642              From: David Dyck <dcd@tc.fluke.com>
46643              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
46644              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
46645      Branch: perl
46646            ! t/lib/filefind.t
46647 ____________________________________________________________________________
46648 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
46649         Log: AIX hints update for gcc from Merijn H. Brand.
46650      Branch: perl
46651            ! hints/aix.sh
46652 ____________________________________________________________________________
46653 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
46654         Log: Retract #10295 and #10296: a more generic solution
46655              is needed (there's something funny with gcc on AIX).
46656      Branch: perl
46657            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
46658 ____________________________________________________________________________
46659 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
46660         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
46661              From: Hugo <hv@crypt.compulink.co.uk>
46662              Date: Wed, 30 May 2001 11:59:19 +0100
46663              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
46664              
46665              localizing $@ has unfortunate semantics - if you die past
46666              a local $@, the die message is lost.
46667      Branch: perl
46668            ! lib/utf8_heavy.pl
46669 ____________________________________________________________________________
46670 [ 10309] By: nick                                  on 2001/05/30  08:23:02
46671         Log: Integrate mainline (autouse works again.)
46672      Branch: perlio
46673           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
46674           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
46675           !> pod/perlvar.pod t/op/cmp.t
46676 ____________________________________________________________________________
46677 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
46678         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
46679              From: David Dyck <dcd@tc.fluke.com>
46680              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
46681              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
46682      Branch: perl
46683            ! lib/File/Find.pm
46684 ____________________________________________________________________________
46685 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
46686         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
46687              From: Nicholas Clark <nick@ccl4.org>
46688              Date: Tue, 29 May 2001 23:16:09 +0100
46689              Message-ID: <20010529231609.U86445@plum.flirble.org>
46690              
46691              Make the test output slightly clearer by distinguishing
46692              between '' and undef.
46693      Branch: perl
46694            ! t/op/cmp.t
46695 ____________________________________________________________________________
46696 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
46697         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
46698              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46699              Date: Tue, 29 May 2001 19:15:19 -0400
46700              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
46701      Branch: perl
46702            ! hints/os2.sh
46703 ____________________________________________________________________________
46704 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
46705         Log: Subject: perlvar.pod addition
46706              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
46707              Date: Fri, 25 May 2001 20:23:12 +0200
46708              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
46709              
46710              Subject: Re: perlvar.pod addition
46711              From: "Abigail" <abigail@foad.org> 
46712              Date: Fri, 25 May 2001 22:00:39 +0200
46713              Message-ID: <20010525200039.28029.qmail@foad.org>
46714              
46715              Mention $a and $b in perlvar.
46716      Branch: perl
46717            ! pod/perlvar.pod
46718 ____________________________________________________________________________
46719 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
46720         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
46721              From: Jeff Pinyan <jeffp@crusoe.net>
46722              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
46723              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
46724      Branch: perl
46725            ! pod/perlvar.pod
46726 ____________________________________________________________________________
46727 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
46728         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
46729              From: Jeff Pinyan <jeffp@crusoe.net>
46730              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
46731              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
46732      Branch: perl
46733            ! pod/perlfaq6.pod
46734 ____________________________________________________________________________
46735 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
46736         Log: Mention Time::localtime and Time::gmtime.
46737      Branch: perl
46738            ! ext/Time/Piece/Piece.pm
46739 ____________________________________________________________________________
46740 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
46741         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
46742              From: Michael G Schwern <schwern@pobox.com>
46743              Date: Tue, 29 May 2001 18:51:32 +0100
46744              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
46745      Branch: perl
46746            ! pod/perlfaq4.pod
46747 ____________________________________________________________________________
46748 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
46749         Log: Retract #10243.
46750      Branch: perl
46751            ! lib/autouse.pm
46752 ____________________________________________________________________________
46753 [ 10299] By: nick                                  on 2001/05/29  18:41:19
46754         Log: Post weekend integrate mainline (fails one test pragma/autouse).
46755      Branch: perlio
46756           +> (branch 29 files)
46757           !> (integrate 91 files)
46758 ____________________________________________________________________________
46759 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
46760         Log: Update Changes.
46761      Branch: perl
46762            ! Changes patchlevel.h
46763 ____________________________________________________________________________
46764 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
46765         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
46766              before Perl_load_module/Perl_call_method and restore the value
46767              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
46768      Branch: perl
46769            ! utf8.c
46770 ____________________________________________________________________________
46771 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
46772         Log: Subject: Re: AIX and gcc (moving targets)
46773              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46774              Date: Tue, 29 May 2001 17:59:40 +0200
46775              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
46776      Branch: perl
46777            ! ext/Storable/Makefile.PL
46778 ____________________________________________________________________________
46779 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
46780         Log: Subject: Re: AIX and gcc (moving targets)
46781              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46782              Date: Tue, 29 May 2001 12:32:57 +0200
46783              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
46784      Branch: perl
46785            ! ext/POSIX/Makefile.PL
46786 ____________________________________________________________________________
46787 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
46788         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
46789              From: Michael G Schwern <schwern@pobox.com>
46790              Date: Tue, 29 May 2001 09:53:29 +0100
46791              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
46792              
46793              (#10280 retracted)
46794      Branch: perl
46795            ! lib/Test/Harness.pm t/lib/test-harness.t
46796 ____________________________________________________________________________
46797 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
46798         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
46799              From: Michael G Schwern <schwern@pobox.com>
46800              Date: Tue, 29 May 2001 09:19:52 +0100
46801              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
46802      Branch: perl
46803            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
46804            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
46805            + t/lib/Test/todo.t
46806            ! MANIFEST lib/Test.pm t/TEST
46807 ____________________________________________________________________________
46808 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
46809         Log: From: Michael G Schwern <schwern@pobox.com>
46810              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
46811              Date: Tue, 29 May 2001 08:26:09 +0100
46812              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
46813      Branch: perl
46814            ! t/TEST
46815 ____________________________________________________________________________
46816 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
46817         Log: Add tests for Time::gmtime and Time::localtime.
46818      Branch: perl
46819            + t/lib/time-gmtime.t t/lib/time-localtime.t
46820            ! MANIFEST t/lib/1_compile.t
46821 ____________________________________________________________________________
46822 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
46823         Log: Add test for File::stat.
46824      Branch: perl
46825            + t/lib/filestat.t
46826            ! MANIFEST t/lib/1_compile.t
46827 ____________________________________________________________________________
46828 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
46829         Log: Add test for Net::servent.
46830      Branch: perl
46831            + t/lib/net-sent.t
46832            ! MANIFEST t/lib/1_compile.t
46833 ____________________________________________________________________________
46834 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
46835         Log: Add test for Net::protoent.
46836      Branch: perl
46837            + t/lib/net-pent.t
46838            ! MANIFEST t/lib/1_compile.t
46839 ____________________________________________________________________________
46840 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
46841         Log: Add test for Net::netent.
46842      Branch: perl
46843            + t/lib/net-nent.t
46844            ! MANIFEST t/lib/1_compile.t
46845 ____________________________________________________________________________
46846 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
46847         Log: Add test for User::grent.  Portability doubtful.
46848      Branch: perl
46849            + t/lib/user-grent.t
46850            ! MANIFEST t/lib/1_compile.t
46851 ____________________________________________________________________________
46852 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
46853         Log: Add test for User::pwent.
46854              Probably will fall down somewhere for portability reasons.
46855      Branch: perl
46856            + t/lib/user-pwent.t
46857            ! MANIFEST t/lib/1_compile.t
46858 ____________________________________________________________________________
46859 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
46860         Log: Metaconfig units changes for #10283.
46861      Branch: metaconfig
46862            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
46863            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
46864            ! U/installdirs/sitescript.U U/modified/Signal.U
46865 ____________________________________________________________________________
46866 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
46867         Log: Subject: [PATCH 5.6.1] signal names in Configure
46868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46869              Date: Tue, 29 May 2001 03:52:25 -0400
46870              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
46871              
46872              Subject: [PATCH 5.6.1] older perl in Configure
46873              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46874              Date: Tue, 29 May 2001 03:55:40 -0400
46875              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
46876              
46877              Subject: [PATCH 5.6.1] goofs in Configure
46878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46879              Date: Tue, 29 May 2001 04:13:07 -0400
46880              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
46881              
46882              Configure portability tweaks.
46883      Branch: perl
46884            ! Configure
46885 ____________________________________________________________________________
46886 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
46887         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
46888              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46889              Date: Tue, 29 May 2001 04:07:06 -0400
46890              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
46891      Branch: perl
46892            ! os2/os2.c
46893 ____________________________________________________________________________
46894 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
46895         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
46896              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46897              Date: Tue, 29 May 2001 04:01:38 -0400
46898              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
46899      Branch: perl
46900            ! hints/os2.sh os2/Makefile.SHs
46901 ____________________________________________________________________________
46902 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
46903         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
46904              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46905              Date: Tue, 29 May 2001 03:50:18 -0400
46906              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
46907      Branch: perl
46908            ! lib/Test/Harness.pm
46909 ____________________________________________________________________________
46910 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
46911         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
46912      Branch: perl
46913            ! lib/utf8_heavy.pl
46914 ____________________________________________________________________________
46915 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
46916         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
46917              From: Hugo <hv@crypt.compulink.co.uk>
46918              Date: Tue, 29 May 2001 03:03:45 +0100
46919              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
46920              
46921              Explanation why the $@ always gets the UTF8 flag when under use utf8--
46922              because we told it to have the flag when under use utf8.
46923      Branch: perl
46924            ! pp_ctl.c
46925 ____________________________________________________________________________
46926 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
46927         Log: At least a partial fix for 20010528.004.
46928      Branch: perl
46929            ! lib/utf8_heavy.pl
46930 ____________________________________________________________________________
46931 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
46932         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
46933              From: Nicholas Clark <nick@ccl4.org> 
46934              Date: Mon, 28 May 2001 23:39:38 +0100
46935              Message-ID: <20010528233938.M86445@plum.flirble.org>
46936              
46937              More portable non-zero UV.
46938      Branch: perl
46939            ! t/lib/extutils.t
46940 ____________________________________________________________________________
46941 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
46942         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
46943              From: Nicholas Clark <nick@ccl4.org>
46944              Date: Mon, 28 May 2001 22:46:09 +0100
46945              Message-ID: <20010528224608.L86445@plum.flirble.org>
46946              
46947              Test also "make clean".
46948      Branch: perl
46949            ! t/lib/extutils.t
46950 ____________________________________________________________________________
46951 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
46952         Log: Subject: Re: Would -Wno-unused -Wall be better?
46953              From: Michael G Schwern <schwern@pobox.com>
46954              Date: Tue, 29 May 2001 00:55:54 +0100
46955              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
46956      Branch: perl
46957            ! pp.h
46958 ____________________________________________________________________________
46959 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
46960         Log: Add a test for 20010528.007, fixed in #10272.
46961      Branch: perl
46962            ! t/op/misc.t toke.c
46963 ____________________________________________________________________________
46964 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
46965         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
46966              From: Hugo <hv@crypt.compulink.co.uk>
46967              Date: Tue, 29 May 2001 00:23:23 +0100
46968              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
46969      Branch: perl
46970            ! toke.c
46971 ____________________________________________________________________________
46972 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
46973         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
46974              From: Michael G Schwern <schwern@pobox.com>
46975              Date: Tue, 29 May 2001 00:42:59 +0100
46976              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
46977      Branch: perl
46978            ! t/pragma/autouse.t
46979 ____________________________________________________________________________
46980 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
46981         Log: Some shells seemingly arrange the signal handlers differently
46982              (bug id 20010521.004).
46983      Branch: perl
46984            ! t/lib/sigaction.t
46985 ____________________________________________________________________________
46986 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
46987         Log: Regen perlmodlib.
46988      Branch: perl
46989            ! pod/perlmodlib.pod
46990 ____________________________________________________________________________
46991 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
46992         Log: Update Changes.
46993      Branch: perl
46994            ! Changes patchlevel.h
46995 ____________________________________________________________________________
46996 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
46997         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
46998              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46999              Date: Mon, 28 May 2001 14:56:35 -0500
47000              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
47001      Branch: perl
47002            ! pod/perlnewmod.pod
47003 ____________________________________________________________________________
47004 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
47005         Log: Regen toc.
47006      Branch: perl
47007            ! pod/perltoc.pod
47008 ____________________________________________________________________________
47009 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
47010         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
47011              From: "Richard Soderberg" <rs@crystalflame.net>
47012              Date: Mon, 28 May 2001 12:31:23 -0700
47013              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
47014      Branch: perl
47015            ! t/op/splice.t
47016 ____________________________________________________________________________
47017 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
47018         Log: The #10260 was too bold: locales and utf8 still do not mix.
47019      Branch: perl
47020            ! t/pragma/locale.t
47021 ____________________________________________________________________________
47022 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
47023         Log: Subject: [PATCH] Pod nitpicks
47024              From: "Richard Soderberg" <rs@crystalflame.net>
47025              Date: Mon, 28 May 2001 10:08:58 -0700
47026              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
47027      Branch: perl
47028            ! pod/perl571delta.pod pod/perlapi.pod sv.h
47029 ____________________________________________________________________________
47030 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
47031         Log: Upgrade to I18N::LangTags 0.22.
47032      Branch: perl
47033            + lib/I18N/LangTags/List.pod
47034            ! MANIFEST lib/I18N/LangTags.pm
47035 ____________________________________________________________________________
47036 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
47037         Log: A slightly more serious bug found by -Mutf8; op/misc and
47038              lib/complex dumped core.
47039      Branch: perl
47040            ! regexec.c
47041 ____________________________________________________________________________
47042 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
47043         Log: Various buglets shaken out by -Mutf8.
47044      Branch: perl
47045            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
47046            ! t/pragma/locale.t
47047 ____________________________________________________________________________
47048 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
47049         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
47050      Branch: perl
47051            ! t/lib/carp.t
47052 ____________________________________________________________________________
47053 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
47054         Log: Subject: [PATCH] todo patch
47055              From: Artur Bergman <artur@contiller.se> 
47056              Date: Mon, 28 May 2001 17:03:51 +0200
47057              Message-ID: <B7383577.F34%artur@contiller.se>
47058      Branch: perl
47059            ! pod/perltodo.pod
47060 ____________________________________________________________________________
47061 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
47062         Log: Subject: typo in perlguts.pod
47063              From: "John P. Linderman" <jpl@research.att.com>
47064              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
47065              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
47066      Branch: perl
47067            ! pod/perlguts.pod
47068 ____________________________________________________________________________
47069 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
47070         Log: Subject: AIX and gcc (moving targets)
47071              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47072              Date: Mon, 28 May 2001 12:54:04 +0200
47073              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
47074      Branch: perl
47075            ! hints/aix.sh
47076 ____________________________________________________________________________
47077 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
47078         Log: Subject: Re: perlio + multiple perl_alloc..destruct
47079              From: Doug MacEachern <dougm@covalent.net>
47080              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
47081              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
47082      Branch: perl
47083            ! perlio.c
47084 ____________________________________________________________________________
47085 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
47086         Log: The #10251 wasn't quite up-to-the-code.
47087      Branch: perl
47088            ! t/op/misc.t
47089 ____________________________________________________________________________
47090 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
47091         Log: Test case for bug 20010526.004, fixed in #10252.
47092      Branch: perl
47093            ! t/op/taint.t
47094 ____________________________________________________________________________
47095 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
47096         Log: Subject: Re: [ID 20010526.004] Taint looses value
47097              From: Hugo <hv@crypt.compulink.co.uk>
47098              Date: Sun, 27 May 2001 20:39:32 +0100
47099              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
47100      Branch: perl
47101            ! sv.c
47102 ____________________________________________________________________________
47103 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
47104         Log: Test case for 20010422.005, fixed by #10250.
47105      Branch: perl
47106            ! t/op/misc.t
47107 ____________________________________________________________________________
47108 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
47109         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
47110              From: Spider Boardman <spider@Orb.Nashua.NH.US>
47111              Date: Mon, 28 May 2001 06:39:12 -0400
47112              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
47113      Branch: perl
47114            ! toke.c
47115 ____________________________________________________________________________
47116 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
47117         Log: Linerewrapping.
47118      Branch: perl
47119            ! lib/open.pm
47120 ____________________________________________________________________________
47121 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
47122         Log: Updates on the modules list.
47123      Branch: perl
47124            ! t/lib/1_compile.t
47125 ____________________________________________________________________________
47126 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
47127         Log: Add a test for PerlIO.
47128              
47129              (I probably got the crlf/raw thing wrong for clrfy platforms...)
47130      Branch: perl
47131            + t/lib/perlio.t
47132            ! MANIFEST lib/PerlIO.pm
47133 ____________________________________________________________________________
47134 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
47135         Log: Add a test for carp et alia.
47136      Branch: perl
47137            + t/lib/carp.t
47138            ! MANIFEST
47139 ____________________________________________________________________________
47140 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
47141         Log: Adding the new test would be swell.
47142      Branch: perl
47143            + t/pragma/autouse.t
47144 ____________________________________________________________________________
47145 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
47146         Log: Add a test for the autouse pragma.
47147      Branch: perl
47148            ! MANIFEST
47149 ____________________________________________________________________________
47150 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
47151         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
47152              From: dLux <dlux@spam.sch.bme.hu>
47153              Date: Sun, 27 May 2001 16:14:26 +0200
47154              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
47155      Branch: perl
47156            ! lib/autouse.pm
47157 ____________________________________________________________________________
47158 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
47159         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
47160              From: "Richard Soderberg" <rs@crystalflame.net>
47161              Date: Mon, 28 May 2001 03:56:36 -0700
47162              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
47163      Branch: perl
47164            ! utils/dprofpp.PL
47165 ____________________________________________________________________________
47166 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
47167         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
47168              From: "Stephen P. Potter" <spp@spotter.yi.org>
47169              Date: Tue, 22 May 2001 11:40:25 -0400
47170              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
47171              
47172              Subject: Re: [ID 20010522.003] Time::Local module bug
47173              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
47174              Date: Tue, 22 May 2001 11:50:19 -0400
47175              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
47176      Branch: perl
47177            ! lib/Time/Local.pm
47178 ____________________________________________________________________________
47179 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
47180         Log: The PERL_DL_NONLAZY can have whitespace in front.
47181      Branch: perl
47182            ! t/lib/extutils.t
47183 ____________________________________________________________________________
47184 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
47185         Log: Document strftime() and strptime().
47186      Branch: perl
47187            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
47188 ____________________________________________________________________________
47189 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
47190         Log: Make Time::Piece::strptime() to be a function, not a method.
47191      Branch: perl
47192            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
47193 ____________________________________________________________________________
47194 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
47195         Log: Tweak the test to be more portable.
47196      Branch: perl
47197            ! t/lib/extutils.t
47198 ____________________________________________________________________________
47199 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
47200         Log: Subject: PATCH: Re: Re: Attributes that tie
47201              From: Leon Brocard <acme@astray.com>
47202              Date: Sun, 27 May 2001 12:37:29 +0100
47203              Message-ID: <20010527123729.A22663@ns0.astray.com>
47204              
47205              Document that variable attributes are not currently usable
47206              for tieing.  (An ugly limitation that should be fixed.)
47207      Branch: perl
47208            ! lib/attributes.pm
47209 ____________________________________________________________________________
47210 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
47211         Log: Microperl tweaks.
47212      Branch: perl
47213            ! Makefile.micro uconfig.h uconfig.sh
47214 ____________________________________________________________________________
47215 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
47216         Log: Add make target for microperl (kind of silly, but convenient).
47217      Branch: perl
47218            ! Makefile.SH
47219 ____________________________________________________________________________
47220 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
47221         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
47222              for microperl.)
47223      Branch: perl
47224            ! doio.c
47225 ____________________________________________________________________________
47226 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
47227         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
47228              From: rspier@pobox.com (Robert Spier)
47229              Date: Sat, 26 May 2001 20:05:23 -0400
47230              Message-ID: <15120.17603.148648.12430@rls.cx>
47231              
47232              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
47233              From: rspier@pobox.com (Robert Spier)
47234              Date: Sun, 27 May 2001 00:23:12 -0400
47235              Message-ID: <15120.33072.511966.767230@rls.cx>
47236      Branch: perl
47237            ! doio.c pod/perlfunc.pod
47238 ____________________________________________________________________________
47239 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
47240         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
47241      Branch: perl
47242            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
47243 ____________________________________________________________________________
47244 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
47245         Log: Add README.tru64.
47246      Branch: perl
47247            + README.tru64
47248 ____________________________________________________________________________
47249 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
47250         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
47251      Branch: perl
47252            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
47253            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
47254            ! MANIFEST
47255 ____________________________________________________________________________
47256 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
47257         Log: Integrate I18N::LangTags from Sean Burke.
47258              
47259              TODO: the language list from RFC 3066 needs to be integrated
47260              and made available somehow.  The list is included in the
47261              I18N-LangTags 0.21 distribution, but it is undocumented
47262              and unconnected to the module.
47263      Branch: perl
47264            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
47265            ! MANIFEST
47266 ____________________________________________________________________________
47267 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
47268         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
47269              envisioned by Sarathy.
47270      Branch: perl
47271            ! t/op/ver.t toke.c
47272 ____________________________________________________________________________
47273 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
47274         Log: Subject: [ID 20010525.001] Pod typo nits fixed
47275              From: lvirden@cas.org
47276              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
47277              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
47278              
47279              minus the perlsolaris decimation plus the
47280              
47281              Subject: Re: [ID 20010525.001] Pod typo nits fixed
47282              From: "Philip Newton" <Philip.Newton@gmx.net>
47283              Date: Fri, 25 May 2001 18:05:55 +0200
47284              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
47285      Branch: perl
47286            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
47287            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
47288            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
47289            ! pod/perlutil.pod pod/perlxstut.pod
47290 ____________________________________________________________________________
47291 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
47292         Log: return clauses are nice.
47293      Branch: perl
47294            ! sv.c
47295 ____________________________________________________________________________
47296 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
47297         Log: Subject: change 10199 backwards?
47298              From: Doug MacEachern <dougm@covalent.net>
47299              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
47300              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
47301      Branch: perl
47302            ! sv.c
47303 ____________________________________________________________________________
47304 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
47305         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
47306              From: Hugo <hv@crypt.compulink.co.uk>
47307              Date: Sat, 26 May 2001 17:05:12 +0100
47308              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
47309      Branch: perl
47310            + t/op/gmagic.t
47311            ! MANIFEST doop.c embed.h embed.pl global.sym
47312            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
47313            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
47314 ____________________________________________________________________________
47315 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
47316         Log: Regen headers for #10221.
47317      Branch: perl
47318            ! global.sym objXSUB.h perlapi.c
47319 ____________________________________________________________________________
47320 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
47321         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
47322              From: Juha Laiho <juha.laiho@Elma.Net>
47323              Date: Thu, 3 May 2001 09:51:30 +0300
47324              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
47325      Branch: perl
47326            ! embed.pl
47327 ____________________________________________________________________________
47328 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
47329         Log: Subject: Re: [PATCH] Re: stability of sort()?
47330              From: "John P. Linderman" <jpl@research.att.com>
47331              Date: Sat, 26 May 2001 13:27:19 -0400
47332              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
47333      Branch: perl
47334            ! pod/perlfunc.pod
47335 ____________________________________________________________________________
47336 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
47337         Log: Integrate perlio.
47338      Branch: perl
47339           !> pod/perlguts.pod
47340 ____________________________________________________________________________
47341 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
47342         Log: Subject: [PATCH perl@10210] PerlIO for VMS
47343              From: "Craig A. Berry" <craigberry@mac.com>
47344              Date: Sat, 26 May 2001 09:34:11 -0500
47345              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
47346      Branch: perl
47347            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
47348            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
47349            ! vms/vmsish.h
47350 ____________________________________________________________________________
47351 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
47352         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
47353              From: David Dyck <dcd@tc.fluke.com>
47354              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
47355              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
47356      Branch: perl
47357            ! lib/perl5db.pl
47358 ____________________________________________________________________________
47359 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
47360         Log: Subject: utf8 regexp tests
47361              From: Hugo <hv@crypt.compulink.co.uk>
47362              Date: Fri, 25 May 2001 22:35:01 +0100
47363              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
47364      Branch: perl
47365            ! t/op/regexp.t
47366 ____________________________________________________________________________
47367 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
47368         Log: Subject: [PATCH] Re: stability of sort()?
47369              From: Nicholas Clark <nick@ccl4.org>
47370              Date: Fri, 25 May 2001 22:40:19 +0100
47371              Message-ID: <20010525224019.B86445@plum.flirble.org>
47372      Branch: perl
47373            ! pod/perlfunc.pod
47374 ____________________________________________________________________________
47375 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
47376         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
47377              From: John Peacock <jpeacock@rowman.com>
47378              Date: Thu, 24 May 2001 22:14:01 -0400
47379              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
47380      Branch: perl
47381            ! mg.c scope.c sv.c
47382 ____________________________________________________________________________
47383 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
47384         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
47385              From: Nicholas Clark <nick@ccl4.org>
47386              Date: Sun, 20 May 2001 19:24:13 +0100
47387              Message-ID: <20010520192413.G83222@plum.flirble.org>
47388      Branch: perl
47389            + lib/ExtUtils/Constant.pm t/lib/extutils.t
47390            ! MANIFEST utils/h2xs.PL
47391 ____________________________________________________________________________
47392 [ 10212] By: nick                                  on 2001/05/26  09:49:28
47393         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
47394              add a few more notes there on use of mortals on the stack.
47395      Branch: perlio
47396            ! pod/perlguts.pod
47397 ____________________________________________________________________________
47398 [ 10211] By: nick                                  on 2001/05/26  09:05:36
47399         Log: Integrate mainline
47400      Branch: perlio
47401           +> t/lib/fcntl.t t/pragma/vars.t
47402           !> (integrate 49 files)
47403 ____________________________________________________________________________
47404 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
47405         Log: Update Changes.
47406      Branch: perl
47407            ! Changes patchlevel.h
47408 ____________________________________________________________________________
47409 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
47410         Log: Based on
47411              
47412              Subject: [PATCH pp.c] Wrapping pack("C",256)
47413              From: Simon Cozens <simon@netthink.co.uk>
47414              Date: Sat, 12 May 2001 17:58:41 +0100
47415              Message-ID: <20010512175841.A6132@netthink.co.uk>
47416      Branch: perl
47417            ! pod/perldiag.pod pp.c t/pragma/warn/pp
47418 ____________________________________________________________________________
47419 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
47420         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
47421              From: "Brendan O'Dea" <bod@compusol.com.au>
47422              Date: Fri, 25 May 2001 11:18:29 +1000
47423              Message-ID: <20010525111829.A28411@compusol.com.au>
47424              
47425              (Slightly modified.)
47426      Branch: perl
47427            ! lib/Term/Cap.pm
47428 ____________________________________________________________________________
47429 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
47430         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
47431              From: Hugo <hv@crypt.compulink.co.uk>
47432              Date: Fri, 25 May 2001 02:13:25 +0100
47433              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
47434      Branch: perl
47435            ! t/op/misc.t
47436 ____________________________________________________________________________
47437 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
47438         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
47439              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
47440              Date: Fri, 25 May 2001 10:25:36 +0900
47441              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
47442      Branch: perl
47443            ! regcomp.c regexec.c
47444 ____________________________________________________________________________
47445 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
47446         Log: Subject: [PATCH #2] stash autovivification and method call error messages
47447              From: Ilmari Karonen <iltzu@sci.fi>
47448              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
47449              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
47450      Branch: perl
47451            ! gv.c pp_hot.c t/op/method.t
47452 ____________________________________________________________________________
47453 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
47454         Log: Add make target and documentation for gprof profiling.
47455      Branch: perl
47456            ! Makefile.SH pod/perlhack.pod
47457 ____________________________________________________________________________
47458 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
47459         Log: Subject: Don't think about UTF8 
47460              From: Mike Guy <mjtg@cam.ac.uk> 
47461              Date: Tue, 22 May 2001 14:35:39 +0100
47462              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
47463      Branch: perl
47464            ! sv.h
47465 ____________________________________________________________________________
47466 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
47467         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
47468              From: Geraint A Edwards <gedge@serf.org> 
47469              Date: Thu, 24 May 2001 22:51:24 +0100
47470              Message-Id: <20010524225124.A34981@cymru.serf.org>
47471      Branch: perl
47472            ! x2p/find2perl.PL
47473 ____________________________________________________________________________
47474 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
47475         Log: DB_File has its own attribute story.
47476      Branch: perl
47477            ! ext/DB_File/DB_File.xs
47478 ____________________________________________________________________________
47479 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
47480         Log: Subject: Re: Making perl with -Wall
47481              From: Andy Dougherty <doughera@lafayette.edu>
47482              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
47483              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
47484      Branch: perl
47485            ! perl.h
47486 ____________________________________________________________________________
47487 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
47488         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
47489              From: "Richard Soderberg" <rs@crystalflame.net>
47490              Date: Thu, 24 May 2001 08:58:16 -0700
47491              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
47492      Branch: perl
47493            ! sv.c
47494 ____________________________________________________________________________
47495 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
47496         Log: IV/UV casting fixes from Nicholas Clark.
47497      Branch: perl
47498            ! perl.h pp_sys.c util.c
47499 ____________________________________________________________________________
47500 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
47501         Log: Subject: Re: Making perl with -Wall
47502              From: Michael G Schwern <schwern@pobox.com>
47503              Date: Thu, 24 May 2001 15:40:28 +0100
47504              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
47505      Branch: perl
47506            ! malloc.c perl.h
47507 ____________________________________________________________________________
47508 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
47509         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
47510              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47511              Date: Tue, 22 May 2001 11:49:37 +0200
47512              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
47513      Branch: metaconfig
47514            ! U/modified/Oldsym.U
47515      Branch: metaconfig/U/perl
47516            ! patchlevel.U
47517      Branch: perl
47518            ! Configure config_h.SH myconfig.SH
47519 ____________________________________________________________________________
47520 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
47521         Log: Under versiononly install also the scripts with the version suffix.
47522              (e.g. .../bin/h2xs5.7.1)
47523      Branch: perl
47524            ! installperl
47525 ____________________________________________________________________________
47526 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
47527         Log: Subject: [PATCH] Stop segfault in mg.c:636
47528              From: "Richard Soderberg" <rs@crystalflame.net>
47529              Date: Thu, 24 May 2001 05:51:52 -0700
47530              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
47531      Branch: perl
47532            ! mg.c
47533 ____________________________________________________________________________
47534 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
47535         Log: Iteration continues; hopefully convergently.
47536      Branch: perl
47537            ! t/lib/b-stash.t
47538 ____________________________________________________________________________
47539 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
47540         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
47541              From: Gisle Aas <gisle@ActiveState.com>
47542              Date: 23 May 2001 16:13:10 -0700
47543              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
47544      Branch: perl
47545            ! op.c toke.c
47546 ____________________________________________________________________________
47547 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
47548         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
47549              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47550              Date: Thu, 24 May 2001 05:05:22 -0500
47551              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
47552      Branch: perl
47553            ! lib/dumpvar.pl lib/perl5db.pl
47554 ____________________________________________________________________________
47555 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
47556         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
47557              From: David Dyck <dcd@tc.fluke.com>
47558              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
47559              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
47560      Branch: perl
47561            ! lib/perl5db.pl
47562 ____________________________________________________________________________
47563 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
47564         Log: Tiny pod nits on READMEs, mostly whitespace issues.
47565      Branch: perl
47566            ! README.amiga README.dos README.macos README.mpeix README.vmesa
47567            ! README.win32
47568 ____________________________________________________________________________
47569 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
47570         Log: The DG/UX part of the 20010521.005.
47571      Branch: perl
47572            ! README.dgux
47573 ____________________________________________________________________________
47574 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
47575         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
47576              From: Hugo <hv@crypt.compulink.co.uk>
47577              Date: Mon, 21 May 2001 16:32:02 +0100
47578              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
47579      Branch: perl
47580            ! regcomp.c t/op/misc.t
47581 ____________________________________________________________________________
47582 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
47583         Log: Subject: [PATCH] Extra UNIVERSAL tests
47584              From: Mike Guy <mjtg@cam.ac.uk>
47585              Date: Wed, 23 May 2001 12:29:20 +0100
47586              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
47587      Branch: perl
47588            ! t/op/universal.t
47589 ____________________________________________________________________________
47590 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
47591         Log: Subject: [PATCH] Remove EQ keyword
47592              From: Mike Guy <mjtg@cam.ac.uk>
47593              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
47594              Date: Wed, 23 May 2001 11:17:29 +0100
47595      Branch: perl
47596            ! keywords.h keywords.pl
47597 ____________________________________________________________________________
47598 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
47599         Log: Subject: [PATCH] lib/perl5db.pl
47600              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47601              Date: Wed, 23 May 2001 02:18:03 -0500
47602              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
47603      Branch: perl
47604            ! lib/perl5db.pl
47605 ____________________________________________________________________________
47606 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
47607         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
47608              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
47609              Date: Tue, 22 May 2001 23:34:41 -0500
47610              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
47611      Branch: perl
47612            ! lib/Term/Cap.pm
47613 ____________________________________________________________________________
47614 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
47615         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
47616              From: davem@fdgroup.co.uk
47617              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
47618              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
47619      Branch: perl
47620            ! emacs/e2ctags.pl
47621 ____________________________________________________________________________
47622 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
47623         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
47624              From: Michael G Schwern <schwern@pobox.com>
47625              Date: Tue, 22 May 2001 14:15:09 +0100
47626              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
47627      Branch: perl
47628            ! lib/vars.pm
47629 ____________________________________________________________________________
47630 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
47631         Log: Subject: [PATCH lib/vars.pm] Odd code nit
47632              From: Michael G Schwern <schwern@pobox.com>
47633              Date: Tue, 22 May 2001 14:14:28 +0100
47634              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
47635      Branch: perl
47636            ! lib/vars.pm
47637 ____________________________________________________________________________
47638 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
47639         Log: Use the new use vars feature.
47640      Branch: perl
47641            ! t/lib/b-stash.t
47642 ____________________________________________________________________________
47643 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
47644         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
47645              From: Mike Guy <mjtg@cam.ac.uk>
47646              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47647              Date: Tue, 22 May 2001 13:11:39 +0100
47648      Branch: perl
47649            + t/pragma/vars.t
47650            ! MANIFEST lib/vars.pm t/lib/1_compile.t
47651 ____________________________________________________________________________
47652 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
47653         Log: -qlongdouble considered harmful by Merijn.
47654      Branch: perl
47655            ! hints/aix.sh
47656 ____________________________________________________________________________
47657 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
47658         Log: Update Changes.
47659      Branch: perl
47660            ! Changes patchlevel.h
47661 ____________________________________________________________________________
47662 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
47663         Log: Add a test of its very own for Fcntl.  Hopefully portable.
47664      Branch: perl
47665            + t/lib/fcntl.t
47666            ! MANIFEST
47667 ____________________________________________________________________________
47668 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
47669         Log: Must be trickier for 'minitest' not to die.
47670      Branch: perl
47671            ! t/op/taint.t
47672 ____________________________________________________________________________
47673 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
47674         Log: Can't declare other people's variables.
47675      Branch: perl
47676            ! t/lib/b-stash.t
47677 ____________________________________________________________________________
47678 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
47679         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
47680      Branch: perl
47681            ! doio.c t/op/taint.t
47682 ____________________________________________________________________________
47683 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
47684         Log: The OS/2 variable needs to be declared.
47685      Branch: perl
47686            ! t/lib/b-stash.t
47687 ____________________________________________________________________________
47688 [ 10170] By: nick                                  on 2001/05/20  16:48:29
47689         Log: Integrate mainline
47690      Branch: perlio
47691           !> (integrate 41 files)
47692 ____________________________________________________________________________
47693 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
47694         Log: Small perlsec updates: clarify the taintedness of filename
47695              globbing; suggest using Scalar::Util::tainted().
47696      Branch: perl
47697            ! pod/perlsec.pod
47698 ____________________________________________________________________________
47699 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
47700         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
47701              From: Dave Mitchell <davem@fdgroup.co.uk>
47702              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
47703              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
47704      Branch: perl
47705            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
47706            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
47707            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
47708            ! xsutils.c
47709 ____________________________________________________________________________
47710 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
47711         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
47712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47713              Date: Sat, 19 May 2001 04:08:46 -0400
47714              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
47715      Branch: perl
47716            ! lib/ExtUtils/Mksymlists.pm makedef.pl
47717 ____________________________________________________________________________
47718 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
47719         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
47720              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47721              Date: Sat, 19 May 2001 04:30:45 -0400
47722              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
47723      Branch: perl
47724            ! os2/os2.c
47725 ____________________________________________________________________________
47726 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
47727         Log: Subject: [PATCH 5.6.1] build bugs OS/2
47728              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47729              Date: Sat, 19 May 2001 04:35:28 -0400
47730              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
47731      Branch: perl
47732            ! os2/Makefile.SHs os2/os2.c
47733 ____________________________________________________________________________
47734 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
47735         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
47736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47737              Date: Sat, 19 May 2001 04:04:23 -0400
47738              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
47739              
47740              (In bleadperl patched b-stash.t instead of b.t)
47741      Branch: perl
47742            ! t/lib/b-stash.t t/lib/bigfltpm.t
47743 ____________________________________________________________________________
47744 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
47745         Log: Subject: [PATCH 5.6.1] perl5db
47746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47747              Date: Sat, 19 May 2001 03:49:09 -0400
47748              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
47749      Branch: perl
47750            ! lib/perl5db.pl
47751 ____________________________________________________________________________
47752 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
47753         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
47754              From: Gisle Aas <gisle@ActiveState.com>
47755              Date: 18 May 2001 14:24:51 -0700
47756              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
47757      Branch: perl
47758            ! pp_ctl.c
47759 ____________________________________________________________________________
47760 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
47761         Log: Subject: [PATCH] Chomp should not always stringify
47762              From: Gisle Aas <gisle@ActiveState.com>
47763              Date: 18 May 2001 07:55:25 -0700
47764              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
47765      Branch: perl
47766            ! doop.c t/op/chop.t
47767 ____________________________________________________________________________
47768 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
47769         Log: Integrate perlio.
47770      Branch: perl
47771           !> pod/perlfunc.pod
47772 ____________________________________________________________________________
47773 [ 10159] By: nick                                  on 2001/05/20  09:39:46
47774         Log: Document some more of open's features.
47775      Branch: perlio
47776            ! pod/perlfunc.pod
47777 ____________________________________________________________________________
47778 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
47779         Log: back out change#10153 (it has compatibility issues such as the
47780              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
47781              benefit for 5.6.x doesn't seem worth the risk)
47782      Branch: maint-5.6/perl
47783            ! toke.c
47784 ____________________________________________________________________________
47785 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
47786         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
47787      Branch: perl
47788            ! x2p/s2p.PL
47789 ____________________________________________________________________________
47790 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
47791         Log: Update Changes.
47792      Branch: perl
47793            ! Changes patchlevel.h
47794 ____________________________________________________________________________
47795 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
47796         Log: Integrate change #10144 from maintperl.
47797              
47798              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
47799      Branch: perl
47800           !> win32/config.bc win32/config.gc win32/config.vc
47801           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47802 ____________________________________________________________________________
47803 [ 10154] By: nick                                  on 2001/05/18  07:23:03
47804         Log: Integrate mainline.
47805      Branch: perlio
47806           +> README.dgux t/lib/i18n-collate.t utils.lst
47807           !> (integrate 49 files)
47808 ____________________________________________________________________________
47809 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
47810         Log: Integrate change #7224 from mainline into maintperl.
47811              
47812              Allow @+ and @- to be doublequoted, from Simon Cozens. 
47813              (Approved by Larry, see Tom's comment in 20000830.005.)
47814      Branch: maint-5.6/perl
47815           !> toke.c
47816 ____________________________________________________________________________
47817 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
47818         Log: Subject: [PATCH bleadperl] small lookbehind fix
47819              From: Hugo <hv@crypt.compulink.co.uk>
47820              Date: Fri, 18 May 2001 00:07:19 +0100
47821              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
47822      Branch: perl
47823            ! regexec.c
47824 ____________________________________________________________________________
47825 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
47826         Log: Detypos.
47827      Branch: perl
47828            ! installman utils.lst
47829 ____________________________________________________________________________
47830 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
47831         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
47832              in 20001222.001.
47833      Branch: perl
47834            ! t/lib/glob-basic.t
47835 ____________________________________________________________________________
47836 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
47837         Log: Subject: [PATCH] Test for bug 20010515.004
47838              From: Benjamin Sugars <bsugars@canoe.ca>
47839              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
47840              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
47841      Branch: perl
47842            ! t/op/misc.t
47843 ____________________________________________________________________________
47844 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
47845         Log: Integrate #10145 from maintperl.
47846              
47847              fix for ID 20010515.004 (needs test)
47848      Branch: perl
47849           !> pp_hot.c
47850 ____________________________________________________________________________
47851 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
47852         Log: Thinko noticed by Doug MacEachern.
47853      Branch: perl
47854            ! thread.h
47855 ____________________________________________________________________________
47856 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
47857         Log: Subject: Re: [PATCH] HERE mark in regex
47858              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
47859              Date: Thu, 17 May 2001 12:20:33 -0400
47860              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
47861      Branch: perl
47862            ! t/op/re_tests
47863 ____________________________________________________________________________
47864 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
47865         Log: fix for ID 20010515.004 (needs test)
47866      Branch: maint-5.6/perl
47867            ! pp_hot.c
47868 ____________________________________________________________________________
47869 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
47870         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
47871      Branch: maint-5.6/perl
47872            ! win32/config.bc win32/config.gc win32/config.vc
47873            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47874 ____________________________________________________________________________
47875 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
47876         Log: Macrofy the getspecific (and use it also in util.c)
47877      Branch: perl
47878            ! thread.h util.c
47879 ____________________________________________________________________________
47880 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
47881         Log: Use the unchecked thread-specific key fetch also in Tru64.
47882      Branch: perl
47883            ! thread.h
47884 ____________________________________________________________________________
47885 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
47886         Log: Subject: [PATCH 5.6.1]Quick thread speedup
47887              From: Dan Sugalski <dan@sidhe.org> 
47888              Date: Wed, 16 May 2001 18:05:19 -0400
47889              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
47890      Branch: perl
47891            ! thread.h util.c
47892 ____________________________________________________________________________
47893 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
47894         Log: I think this is quite enough testing for a deprecated feature.
47895      Branch: perl
47896            + t/lib/i18n-collate.t
47897            ! MANIFEST t/lib/1_compile.t
47898 ____________________________________________________________________________
47899 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
47900         Log: More HP-UX lore from Jeff Okamoto.
47901      Branch: perl
47902            ! README.hpux
47903 ____________________________________________________________________________
47904 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
47905         Log: Sort utils.lst for easier maintenance.
47906      Branch: perl
47907            ! utils.lst
47908 ____________________________________________________________________________
47909 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
47910         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47911              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47912              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
47913              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
47914              
47915              Add pod2latex to utils.lst.
47916      Branch: perl
47917            ! MANIFEST utils.lst
47918 ____________________________________________________________________________
47919 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
47920         Log: Subject: Re: [PATCH] HERE mark in regex
47921              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
47922              Date: Wed, 16 May 2001 13:04:43 -0400
47923              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
47924      Branch: perl
47925            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
47926            ! t/op/regmesg.t t/pragma/warn/regcomp
47927 ____________________________________________________________________________
47928 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
47929         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47930              From: Simon Cozens <simon@netthink.co.uk>
47931              Date: Wed, 16 May 2001 18:02:08 +0100
47932              Message-ID: <20010516180208.A6458@netthink.co.uk>
47933      Branch: perl
47934            ! installman utils.lst
47935 ____________________________________________________________________________
47936 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
47937         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
47938              From: "Philip Newton" <pnewton@gmx.de>
47939              Date: Tue, 15 May 2001 15:09:30 +0200
47940              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
47941              
47942              Test case for #10128.
47943      Branch: perl
47944            ! t/pragma/warn/pp_hot
47945 ____________________________________________________________________________
47946 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
47947         Log: Update Changes.
47948      Branch: perl
47949            ! Changes patchlevel.h
47950 ____________________________________________________________________________
47951 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
47952         Log: Deprecate pseudo-hashes.
47953      Branch: perl
47954            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
47955 ____________________________________________________________________________
47956 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
47957         Log: HP-UX hints update from Merijn.
47958      Branch: perl
47959            ! hints/hpux.sh
47960 ____________________________________________________________________________
47961 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
47962         Log: README.hpux update from Merijn.
47963      Branch: perl
47964            ! README.hpux
47965 ____________________________________________________________________________
47966 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
47967         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
47968              From: Simon Cozens <simon@netthink.co.uk>
47969              Date: Wed, 16 May 2001 15:57:55 +0100
47970              Message-ID: <20010516155755.A4728@netthink.co.uk>
47971      Branch: perl
47972            + utils.lst
47973            ! MANIFEST installman installperl
47974 ____________________________________________________________________________
47975 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
47976         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
47977              From: "Philip Newton" <pnewton@gmx.de>
47978              Date: Tue, 15 May 2001 16:31:05 +0200
47979              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
47980              
47981              Fix PERL_Y2KWARN test to check before rather than after appending.
47982      Branch: perl
47983            ! pp_hot.c
47984 ____________________________________________________________________________
47985 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
47986         Log: Regen Porting stuff.
47987      Branch: perl
47988            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47989            ! config_h.SH
47990 ____________________________________________________________________________
47991 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
47992         Log: Metaconfig unit change for #10125.
47993      Branch: metaconfig
47994            ! U/modified/Oldconfig.U
47995 ____________________________________________________________________________
47996 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
47997         Log: Use OSVERS.
47998      Branch: perl
47999            ! Configure config_h.SH perl.c
48000 ____________________________________________________________________________
48001 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
48002         Log: Regen toc.
48003      Branch: perl
48004            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48005 ____________________________________________________________________________
48006 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
48007         Log: Adding the README.dgux to the MANIFEST would be a good idea.
48008      Branch: perl
48009            ! MANIFEST
48010 ____________________________________________________________________________
48011 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
48012         Log: Move the stack desire definition to thread.h.
48013      Branch: perl
48014            ! ext/Thread/Thread.xs thread.h
48015 ____________________________________________________________________________
48016 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
48017         Log: DG-UX threading patches, including a README.dgux,
48018              from Takis Psarogiannakopoulos.
48019      Branch: perl
48020            + README.dgux
48021            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
48022 ____________________________________________________________________________
48023 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
48024         Log: Subject: [PATCH B::Deparse] More on /x regexes
48025              From: Robin Houston <robin@kitsite.com>
48026              Date: Tue, 15 May 2001 19:09:35 +0100
48027              Message-ID: <20010515190935.A27268@penderel>
48028      Branch: perl
48029            ! ext/B/B/Deparse.pm
48030 ____________________________________________________________________________
48031 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
48032         Log: Document that the core time() may be rounding rather
48033              than truncating, would have saved at least my confusion.
48034      Branch: perl
48035            ! ext/Time/HiRes/HiRes.pm
48036 ____________________________________________________________________________
48037 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
48038         Log: Subject: perl-current/t/time-hires.t
48039              From: John Peacock <jpeacock@rowman.com>
48040              Date: Fri, 11 May 2001 14:09:41 -0400
48041              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
48042      Branch: perl
48043            ! t/lib/time-hires.t
48044 ____________________________________________________________________________
48045 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
48046         Log: Subject: [PATCH dump.c] Op private flags
48047              From: Simon Cozens <simon@netthink.co.uk>
48048              Date: Sun, 13 May 2001 20:20:36 +0100
48049              Message-ID: <20010513202036.A21896@netthink.co.uk>
48050      Branch: perl
48051            ! dump.c
48052 ____________________________________________________________________________
48053 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
48054         Log: Upgrade to Switch 2.03.
48055      Branch: perl
48056            ! lib/Switch.pm
48057 ____________________________________________________________________________
48058 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
48059         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
48060              to PERL_CONFIG_SH and use it consistently.
48061      Branch: maint-5.6/perl
48062           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48063           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48064           !> myconfig.SH writemain.SH
48065 ____________________________________________________________________________
48066 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
48067         Log: Metaconfig units changes for #10113.
48068      Branch: metaconfig
48069            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
48070 ____________________________________________________________________________
48071 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
48072         Log: The problem described in 20010514.031 still wasn't
48073              fully cured, there were remnants of $CONFIG when
48074              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
48075              to avoid future conflicts.
48076      Branch: perl
48077            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
48078            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
48079            ! myconfig.SH writemain.SH
48080 ____________________________________________________________________________
48081 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
48082         Log: Half of #10107 got lost.
48083      Branch: perl
48084            ! ext/B/B/Deparse.pm
48085 ____________________________________________________________________________
48086 [ 10111] By: nick                                  on 2001/05/15  08:39:14
48087         Log: Integrate mainline.
48088      Branch: perlio
48089           +> ext/POSIX/hints/uts.pl
48090            - Todo Todo-5.6 t/camel-III/vstring.t
48091           !> (integrate 48 files)
48092 ____________________________________________________________________________
48093 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
48094         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
48095              From: Robin Houston <robin@kitsite.com>
48096              Date: Mon, 14 May 2001 22:27:08 +0100
48097              Message-ID: <20010514222708.A22963@penderel>
48098      Branch: perl
48099            ! t/TestInit.pm
48100 ____________________________________________________________________________
48101 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
48102         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
48103              From: Robin Houston <robin@kitsite.com>
48104              Date: Mon, 14 May 2001 22:16:43 +0100
48105              Message-ID: <20010514221643.A22437@penderel>
48106      Branch: perl
48107            ! ext/B/B/Deparse.pm
48108 ____________________________________________________________________________
48109 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
48110         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
48111              From: Robin Houston <robin@kitsite.com>
48112              Date: Mon, 14 May 2001 22:03:44 +0100
48113              Message-ID: <20010514220344.A20643@penderel>
48114      Branch: perl
48115            ! ext/B/B/Deparse.pm
48116 ____________________________________________________________________________
48117 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
48118         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
48119              From: Robin Houston <robin@kitsite.com>
48120              Date: Mon, 14 May 2001 22:10:07 +0100
48121              Message-ID: <20010514221007.A21118@penderel>
48122      Branch: perl
48123            ! ext/B/B/Deparse.pm
48124 ____________________________________________________________________________
48125 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
48126         Log: Fix for 20010514.037; substr() didn't invalidate the locale
48127              collation magic.
48128      Branch: perl
48129            ! pp.c
48130 ____________________________________________________________________________
48131 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
48132         Log: Update Changes.
48133      Branch: perl
48134            ! Changes patchlevel.h
48135 ____________________________________________________________________________
48136 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
48137         Log: Retract #10094.
48138      Branch: perl
48139            ! lib/Pod/Text.pm
48140 ____________________________________________________________________________
48141 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
48142         Log: Integrate change #10100 from maintperl.
48143              
48144              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48145              bug ID 20010514.027)
48146      Branch: perl
48147           !> mg.c pp_ctl.c
48148 ____________________________________________________________________________
48149 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
48150         Log: Document the deprecatedness of suidperl.
48151      Branch: perl
48152            ! INSTALL pod/perlfaq1.pod
48153 ____________________________________________________________________________
48154 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
48155         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
48156              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
48157              Date: Mon, 14 May 2001 09:38:59 -0400
48158              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
48159      Branch: perl
48160            ! lib/ExtUtils/MM_Unix.pm
48161 ____________________________________________________________________________
48162 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
48163         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
48164              bug ID 20010514.027)
48165              
48166              TODO: this needs a testsuite addition
48167      Branch: maint-5.6/perl
48168            ! mg.c pp_ctl.c
48169 ____________________________________________________________________________
48170 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
48171         Log: More DWIMminess for Class::Struct: calling the array or hash
48172              accessors only with one argument, an array or a hash reference,
48173              sets the underlying array or hash.  This mirrors nicely also
48174              the usage in the constructor.
48175              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
48176      Branch: perl
48177            ! lib/Class/Struct.pm t/lib/class-struct.t
48178 ____________________________________________________________________________
48179 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
48180         Log: Reference cmp'ing should go through the whole stringification
48181              process shebang, as pointed out by Sarathy in #10091.
48182      Branch: perl
48183            ! pp.c
48184 ____________________________________________________________________________
48185 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
48186         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
48187              From: Simon Cozens <simon@netthink.co.uk>
48188              Date: Sat, 12 May 2001 16:36:27 +0100
48189              Message-ID: <20010512163627.A5522@netthink.co.uk>
48190              
48191              with some additions salvaged from Todo and Todo-5.6 before
48192              retiring them.
48193      Branch: perl
48194            - Todo Todo-5.6
48195            ! MANIFEST pod/perltodo.pod
48196 ____________________________________________________________________________
48197 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
48198         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
48199              From: "Golubev I. N." <gin@mo.msk.ru>
48200              Date: Mon, 07 May 2001 14:33:34 (GMT)
48201              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
48202      Branch: perl
48203            ! perl.h
48204 ____________________________________________________________________________
48205 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
48206         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
48207              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
48208              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
48209              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
48210      Branch: perl
48211            ! lib/ExtUtils/MM_Unix.pm
48212 ____________________________________________________________________________
48213 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
48214         Log: (Retracted by #10104.)
48215              
48216              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
48217              From: barries <barries@slaysys.com>
48218              Date: Sat, 12 May 2001 01:28:10 -0400
48219              Message-ID: <20010512012810.B26358@jester.slaysys.com>
48220      Branch: perl
48221            ! lib/Pod/Text.pm
48222 ____________________________________________________________________________
48223 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
48224         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
48225              From: Mike Guy <mjtg@cam.ac.uk>
48226              Date: Sat, 12 May 2001 19:24:33 +0100
48227              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
48228      Branch: perl
48229            ! lib/AutoSplit.pm
48230 ____________________________________________________________________________
48231 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
48232         Log: Yet another HP-UX hints tweak from Merijn.
48233      Branch: perl
48234            ! hints/hpux.sh
48235 ____________________________________________________________________________
48236 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
48237         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
48238              isn't defined (changes#9366,9368,9370 from mainline without the
48239              pp_scmp() change)
48240      Branch: maint-5.6/perl
48241            ! pp.c pp.h pp_hot.c
48242 ____________________________________________________________________________
48243 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
48244         Log: The sorting seems to happen now automatically.
48245      Branch: perl
48246            ! t/lib/glob-basic.t
48247 ____________________________________________________________________________
48248 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
48249         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48250              From: Benjamin Sugars <bsugars@canoe.ca>
48251              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
48252              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
48253      Branch: perl
48254            ! pod/perlfunc.pod
48255 ____________________________________________________________________________
48256 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
48257         Log: Subject: Re: undef(&foo) does not work for XS functions
48258              From: Doug MacEachern <dougm@covalent.net>
48259              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
48260              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
48261      Branch: perl
48262            ! op.c
48263 ____________________________________________________________________________
48264 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
48265         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
48266              From: Peter Prymmer <pvhp@forte.com>
48267              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
48268              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
48269      Branch: perl
48270            ! t/op/append.t
48271 ____________________________________________________________________________
48272 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
48273         Log: Update Changes.
48274      Branch: perl
48275            ! Changes patchlevel.h
48276 ____________________________________________________________________________
48277 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
48278         Log: Remove the 'asciir' re subpragma.  Should instead implement
48279              the 'physical vs logical' range scheme:
48280              
48281              \xAA-\xCC is a native physical range, you want that range of
48282              codepoints in your native encoding.  In EBCDIC the codepoints
48283              in the gaps (between i-j and r-s) should be included.
48284              
48285              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
48286              codepoints in Unicode.
48287              
48288              a-z is a logical range, you want that range of 'logical' codepoints
48289              in your native encoding.  In EBCDIC the codepoints in the gaps
48290              (between i-j and r-s) should not be included.
48291              
48292              Mixed cases (a-\xAA, etc) should either be errors, or maybe
48293              the 'logical' endpoints should be converted to native/Unicode
48294              codepoints, and the range handled as a physical range.
48295              
48296              'Logical endpoints' are to be recognized only in the A-Z, a-z,
48297              and 0-9 ranges.  Probably a warning should be given for mixed
48298              cases like A-z or a-9 (since such expressions are encoding
48299              dependent), with a recommendation to use physical ranges.
48300      Branch: perl
48301            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
48302            ! t/op/regexp.t
48303 ____________________________________________________________________________
48304 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
48305         Log: Make the test to cleanup the test directory tree
48306              both before and after the testing so that we always
48307              have a clean slate to work with.
48308      Branch: perl
48309            ! t/lib/filefind.t
48310 ____________________________________________________________________________
48311 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
48312         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
48313              From: Jon Eveland <jweveland@yahoo.com>
48314              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
48315              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
48316      Branch: perl
48317            ! pod/perlfunc.pod
48318 ____________________________________________________________________________
48319 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
48320         Log: Merge the camel-III/vstring.t with op/ver.t.
48321      Branch: perl
48322            - t/camel-III/vstring.t
48323            ! MANIFEST t/TEST t/harness t/op/ver.t
48324 ____________________________________________________________________________
48325 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
48326         Log: Add test.deparse make target.
48327      Branch: perl
48328            ! Makefile.SH
48329 ____________________________________________________________________________
48330 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
48331         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
48332              From: Robin Houston <robin@kitsite.com>
48333              Date: Fri, 11 May 2001 12:02:22 +0100
48334              Message-ID: <20010511120222.A11529@penderel>
48335      Branch: perl
48336            ! ext/B/B/Deparse.pm t/op/method.t
48337 ____________________________________________________________________________
48338 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
48339         Log: A nicely working combination for UTS from Hal Morris.
48340      Branch: perl
48341            + ext/POSIX/hints/uts.pl
48342            ! MANIFEST hints/uts.sh
48343 ____________________________________________________________________________
48344 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
48345         Log: i_ieeefp=undef for UTS.
48346      Branch: perl
48347            ! hints/uts.sh
48348 ____________________________________________________________________________
48349 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
48350         Log: Subject: RE: rand(0) is rand(1)
48351              From: Larry Shatzer <lshatzer@islanddata.com>
48352              Date: Thu, 10 May 2001 11:09:27 -0700
48353              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
48354      Branch: perl
48355            ! pod/perlfunc.pod
48356 ____________________________________________________________________________
48357 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
48358         Log: Subject: [patch] make op_{clear,null} public
48359              From: Doug MacEachern <dougm@covalent.net>
48360              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
48361              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
48362      Branch: perl
48363            ! embed.h embed.pl op.c proto.h
48364 ____________________________________________________________________________
48365 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
48366         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
48367              From: Robin Houston <robin@kitsite.com>
48368              Date: Thu, 10 May 2001 18:54:59 +0100
48369              Message-ID: <20010510185459.A5995@penderel>
48370      Branch: perl
48371            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
48372 ____________________________________________________________________________
48373 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
48374         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
48375              From: Robin Houston <robin@kitsite.com>
48376              Date: Thu, 10 May 2001 12:56:39 +0100
48377              Message-ID: <20010510125639.A2119@penderel>
48378      Branch: perl
48379            ! ext/B/B/Deparse.pm
48380 ____________________________________________________________________________
48381 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
48382         Log: Retract #10070, not ready yet.
48383      Branch: perl
48384            ! ext/B/B/Deparse.pm
48385 ____________________________________________________________________________
48386 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
48387         Log: The metaconfig unit change for #10071.
48388      Branch: metaconfig
48389            ! U/modified/mallocsrc.U
48390 ____________________________________________________________________________
48391 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
48392         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
48393      Branch: perl
48394            ! Configure
48395 ____________________________________________________________________________
48396 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
48397         Log: (Retracted by #10073)
48398              
48399              Subject: Re: [PATCH t/TEST] B::Deparse tester 
48400              From: Hugo <hv@crypt.compulink.co.uk>
48401              Date: Thu, 10 May 2001 05:48:09 +0100
48402              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
48403      Branch: perl
48404            ! ext/B/B/Deparse.pm
48405 ____________________________________________________________________________
48406 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
48407         Log: Add a for(func()) test.
48408      Branch: perl
48409            ! t/cmd/for.t
48410 ____________________________________________________________________________
48411 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
48412         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
48413              From: Robin Houston <robin@kitsite.com>
48414              Date: Thu, 10 May 2001 13:50:08 +0100
48415              Message-ID: <20010510135008.A2454@penderel>
48416      Branch: perl
48417            ! ext/B/B/Deparse.pm
48418 ____________________________________________________________________________
48419 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
48420         Log: A thinko in #10065.
48421      Branch: perl
48422            ! hv.c
48423 ____________________________________________________________________________
48424 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
48425         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
48426              From: Robin Houston <robin@kitsite.com>
48427              Date: Thu, 10 May 2001 02:10:34 +0100
48428              Message-ID: <20010510021034.A19421@penderel>
48429      Branch: perl
48430            ! ext/B/B.xs ext/B/B/Deparse.pm
48431 ____________________________________________________________________________
48432 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
48433         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
48434              From: Doug MacEachern <dougm@covalent.net>
48435              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
48436              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
48437      Branch: perl
48438            ! hv.c
48439 ____________________________________________________________________________
48440 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
48441         Log: One more workaround for the UTS compiler from Hal Morris.
48442      Branch: perl
48443            ! perl.h
48444 ____________________________________________________________________________
48445 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
48446         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
48447              From: Robin Houston <robin@kitsite.com>
48448              Date: Thu, 10 May 2001 01:02:08 +0100
48449              Message-ID: <20010510010208.A18200@penderel>
48450      Branch: perl
48451            ! ext/B/B/Debug.pm
48452 ____________________________________________________________________________
48453 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
48454         Log: Subject: [PATCH] Simplify deb_curcv() a bit
48455              From: Benjamin Sugars <bsugars@canoe.ca>
48456              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
48457              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
48458      Branch: perl
48459            ! run.c
48460 ____________________________________________________________________________
48461 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
48462         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
48463              From: Benjamin Sugars <bsugars@canoe.ca>
48464              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
48465              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
48466      Branch: perl
48467            ! t/lib/io_scalar.t
48468 ____________________________________________________________________________
48469 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
48470         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
48471              From: Peter Prymmer <pvhp@forte.com>
48472              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
48473              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
48474      Branch: perl
48475            ! t/lib/md5-file.t
48476 ____________________________________________________________________________
48477 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
48478         Log: Subject: [PATCH t/TEST] B::Deparse tester
48479              From: Robin Houston <robin@kitsite.com>
48480              Date: Wed, 9 May 2001 19:17:50 +0100
48481              Message-ID: <20010509191750.A16940@penderel>
48482      Branch: perl
48483            ! ext/B/O.pm t/TEST
48484 ____________________________________________________________________________
48485 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
48486         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
48487              From: Jeff Pinyan <jeffp@crusoe.net>
48488              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
48489              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
48490      Branch: perl
48491            ! lib/Pod/Html.pm
48492 ____________________________________________________________________________
48493 [ 10057] By: nick                                  on 2001/05/09  18:37:56
48494         Log: Integrate mainline.
48495      Branch: perlio
48496           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
48497           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
48498 ____________________________________________________________________________
48499 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
48500         Log: Update Changes.
48501      Branch: perl
48502            ! Changes patchlevel.h
48503 ____________________________________________________________________________
48504 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
48505         Log: Integrate perlio.
48506      Branch: perl
48507           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48508 ____________________________________________________________________________
48509 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
48510         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
48511              From: Benjamin Sugars <bsugars@canoe.ca>
48512              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
48513              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
48514      Branch: perl
48515            ! perlio.c
48516 ____________________________________________________________________________
48517 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
48518         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
48519              From: Benjamin Sugars <bsugars@canoe.ca>
48520              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
48521              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
48522      Branch: perl
48523            ! ext/PerlIO/Scalar/Scalar.xs
48524 ____________________________________________________________________________
48525 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
48526         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
48527              From: Jeff Pinyan <jeffp@crusoe.net>
48528              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
48529              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
48530      Branch: perl
48531            ! lib/Pod/Html.pm
48532 ____________________________________________________________________________
48533 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
48534         Log: EPOC tweak from Olaf Flebbe.
48535      Branch: perl
48536            ! epoc/epocish.h
48537 ____________________________________________________________________________
48538 [ 10050] By: nick                                  on 2001/05/09  14:37:57
48539         Log: win32, regen_config_h
48540      Branch: perlio
48541            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48542 ____________________________________________________________________________
48543 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
48544         Log: Integrate perlio.
48545      Branch: perl
48546           !> pp_sys.c
48547 ____________________________________________________________________________
48548 [ 10048] By: nick                                  on 2001/05/09  11:59:50
48549         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
48550              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
48551      Branch: perlio
48552            ! pp_sys.c
48553 ____________________________________________________________________________
48554 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
48555         Log: Integrate perlio.
48556      Branch: perl
48557           !> run.c
48558 ____________________________________________________________________________
48559 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
48560         Log: Subject: Re: Less warnings during configure
48561              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48562              Date: Wed, 09 May 2001 13:12:49 +0200
48563              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
48564      Branch: perl
48565            ! hints/hpux.sh
48566 ____________________________________________________________________________
48567 [ 10045] By: nick                                  on 2001/05/09  09:56:59
48568         Log: MULTIPLICITY/DEBUGGING build fix.
48569      Branch: perlio
48570            ! run.c
48571 ____________________________________________________________________________
48572 [ 10044] By: nick                                  on 2001/05/09  09:46:37
48573         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
48574      Branch: perlio
48575           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
48576            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
48577           !> (integrate 65 files)
48578 ____________________________________________________________________________
48579 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
48580         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48581              From: Robin Houston <robin@kitsite.com>
48582              Date: Tue, 8 May 2001 19:38:00 +0100
48583              Message-ID: <20010508193800.A4389@penderel>
48584              
48585              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48586              From: Robin Houston <robin@kitsite.com>
48587              Date: Tue, 8 May 2001 20:03:57 +0100
48588              Message-ID: <20010508200357.A4614@penderel>
48589              
48590              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
48591              From: Robin Houston <robin@kitsite.com>
48592              Date: Wed, 9 May 2001 00:12:05 +0100
48593              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
48594      Branch: perl
48595            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
48596 ____________________________________________________________________________
48597 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
48598         Log: Retract #10031.
48599      Branch: perl
48600            ! pod/perlfunc.pod
48601 ____________________________________________________________________________
48602 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
48603         Log: The metaconfig unit changes for #10040.
48604      Branch: metaconfig/U/perl
48605            ! Checkcc.U d_dlsymun.U dlsrc.U
48606 ____________________________________________________________________________
48607 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
48608         Log: The Configure half of
48609              
48610              Subject: Less warnings during configure
48611              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48612              Date: Tue, 08 May 2001 08:44:02 +0200
48613              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
48614      Branch: perl
48615            ! Configure
48616 ____________________________________________________________________________
48617 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
48618         Log: Subject: Less warnings during configure
48619              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48620              Date: Tue, 08 May 2001 08:44:02 +0200
48621              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
48622      Branch: perl
48623            ! hints/hpux.sh
48624 ____________________________________________________________________________
48625 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
48626         Log: Don't forget to whine about \d__\d.
48627      Branch: perl
48628            ! t/pragma/warn/toke toke.c
48629 ____________________________________________________________________________
48630 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
48631         Log: Allow underscores also in the exponent part.
48632      Branch: perl
48633            ! t/pragma/warn/toke toke.c
48634 ____________________________________________________________________________
48635 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
48636         Log: CodeMagicCD doesn't look like an *I*DE.
48637      Branch: perl
48638            ! pod/perlfaq3.pod
48639 ____________________________________________________________________________
48640 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
48641         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
48642              to be consistently down).
48643      Branch: perl
48644            ! pod/perlfaq3.pod
48645 ____________________________________________________________________________
48646 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
48647         Log: Upgrade to Text::Balanced 1.84.
48648      Branch: perl
48649            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
48650 ____________________________________________________________________________
48651 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
48652         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
48653              From: Benjamin Sugars <bsugars@canoe.ca>
48654              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
48655              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
48656      Branch: perl
48657            ! run.c
48658 ____________________________________________________________________________
48659 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
48660         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
48661              From: Peter Prymmer <pvhp@forte.com>
48662              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
48663              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
48664      Branch: perl
48665            ! t/pod/plainer.t
48666 ____________________________________________________________________________
48667 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
48668         Log: (Retracted by #10042)
48669              
48670              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
48671              From: "Philip Newton" <pnewton@gmx.de>
48672              Date: Tue, 8 May 2001 09:18:10 +0200
48673              Message-ID: <3AF7B9D2.28861.603732@localhost>
48674      Branch: perl
48675            ! pod/perlfunc.pod
48676 ____________________________________________________________________________
48677 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
48678         Log: Subject: [PATCH B::Deparse] Document known bugs
48679              From: Robin Houston <robin@kitsite.com>
48680              Date: Tue, 8 May 2001 01:53:34 +0100
48681              Message-ID: <20010508015334.A32394@penderel>
48682      Branch: perl
48683            ! ext/B/B/Deparse.pm
48684 ____________________________________________________________________________
48685 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
48686         Log: Subject: Re: Perl book, magazine and website updates.
48687              From: "Philip Newton" <pnewton@gmx.de>
48688              Date: Mon, 7 May 2001 17:03:58 +0200
48689              Message-ID: <3AF6D57E.5387.1E29930@localhost>
48690      Branch: perl
48691            ! pod/perlfaq2.pod
48692 ____________________________________________________________________________
48693 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
48694         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
48695              From: Peter Prymmer <pvhp@forte.com>
48696              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
48697              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
48698      Branch: perl
48699            ! t/io/fflush.t
48700 ____________________________________________________________________________
48701 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
48702         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
48703              From: Robin Houston <robin@kitsite.com>
48704              Date: Tue, 8 May 2001 01:14:55 +0100
48705              Message-ID: <20010508011455.A32162@penderel>
48706      Branch: perl
48707            ! ext/B/B/Deparse.pm
48708 ____________________________________________________________________________
48709 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
48710         Log: Typo in #10025.
48711      Branch: perl
48712            ! hints/uts.sh
48713 ____________________________________________________________________________
48714 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
48715         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
48716      Branch: perl
48717            ! hints/uts.sh
48718 ____________________________________________________________________________
48719 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
48720         Log: Subject: Re: [ID 20010506.045] question about hash syntax
48721              From: Peter Scott <Peter@PSDT.com>
48722              Date: Sun, 06 May 2001 13:10:40 -0700
48723              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
48724      Branch: perl
48725            ! pod/perl56delta.pod
48726 ____________________________________________________________________________
48727 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
48728         Log: Configure should figure out the list of dynamic extensions
48729              just fine in UTS-- and in fact it does, as reported by Hal Morris.
48730      Branch: perl
48731            ! hints/uts.sh
48732 ____________________________________________________________________________
48733 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
48734         Log: Update Changes.
48735      Branch: perl
48736            ! Changes patchlevel.h
48737 ____________________________________________________________________________
48738 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
48739         Log: Subject: [PATCH regcomp.c] Insecure regexes
48740              From: Robin Houston <robin@kitsite.com>
48741              Date: Mon, 7 May 2001 21:56:12 +0100
48742              Message-ID: <20010507215612.A31114@penderel>
48743      Branch: perl
48744            ! regcomp.c
48745 ____________________________________________________________________________
48746 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
48747         Log: Drop the foobar.perl.com references for now until Simon
48748              gets them sorted out.
48749      Branch: perl
48750            ! pod/perlfaq2.pod
48751 ____________________________________________________________________________
48752 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
48753         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
48754              From: Prymmer/Kahn <pvhp@best.com>
48755              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
48756              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
48757      Branch: perl
48758            ! lib/Devel/SelfStubber.pm
48759 ____________________________________________________________________________
48760 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
48761         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
48762              From: Prymmer/Kahn <pvhp@best.com>
48763              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
48764              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
48765      Branch: perl
48766            ! win32/Makefile
48767 ____________________________________________________________________________
48768 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
48769         Log: s/WebTechnique's/WebTechniques/
48770      Branch: perl
48771            ! pod/perlfaq2.pod
48772 ____________________________________________________________________________
48773 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
48774         Log: Llama 3 updates from Randal.
48775      Branch: perl
48776            ! pod/perlfaq2.pod
48777 ____________________________________________________________________________
48778 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
48779         Log: Subject: [PATCH] Help -Dt show correct pad variables
48780              From: Benjamin Sugars <ben.sugars@home.com>
48781              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
48782              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
48783      Branch: perl
48784            ! embed.h embed.pl proto.h run.c
48785 ____________________________________________________________________________
48786 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
48787         Log: Subject: [PATCH] Document C<our $foo : shared>
48788              From: Benjamin Sugars <ben.sugars@home.com>
48789              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
48790              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
48791      Branch: perl
48792            ! pod/perlfunc.pod
48793 ____________________________________________________________________________
48794 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
48795         Log: Subject: [PATCH B::Deparse] undefined folded constants
48796              From: Robin Houston <robin@kitsite.com>
48797              Date: Sun, 6 May 2001 17:19:09 +0100
48798              Message-ID: <20010506171909.A7046@penderel>
48799      Branch: perl
48800            ! ext/B/B/Deparse.pm
48801 ____________________________________________________________________________
48802 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
48803         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
48804              From: Robin Houston <robin@kitsite.com>
48805              Message-ID: <20010506164654.A6848@penderel>
48806              Date: Sun, 6 May 2001 16:46:54 +0100
48807      Branch: perl
48808            ! ext/B/B/Deparse.pm
48809 ____________________________________________________________________________
48810 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
48811         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
48812              From: Robin Houston <robin@kitsite.com>
48813              Date: Sun, 6 May 2001 14:47:02 +0100
48814              Message-ID: <20010506144702.A6308@penderel>
48815      Branch: perl
48816            ! t/op/my_stash.t
48817 ____________________________________________________________________________
48818 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
48819         Log: Subject: Perl book, magazine and website updates.
48820              From: Simon Cozens <simon@netthink.co.uk>
48821              Date: Sun, 6 May 2001 16:55:36 +0100
48822              Message-ID: <20010506165536.A1795@netthink.co.uk>
48823      Branch: perl
48824            ! pod/perlbook.pod pod/perlfaq2.pod
48825 ____________________________________________________________________________
48826 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
48827         Log: Tweaks on the Tru64 prof options.
48828      Branch: perl
48829            ! pod/perlhack.pod
48830 ____________________________________________________________________________
48831 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
48832         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
48833              From: Robin Houston <robin@kitsite.com>
48834              Date: Sun, 6 May 2001 14:40:51 +0100
48835              Message-ID: <20010506144051.A6279@penderel>
48836      Branch: perl
48837            ! t/pod/testp2pt.pl
48838 ____________________________________________________________________________
48839 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
48840         Log: Subject: [PATCH B::Deparse] scoping
48841              From: Robin Houston <robin@kitsite.com>
48842              Date: Sun, 6 May 2001 14:36:56 +0100
48843              Message-ID: <20010506143656.A4006@penderel>
48844      Branch: perl
48845            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
48846 ____________________________________________________________________________
48847 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
48848         Log: Document the undefinedness of bitshifting out of range.
48849      Branch: perl
48850            ! pod/perlop.pod
48851 ____________________________________________________________________________
48852 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
48853         Log: Retract #10003 and update the IDE descriptions a bit.
48854      Branch: perl
48855            ! pod/perlfaq3.pod
48856 ____________________________________________________________________________
48857 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
48858         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
48859              From: Prymmer/Kahn <pvhp@best.com>
48860              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
48861              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
48862      Branch: perl
48863            ! win32/Makefile win32/buildext.pl win32/config.bc
48864            ! win32/config.gc win32/config.vc
48865 ____________________________________________________________________________
48866 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
48867         Log: (Retracted by #10005.)
48868      Branch: perl
48869            ! pod/perlfaq3.pod
48870 ____________________________________________________________________________
48871 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
48872         Log: It's "psed", not "sed".
48873      Branch: perl
48874            ! x2p/s2p.PL
48875 ____________________________________________________________________________
48876 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
48877         Log: Update Changes.
48878      Branch: perl
48879            ! Changes patchlevel.h
48880 ____________________________________________________________________________
48881 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
48882         Log: Subject: Re: bleadperl make install fails due to "psed"
48883              From: andreas.koenig@anima.de (Andreas J. Koenig)
48884              Date: 05 May 2001 18:23:28 +0200
48885              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
48886      Branch: perl
48887            ! x2p/Makefile.SH x2p/s2p.PL
48888 ____________________________________________________________________________
48889 [  9999] By: jhi                                   on 2001/05/05  18:28:09
48890         Log: AUTHORS updates.
48891      Branch: perl
48892            ! AUTHORS
48893 ____________________________________________________________________________
48894 [  9998] By: jhi                                   on 2001/05/05  18:16:00
48895         Log: Updates on the pods related to the modules included since 5.6.
48896              
48897              TODO: perltodo really could use major updating.
48898      Branch: perl
48899            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
48900            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
48901            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
48902            ! pod/perlsyn.pod pod/perltodo.pod
48903 ____________________________________________________________________________
48904 [  9997] By: jhi                                   on 2001/05/05  17:35:17
48905         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
48906              from Kurt Skauen.
48907      Branch: perl
48908            + hints/atheos.sh
48909            ! MANIFEST
48910 ____________________________________________________________________________
48911 [  9996] By: jhi                                   on 2001/05/05  17:25:00
48912         Log: Add preemptive #undefs for some of the shorter and more prone
48913              to collision regcomp.h #defines.  (Background: the MASK collided
48914              with a system header #define in Rhapsody.)
48915      Branch: perl
48916            ! regcomp.h
48917 ____________________________________________________________________________
48918 [  9995] By: jhi                                   on 2001/05/05  13:24:21
48919         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
48920              From: Nicholas Clark <nick@ccl4.org>
48921              Date: Sat, 5 May 2001 14:46:39 +0100
48922              Message-ID: <20010505144639.O53513@plum.flirble.org>
48923              
48924              Add a test for the constants (if any) being processed correctly.
48925      Branch: perl
48926            ! utils/h2xs.PL
48927 ____________________________________________________________________________
48928 [  9994] By: jhi                                   on 2001/05/05  02:11:03
48929         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
48930              From: Peter Prymmer <pvhp@forte.com>
48931              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
48932              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
48933      Branch: perl
48934            ! t/lib/b-stash.t
48935 ____________________________________________________________________________
48936 [  9993] By: jhi                                   on 2001/05/05  02:03:49
48937         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
48938              From: Peter Prymmer <pvhp@forte.com>
48939              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
48940              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
48941      Branch: perl
48942            ! perlio.c vms/vmsish.h
48943 ____________________________________________________________________________
48944 [  9992] By: jhi                                   on 2001/05/04  17:21:12
48945         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
48946              From: Robin Barker <rmb1@cise.npl.co.uk>
48947              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
48948              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
48949      Branch: perl
48950            + t/pod/plainer.t
48951            ! MANIFEST
48952 ____________________________________________________________________________
48953 [  9991] By: jhi                                   on 2001/05/04  16:47:45
48954         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
48955              From: Robin Barker <rmb1@cise.npl.co.uk>
48956              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
48957              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
48958      Branch: perl
48959            ! regcomp.c
48960 ____________________________________________________________________________
48961 [  9990] By: jhi                                   on 2001/05/04  14:37:20
48962         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
48963              From: Prymmer/Kahn <pvhp@best.com>
48964              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
48965              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
48966      Branch: perl
48967            ! t/lib/b-stash.t
48968 ____________________________________________________________________________
48969 [  9989] By: jhi                                   on 2001/05/04  14:03:58
48970         Log: Introduce perl572delta, update Todo, add the missing
48971              mention about signal safety since 5.7.1 (though this
48972              requires verification and more details.)
48973      Branch: perl
48974            + pod/perl572delta.pod
48975            ! MANIFEST Todo pod/perl571delta.pod
48976 ____________________________________________________________________________
48977 [  9988] By: jhi                                   on 2001/05/04  12:41:51
48978         Log: Subject: [PATCH perl@9944] long =item
48979              From: Robin Barker <rmb1@cise.npl.co.uk>
48980              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
48981              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
48982      Branch: perl
48983            ! ext/Time/HiRes/HiRes.pm
48984 ____________________________________________________________________________
48985 [  9987] By: jhi                                   on 2001/05/04  12:39:19
48986         Log: The #9901 had removed one line essential for EBCDIC.
48987      Branch: perl
48988            ! regcomp.c
48989 ____________________________________________________________________________
48990 [  9986] By: jhi                                   on 2001/05/04  12:30:23
48991         Log: Subject: cygwin/Makefile.SHs INSTALL patch
48992              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
48993              Date: Mon, 08 Jan 2001 04:59:21 +0200
48994              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
48995      Branch: perl
48996            ! cygwin/Makefile.SHs
48997 ____________________________________________________________________________
48998 [  9985] By: jhi                                   on 2001/05/04  03:51:39
48999         Log: Encode/IO doc tweaks.
49000      Branch: perl
49001            ! ext/Encode/Encode.pm
49002 ____________________________________________________________________________
49003 [  9984] By: jhi                                   on 2001/05/04  03:29:34
49004         Log: Remove GDBM_File from the dynamic extensions for UTS,
49005              GDBM is not a standard feature.
49006      Branch: perl
49007            ! hints/uts.sh
49008 ____________________________________________________________________________
49009 [  9983] By: jhi                                   on 2001/05/04  03:22:59
49010         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
49011      Branch: perl
49012            ! pod/perlretut.pod
49013 ____________________________________________________________________________
49014 [  9982] By: jhi                                   on 2001/05/03  23:21:03
49015         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
49016              From: Benjamin Sugars <bsugars@canoe.ca>
49017              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
49018              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
49019      Branch: perl
49020            ! dump.c
49021 ____________________________________________________________________________
49022 [  9981] By: jhi                                   on 2001/05/03  23:20:05
49023         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
49024              From: Benjamin Sugars <bsugars@canoe.ca>
49025              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
49026              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
49027      Branch: perl
49028            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49029 ____________________________________________________________________________
49030 [  9980] By: jhi                                   on 2001/05/03  23:15:29
49031         Log: Integrate perlio.
49032      Branch: perl
49033           !> ext/Encode/Encode.pm
49034 ____________________________________________________________________________
49035 [  9979] By: jhi                                   on 2001/05/03  16:54:59
49036         Log: Install psed man page.
49037      Branch: perl
49038            ! installman
49039 ____________________________________________________________________________
49040 [  9978] By: jhi                                   on 2001/05/03  16:45:58
49041         Log: Remove unused files; noted by Sarathy.
49042      Branch: perl
49043            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
49044            ! MANIFEST
49045 ____________________________________________________________________________
49046 [  9977] By: jhi                                   on 2001/05/03  16:42:30
49047         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
49048              From: Andy Dougherty <doughera@lafayette.edu>
49049              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
49050              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
49051      Branch: perl
49052            ! INSTALL
49053 ____________________________________________________________________________
49054 [  9976] By: nick                                  on 2001/05/03  16:40:42
49055         Log: Allow $answer = encode($object,$text); like it says in docs.
49056      Branch: perlio
49057            ! ext/Encode/Encode.pm
49058 ____________________________________________________________________________
49059 [  9975] By: nick                                  on 2001/05/03  16:22:30
49060         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
49061              to be in scope (fair enough), and also a package variable (our) for eval to see it.
49062      Branch: perlio
49063            ! ext/Encode/Encode.pm
49064 ____________________________________________________________________________
49065 [  9974] By: nick                                  on 2001/05/03  15:48:17
49066         Log: Integrate mainline.
49067      Branch: perlio
49068           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
49069           +> t/lib/filter-simple.t t/lib/next.t
49070           !> (integrate 70 files)
49071 ____________________________________________________________________________
49072 [  9973] By: jhi                                   on 2001/05/03  13:09:09
49073         Log: Update Changes.
49074      Branch: perl
49075            ! Changes patchlevel.h
49076 ____________________________________________________________________________
49077 [  9972] By: jhi                                   on 2001/05/03  12:58:33
49078         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
49079              From: Prymmer/Kahn <pvhp@best.com>
49080              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
49081              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
49082      Branch: perl
49083            ! t/io/fflush.t
49084 ____________________________________________________________________________
49085 [  9971] By: jhi                                   on 2001/05/03  12:57:26
49086         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
49087              From: Prymmer/Kahn <pvhp@best.com>
49088              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
49089              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
49090      Branch: perl
49091            ! win32/FindExt.pm
49092 ____________________________________________________________________________
49093 [  9970] By: jhi                                   on 2001/05/03  02:42:46
49094         Log: Can't croak sans thread context, from Doug MacEachern.
49095      Branch: perl
49096            ! toke.c
49097 ____________________________________________________________________________
49098 [  9969] By: jhi                                   on 2001/05/03  01:23:48
49099         Log: Subject: Random input test and Perl
49100              From: Ilya Zakharevich <ilya@math.berkeley.edu>
49101              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
49102              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
49103      Branch: perl
49104            ! toke.c
49105 ____________________________________________________________________________
49106 [  9968] By: jhi                                   on 2001/05/02  22:17:21
49107         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
49108              From: Peter Prymmer <pvhp@forte.com>
49109              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
49110              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
49111      Branch: perl
49112            ! pod/perlfunc.pod pod/perlport.pod
49113 ____________________________________________________________________________
49114 [  9967] By: jhi                                   on 2001/05/02  20:12:45
49115         Log: Workaround for UTS compiler casting bug from Hal Morris.
49116      Branch: perl
49117            ! perl.h
49118 ____________________________________________________________________________
49119 [  9966] By: jhi                                   on 2001/05/02  18:31:37
49120         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
49121              From: Dan Sugalski <dan@sidhe.org>
49122              Date: Wed, 02 May 2001 15:23:22 -0400
49123              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
49124      Branch: perl
49125            ! perl.c vms/vms.c
49126 ____________________________________________________________________________
49127 [  9965] By: jhi                                   on 2001/05/02  18:21:29
49128         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
49129      Branch: perl
49130            ! pod/perlfunc.pod
49131 ____________________________________________________________________________
49132 [  9964] By: jhi                                   on 2001/05/02  18:15:01
49133         Log: Document large files in INSTALL, document also the %x
49134              limitation if not use64bitint, closes bug 20010326.007.
49135      Branch: perl
49136            ! INSTALL
49137 ____________________________________________________________________________
49138 [  9963] By: jhi                                   on 2001/05/02  17:24:47
49139         Log: perlmodlib tweaks; regen pods.
49140      Branch: perl
49141            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
49142            ! pod/perltoc.pod
49143 ____________________________________________________________________________
49144 [  9962] By: jhi                                   on 2001/05/02  17:14:00
49145         Log: Fix for a segfault, from Marc Lehmann.
49146      Branch: perl
49147            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
49148 ____________________________________________________________________________
49149 [  9961] By: jhi                                   on 2001/05/02  15:55:53
49150         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
49151              From: "Philip Newton" <pnewton@gmx.de>
49152              Date: Wed, 2 May 2001 18:39:03 +0200
49153              Message-ID: <3AF05447.15525.173B588@localhost>
49154      Branch: perl
49155            ! pod/perlop.pod
49156 ____________________________________________________________________________
49157 [  9960] By: jhi                                   on 2001/05/02  15:35:37
49158         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
49159              From: Dan Sugalski <dan@sidhe.org>
49160              Date: Wed, 02 May 2001 11:37:27 -0400
49161              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
49162      Branch: perl
49163            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
49164            ! thread.h vms/vms.c vms/vmsish.h
49165 ____________________________________________________________________________
49166 [  9959] By: jhi                                   on 2001/05/02  15:21:08
49167         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
49168              From: Benjamin Sugars <bsugars@canoe.ca>
49169              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
49170              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
49171      Branch: perl
49172            ! ext/PerlIO/Scalar/Scalar.xs
49173 ____________________________________________________________________________
49174 [  9958] By: jhi                                   on 2001/05/02  15:15:53
49175         Log: Bug in #9915, spotted by Mike Guy.
49176      Branch: perl
49177            ! installperl
49178 ____________________________________________________________________________
49179 [  9957] By: jhi                                   on 2001/05/02  13:26:01
49180         Log: Add a test for not griping about references as array
49181              indices if the reference has magic in it (overloaded
49182              methods).
49183      Branch: perl
49184            ! pod/perldiag.pod t/pragma/warn/pp_hot
49185 ____________________________________________________________________________
49186 [  9956] By: jhi                                   on 2001/05/02  13:07:01
49187         Log: Retracted a bit too much in #9952.
49188      Branch: perl
49189            ! t/pragma/sub_lval.t
49190 ____________________________________________________________________________
49191 [  9955] By: jhi                                   on 2001/05/02  13:05:38
49192         Log: Test for #9952.
49193      Branch: perl
49194            ! t/op/tie.t
49195 ____________________________________________________________________________
49196 [  9954] By: jhi                                   on 2001/05/02  11:48:18
49197         Log: Additional note on the encoding example: one cannot
49198              convert string constants in-place.
49199      Branch: perl
49200            ! ext/Encode/Encode.pm
49201 ____________________________________________________________________________
49202 [  9953] By: jhi                                   on 2001/05/02  11:43:51
49203         Log: Note that if you have recent enough Perl you already
49204              have Filter::Util::Call.
49205      Branch: perl
49206            ! lib/Filter/Simple.pm
49207 ____________________________________________________________________________
49208 [  9952] By: jhi                                   on 2001/05/02  11:31:53
49209         Log: Retract changes #8254 and #8255, causes coredump in
49210              'tie FH, "main"', reported by Abigail, culprit found by
49211              Benjamin Sugars.  Mirrors maintperl change #9950.
49212      Branch: perl
49213            ! op.c t/pragma/sub_lval.t
49214 ____________________________________________________________________________
49215 [  9951] By: jhi                                   on 2001/05/02  11:14:29
49216         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
49217      Branch: perl
49218            + t/lib/MyFilter.pm
49219 ____________________________________________________________________________
49220 [  9950] By: gsar                                  on 2001/05/02  03:17:11
49221         Log: revert integration of changes#8254,8255 in change#8620 (causes
49222              a coredump in C<tie FH, 'foo'>; the idea itself may need better
49223              rationalization)
49224      Branch: maint-5.6/perl
49225            ! op.c t/pragma/sub_lval.t
49226 ____________________________________________________________________________
49227 [  9949] By: gsar                                  on 2001/05/02  02:56:32
49228         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
49229              
49230              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49231              
49232              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
49233      Branch: maint-5.6/perl
49234           !> hints/svr5.sh
49235 ____________________________________________________________________________
49236 [  9948] By: gsar                                  on 2001/05/02  02:49:15
49237         Log: pod/find.t breaks on VMS (from Craig Berry)
49238      Branch: maint-5.6/perl
49239            ! t/pod/find.t
49240 ____________________________________________________________________________
49241 [  9947] By: jhi                                   on 2001/05/02  02:43:09
49242         Log: Add an encoding conversion example.
49243      Branch: perl
49244            ! ext/Encode/Encode.pm
49245 ____________________________________________________________________________
49246 [  9946] By: jhi                                   on 2001/05/02  01:34:22
49247         Log: Another coat of paint but still nowhere finished.
49248              Need to decide on the semantics of strptime(): should
49249              strptime() be a function instead of a method?  To do
49250              the week/monthname-strptiming the i18n/l10n bullet needs
49251              to be bitten with gusto.
49252      Branch: perl
49253            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
49254 ____________________________________________________________________________
49255 [  9945] By: jhi                                   on 2001/05/01  23:40:52
49256         Log: Update Changes.
49257      Branch: perl
49258            ! Changes patchlevel.h
49259 ____________________________________________________________________________
49260 [  9944] By: jhi                                   on 2001/05/01  23:33:37
49261         Log: Add known-to-be-tested modules to the list-to-be-skipped.
49262      Branch: perl
49263            ! t/lib/1_compile.t
49264 ____________________________________________________________________________
49265 [  9943] By: jhi                                   on 2001/05/01  23:24:40
49266         Log: Subject: BorlandC++ fix
49267              From: "Vadim Konovalov" <watman@inbox.ru>
49268              Date: Mon, 30 Apr 2001 20:12:26 -0700
49269              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
49270      Branch: perl
49271            ! win32/makefile.mk
49272 ____________________________________________________________________________
49273 [  9942] By: jhi                                   on 2001/05/01  23:18:02
49274         Log: Update to Filter::Simple 0.60, create a test for it.
49275      Branch: perl
49276            + t/lib/filter-simple.t
49277            ! MANIFEST lib/Filter/Simple.pm
49278 ____________________________________________________________________________
49279 [  9941] By: jhi                                   on 2001/05/01  19:47:24
49280         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
49281              From: Hugo <hv@crypt.compulink.co.uk>
49282              Date: Tue, 01 May 2001 20:12:20 +0100
49283              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
49284      Branch: perl
49285            ! pp_hot.c t/op/re_tests
49286 ____________________________________________________________________________
49287 [  9940] By: jhi                                   on 2001/05/01  19:42:16
49288         Log: Integrate perlio.
49289      Branch: perl
49290           !> lib/base.pm t/lib/fields.t
49291 ____________________________________________________________________________
49292 [  9939] By: jhi                                   on 2001/05/01  19:39:51
49293         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
49294              From: Benjamin Sugars <bsugars@canoe.ca>
49295              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
49296              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
49297      Branch: perl
49298            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49299 ____________________________________________________________________________
49300 [  9938] By: jhi                                   on 2001/05/01  19:34:09
49301         Log: Add NEXT, a pseudo-class for method redispatching.
49302              <Damian>NEXT.pm probably offers more bang-for-buck
49303              than anything else I've ever written.</Damian>
49304      Branch: perl
49305            + lib/NEXT.pm t/lib/next.t
49306            ! MANIFEST
49307 ____________________________________________________________________________
49308 [  9937] By: jhi                                   on 2001/05/01  19:21:41
49309         Log: Update to Switch 2.02.
49310      Branch: perl
49311            ! lib/Switch.pm t/lib/switch.t
49312 ____________________________________________________________________________
49313 [  9936] By: nick                                  on 2001/05/01  19:09:21
49314         Log: Fix for base.pm clobbering $VERSION
49315      Branch: perlio
49316            ! lib/base.pm
49317 ____________________________________________________________________________
49318 [  9935] By: nick                                  on 2001/05/01  18:54:38
49319         Log: Test for base.pm clobbering $VERSION.
49320      Branch: perlio
49321            ! t/lib/fields.t
49322 ____________________________________________________________________________
49323 [  9934] By: jhi                                   on 2001/05/01  18:39:10
49324         Log: Add information about Scalar::Util::blessed.
49325      Branch: perl
49326            ! pod/perlobj.pod
49327 ____________________________________________________________________________
49328 [  9933] By: jhi                                   on 2001/05/01  18:33:51
49329         Log: Subject: Extra UNIVERSAL documentation
49330              From: Mike Guy <mjtg@cam.ac.uk>
49331              Date: Tue, 01 May 2001 20:12:11 +0100
49332              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
49333      Branch: perl
49334            ! pod/perlobj.pod
49335 ____________________________________________________________________________
49336 [  9932] By: jhi                                   on 2001/05/01  18:26:54
49337         Log: Subject: Autoflush in tests as appropriate
49338              From: Mike Guy <mjtg@cam.ac.uk>
49339              Date: Tue, 01 May 2001 20:05:31 +0100
49340              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
49341      Branch: perl
49342            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
49343            ! t/op/taint.t
49344 ____________________________________________________________________________
49345 [  9931] By: jhi                                   on 2001/05/01  18:02:29
49346         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
49347              From: Benjamin Sugars <bsugars@canoe.ca>
49348              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
49349              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
49350      Branch: perl
49351            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
49352 ____________________________________________________________________________
49353 [  9930] By: jhi                                   on 2001/05/01  15:12:26
49354         Log: Subject: Re: Finally got a round tuit
49355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49356              Date: Tue, 01 May 2001 14:14:10 +0200
49357              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
49358              
49359              The -DP part, slightly modified.
49360      Branch: perl
49361            ! perl.c
49362 ____________________________________________________________________________
49363 [  9929] By: jhi                                   on 2001/05/01  14:17:15
49364         Log: Subject: Re: Finally got a round tuit
49365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49366              Date: Tue, 01 May 2001 16:34:06 +0200
49367              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
49368              
49369              cpp and optimization tweaks for HP-UX.
49370      Branch: perl
49371            ! hints/hpux.sh
49372 ____________________________________________________________________________
49373 [  9928] By: jhi                                   on 2001/05/01  13:24:20
49374         Log: Tune the scan_num() comments to reality.
49375      Branch: perl
49376            ! toke.c
49377 ____________________________________________________________________________
49378 [  9927] By: jhi                                   on 2001/05/01  13:14:01
49379         Log: Subject: [PATCH B::Deparse] optimised sort
49380              From: Robin Houston <robin@kitsite.com>
49381              Date: Tue, 1 May 2001 14:07:12 +0100
49382              Message-ID: <20010501140712.A4266@penderel>
49383      Branch: perl
49384            ! ext/B/B/Deparse.pm
49385 ____________________________________________________________________________
49386 [  9926] By: jhi                                   on 2001/05/01  13:10:53
49387         Log: Subject: [PATCH t/lib/b-deparse.t] 
49388              From: Robin Houston <robin@kitsite.com>
49389              Date: Tue, 1 May 2001 13:37:42 +0100
49390              Message-ID: <20010501133742.A4082@penderel>
49391      Branch: perl
49392            ! t/lib/b-deparse.t
49393 ____________________________________________________________________________
49394 [  9925] By: jhi                                   on 2001/05/01  13:10:13
49395         Log: Subject: [PATCH B::Deparse] for(;;), sort
49396              From: Robin Houston <robin@kitsite.com>
49397              Date: Tue, 1 May 2001 13:35:00 +0100
49398              Message-ID: <20010501133500.A4061@penderel>
49399      Branch: perl
49400            ! ext/B/B/Deparse.pm
49401 ____________________________________________________________________________
49402 [  9924] By: jhi                                   on 2001/05/01  13:09:22
49403         Log: Subject: [PATCH B::Deparse] do, warn, use
49404              From: Robin Houston <robin@kitsite.com>
49405              Date: Tue, 1 May 2001 13:31:03 +0100
49406              Message-ID: <20010501133103.A4041@penderel>
49407      Branch: perl
49408            ! ext/B/B/Deparse.pm
49409 ____________________________________________________________________________
49410 [  9923] By: jhi                                   on 2001/05/01  11:45:36
49411         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
49412              From: Benjamin Sugars <ben.sugars@home.com>
49413              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
49414              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
49415      Branch: perl
49416            + t/io/fflush.t
49417            ! MANIFEST
49418 ____________________________________________________________________________
49419 [  9922] By: jhi                                   on 2001/05/01  11:35:42
49420         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
49421              From: Peter Prymmer <pvhp@forte.com>
49422              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
49423              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
49424      Branch: perl
49425            ! t/lib/selfstubber.t
49426 ____________________________________________________________________________
49427 [  9921] By: jhi                                   on 2001/04/30  16:34:33
49428         Log: Subject: [PATCH B::Concise] suppress warning
49429              From: Robin Houston <robin@kitsite.com>
49430              Date: Mon, 30 Apr 2001 16:09:49 +0100
49431              Message-ID: <20010430160949.A25086@penderel>
49432      Branch: perl
49433            ! ext/B/B/Concise.pm
49434 ____________________________________________________________________________
49435 [  9920] By: jhi                                   on 2001/04/30  13:56:04
49436         Log: Strip the *markers* from #9919.
49437      Branch: perl
49438            ! pod/perlfaq.pod pod/perlfaq5.pod
49439 ____________________________________________________________________________
49440 [  9919] By: jhi                                   on 2001/04/30  13:54:04
49441         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
49442              From: Gwyn Judd <b.judd@xtra.co.nz>
49443              Date: Sun, 29 Apr 2001 01:47:49 +1200
49444              Message-ID: <20010429014749.A4418@thislove>
49445      Branch: perl
49446            ! pod/perlfaq.pod pod/perlfaq5.pod
49447 ____________________________________________________________________________
49448 [  9918] By: jhi                                   on 2001/04/30  13:13:54
49449         Log: More_tweakage.
49450      Branch: perl
49451            ! pod/perldata.pod pod/perldiag.pod
49452 ____________________________________________________________________________
49453 [  9917] By: jhi                                   on 2001/04/30  13:01:27
49454         Log: Update Changes.
49455      Branch: perl
49456            ! Changes patchlevel.h
49457 ____________________________________________________________________________
49458 [  9916] By: jhi                                   on 2001/04/30  12:57:03
49459         Log: T_w_e_a_k_a_g_e.
49460      Branch: perl
49461            ! pod/perldata.pod pod/perldiag.pod
49462 ____________________________________________________________________________
49463 [  9915] By: jhi                                   on 2001/04/30  12:39:29
49464         Log: Install s2p also as psed.
49465              
49466              TODO: psed documentation?
49467      Branch: perl
49468            ! installperl
49469 ____________________________________________________________________________
49470 [  9914] By: jhi                                   on 2001/04/30  12:29:21
49471         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
49472              From: Jens Hamisch <jens@Strawberry.COM>
49473              Date: Fri, 27 Apr 2001 17:00:36 +0200
49474              Message-ID: <20010427170036.K1372@Strawberry.COM>
49475              
49476              SOCKS5_VERSION_NAME is the right symbol to detect
49477              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
49478              function called socks5_init() is available, and even that is
49479              not universal, most SOCKS5 installations use SOCKSinit()).
49480      Branch: perl
49481            ! perlio.c
49482 ____________________________________________________________________________
49483 [  9913] By: jhi                                   on 2001/04/30  12:22:15
49484         Log: Allow a zero timeout on IO::Socket accept and connect--
49485              though one really shouldn't do that.  Based on
49486              
49487              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
49488              From: "John Holdsworth" <coldwave@bigfoot.com>
49489              Date: Sun, 4 Feb 2001 12:48:18 +0100
49490              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
49491      Branch: perl
49492            ! ext/IO/lib/IO/Socket.pm
49493 ____________________________________________________________________________
49494 [  9912] By: jhi                                   on 2001/04/30  11:27:27
49495         Log: Save the spot of regprev (see #9911) for binary compatibility;
49496              regen API.
49497      Branch: perl
49498            ! embedvar.h perlapi.h thrdvar.h
49499 ____________________________________________________________________________
49500 [  9911] By: jhi                                   on 2001/04/30  11:22:03
49501         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
49502              From: Hugo <hv@crypt.compulink.co.uk>
49503              Date: Sun, 29 Apr 2001 17:09:30 +0100
49504              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
49505      Branch: perl
49506            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
49507 ____________________________________________________________________________
49508 [  9910] By: jhi                                   on 2001/04/30  11:15:12
49509         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
49510              a dummy for PL_numeric_radix); no pressing reason to break
49511              binary compatibility; regen API.
49512      Branch: perl
49513            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
49514            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
49515 ____________________________________________________________________________
49516 [  9909] By: jhi                                   on 2001/04/30  10:56:08
49517         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
49518              From: Walt Mankowski <waltman@netaxs.com>
49519              Date: Sun, 29 Apr 2001 21:53:48 -0400
49520              Message-ID: <20010429215348.A3971@netaxs.com>
49521      Branch: perl
49522            ! pod/perlfunc.pod
49523 ____________________________________________________________________________
49524 [  9908] By: jhi                                   on 2001/04/30  10:49:40
49525         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
49526      Branch: perl
49527            ! t/lib/selfstubber.t
49528 ____________________________________________________________________________
49529 [  9907] By: nick                                  on 2001/04/30  09:26:50
49530         Log: Integrate mainline.
49531      Branch: perlio
49532           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
49533 ____________________________________________________________________________
49534 [  9906] By: jhi                                   on 2001/04/29  23:24:20
49535         Log: Abigail spotted a thinko in #9905.
49536      Branch: perl
49537            ! pod/perldiag.pod
49538 ____________________________________________________________________________
49539 [  9905] By: jhi                                   on 2001/04/29  15:55:39
49540         Log: Changed the underscore/undebar syntax in numeric constants;
49541              now any grouping will do, as long as the underscores are not
49542              consecutive (so "zero-grouping" is out), and they do not begin
49543              or end the integer or fractional parts.
49544      Branch: perl
49545            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
49546 ____________________________________________________________________________
49547 [  9904] By: nick                                  on 2001/04/29  15:43:22
49548         Log: Integrate mainline.
49549      Branch: perlio
49550           +> (branch 98 files)
49551            - lib/unicode/Block.pl
49552            - lib/unicode/In/AlphabeticPresentationForms.pl
49553            - lib/unicode/In/Arabic.pl
49554            - lib/unicode/In/ArabicPresentationForms-A.pl
49555            - lib/unicode/In/ArabicPresentationForms-B.pl
49556            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
49557            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
49558            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
49559            - lib/unicode/In/BopomofoExtended.pl
49560            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
49561            - lib/unicode/In/CJKCompatibility.pl
49562            - lib/unicode/In/CJKCompatibilityForms.pl
49563            - lib/unicode/In/CJKCompatibilityIdeographs.pl
49564            - lib/unicode/In/CJKRadicalsSupplement.pl
49565            - lib/unicode/In/CJKSymbolsandPunctuation.pl
49566            - lib/unicode/In/CJKUnifiedIdeographs.pl
49567            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
49568            - lib/unicode/In/Cherokee.pl
49569            - lib/unicode/In/CombiningDiacriticalMarks.pl
49570            - lib/unicode/In/CombiningHalfMarks.pl
49571            - lib/unicode/In/CombiningMarksforSymbols.pl
49572            - lib/unicode/In/ControlPictures.pl
49573            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
49574            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
49575            - lib/unicode/In/EnclosedAlphanumerics.pl
49576            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
49577            - lib/unicode/In/Ethiopic.pl
49578            - lib/unicode/In/GeneralPunctuation.pl
49579            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
49580            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
49581            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
49582            - lib/unicode/In/HalfwidthandFullwidthForms.pl
49583            - lib/unicode/In/HangulCompatibilityJamo.pl
49584            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
49585            - lib/unicode/In/Hebrew.pl
49586            - lib/unicode/In/HighPrivateUseSurrogates.pl
49587            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
49588            - lib/unicode/In/IPAExtensions.pl
49589            - lib/unicode/In/IdeographicDescriptionCharacters.pl
49590            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
49591            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
49592            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
49593            - lib/unicode/In/Latin-1Supplement.pl
49594            - lib/unicode/In/LatinExtended-A.pl
49595            - lib/unicode/In/LatinExtended-B.pl
49596            - lib/unicode/In/LatinExtendedAdditional.pl
49597            - lib/unicode/In/LetterlikeSymbols.pl
49598            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
49599            - lib/unicode/In/MathematicalOperators.pl
49600            - lib/unicode/In/MiscellaneousSymbols.pl
49601            - lib/unicode/In/MiscellaneousTechnical.pl
49602            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
49603            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
49604            - lib/unicode/In/OpticalCharacterRecognition.pl
49605            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
49606            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
49607            - lib/unicode/In/SmallFormVariants.pl
49608            - lib/unicode/In/SpacingModifierLetters.pl
49609            - lib/unicode/In/Specials.pl
49610            - lib/unicode/In/SuperscriptsandSubscripts.pl
49611            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
49612            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
49613            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
49614            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
49615            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
49616           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
49617           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
49618           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
49619           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
49620           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
49621           !> utf8.c win32/Makefile
49622 ____________________________________________________________________________
49623 [  9903] By: jhi                                   on 2001/04/29  14:30:53
49624         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
49625              From: Prymmer/Kahn <pvhp@best.com>
49626              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
49627              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
49628      Branch: perl
49629            ! win32/Makefile
49630 ____________________________________________________________________________
49631 [  9902] By: jhi                                   on 2001/04/29  02:52:44
49632         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
49633              From: "Abigail" <abigail@foad.org>
49634              Date: Sun, 29 Apr 2001 03:14:25 +0200
49635              Message-ID: <20010429011425.24503.qmail@foad.org>
49636      Branch: perl
49637            ! ext/IO/lib/IO/Seekable.pm
49638 ____________________________________________________________________________
49639 [  9901] By: jhi                                   on 2001/04/29  02:04:46
49640         Log: In character classes one couldn't have 0x80..0xff characters
49641              at the left hand side if there were 0x100.. characters in the
49642              character class.
49643      Branch: perl
49644            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
49645            ! t/op/pat.t utf8.c
49646 ____________________________________________________________________________
49647 [  9900] By: jhi                                   on 2001/04/28  22:55:04
49648         Log: Forgot the latest mktables.PL from #9899.
49649      Branch: perl
49650            ! lib/unicode/mktables.PL
49651 ____________________________________________________________________________
49652 [  9899] By: jhi                                   on 2001/04/28  22:53:28
49653         Log: Explain the \p{} and \P{} error message better and
49654              have prettier prettyprint in In.pl.
49655      Branch: perl
49656            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
49657            ! pod/perldiag.pod
49658 ____________________________________________________________________________
49659 [  9898] By: jhi                                   on 2001/04/28  21:03:34
49660         Log: Add one possible explanation for the "Invalid [] range" error.
49661      Branch: perl
49662            ! pod/perldiag.pod
49663 ____________________________________________________________________________
49664 [  9897] By: jhi                                   on 2001/04/28  17:18:26
49665         Log: Add a level of indirection to the implementation of \p{InFoo}
49666              so that we don't have to have long filenames.  (Nothing changes
49667              in the user interface.)   The indirection is defined in
49668              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
49669              Also rename some the character classes by removing '-' from
49670              the classnames, and finally renamed Block.pl as Blocks.pl.
49671      Branch: perl
49672            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
49673            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
49674            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
49675            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
49676            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
49677            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
49678            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
49679            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
49680            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
49681            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
49682            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
49683            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
49684            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
49685            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
49686            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
49687            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
49688            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
49689            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
49690            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
49691            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
49692            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
49693            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
49694            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
49695            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
49696            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
49697            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
49698            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
49699            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
49700            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
49701            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
49702            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
49703            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
49704            + lib/unicode/In/94.pl lib/unicode/In/95.pl
49705            - lib/unicode/Block.pl
49706            - lib/unicode/In/AlphabeticPresentationForms.pl
49707            - lib/unicode/In/Arabic.pl
49708            - lib/unicode/In/ArabicPresentationForms-A.pl
49709            - lib/unicode/In/ArabicPresentationForms-B.pl
49710            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
49711            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
49712            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
49713            - lib/unicode/In/BopomofoExtended.pl
49714            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
49715            - lib/unicode/In/CJKCompatibility.pl
49716            - lib/unicode/In/CJKCompatibilityForms.pl
49717            - lib/unicode/In/CJKCompatibilityIdeographs.pl
49718            - lib/unicode/In/CJKRadicalsSupplement.pl
49719            - lib/unicode/In/CJKSymbolsandPunctuation.pl
49720            - lib/unicode/In/CJKUnifiedIdeographs.pl
49721            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
49722            - lib/unicode/In/Cherokee.pl
49723            - lib/unicode/In/CombiningDiacriticalMarks.pl
49724            - lib/unicode/In/CombiningHalfMarks.pl
49725            - lib/unicode/In/CombiningMarksforSymbols.pl
49726            - lib/unicode/In/ControlPictures.pl
49727            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
49728            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
49729            - lib/unicode/In/EnclosedAlphanumerics.pl
49730            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
49731            - lib/unicode/In/Ethiopic.pl
49732            - lib/unicode/In/GeneralPunctuation.pl
49733            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
49734            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
49735            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
49736            - lib/unicode/In/HalfwidthandFullwidthForms.pl
49737            - lib/unicode/In/HangulCompatibilityJamo.pl
49738            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
49739            - lib/unicode/In/Hebrew.pl
49740            - lib/unicode/In/HighPrivateUseSurrogates.pl
49741            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
49742            - lib/unicode/In/IPAExtensions.pl
49743            - lib/unicode/In/IdeographicDescriptionCharacters.pl
49744            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
49745            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
49746            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
49747            - lib/unicode/In/Latin-1Supplement.pl
49748            - lib/unicode/In/LatinExtended-A.pl
49749            - lib/unicode/In/LatinExtended-B.pl
49750            - lib/unicode/In/LatinExtendedAdditional.pl
49751            - lib/unicode/In/LetterlikeSymbols.pl
49752            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
49753            - lib/unicode/In/MathematicalOperators.pl
49754            - lib/unicode/In/MiscellaneousSymbols.pl
49755            - lib/unicode/In/MiscellaneousTechnical.pl
49756            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
49757            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
49758            - lib/unicode/In/OpticalCharacterRecognition.pl
49759            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
49760            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
49761            - lib/unicode/In/SmallFormVariants.pl
49762            - lib/unicode/In/SpacingModifierLetters.pl
49763            - lib/unicode/In/Specials.pl
49764            - lib/unicode/In/SuperscriptsandSubscripts.pl
49765            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
49766            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
49767            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
49768            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
49769            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
49770            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
49771            ! pod/perlunicode.pod
49772 ____________________________________________________________________________
49773 [  9896] By: jhi                                   on 2001/04/28  14:33:17
49774         Log: Update the information on shared library path on HP-UX.
49775      Branch: perl
49776            ! INSTALL
49777 ____________________________________________________________________________
49778 [  9895] By: jhi                                   on 2001/04/28  14:32:30
49779         Log: Because #9894 seems to do the trick, this workaround can be removed.
49780      Branch: perl
49781            ! t/lib/selfstubber.t
49782 ____________________________________________________________________________
49783 [  9894] By: jhi                                   on 2001/04/28  14:26:13
49784         Log: For PerlIO flush the children's file handles (on fork/exec/system).
49785      Branch: perl
49786            ! perl.h
49787 ____________________________________________________________________________
49788 [  9893] By: jhi                                   on 2001/04/28  14:23:15
49789         Log: Test tweak for #9891.
49790      Branch: perl
49791            ! t/lib/b-deparse.t
49792 ____________________________________________________________________________
49793 [  9892] By: jhi                                   on 2001/04/28  14:10:13
49794         Log: New HP-UX hints from Merijn.
49795      Branch: perl
49796            ! hints/hpux.sh
49797 ____________________________________________________________________________
49798 [  9891] By: jhi                                   on 2001/04/28  14:07:27
49799         Log: Subject: [PATCH B::Deparse] non-block scopes
49800              From: Robin Houston <robin@kitsite.com>
49801              Date: Fri, 27 Apr 2001 19:15:14 +0100
49802              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
49803      Branch: perl
49804            ! ext/B/B/Deparse.pm
49805 ____________________________________________________________________________
49806 [  9890] By: nick                                  on 2001/04/27  19:41:25
49807         Log: Integrate mainline
49808      Branch: perlio
49809           +> t/lib/selfstubber.t
49810           !> (integrate 50 files)
49811 ____________________________________________________________________________
49812 [  9889] By: jhi                                   on 2001/04/27  18:23:46
49813         Log: Subject: Re: selfstubber test fail on bleadperl
49814              From: Mike Guy <mjtg@cam.ac.uk>
49815              Date: Fri, 27 Apr 2001 19:31:18 +0100
49816              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
49817      Branch: perl
49818            ! t/lib/selfstubber.t
49819 ____________________________________________________________________________
49820 [  9888] By: jhi                                   on 2001/04/27  16:20:54
49821         Log: Test tweak for #9886.
49822      Branch: perl
49823            ! t/lib/b-deparse.t
49824 ____________________________________________________________________________
49825 [  9887] By: jhi                                   on 2001/04/27  16:16:33
49826         Log: Buffering issue at least in Solaris (even with perlio).
49827      Branch: perl
49828            ! t/lib/selfstubber.t
49829 ____________________________________________________________________________
49830 [  9886] By: jhi                                   on 2001/04/27  14:59:23
49831         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
49832              From: Robin Houston <robin@kitsite.com>
49833              Date: Fri, 27 Apr 2001 16:53:20 +0100
49834              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
49835      Branch: perl
49836            ! ext/B/B/Deparse.pm
49837 ____________________________________________________________________________
49838 [  9885] By: jhi                                   on 2001/04/27  14:23:51
49839         Log: Update Changes.
49840      Branch: perl
49841            ! Changes patchlevel.h
49842 ____________________________________________________________________________
49843 [  9884] By: jhi                                   on 2001/04/27  14:14:12
49844         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
49845              From: "Philip Newton" <pnewton@gmx.de>
49846              Date: Fri, 27 Apr 2001 16:40:13 +0200
49847              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
49848      Branch: perl
49849            ! pod/perldata.pod
49850 ____________________________________________________________________________
49851 [  9883] By: jhi                                   on 2001/04/27  13:28:19
49852         Log: Add LOG_PERROR; prettify the "removed".
49853      Branch: perl
49854            ! ext/Sys/Syslog/Syslog.xs
49855 ____________________________________________________________________________
49856 [  9882] By: jhi                                   on 2001/04/27  13:13:18
49857         Log: h2xs tweaks: use NV instead of double, "quote" the removed
49858              prefixes for clarity (especially when nothing is removed),
49859              slight pod reformats.
49860      Branch: perl
49861            ! utils/h2xs.PL
49862 ____________________________________________________________________________
49863 [  9881] By: jhi                                   on 2001/04/27  12:58:48
49864         Log: Don't bother creating existing directories.
49865      Branch: perl
49866            ! utils/h2xs.PL
49867 ____________________________________________________________________________
49868 [  9880] By: jhi                                   on 2001/04/27  12:45:39
49869         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
49870              From: Mike Schilli <m@perlmeister.com>
49871              Date: Wed, 25 Apr 2001 01:29:21 -0700
49872              Message-id: <3AE68AE1.6A981723@perlmeister.com>
49873      Branch: perl
49874            ! utils/h2xs.PL
49875 ____________________________________________________________________________
49876 [  9879] By: jhi                                   on 2001/04/27  12:40:55
49877         Log: break is not yet Perl.  Added the template license also to README.
49878      Branch: perl
49879            ! utils/h2xs.PL
49880 ____________________________________________________________________________
49881 [  9878] By: jhi                                   on 2001/04/27  03:08:20
49882         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
49883              From: Tim Jenness <t.jenness@jach.hawaii.edu>
49884              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
49885              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
49886      Branch: perl
49887            ! t/lib/xs-typemap.t
49888 ____________________________________________________________________________
49889 [  9877] By: jhi                                   on 2001/04/26  23:54:40
49890         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
49891              From: "Abigail" <abigail@foad.org>
49892              Date: Fri, 27 Apr 2001 01:44:28 +0200
49893              Message-ID: <20010426234428.19786.qmail@foad.org>
49894      Branch: perl
49895            ! utils/h2xs.PL
49896 ____________________________________________________________________________
49897 [  9876] By: jhi                                   on 2001/04/26  23:52:06
49898         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
49899              From: Peter Prymmer <pvhp@forte.com>
49900              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
49901              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
49902      Branch: perl
49903            ! t/lib/selfstubber.t
49904 ____________________________________________________________________________
49905 [  9875] By: jhi                                   on 2001/04/26  23:48:10
49906         Log: Deparse nits.
49907      Branch: perl
49908            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
49909 ____________________________________________________________________________
49910 [  9874] By: jhi                                   on 2001/04/26  22:46:05
49911         Log: Document ANYOF_CLASS.
49912      Branch: perl
49913            ! regcomp.h
49914 ____________________________________________________________________________
49915 [  9873] By: jhi                                   on 2001/04/26  22:35:03
49916         Log: Subject: Re: [PATCH @9846] dumping ANYOF
49917              From: Hugo <hv@crypt.compulink.co.uk>
49918              Date: Thu, 26 Apr 2001 23:33:38 +0100
49919              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
49920      Branch: perl
49921            ! regcomp.c regcomp.h
49922 ____________________________________________________________________________
49923 [  9872] By: jhi                                   on 2001/04/26  22:34:31
49924         Log: Subject: [PATCH] more for Devel::SelfStubber
49925              From: Nicholas Clark <nick@ccl4.org>
49926              Date: Fri, 27 Apr 2001 00:13:52 +0100
49927              Message-ID: <20010427001351.K88186@plum.flirble.org>
49928      Branch: perl
49929            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
49930 ____________________________________________________________________________
49931 [  9871] By: jhi                                   on 2001/04/26  21:59:17
49932         Log: Subject: [PATCH B::Deparse] formats must be flush left
49933              From: Robin Houston <robin@kitsite.com>
49934              Date: Thu, 26 Apr 2001 23:54:29 +0100
49935              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
49936      Branch: perl
49937            ! ext/B/B/Deparse.pm
49938 ____________________________________________________________________________
49939 [  9870] By: jhi                                   on 2001/04/26  21:57:37
49940         Log: If some of the constants are prefixes of others,
49941              the prefixes may never get recognized.  (See 20010426.006.)
49942      Branch: perl
49943            ! utils/h2xs.PL
49944 ____________________________________________________________________________
49945 [  9869] By: jhi                                   on 2001/04/26  21:50:42
49946         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
49947              From: Chris Bongaarts <cab@tc.umn.edu>
49948              Date: Thu, 26 Apr 2001 17:10:31 -0500
49949              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
49950      Branch: perl
49951            ! ext/Sys/Syslog/Syslog.xs
49952 ____________________________________________________________________________
49953 [  9868] By: jhi                                   on 2001/04/26  21:35:12
49954         Log: Further cuts and more docs from Graham Barr.
49955      Branch: perl
49956            ! ext/List/Util/lib/List/Util.pm
49957            ! ext/List/Util/lib/Scalar/Util.pm
49958 ____________________________________________________________________________
49959 [  9867] By: jhi                                   on 2001/04/26  21:18:57
49960         Log: Subject: [PATCH 5.7.1] DB_File-1.77
49961              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
49962              Date: Thu, 26 Apr 2001 22:37:53 +0100
49963              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
49964      Branch: perl
49965            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
49966            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49967 ____________________________________________________________________________
49968 [  9866] By: jhi                                   on 2001/04/26  21:12:31
49969         Log: Subject: [PATCH B::Deparse] fix easy bugs
49970              From: Robin Houston <robin@kitsite.com>
49971              Date: Thu, 26 Apr 2001 23:03:33 +0100
49972              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
49973      Branch: perl
49974            ! ext/B/B/Deparse.pm
49975 ____________________________________________________________________________
49976 [  9865] By: jhi                                   on 2001/04/26  20:26:13
49977         Log: Update Changes.
49978      Branch: perl
49979            ! Changes patchlevel.h
49980 ____________________________________________________________________________
49981 [  9864] By: jhi                                   on 2001/04/26  19:27:48
49982         Log: Dethinko from Robin Houston.
49983      Branch: perl
49984            ! ext/B/B/Deparse.pm
49985 ____________________________________________________________________________
49986 [  9863] By: jhi                                   on 2001/04/26  19:10:35
49987         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
49988              From: Robin Houston <robin@kitsite.com>
49989              Date: Thu, 26 Apr 2001 21:08:32 +0100
49990              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
49991      Branch: perl
49992            ! ext/B/B/Deparse.pm
49993 ____________________________________________________________________________
49994 [  9862] By: jhi                                   on 2001/04/26  19:04:23
49995         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
49996              From: Robin Houston <robin@kitsite.com>
49997              Date: Thu, 26 Apr 2001 20:52:50 +0100
49998              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
49999      Branch: perl
50000            ! ext/B/B/Deparse.pm
50001 ____________________________________________________________________________
50002 [  9861] By: jhi                                   on 2001/04/26  18:56:14
50003         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
50004              From: Mike Guy <mjtg@cam.ac.uk>
50005              Date: Thu, 26 Apr 2001 14:22:40 +0100
50006              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
50007      Branch: perl
50008            ! pod/perlobj.pod
50009 ____________________________________________________________________________
50010 [  9860] By: jhi                                   on 2001/04/26  18:46:42
50011         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50012              From: Robin Houston <robin@kitsite.com>
50013              Date: Thu, 26 Apr 2001 20:34:29 +0100
50014              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
50015              
50016              Hashes do not interpolate.
50017      Branch: perl
50018            ! ext/B/B/Deparse.pm
50019 ____________________________________________________________________________
50020 [  9859] By: jhi                                   on 2001/04/26  18:43:51
50021         Log: Subject: The Time::Piece conspiracy unmasked!!!
50022              From: Mike Guy <mjtg@cam.ac.uk>
50023              Date: Thu, 26 Apr 2001 19:02:50 +0100
50024              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
50025              
50026              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
50027              From: Mike Guy <mjtg@cam.ac.uk>
50028              Date: Thu, 26 Apr 2001 19:08:21 +0100
50029              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
50030              
50031              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
50032              From: Graham Barr <gbarr@pobox.com>
50033              Date: Thu, 26 Apr 2001 19:12:03 +0100
50034              Message-ID: <20010426191203.A70835@pobox.com>
50035              
50036              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
50037      Branch: perl
50038            ! ext/List/Util/lib/List/Util.pm
50039            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
50040 ____________________________________________________________________________
50041 [  9858] By: jhi                                   on 2001/04/26  18:17:42
50042         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
50043              From: Robin Houston <robin@kitsite.com>
50044              Date: Thu, 26 Apr 2001 16:09:35 +0100
50045              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
50046      Branch: perl
50047            ! t/comp/proto.t
50048 ____________________________________________________________________________
50049 [  9857] By: jhi                                   on 2001/04/26  18:04:59
50050         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50051              From: barries <barries@slaysys.com>
50052              Date: Thu, 26 Apr 2001 12:01:10 -0400
50053              Message-ID: <20010426120110.E29698@jester.slaysys.com>
50054      Branch: perl
50055            ! pod/perldiag.pod
50056 ____________________________________________________________________________
50057 [  9856] By: jhi                                   on 2001/04/26  18:03:33
50058         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
50059              Date: Thu, 26 Apr 2001 17:13:41 +0100
50060              From: Robin Houston <robin@kitsite.com>
50061              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
50062              
50063              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
50064              From: Robin Houston <robin@kitsite.com>
50065              Date: Thu, 26 Apr 2001 18:44:29 +0100
50066              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
50067      Branch: perl
50068            ! ext/B/B/Deparse.pm
50069 ____________________________________________________________________________
50070 [  9855] By: jhi                                   on 2001/04/26  17:56:04
50071         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
50072              From: Robin Houston <robin@kitsite.com>
50073              Date: Thu, 26 Apr 2001 17:04:08 +0100
50074              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
50075      Branch: perl
50076            ! ext/B/B/Deparse.pm
50077 ____________________________________________________________________________
50078 [  9854] By: jhi                                   on 2001/04/26  17:47:26
50079         Log: Subject: Re: Short test case for undef %stash:: crash
50080              From: Benjamin Sugars <bsugars@canoe.ca> 
50081              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
50082              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
50083              Changed and moved the perldiag entry.
50084      Branch: perl
50085            ! gv.c pod/perldiag.pod
50086 ____________________________________________________________________________
50087 [  9853] By: jhi                                   on 2001/04/26  14:35:16
50088         Log: Beginnings of strptime().  Do not touch the wet paint.
50089      Branch: perl
50090            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
50091 ____________________________________________________________________________
50092 [  9852] By: jhi                                   on 2001/04/26  13:17:21
50093         Log: Retract #9851, core dumps from pod2man.
50094      Branch: perl
50095            ! regcomp.c
50096 ____________________________________________________________________________
50097 [  9851] By: jhi                                   on 2001/04/26  11:54:41
50098         Log: (Retracted by #9852.)
50099              
50100              Subject: [PATCH @9846] dumping ANYOF
50101              From: Hugo <hv@crypt.compulink.co.uk>
50102              Date: Thu, 26 Apr 2001 05:32:38 +0100
50103              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
50104      Branch: perl
50105            ! regcomp.c
50106 ____________________________________________________________________________
50107 [  9850] By: jhi                                   on 2001/04/26  02:34:44
50108         Log: If ccflags was empty the _previous_ $* containing all the
50109              environment variables and Configure variables was used,
50110              which lead, among other bad things, into $ccflags being your
50111              uname -a output, which lead into test compile with cc failing,
50112              which lead into gcc being selected, which didn't work that well
50113              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
50114              with large files, et cetera.
50115      Branch: perl
50116            ! hints/hpux.sh
50117 ____________________________________________________________________________
50118 [  9849] By: jhi                                   on 2001/04/26  01:44:57
50119         Log: Make selfstubber test more portable.
50120      Branch: perl
50121            ! t/lib/selfstubber.t
50122 ____________________________________________________________________________
50123 [  9848] By: jhi                                   on 2001/04/26  00:50:26
50124         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
50125              From: Benjamin Sugars <ben.sugars@home.com>
50126              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
50127              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
50128      Branch: perl
50129            ! ext/Cwd/Cwd.xs
50130 ____________________________________________________________________________
50131 [  9847] By: jhi                                   on 2001/04/26  00:46:58
50132         Log: Subject: [PATCH: perl@9841] VMS updates
50133              From: Peter Prymmer <pvhp@forte.com>
50134              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
50135              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
50136      Branch: perl
50137            ! README.vms configure.com vms/descrip_mms.template
50138            ! vms/ext/filespec.t
50139 ____________________________________________________________________________
50140 [  9846] By: jhi                                   on 2001/04/26  00:11:56
50141         Log: re 'debug' was broken by #9084.
50142      Branch: perl
50143            ! ext/re/re.xs
50144 ____________________________________________________________________________
50145 [  9845] By: jhi                                   on 2001/04/25  22:33:17
50146         Log: Subject: [PATCH] test for Devel::SelfStubber
50147              From: Nicholas Clark <nick@ccl4.org>
50148              Date: Thu, 26 Apr 2001 00:00:54 +0100
50149              Message-ID: <20010426000054.D89026@plum.flirble.org>
50150      Branch: perl
50151            + t/lib/selfstubber.t
50152            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
50153 ____________________________________________________________________________
50154 [  9844] By: jhi                                   on 2001/04/25  22:29:32
50155         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
50156              From: Paul Johnson <paul@pjcj.net>
50157              Date: Thu, 26 Apr 2001 00:46:08 +0200
50158              Message-ID: <20010426004608.H2338@pjcj.net>
50159      Branch: perl
50160            ! ext/B/B/Concise.pm
50161 ____________________________________________________________________________
50162 [  9843] By: jhi                                   on 2001/04/25  22:28:28
50163         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
50164              From: Peter Prymmer <pvhp@forte.com>
50165              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
50166              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
50167      Branch: perl
50168            ! ext/Cwd/Cwd.xs
50169 ____________________________________________________________________________
50170 [  9842] By: jhi                                   on 2001/04/25  20:58:12
50171         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
50172              From: John Peacock <jpeacock@rowman.com>
50173              Date: Wed, 25 Apr 2001 17:30:26 -0400
50174              Message-ID: <3AE741F2.B3217464@rowman.com>
50175      Branch: perl
50176            ! lib/Math/BigInt.pm t/lib/bigintpm.t
50177 ____________________________________________________________________________
50178 [  9841] By: jhi                                   on 2001/04/25  20:07:05
50179         Log: Update Changes.
50180      Branch: perl
50181            ! Changes patchlevel.h
50182 ____________________________________________________________________________
50183 [  9840] By: jhi                                   on 2001/04/25  19:56:51
50184         Log: Yet another HP-UX hints version from Merijn.
50185      Branch: perl
50186            ! hints/hpux.sh
50187 ____________________________________________________________________________
50188 [  9839] By: jhi                                   on 2001/04/25  19:53:04
50189         Log: abs_path() didn't terminate the filename correctly,
50190              in DIRNAMLENless systems like HP-UX this would fail.
50191      Branch: perl
50192            ! ext/Cwd/Cwd.xs
50193 ____________________________________________________________________________
50194 [  9838] By: jhi                                   on 2001/04/25  16:37:26
50195         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
50196              From: Mike Guy <mjtg@cam.ac.uk>
50197              Date: Wed, 25 Apr 2001 18:31:47 +0100
50198              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
50199      Branch: perl
50200            ! op.c
50201 ____________________________________________________________________________
50202 [  9837] By: jhi                                   on 2001/04/25  16:21:53
50203         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
50204              From: Jon Eveland <jweveland@yahoo.com>
50205              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
50206              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
50207      Branch: perl
50208            ! lib/perl5db.pl
50209 ____________________________________________________________________________
50210 [  9836] By: jhi                                   on 2001/04/25  14:17:50
50211         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
50212              From: "Philip Newton" <pnewton@gmx.de>
50213              Date: Wed, 25 Apr 2001 17:05:58 +0200
50214              Message-ID: <3AE703F6.3234.1833C45@localhost>
50215      Branch: perl
50216            ! Porting/patching.pod
50217 ____________________________________________________________________________
50218 [  9835] By: jhi                                   on 2001/04/25  13:58:07
50219         Log: It would seem that both ar and full_ar need to be overridden
50220              for HP-UX to avoid the GNU ar.
50221      Branch: perl
50222            ! hints/hpux.sh
50223 ____________________________________________________________________________
50224 [  9834] By: jhi                                   on 2001/04/25  13:50:40
50225         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50226              From: "Philip Newton" <pnewton@gmx.de>
50227              Date: Wed, 25 Apr 2001 16:09:23 +0200
50228              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
50229              
50230              Detypo.
50231      Branch: perl
50232            ! t/op/misc.t
50233 ____________________________________________________________________________
50234 [  9833] By: jhi                                   on 2001/04/25  12:36:11
50235         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
50236      Branch: perl
50237            ! hints/hpux.sh
50238 ____________________________________________________________________________
50239 [  9832] By: jhi                                   on 2001/04/25  12:33:36
50240         Log: New version of HP-UX hints from Merijn.
50241      Branch: perl
50242            ! hints/hpux.sh
50243 ____________________________________________________________________________
50244 [  9831] By: jhi                                   on 2001/04/25  03:39:45
50245         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
50246      Branch: perl
50247            ! hints/hpux.sh
50248 ____________________________________________________________________________
50249 [  9830] By: jhi                                   on 2001/04/25  02:53:25
50250         Log: The tzname[] bit is not needed by util.c -- and causes
50251              heartburn in VMS (and it missing was probably the cause of
50252              the Mac OS X trouble).  Ouch.
50253      Branch: perl
50254            ! ext/POSIX/POSIX.xs util.c
50255 ____________________________________________________________________________
50256 [  9829] By: jhi                                   on 2001/04/25  00:10:06
50257         Log: Metaconfig unit change for #9828.
50258      Branch: metaconfig
50259            ! U/compline/ccflags.U
50260 ____________________________________________________________________________
50261 [  9828] By: jhi                                   on 2001/04/25  00:04:18
50262         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
50263              (which is actually the reason for the change, we need to pass
50264              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
50265              EP/IX, OS/2, and TitanOS, based on the hints files.
50266      Branch: perl
50267            ! Configure config_h.SH
50268 ____________________________________________________________________________
50269 [  9827] By: jhi                                   on 2001/04/24  23:49:20
50270         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
50271              the $cat must have an absolute path.
50272      Branch: perl
50273            ! makedepend.SH
50274 ____________________________________________________________________________
50275 [  9826] By: jhi                                   on 2001/04/24  23:40:53
50276         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
50277      Branch: perl
50278            ! README.amiga
50279 ____________________________________________________________________________
50280 [  9825] By: jhi                                   on 2001/04/24  23:35:35
50281         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
50282              From: "Philip Newton" <pnewton@gmx.de>
50283              Date: Tue, 24 Apr 2001 18:52:49 +0200
50284              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
50285      Branch: perl
50286            ! x2p/find2perl.PL
50287 ____________________________________________________________________________
50288 [  9824] By: jhi                                   on 2001/04/24  23:33:07
50289         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
50290              Some gcc specifics dropped out due to extensive rewriting;
50291              will be put back later as needed.
50292      Branch: perl
50293            ! hints/hpux.sh
50294 ____________________________________________________________________________
50295 [  9823] By: jhi                                   on 2001/04/24  23:27:57
50296         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
50297      Branch: perl
50298            ! ext/POSIX/POSIX.xs
50299 ____________________________________________________________________________
50300 [  9822] By: jhi                                   on 2001/04/24  23:25:21
50301         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
50302              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50303              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
50304              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
50305      Branch: perl
50306            ! ext/XS/Typemap/Typemap.xs
50307 ____________________________________________________________________________
50308 [  9821] By: jhi                                   on 2001/04/24  23:24:10
50309         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
50310              From: "Abigail" <abigail@foad.org>
50311              Date: Tue, 24 Apr 2001 23:12:03 +0200
50312              Message-ID: <20010424211203.7901.qmail@foad.org>
50313      Branch: perl
50314            ! pod/perlport.pod
50315 ____________________________________________________________________________
50316 [  9820] By: jhi                                   on 2001/04/24  23:23:15
50317         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
50318              From: Matt Sergeant <matt@sergeant.org>
50319              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
50320              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
50321      Branch: perl
50322            ! pod/perlfaq4.pod
50323 ____________________________________________________________________________
50324 [  9819] By: nick                                  on 2001/04/24  18:49:43
50325         Log: Integrate mainline.
50326      Branch: perlio
50327           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50328           !> (integrate 37 files)
50329 ____________________________________________________________________________
50330 [  9818] By: jhi                                   on 2001/04/24  14:35:23
50331         Log: Update Changes.
50332      Branch: perl
50333            ! Changes patchlevel.h
50334 ____________________________________________________________________________
50335 [  9817] By: jhi                                   on 2001/04/24  14:09:17
50336         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
50337              From: "Philip Newton" <pnewton@gmx.de>
50338              Date: Tue, 24 Apr 2001 12:58:12 +0200
50339              Message-ID: <3AE57864.8304.B77A0A@localhost> 
50340              
50341              plus add CPAN to the list of modules that have their own tests.
50342      Branch: perl
50343            ! t/lib/1_compile.t
50344 ____________________________________________________________________________
50345 [  9816] By: jhi                                   on 2001/04/24  14:07:03
50346         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
50347              From: Michael G Schwern <schwern@pobox.com>
50348              Date: Sat, 21 Apr 2001 22:35:00 +0100
50349              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
50350      Branch: perl
50351            ! t/lib/1_compile.t
50352 ____________________________________________________________________________
50353 [  9815] By: jhi                                   on 2001/04/24  13:54:32
50354         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
50355              From: Robin Houston <robin@kitsite.com>
50356              Date: Tue, 24 Apr 2001 15:51:18 +0100
50357              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
50358      Branch: perl
50359            ! ext/B/B/Deparse.pm
50360 ____________________________________________________________________________
50361 [  9814] By: jhi                                   on 2001/04/24  13:17:34
50362         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50363              From: Bill Glicker <billg@burrelles.com>
50364              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
50365              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
50366      Branch: perl
50367            ! hints/svr5.sh
50368 ____________________________________________________________________________
50369 [  9813] By: jhi                                   on 2001/04/24  12:54:23
50370         Log: Prevent path disclosure (probing for existence of filenames)
50371              using suidperl; bug id 20010322.218.
50372      Branch: perl
50373            ! perl.c pod/perldiag.pod
50374 ____________________________________________________________________________
50375 [  9812] By: jhi                                   on 2001/04/24  12:08:36
50376         Log: Retract #9811.
50377      Branch: perl
50378            ! ext/POSIX/POSIX.xs
50379 ____________________________________________________________________________
50380 [  9811] By: jhi                                   on 2001/04/24  11:57:35
50381         Log: (Retracted by #9812.)
50382      Branch: perl
50383            ! ext/POSIX/POSIX.xs
50384 ____________________________________________________________________________
50385 [  9810] By: jhi                                   on 2001/04/24  03:32:35
50386         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
50387      Branch: perl
50388            ! util.c
50389 ____________________________________________________________________________
50390 [  9809] By: jhi                                   on 2001/04/24  03:16:13
50391         Log: The Math::BigFloat::import() was broken.
50392              (Fixes bug id 20010422.002.)
50393      Branch: perl
50394            ! lib/Math/BigFloat.pm
50395 ____________________________________________________________________________
50396 [  9808] By: jhi                                   on 2001/04/24  01:11:40
50397         Log: Additional dependencies; should help for parallel makes
50398              not to fail on missing lib/lib.pm or lib/re.pm.
50399      Branch: perl
50400            ! Makefile.SH
50401 ____________________________________________________________________________
50402 [  9807] By: jhi                                   on 2001/04/24  00:57:01
50403         Log: Update the test failure disclaimer.
50404      Branch: perl
50405            ! t/pragma/warn/pp_hot
50406 ____________________________________________________________________________
50407 [  9806] By: jhi                                   on 2001/04/24  00:54:04
50408         Log: Add make target "install-all" which is alias for "install"
50409              to cater for case-preserving filesystems like HFS+.
50410      Branch: perl
50411            ! INSTALL Makefile.SH
50412 ____________________________________________________________________________
50413 [  9805] By: jhi                                   on 2001/04/24  00:47:28
50414         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
50415              From: Peter Prymmer <pvhp@forte.com>
50416              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
50417              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
50418              
50419              (Ken William's message forwarded from macosx@perl.org)
50420      Branch: perl
50421            ! hints/darwin.sh
50422 ____________________________________________________________________________
50423 [  9804] By: jhi                                   on 2001/04/23  23:57:35
50424         Log: Cut-and-pasto.
50425      Branch: perl
50426            ! perlio.c
50427 ____________________________________________________________________________
50428 [  9803] By: jhi                                   on 2001/04/23  23:52:25
50429         Log: More PerlIO robustness.
50430      Branch: perl
50431            ! perlio.c
50432 ____________________________________________________________________________
50433 [  9802] By: jhi                                   on 2001/04/23  23:43:35
50434         Log: Make the "STD* opened only for ..." errors more consistent.
50435      Branch: perl
50436            ! doio.c
50437 ____________________________________________________________________________
50438 [  9801] By: jhi                                   on 2001/04/23  23:34:26
50439         Log: Test case for #9800.
50440      Branch: perl
50441            ! t/op/misc.t
50442 ____________________________________________________________________________
50443 [  9800] By: jhi                                   on 2001/04/23  23:14:43
50444         Log: Avoid coredump on 'close STDERR; die' by making
50445              the PerlIO calls more robust.  Also use SETERRNO()
50446              instead of errno = to be more VMS-ready.
50447      Branch: perl
50448            ! perlio.c
50449 ____________________________________________________________________________
50450 [  9799] By: jhi                                   on 2001/04/23  21:41:10
50451         Log: Subject: test for ID 20010423.002
50452              From: Robin Houston <robin@kitsite.com>
50453              Date: Mon, 23 Apr 2001 16:52:21 +0100
50454              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
50455      Branch: perl
50456            ! t/op/avhv.t
50457 ____________________________________________________________________________
50458 [  9798] By: jhi                                   on 2001/04/23  21:40:07
50459         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
50460              From: David Dyck <dcd@tc.fluke.com>
50461              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
50462              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
50463      Branch: perl
50464            ! installperl
50465 ____________________________________________________________________________
50466 [  9797] By: jhi                                   on 2001/04/23  21:37:56
50467         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
50468              From: Benjamin Sugars <bsugars@canoe.ca>
50469              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
50470              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
50471      Branch: perl
50472            ! ext/Cwd/Cwd.xs lib/Cwd.pm
50473 ____________________________________________________________________________
50474 [  9796] By: jhi                                   on 2001/04/23  21:29:24
50475         Log: Synchronize h2xs and pod2man some more on the documentation
50476              templates they propose.
50477      Branch: perl
50478            ! pod/pod2man.PL utils/h2xs.PL
50479 ____________________________________________________________________________
50480 [  9795] By: jhi                                   on 2001/04/23  17:30:40
50481         Log: Add one more naughty test for base64; make encoding logic cleaner.
50482      Branch: perl
50483            ! t/lib/mimeb64.t
50484 ____________________________________________________________________________
50485 [  9794] By: jhi                                   on 2001/04/23  13:51:32
50486         Log: Update Changes.
50487      Branch: perl
50488            ! Changes patchlevel.h
50489 ____________________________________________________________________________
50490 [  9793] By: jhi                                   on 2001/04/23  13:44:18
50491         Log: Duplicate lines.
50492      Branch: perl
50493            ! MANIFEST
50494 ____________________________________________________________________________
50495 [  9792] By: jhi                                   on 2001/04/23  13:39:13
50496         Log: Subject: Re: PATCH 5.7.1
50497              From: Mark-Jason Dominus <mjd@plover.com>
50498              Date: Mon, 23 Apr 2001 10:30:21 -0400
50499              Message-ID: <20010423143021.17335.qmail@plover.com>
50500      Branch: perl
50501            ! perl.h sv.c
50502 ____________________________________________________________________________
50503 [  9791] By: jhi                                   on 2001/04/23  13:32:40
50504         Log: Add the CPAN.pm 1.59_54 tests.
50505      Branch: perl
50506            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
50507            ! MANIFEST
50508 ____________________________________________________________________________
50509 [  9790] By: jhi                                   on 2001/04/23  13:21:55
50510         Log: Subject: Deparse nit
50511              From: Robin Houston <robin@kitsite.com>
50512              Date: Mon, 23 Apr 2001 12:38:20 +0100
50513              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
50514      Branch: perl
50515            ! ext/B/B/Deparse.pm
50516 ____________________________________________________________________________
50517 [  9789] By: jhi                                   on 2001/04/23  13:19:07
50518         Log: Subject: [PATCH] bug 20010423.002
50519              From: Robin Houston <robin@kitsite.com>
50520              Date: Mon, 23 Apr 2001 13:12:30 +0100
50521              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
50522      Branch: perl
50523            ! pp.c
50524 ____________________________________________________________________________
50525 [  9788] By: jhi                                   on 2001/04/23  13:02:49
50526         Log: Subject: PATCH [5.7.1] hv.c unused #define
50527              From: Mark-Jason Dominus <mjd@plover.com>
50528              Date: Sun, 22 Apr 2001 14:17:49 -0400
50529              Message-ID: <20010422181749.26976.qmail@plover.com>
50530      Branch: perl
50531            ! hv.c
50532 ____________________________________________________________________________
50533 [  9787] By: jhi                                   on 2001/04/23  13:02:02
50534         Log: Subject: PATCH 5.7.1
50535              From: Mark-Jason Dominus <mjd@plover.com>
50536              Date: Sun, 22 Apr 2001 15:12:57 -0400
50537              Message-ID: <20010422191258.6539.qmail@plover.com>
50538              
50539              plus Sarathy's STMT_START + STMT_END suggestion.
50540      Branch: perl
50541            ! perl.h
50542 ____________________________________________________________________________
50543 [  9786] By: jhi                                   on 2001/04/23  12:53:25
50544         Log: Fix for
50545              
50546              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
50547              From: dLux <dlux@spam.sch.bme.hu>
50548              Date: Mon, 23 Apr 2001 01:25:26 +0200
50549              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
50550              
50551              (SvGROW really does return a char *.)
50552      Branch: perl
50553            ! pod/perlapi.pod sv.h
50554 ____________________________________________________________________________
50555 [  9785] By: jhi                                   on 2001/04/23  04:34:04
50556         Log: Time::Piece work continues.  $t->day removed since
50557              I think it's too confusing.  Now has normal and
50558              abbreviated length weekday names and month names,
50559              the names change with _names(), not _list().
50560              Now has strftime() in Perl, _strftime() is
50561              the libc version (to which strftime() falls back
50562              if it doesn't know the format.  To do: the reverse
50563              of strftime, strptime(), and the localisation of both.
50564      Branch: perl
50565            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
50566            ! t/lib/time-piece.t
50567 ____________________________________________________________________________
50568 [  9784] By: jhi                                   on 2001/04/23  02:41:46
50569         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
50570              From: andreas.koenig@anima.de (Andreas J. Koenig)
50571              Date: 23 Apr 2001 05:20:55 +0200
50572              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
50573      Branch: perl
50574            ! t/pragma/overload.t
50575 ____________________________________________________________________________
50576 [  9783] By: jhi                                   on 2001/04/22  23:32:42
50577         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
50578              From: Robin Houston <robin@kitsite.com>
50579              Date: Mon, 23 Apr 2001 00:38:18 +0100
50580              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
50581      Branch: perl
50582            ! ext/B/B/Deparse.pm
50583 ____________________________________________________________________________
50584 [  9782] By: jhi                                   on 2001/04/22  20:55:43
50585         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
50586              From: Simon Cozens <simon@netthink.co.uk>
50587              Date: Sun, 22 Apr 2001 18:47:25 +0100
50588              Message-ID: <20010422184725.A14411@netthink.co.uk>
50589      Branch: perl
50590            ! sv.c t/pragma/overload.t
50591 ____________________________________________________________________________
50592 [  9781] By: jhi                                   on 2001/04/22  20:52:13
50593         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
50594              From: Robin Houston <robin@kitsite.com>
50595              Date: Sun, 22 Apr 2001 22:14:50 +0100
50596              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
50597      Branch: perl
50598            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
50599 ____________________________________________________________________________
50600 [  9780] By: nick                                  on 2001/04/22  20:40:31
50601         Log: Integrate mainline.
50602      Branch: perlio
50603           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
50604           +> t/lib/b-stash.t
50605           !> (integrate 38 files)
50606 ____________________________________________________________________________
50607 [  9779] By: jhi                                   on 2001/04/22  15:16:03
50608         Log: Subject: IO::Socket::INET patch
50609              From: andrew deryabin <djsf@technarchy.ru>
50610              Date: Sat, 21 Apr 2001 17:46:52 +0400
50611              Message-ID: <20010421174652.B1426@technarchy>
50612      Branch: perl
50613            ! ext/IO/lib/IO/Socket/INET.pm
50614 ____________________________________________________________________________
50615 [  9778] By: jhi                                   on 2001/04/22  15:14:33
50616         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
50617              From: Mark-Jason Dominus <mjd@plover.com>
50618              Date: Sat, 21 Apr 2001 21:27:49 -0400
50619              Message-ID: <20010422012749.27024.qmail@plover.com>
50620      Branch: perl
50621            ! regcomp.c
50622 ____________________________________________________________________________
50623 [  9777] By: jhi                                   on 2001/04/22  15:10:51
50624         Log: Subject: Re: Regex debugger patch 
50625              From: Mark-Jason Dominus <mjd@plover.com>
50626              Date: Sat, 21 Apr 2001 21:48:51 -0400
50627              Message-ID: <20010422014851.27165.qmail@plover.com>
50628      Branch: perl
50629            ! pod/perldebguts.pod
50630 ____________________________________________________________________________
50631 [  9776] By: jhi                                   on 2001/04/22  15:09:48
50632         Log: Subject: Re: Regex debugger patch
50633              From: Mark-Jason Dominus <mjd@plover.com>
50634              Date: Sat, 21 Apr 2001 14:24:39 -0400
50635              Message-ID: <20010421182439.16508.qmail@plover.com>
50636              
50637              Regex debugger backend.
50638      Branch: perl
50639            ! regcomp.c regexp.h
50640 ____________________________________________________________________________
50641 [  9775] By: jhi                                   on 2001/04/21  16:45:40
50642         Log: Subject: [PATCH] Typo in utf8.h
50643              From: Jesús Quiroga <jquiroga@pobox.com>
50644              Date: Sat, 21 Apr 2001 19:25:33 +0200
50645              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
50646      Branch: perl
50647            ! utf8.h
50648 ____________________________________________________________________________
50649 [  9774] By: jhi                                   on 2001/04/21  16:43:52
50650         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
50651              From: Joe Orton <jorton@redhat.com>
50652              Date: Tue, 17 Apr 2001 15:50:43 +0100
50653              Message-Id: <20010417155043.D19132@eu.c2.net>
50654      Branch: perl
50655            ! hints/svr5.sh
50656 ____________________________________________________________________________
50657 [  9773] By: jhi                                   on 2001/04/21  15:30:15
50658         Log: Subject: Patch utils/h2xs.PL
50659              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50660              Date: Sat, 21 Apr 2001 10:32:16 -0500
50661              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
50662              
50663              Add MAILING list and LICENSE templates.
50664      Branch: perl
50665            ! utils/h2xs.PL
50666 ____________________________________________________________________________
50667 [  9772] By: jhi                                   on 2001/04/21  15:28:36
50668         Log: Subject: perlfaq2.patch for 5.7.1
50669              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50670              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
50671              Date: Fri, 20 Apr 2001 16:42:19 -0500
50672              
50673              rm an extra tab, a blurb about the xx.cpan to clarify
50674              which countries actually have that and dejanews is history
50675              as well as most of that nonsensical entry.
50676      Branch: perl
50677            ! pod/perlfaq2.pod
50678 ____________________________________________________________________________
50679 [  9771] By: jhi                                   on 2001/04/21  15:27:17
50680         Log: Subject: perlfaq1.patch for 5.7.1
50681              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
50682              Date: Fri, 20 Apr 2001 16:57:36 -0500
50683              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
50684              
50685              Evil URLs must die. Especially when they are broken.
50686      Branch: perl
50687            ! pod/perlfaq1.pod
50688 ____________________________________________________________________________
50689 [  9770] By: jhi                                   on 2001/04/21  15:23:38
50690         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
50691              From: Michael G Schwern <schwern@pobox.com>
50692              Date: Sat, 21 Apr 2001 16:11:12 +0100
50693              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
50694      Branch: perl
50695            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
50696            + t/lib/b-stash.t
50697            ! MANIFEST ext/B/B.pm t/lib/b.t
50698 ____________________________________________________________________________
50699 [  9769] By: jhi                                   on 2001/04/21  15:03:32
50700         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
50701              From: Michael G Schwern <schwern@pobox.com>
50702              Date: Sat, 21 Apr 2001 09:48:00 +0100
50703              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
50704      Branch: perl
50705            ! utils/h2ph.PL
50706 ____________________________________________________________________________
50707 [  9768] By: jhi                                   on 2001/04/21  14:33:49
50708         Log: PerlIO and Encode doc cleanup and tweaks.
50709      Branch: perl
50710            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
50711            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
50712 ____________________________________________________________________________
50713 [  9767] By: jhi                                   on 2001/04/21  12:40:16
50714         Log: Integrate perlio.
50715      Branch: perl
50716           !> doio.c
50717 ____________________________________________________________________________
50718 [  9766] By: nick                                  on 2001/04/20  18:28:35
50719         Log: Avoid core dump on
50720              open(STDOUT,">",\$foo);
50721      Branch: perlio
50722            ! doio.c
50723 ____________________________________________________________________________
50724 [  9765] By: jhi                                   on 2001/04/20  13:23:43
50725         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
50726              From: Robin Houston <robin@kitsite.com>
50727              Date: Fri, 20 Apr 2001 14:29:22 +0100
50728              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
50729      Branch: perl
50730            ! ext/B/B.pm ext/B/B/Deparse.pm
50731 ____________________________________________________________________________
50732 [  9764] By: jhi                                   on 2001/04/20  13:19:33
50733         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
50734              From: Peter Prymmer <pvhp@forte.com>
50735              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
50736              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
50737      Branch: perl
50738            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
50739            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
50740            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
50741            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
50742 ____________________________________________________________________________
50743 [  9763] By: jhi                                   on 2001/04/20  12:36:39
50744         Log: Subject: Re: A new PerlIO coredump
50745              From: Nick Ing-Simmons <nik@tiuk.ti.com>
50746              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
50747              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
50748      Branch: perl
50749            ! doio.c
50750 ____________________________________________________________________________
50751 [  9762] By: jhi                                   on 2001/04/19  23:02:30
50752         Log: Update Changes.
50753      Branch: perl
50754            ! Changes patchlevel.h
50755 ____________________________________________________________________________
50756 [  9761] By: jhi                                   on 2001/04/19  22:59:19
50757         Log: More cleanup cleanup.
50758      Branch: perl
50759            ! Makefile.SH win32/Makefile win32/makefile.mk
50760 ____________________________________________________________________________
50761 [  9760] By: jhi                                   on 2001/04/19  22:50:31
50762         Log: lib/Time is non-empty, let's not rmdir it.
50763      Branch: perl
50764            ! Makefile.SH
50765 ____________________________________________________________________________
50766 [  9759] By: jhi                                   on 2001/04/19  22:36:51
50767         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
50768              From: Robin Houston <robin@kitsite.com>
50769              Date: Fri, 20 Apr 2001 00:18:53 +0100
50770              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
50771      Branch: perl
50772            ! ext/B/B/Deparse.pm
50773 ____________________________________________________________________________
50774 [  9758] By: jhi                                   on 2001/04/19  22:36:00
50775         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
50776              From: Peter Prymmer <pvhp@forte.com>
50777              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
50778              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
50779      Branch: perl
50780            ! ext/Cwd/Cwd.xs
50781 ____________________________________________________________________________
50782 [  9757] By: nick                                  on 2001/04/19  18:53:54
50783         Log: Blind (untested) integrate of mainline.
50784      Branch: perlio
50785           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
50786           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
50787           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
50788           !> (integrate 53 files)
50789 ____________________________________________________________________________
50790 [  9756] By: jhi                                   on 2001/04/19  16:59:23
50791         Log: Document and test Time::Piece.
50792      Branch: perl
50793            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
50794            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
50795 ____________________________________________________________________________
50796 [  9755] By: jhi                                   on 2001/04/19  12:13:29
50797         Log: A better fix for the \x{12345678} trouble from NI-S.
50798      Branch: perl
50799            ! utf8.c
50800 ____________________________________________________________________________
50801 [  9754] By: jhi                                   on 2001/04/19  11:56:07
50802         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
50803              From: Robin Houston <robin@kitsite.com>
50804              Date: Wed, 18 Apr 2001 17:58:33 +0100
50805              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
50806      Branch: perl
50807            ! ext/B/B/Deparse.pm op.c
50808 ____________________________________________________________________________
50809 [  9753] By: jhi                                   on 2001/04/19  04:21:52
50810         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
50811              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
50812              Date: Thu, 19 Apr 2001 01:11:41 -0400
50813              Message-ID: <20010419011141.A5798@cpan.org>
50814      Branch: perl
50815            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
50816 ____________________________________________________________________________
50817 [  9752] By: jhi                                   on 2001/04/19  02:41:10
50818         Log: The new time utils need to be thread-aware, too.
50819      Branch: perl
50820            ! util.c
50821 ____________________________________________________________________________
50822 [  9751] By: jhi                                   on 2001/04/19  02:26:47
50823         Log: Compilation nit noticed by AIX compiler.
50824      Branch: perl
50825            ! perlio.c
50826 ____________________________________________________________________________
50827 [  9750] By: jhi                                   on 2001/04/19  02:20:06
50828         Log: The new time utils need to be public.
50829      Branch: perl
50830            ! embed.pl
50831 ____________________________________________________________________________
50832 [  9749] By: jhi                                   on 2001/04/19  01:42:39
50833         Log: Regen toc.
50834      Branch: perl
50835            ! pod/perltoc.pod
50836 ____________________________________________________________________________
50837 [  9748] By: jhi                                   on 2001/04/19  01:41:10
50838         Log: Add Time::Piece, a slight rewrite of Time::Object,
50839              from Matt Sergeant.
50840      Branch: perl
50841            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
50842            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
50843            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
50844            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
50845            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
50846            ! win32/makefile.mk
50847 ____________________________________________________________________________
50848 [  9747] By: jhi                                   on 2001/04/19  00:55:35
50849         Log: The new metaconfig unit from strftime.
50850      Branch: metaconfig/U/perl
50851            + d_strftime.U
50852 ____________________________________________________________________________
50853 [  9746] By: jhi                                   on 2001/04/19  00:54:54
50854         Log: Move the strftime() wrapper from POSIX.xs to util.c
50855              as my_strftime(), requires HAS_STRFTIME.
50856      Branch: perl
50857            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50858            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
50859            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
50860            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50861            ! vos/config.ga.h win32/config.bc win32/config.gc
50862            ! win32/config.vc
50863 ____________________________________________________________________________
50864 [  9745] By: jhi                                   on 2001/04/18  23:11:03
50865         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
50866              in preparation of Time::Piece.
50867      Branch: perl
50868            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
50869 ____________________________________________________________________________
50870 [  9744] By: jhi                                   on 2001/04/18  22:33:12
50871         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
50872              From: Peter Prymmer <pvhp@forte.com>
50873              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
50874              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
50875      Branch: perl
50876            ! t/lib/exporter.t
50877 ____________________________________________________________________________
50878 [  9743] By: jhi                                   on 2001/04/18  22:32:23
50879         Log: Subject: Fwd: pod2html leaves cache files lying around?
50880              From: Rajesh Vaidheeswarran <rv@gnu.org>
50881              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
50882              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
50883      Branch: perl
50884            ! lib/Pod/Html.pm
50885 ____________________________________________________________________________
50886 [  9742] By: jhi                                   on 2001/04/18  20:31:49
50887         Log: Update Changes.
50888      Branch: perl
50889            ! Changes patchlevel.h
50890 ____________________________________________________________________________
50891 [  9741] By: jhi                                   on 2001/04/18  20:23:02
50892         Log: Declare hints only if needed.
50893      Branch: perl
50894            ! ext/B/B/Deparse.pm
50895 ____________________________________________________________________________
50896 [  9740] By: jhi                                   on 2001/04/18  19:06:05
50897         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
50898              bug noticed by Robin Houston; basically the code of detecting
50899              value wraparound was acting differently under different compilers
50900              and platforms.  The workaround is to remove the overflow check
50901              for now, a real fix would be to do the overflow (portably) right.
50902      Branch: perl
50903            ! t/op/pat.t utf8.c
50904 ____________________________________________________________________________
50905 [  9739] By: jhi                                   on 2001/04/18  19:01:23
50906         Log: Subject: [PATCH B::Deparse] some pragma support
50907              From: Robin Houston <robin@kitsite.com>
50908              Date: Wed, 18 Apr 2001 19:32:12 +0100
50909              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
50910      Branch: perl
50911            ! ext/B/B/Deparse.pm
50912 ____________________________________________________________________________
50913 [  9738] By: jhi                                   on 2001/04/18  15:16:37
50914         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
50915              From: Benjamin Sugars <bsugars@canoe.ca>
50916              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
50917              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
50918      Branch: perl
50919            ! t/op/glob.t
50920 ____________________________________________________________________________
50921 [  9737] By: jhi                                   on 2001/04/18  13:24:50
50922         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
50923              From: Tim Jenness <t.jenness@jach.hawaii.edu>
50924              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
50925              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
50926      Branch: perl
50927            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
50928            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
50929 ____________________________________________________________________________
50930 [  9736] By: jhi                                   on 2001/04/18  04:15:14
50931         Log: The #9735 also changes the subtest 12.
50932      Branch: perl
50933            ! t/lib/b.t
50934 ____________________________________________________________________________
50935 [  9735] By: jhi                                   on 2001/04/18  03:55:17
50936         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
50937              From: David Dyck <dcd@tc.fluke.com>
50938              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
50939              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
50940      Branch: perl
50941            ! ext/B/B/Deparse.pm
50942 ____________________________________________________________________________
50943 [  9734] By: jhi                                   on 2001/04/18  03:54:11
50944         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
50945              From: Gisle Aas <gisle@ActiveState.com>
50946              Date: 17 Apr 2001 19:06:45 -0700
50947              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
50948      Branch: perl
50949            ! pp_hot.c t/op/misc.t
50950 ____________________________________________________________________________
50951 [  9733] By: jhi                                   on 2001/04/17  22:25:22
50952         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
50953              From: "Abigail" <abigail@foad.org>
50954              Date: Wed, 18 Apr 2001 01:17:46 +0200
50955              Message-ID: <20010417231746.21657.qmail@foad.org>
50956      Branch: perl
50957            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
50958 ____________________________________________________________________________
50959 [  9732] By: jhi                                   on 2001/04/17  20:47:56
50960         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
50961              From: Robin Houston <robin@kitsite.com>
50962              Date: Tue, 17 Apr 2001 22:37:42 +0100
50963              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
50964      Branch: perl
50965            ! ext/B/B/Deparse.pm
50966 ____________________________________________________________________________
50967 [  9731] By: nick                                  on 2001/04/17  20:46:35
50968         Log: Re-sync for t/lib/b.t fix
50969      Branch: perlio
50970           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
50971 ____________________________________________________________________________
50972 [  9730] By: jhi                                   on 2001/04/17  20:45:29
50973         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
50974              From: Robin Houston <robin@kitsite.com>
50975              Date: Tue, 17 Apr 2001 22:29:36 +0100
50976              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
50977      Branch: perl
50978            ! ext/B/B.xs ext/B/B/Deparse.pm
50979 ____________________________________________________________________________
50980 [  9729] By: jhi                                   on 2001/04/17  20:43:11
50981         Log: Subject: Deparse - parenthesise args to undeclared subs
50982              From: Robin Houston <robin@kitsite.com>
50983              Date: Tue, 17 Apr 2001 21:31:05 +0100
50984              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
50985      Branch: perl
50986            ! ext/B/B/Deparse.pm
50987 ____________________________________________________________________________
50988 [  9728] By: jhi                                   on 2001/04/17  18:57:30
50989         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
50990              From: Benjamin Sugars <ben.sugars@home.com>
50991              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
50992              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
50993      Branch: perl
50994            ! t/lib/cwd.t
50995 ____________________________________________________________________________
50996 [  9727] By: jhi                                   on 2001/04/17  18:20:20
50997         Log: Subject: [PATCH B::Deparse] ambient pragmas
50998              From: Robin Houston <robin@kitsite.com>
50999              Date: Tue, 17 Apr 2001 20:01:59 +0100
51000              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
51001      Branch: perl
51002            ! ext/B/B/Deparse.pm t/lib/b.t
51003 ____________________________________________________________________________
51004 [  9726] By: nick                                  on 2001/04/17  16:33:51
51005         Log: Integrate mainline (t/lib/b.t fails test 2...)
51006      Branch: perlio
51007           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51008           +> ext/List/Util/README ext/List/Util/Util.xs
51009           +> ext/List/Util/lib/List/Util.pm
51010           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
51011           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
51012           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51013           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51014           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51015           !> (integrate 31 files)
51016 ____________________________________________________________________________
51017 [  9725] By: jhi                                   on 2001/04/17  12:14:24
51018         Log: Subject: multiple B::* changes
51019              From: Robin Houston <robin@kitsite.com>
51020              Date: Thu, 12 Apr 2001 20:12:27 +0100
51021              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
51022      Branch: perl
51023            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
51024 ____________________________________________________________________________
51025 [  9724] By: jhi                                   on 2001/04/17  11:59:05
51026         Log: Thread-awareness from Doug MacEachern.
51027      Branch: perl
51028            ! ext/List/Util/Util.xs
51029 ____________________________________________________________________________
51030 [  9723] By: jhi                                   on 2001/04/17  11:57:41
51031         Log: Make the test more portable.
51032      Branch: perl
51033            ! t/lib/cwd.t
51034 ____________________________________________________________________________
51035 [  9722] By: jhi                                   on 2001/04/17  11:53:50
51036         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
51037              From: Benjamin Sugars <ben.sugars@home.com>
51038              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
51039              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
51040      Branch: perl
51041            ! t/lib/cwd.t
51042 ____________________________________________________________________________
51043 [  9721] By: jhi                                   on 2001/04/17  11:52:17
51044         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
51045              From: Benjamin Sugars <bsugars@canoe.ca>
51046              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
51047              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
51048      Branch: perl
51049            ! op.c
51050 ____________________________________________________________________________
51051 [  9720] By: jhi                                   on 2001/04/17  11:35:42
51052         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
51053              From: Chris Nandor <pudge@pobox.com>
51054              Date: Tue, 17 Apr 2001 00:30:49 -0400
51055              Message-Id: <p05100207b701768712de@[10.0.1.177]>
51056      Branch: perl
51057            ! ext/File/Glob/bsd_glob.c gv.c
51058 ____________________________________________________________________________
51059 [  9719] By: jhi                                   on 2001/04/17  11:32:13
51060         Log: Subject: [PATCH] Tweten->West
51061              From: Casey West <casey@geeknest.com>
51062              Date: Mon, 16 Apr 2001 12:11:22 -0400
51063              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
51064      Branch: perl
51065            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
51066            ! pod/perltie.pod
51067 ____________________________________________________________________________
51068 [  9718] By: jhi                                   on 2001/04/16  03:22:52
51069         Log: Update Changes.
51070      Branch: perl
51071            ! Changes patchlevel.h
51072 ____________________________________________________________________________
51073 [  9717] By: jhi                                   on 2001/04/16  03:06:28
51074         Log: Regen toc.
51075      Branch: perl
51076            ! pod/perltoc.pod
51077 ____________________________________________________________________________
51078 [  9716] By: jhi                                   on 2001/04/16  02:58:42
51079         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
51080              From: Prymmer/Kahn <pvhp@best.com>
51081              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
51082              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
51083      Branch: perl
51084            ! utf8.c
51085 ____________________________________________________________________________
51086 [  9715] By: jhi                                   on 2001/04/15  23:40:35
51087         Log: Subject: Re: Net::Ping patch, adds stream protocol
51088              From: bronson@rinspin.com (Scott Bronson)
51089              Date: Tue, 10 Apr 2001 23:58:33 -0700
51090              Message-ID: <20010410235833.N29719@rinspin.com>
51091      Branch: perl
51092            ! lib/Net/Ping.pm
51093 ____________________________________________________________________________
51094 [  9714] By: jhi                                   on 2001/04/15  23:31:46
51095         Log: Printing out the ok messages helps successful testing.
51096      Branch: perl
51097            ! t/lib/time-hires.t
51098 ____________________________________________________________________________
51099 [  9713] By: jhi                                   on 2001/04/15  21:43:24
51100         Log: Update Douglas Wegscheid's email.
51101      Branch: perl
51102            ! AUTHORS
51103 ____________________________________________________________________________
51104 [  9712] By: jhi                                   on 2001/04/15  21:40:41
51105         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
51106              From: Michael G Schwern <schwern@pobox.com>
51107              Date: Sat, 14 Apr 2001 22:40:50 +0100
51108              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
51109      Branch: perl
51110            + t/lib/exporter.t
51111            ! MANIFEST lib/Exporter/Heavy.pm
51112 ____________________________________________________________________________
51113 [  9711] By: jhi                                   on 2001/04/15  21:39:21
51114         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
51115              From: Michael G Schwern <schwern@pobox.com>
51116              Date: Sat, 14 Apr 2001 22:13:59 +0100
51117              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
51118      Branch: perl
51119            ! t/op/loopctl.t
51120 ____________________________________________________________________________
51121 [  9710] By: jhi                                   on 2001/04/15  21:30:19
51122         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
51123              From: Michael G Schwern <schwern@pobox.com>
51124              Date: Sat, 14 Apr 2001 22:05:32 +0100
51125              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
51126      Branch: perl
51127            ! t/pragma/warnings.t
51128 ____________________________________________________________________________
51129 [  9709] By: jhi                                   on 2001/04/15  19:34:09
51130         Log: Integrate changes #9706,9707 from maintperl into mainline.
51131              
51132              change#7210 broke .packlist generation
51133              
51134              ExtUtils::Installed doesn't quote regex metacharacters in paths
51135              before using them in match; also make it work for dosish platforms
51136      Branch: perl
51137           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
51138 ____________________________________________________________________________
51139 [  9708] By: jhi                                   on 2001/04/15  19:31:01
51140         Log: Test also the scalar aspect of getitimer().
51141      Branch: perl
51142            ! t/lib/time-hires.t
51143 ____________________________________________________________________________
51144 [  9707] By: gsar                                  on 2001/04/15  17:24:20
51145         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
51146              before using them in match; also make it work for dosish platforms
51147      Branch: maint-5.6/perl
51148            ! lib/ExtUtils/Installed.pm
51149 ____________________________________________________________________________
51150 [  9706] By: gsar                                  on 2001/04/15  17:21:59
51151         Log: change#7210 broke .packlist generation (listed only filename
51152              rather than fully qualified path name)
51153      Branch: maint-5.6/perl
51154            ! lib/ExtUtils/Install.pm
51155 ____________________________________________________________________________
51156 [  9705] By: jhi                                   on 2001/04/15  12:36:33
51157         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
51158      Branch: perl
51159            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
51160            ! t/lib/time-hires.t
51161 ____________________________________________________________________________
51162 [  9704] By: jhi                                   on 2001/04/15  10:49:08
51163         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
51164              From: Prymmer/Kahn <pvhp@best.com>
51165              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
51166              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
51167      Branch: perl
51168            ! lib/utf8.pm pod/perlebcdic.pod
51169 ____________________________________________________________________________
51170 [  9703] By: jhi                                   on 2001/04/15  02:26:26
51171         Log: I keep forgetting to sort MANIFEST.
51172      Branch: perl
51173            ! MANIFEST
51174 ____________________________________________________________________________
51175 [  9702] By: jhi                                   on 2001/04/15  02:07:47
51176         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
51177              Now we have blessed, reftype, tainted, first, reduce, ...
51178      Branch: perl
51179            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
51180            + ext/List/Util/README ext/List/Util/Util.xs
51181            + ext/List/Util/lib/List/Util.pm
51182            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
51183            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
51184            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
51185            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
51186            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
51187            ! MANIFEST
51188 ____________________________________________________________________________
51189 [  9701] By: jhi                                   on 2001/04/14  15:05:25
51190         Log: Subject: RE: dprofpp.pl updates 
51191              From: Carl Eklof <CEklof@endeca.com>
51192              Date: Thu, 12 Apr 2001 18:45:46 -0400
51193              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
51194      Branch: perl
51195            ! utils/dprofpp.PL
51196 ____________________________________________________________________________
51197 [  9700] By: jhi                                   on 2001/04/14  14:44:55
51198         Log: Do not just blindly add CR.
51199      Branch: perl
51200            ! Porting/makerel
51201 ____________________________________________________________________________
51202 [  9699] By: jhi                                   on 2001/04/13  13:17:01
51203         Log: Update Changes.
51204      Branch: perl
51205            ! Changes patchlevel.h
51206 ____________________________________________________________________________
51207 [  9698] By: jhi                                   on 2001/04/13  12:44:48
51208         Log: Integrate perlio.
51209      Branch: perl
51210           !> ext/PerlIO/Scalar/Scalar.xs
51211 ____________________________________________________________________________
51212 [  9697] By: jhi                                   on 2001/04/13  12:29:15
51213         Log: Add more debug output to the test.
51214      Branch: perl
51215            ! t/lib/cwd.t
51216 ____________________________________________________________________________
51217 [  9696] By: nick                                  on 2001/04/13  10:14:29
51218         Log: Fix core dump on binmode($fh,'Scalar')
51219      Branch: perlio
51220            ! ext/PerlIO/Scalar/Scalar.xs
51221 ____________________________________________________________________________
51222 [  9695] By: nick                                  on 2001/04/13  09:05:42
51223         Log: Integrate mainline
51224      Branch: perlio
51225           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51226           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51227           +> t/lib/time-hires.t
51228           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
51229           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
51230           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
51231           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
51232           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
51233           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
51234           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
51235 ____________________________________________________________________________
51236 [  9694] By: jhi                                   on 2001/04/12  22:23:35
51237         Log: Integrate change #9693 from maintperl into mainline.
51238              
51239              $VERSION and Version() on the same line provokes a warning from
51240              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51241      Branch: perl
51242           !> lib/Devel/SelfStubber.pm
51243 ____________________________________________________________________________
51244 [  9693] By: gsar                                  on 2001/04/12  21:55:56
51245         Log: $VERSION and Version() on the same line provokes a warning from
51246              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
51247      Branch: maint-5.6/perl
51248            ! lib/Devel/SelfStubber.pm
51249 ____________________________________________________________________________
51250 [  9692] By: jhi                                   on 2001/04/12  13:54:00
51251         Log: This is at least 5.005.
51252      Branch: perl
51253            ! ext/Time/HiRes/HiRes.xs
51254 ____________________________________________________________________________
51255 [  9691] By: jhi                                   on 2001/04/12  13:37:20
51256         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
51257      Branch: perl
51258            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
51259            ! win32/Makefile win32/makefile.mk
51260 ____________________________________________________________________________
51261 [  9690] By: jhi                                   on 2001/04/12  01:34:46
51262         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
51263      Branch: perl
51264            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51265            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
51266            + t/lib/time-hires.t
51267            ! MANIFEST
51268 ____________________________________________________________________________
51269 [  9689] By: jhi                                   on 2001/04/12  00:28:39
51270         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
51271              From: Gisle Aas <gisle@ActiveState.com>
51272              Date: 11 Apr 2001 16:36:11 -0700
51273              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
51274      Branch: perl
51275            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
51276 ____________________________________________________________________________
51277 [  9688] By: jhi                                   on 2001/04/12  00:27:39
51278         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51279              From: Gisle Aas <gisle@ActiveState.com>
51280              Date: 11 Apr 2001 11:13:24 -0700
51281              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
51282      Branch: perl
51283            ! ext/MIME/Base64/Base64.xs
51284 ____________________________________________________________________________
51285 [  9687] By: jhi                                   on 2001/04/11  19:51:47
51286         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
51287      Branch: perl
51288            ! Todo-5.6
51289 ____________________________________________________________________________
51290 [  9686] By: jhi                                   on 2001/04/11  16:54:25
51291         Log: Subject: [PATCH opcode.pl] Documentation of table format
51292              From: Simon Cozens <simon@netthink.co.uk>
51293              Date: Wed, 11 Apr 2001 12:59:31 +0100
51294              Message-ID: <20010411125931.A25681@netthink.co.uk>
51295      Branch: perl
51296            ! opcode.pl
51297 ____________________________________________________________________________
51298 [  9685] By: jhi                                   on 2001/04/11  16:53:15
51299         Log: Subject: [PATCH] prototype("CORE::recv")
51300              From: Simon Cozens <simon@netthink.co.uk>
51301              Date: Wed, 11 Apr 2001 13:24:35 +0100
51302              Message-ID: <20010411132435.A26169@netthink.co.uk>
51303      Branch: perl
51304            ! pp.c t/comp/proto.t
51305 ____________________________________________________________________________
51306 [  9684] By: jhi                                   on 2001/04/11  16:47:13
51307         Log: FAQ (and AUTHORS) update from Dan Carson: the information
51308              was several years obsolete, Term::Readkey has been updated
51309              to have the functionality.
51310      Branch: perl
51311            ! AUTHORS pod/perlfaq5.pod
51312 ____________________________________________________________________________
51313 [  9683] By: jhi                                   on 2001/04/11  12:15:46
51314         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
51315              From: Calle Dybedahl <calle@lysator.liu.se>
51316              Date: 10 Apr 2001 16:44:16 +0200
51317              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
51318      Branch: perl
51319            ! ext/MIME/Base64/Base64.xs
51320 ____________________________________________________________________________
51321 [  9682] By: jhi                                   on 2001/04/11  12:12:26
51322         Log: A more minimal fix for 20010410.006 from Hugo.
51323      Branch: perl
51324            ! regexec.c
51325 ____________________________________________________________________________
51326 [  9681] By: jhi                                   on 2001/04/11  11:34:23
51327         Log: Integrate changes #9678,9679 from maintline into mainperl.
51328              
51329              addendum to change#9676
51330              
51331              up $File::Glob::VERSION; add a note pointing out the version of
51332              the OpenBSD glob bsd_glob.c resembles
51333      Branch: perl
51334           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51335           !> ext/File/Glob/bsd_glob.h
51336 ____________________________________________________________________________
51337 [  9680] By: jhi                                   on 2001/04/11  11:30:38
51338         Log: Bad test numbering in integrate in #9677.
51339              Fixes ID 20010411.001.
51340      Branch: perl
51341            ! t/op/pat.t
51342 ____________________________________________________________________________
51343 [  9679] By: gsar                                  on 2001/04/11  03:38:40
51344         Log: up $File::Glob::VERSION; add a note pointing out the version of
51345              the OpenBSD glob bsd_glob.c resembles
51346      Branch: maint-5.6/perl
51347            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
51348            ! ext/File/Glob/bsd_glob.h
51349 ____________________________________________________________________________
51350 [  9678] By: gsar                                  on 2001/04/11  03:09:48
51351         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
51352              revision 1.8.10.1 found here:
51353              
51354              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
51355      Branch: maint-5.6/perl
51356            ! ext/File/Glob/bsd_glob.c
51357 ____________________________________________________________________________
51358 [  9677] By: jhi                                   on 2001/04/11  02:54:39
51359         Log: Integrate changes #9675,9676 from maintperl into mainline.
51360              
51361              fix for bug 20010410.006, undo change#7115
51362              
51363              port the OpenBSD glob() security patch
51364      Branch: perl
51365           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51366           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
51367           !> t/op/pat.t
51368 ____________________________________________________________________________
51369 [  9676] By: gsar                                  on 2001/04/11  02:19:02
51370         Log: port the glob() security patch found at:
51371              
51372              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
51373              
51374              CERT advisory for the issue is here:
51375              
51376              http://www.cert.org/advisories/CA-2001-07.html
51377              
51378              Note that the security scare is only relevant for those who are
51379              foolish enough to build suidperl (which is now officially discouraged)
51380      Branch: maint-5.6/perl
51381            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
51382            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
51383 ____________________________________________________________________________
51384 [  9675] By: gsar                                  on 2001/04/10  23:52:11
51385         Log: fix for bug 20010410.006
51386              
51387              undo change#7115 (came into maint-5.6 as change#8156)
51388              
51389              add tests to keep it from coming back
51390      Branch: maint-5.6/perl
51391            ! regexec.c t/op/pat.t
51392 ____________________________________________________________________________
51393 [  9674] By: nick                                  on 2001/04/10  20:39:31
51394         Log: Integrate mainline
51395      Branch: perlio
51396           +> Porting/testall.atom
51397           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
51398           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
51399           !> t/lib/lc-uk.t t/pod/find.t
51400 ____________________________________________________________________________
51401 [  9673] By: nick                                  on 2001/04/10  18:46:14
51402         Log: Integrate against change 9670 aka perl-5.7.1
51403      Branch: perlio
51404           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51405           !> (integrate 53 files)
51406 ____________________________________________________________________________
51407 [  9672] By: jhi                                   on 2001/04/10  13:45:01
51408         Log: Add a script for doing cumulative profile of the test suite.
51409              (Requires ATOM, that is, Tru64.)
51410      Branch: perl
51411            + Porting/testall.atom
51412            ! MANIFEST
51413 ____________________________________________________________________________
51414 [  9671] By: jhi                                   on 2001/04/10  12:38:53
51415         Log: Missing std block.
51416      Branch: perl
51417            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
51418            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
51419            ! t/pod/find.t
51420 ____________________________________________________________________________
51421 [  9670] By: jhi                                   on 2001/04/10  01:25:58
51422         Log: This is 5.7.1.
51423      Branch: perl
51424            ! patchlevel.h
51425 ____________________________________________________________________________
51426 [  9669] By: jhi                                   on 2001/04/10  01:09:14
51427         Log: Update Changes.
51428      Branch: perl
51429            ! Changes patchlevel.h
51430 ____________________________________________________________________________
51431 [  9668] By: jhi                                   on 2001/04/10  01:00:38
51432         Log: Regen toc.
51433      Branch: perl
51434            ! pod/perltoc.pod
51435 ____________________________________________________________________________
51436 [  9667] By: jhi                                   on 2001/04/10  00:52:16
51437         Log: Update perlhist.
51438      Branch: perl
51439            ! pod/perlhist.pod
51440 ____________________________________________________________________________
51441 [  9666] By: jhi                                   on 2001/04/09  23:38:59
51442         Log: Slight wording tweaks from Damian to #9658.
51443      Branch: perl
51444            ! pod/perlobj.pod
51445 ____________________________________________________________________________
51446 [  9665] By: jhi                                   on 2001/04/09  19:56:06
51447         Log: Subject: [PATCH perlutil.pod] Nit
51448              From: Simon Cozens <simon@netthink.co.uk>
51449              Date: Mon, 9 Apr 2001 20:29:44 +0100
51450              Message-ID: <20010409202944.A14796@the.earth.li>
51451      Branch: perl
51452            ! pod/perlutil.pod
51453 ____________________________________________________________________________
51454 [  9664] By: jhi                                   on 2001/04/09  19:54:42
51455         Log: Subject: Re: perl571delta.pod@9631
51456              From: Mike Guy <mjtg@cam.ac.uk>
51457              Date: Mon, 09 Apr 2001 18:09:14 +0100
51458              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
51459      Branch: perl
51460            ! pod/perl571delta.pod
51461 ____________________________________________________________________________
51462 [  9663] By: jhi                                   on 2001/04/09  13:43:35
51463         Log: Update Changes.
51464      Branch: perl
51465            ! Changes patchlevel.h
51466 ____________________________________________________________________________
51467 [  9662] By: jhi                                   on 2001/04/09  13:24:46
51468         Log: tweak tweak.
51469      Branch: perl
51470            ! AUTHORS pod/perl571delta.pod
51471 ____________________________________________________________________________
51472 [  9661] By: jhi                                   on 2001/04/09  13:15:13
51473         Log: Thinko in manual patch applying.
51474      Branch: perl
51475            ! sv.c
51476 ____________________________________________________________________________
51477 [  9660] By: jhi                                   on 2001/04/09  13:07:53
51478         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
51479              From: Robin Barker <rmb1@cise.npl.co.uk> 
51480              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
51481              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
51482              
51483              (This corrects the case where the "isn't numeric" string contains \0s
51484              and is longer than the temporary buffer, and contains \0 at the point
51485              the string would be truncated by "...".) 
51486      Branch: perl
51487            ! sv.c
51488 ____________________________________________________________________________
51489 [  9659] By: jhi                                   on 2001/04/09  12:57:41
51490         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
51491      Branch: perl
51492            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
51493            ! t/lib/cgi-function.t t/lib/cgi-html.t
51494 ____________________________________________________________________________
51495 [  9658] By: jhi                                   on 2001/04/09  12:48:47
51496         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
51497              From: Ilmari Karonen <iltzu@sci.fi>
51498              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
51499              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
51500              
51501              Rearrange and rewrite the Method Invocation section
51502              to explain the concepts in nicer order.
51503      Branch: perl
51504            ! pod/perlobj.pod
51505 ____________________________________________________________________________
51506 [  9657] By: jhi                                   on 2001/04/09  12:35:58
51507         Log: Upgrade to podlators 1.09, from Russ Allbery.
51508      Branch: perl
51509            ! lib/Pod/Man.pm lib/Pod/Text.pm
51510 ____________________________________________________________________________
51511 [  9656] By: jhi                                   on 2001/04/09  12:31:53
51512         Log: perl571delta.
51513      Branch: perl
51514            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
51515 ____________________________________________________________________________
51516 [  9655] By: jhi                                   on 2001/04/09  12:20:09
51517         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
51518              From: Prymmer/Kahn <pvhp@best.com>
51519              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
51520              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
51521      Branch: perl
51522            ! lib/utf8.pm pod/perlunicode.pod
51523 ____________________________________________________________________________
51524 [  9654] By: gsar                                  on 2001/04/09  03:38:33
51525         Log: here lies 5.6.1
51526      Branch: maint-5.6/perl
51527            ! Changes
51528 ____________________________________________________________________________
51529 [  9653] By: jhi                                   on 2001/04/09  03:25:24
51530         Log: Update perlhist.
51531      Branch: perl
51532            ! pod/perlhist.pod
51533 ____________________________________________________________________________
51534 [  9652] By: jhi                                   on 2001/04/09  03:18:49
51535         Log: perl571delta tweaking continues.
51536      Branch: perl
51537            ! pod/perl571delta.pod
51538 ____________________________________________________________________________
51539 [  9651] By: gsar                                  on 2001/04/09  03:11:19
51540         Log: update Changes, patchlevel.h &c.
51541      Branch: maint-5.6/perl
51542            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
51543            ! pod/perltoc.pod
51544 ____________________________________________________________________________
51545 [  9650] By: jhi                                   on 2001/04/09  02:40:24
51546         Log: Integrate the perlfork half of #9513 from maintperl into mainline
51547              (the perlunicode half is obsolete)
51548      Branch: perl
51549            ! pod/perlfork.pod
51550 ____________________________________________________________________________
51551 [  9649] By: gsar                                  on 2001/04/09  02:35:43
51552         Log: tweak perldelta as suggested by Jarkko
51553      Branch: maint-5.6/perl
51554            ! pod/perldelta.pod
51555 ____________________________________________________________________________
51556 [  9648] By: jhi                                   on 2001/04/09  02:13:04
51557         Log: Integrate change #9646 from maintperl into mainline.
51558              
51559              add note about ithreads and Thread.pm
51560      Branch: perl
51561           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
51562 ____________________________________________________________________________
51563 [  9647] By: jhi                                   on 2001/04/09  02:10:18
51564         Log: Bad assumption that shortsize == 2.
51565      Branch: perl
51566            ! t/lib/xs-typemap.t
51567 ____________________________________________________________________________
51568 [  9646] By: gsar                                  on 2001/04/09  00:48:04
51569         Log: add note about ithreads and Thread.pm (too many people are
51570              confused by the fact that Thread.pm is built and installed
51571              under non-5005threads but doesn't work)
51572      Branch: maint-5.6/perl
51573            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
51574 ____________________________________________________________________________
51575 [  9645] By: gsar                                  on 2001/04/09  00:19:03
51576         Log: update perldelta.pod for changes in 5.6.1
51577      Branch: maint-5.6/perl
51578            ! Changes pod/perldelta.pod
51579 ____________________________________________________________________________
51580 [  9644] By: jhi                                   on 2001/04/08  20:37:00
51581         Log: Integrate change #9639 from maintperl into mainline:
51582              on windows, many of the README.* pods were being copied to
51583              the wrong location
51584      Branch: perl
51585           !> win32/Makefile win32/makefile.mk
51586 ____________________________________________________________________________
51587 [  9643] By: jhi                                   on 2001/04/08  20:07:11
51588         Log: Integrate change #9624 from maintperl into mainline:
51589              the pod tests were not okay.  (t/pod/find.t changes ignored)
51590      Branch: perl
51591           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
51592           !> t/pod/include.t t/pod/included.t t/pod/lref.t
51593           !> t/pod/multiline_items.t t/pod/nested_items.t
51594           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51595           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
51596 ____________________________________________________________________________
51597 [  9642] By: jhi                                   on 2001/04/08  19:57:17
51598         Log: Integrate change #9638 from maintperl into mainline:
51599              update to latest JPL from the anoncvs repository
51600      Branch: perl
51601           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51602           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
51603           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
51604 ____________________________________________________________________________
51605 [  9641] By: jhi                                   on 2001/04/08  19:53:30
51606         Log: perl571delta updates.
51607      Branch: perl
51608            ! lib/Filter/Simple.pm pod/perl571delta.pod
51609 ____________________________________________________________________________
51610 [  9640] By: gsar                                  on 2001/04/08  19:20:46
51611         Log: integrate change#9634 from mainline
51612              
51613              Fix the perlmodlib generation (didn't understand separate .pod
51614              files; didn't understand -- as the name-thing separator).
51615              Update the CPAN mirrors list.
51616      Branch: maint-5.6/perl
51617            ! pod/perlmodlib.pod
51618           !> pod/perlmodlib.PL
51619 ____________________________________________________________________________
51620 [  9639] By: gsar                                  on 2001/04/08  18:57:31
51621         Log: on windows, many of the README.* pods were being copied to the wrong
51622              location
51623      Branch: maint-5.6/perl
51624            ! win32/Makefile win32/makefile.mk
51625 ____________________________________________________________________________
51626 [  9638] By: gsar                                  on 2001/04/08  18:38:25
51627         Log: update to latest JPL from the anoncvs repository
51628      Branch: maint-5.6/perl
51629            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
51630            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
51631            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
51632 ____________________________________________________________________________
51633 [  9637] By: jhi                                   on 2001/04/08  17:53:53
51634         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
51635      Branch: perl
51636            ! pod/perl571delta.pod
51637 ____________________________________________________________________________
51638 [  9636] By: jhi                                   on 2001/04/08  17:18:32
51639         Log: Regen toc.
51640      Branch: perl
51641            ! pod/perltoc.pod
51642 ____________________________________________________________________________
51643 [  9635] By: jhi                                   on 2001/04/08  17:16:33
51644         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
51645              From: "Craig A. Berry" <craigberry@mac.com>
51646              Date: Sun, 08 Apr 2001 12:30:16 -0500
51647              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
51648      Branch: perl
51649            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
51650 ____________________________________________________________________________
51651 [  9634] By: jhi                                   on 2001/04/08  17:09:19
51652         Log: Fix the perlmodlib generation (didn't understand separate .pod
51653              files; didn't understand -- as the name-thing separator).
51654              
51655              Update the CPAN mirrors list.
51656      Branch: perl
51657            ! pod/perlmodlib.PL pod/perlmodlib.pod
51658 ____________________________________________________________________________
51659 [  9633] By: jhi                                   on 2001/04/08  16:49:17
51660         Log: Sort MANIFEST.
51661      Branch: perl
51662            ! MANIFEST
51663 ____________________________________________________________________________
51664 [  9632] By: gsar                                  on 2001/04/08  16:36:06
51665         Log: add $Tie::RefHash::VERSION
51666      Branch: maint-5.6/perl
51667            ! lib/Tie/RefHash.pm
51668 ____________________________________________________________________________
51669 [  9631] By: jhi                                   on 2001/04/08  16:10:15
51670         Log: perl571delta updates based on p5p feedback; still needs
51671              lots of examples.
51672      Branch: perl
51673            ! pod/perl571delta.pod
51674 ____________________________________________________________________________
51675 [  9630] By: jhi                                   on 2001/04/08  15:59:13
51676         Log: Update the list of supported platforms to talk about 5.7.1
51677              (and 5.6.1)
51678      Branch: perl
51679            ! pod/perlport.pod
51680 ____________________________________________________________________________
51681 [  9629] By: jhi                                   on 2001/04/08  15:55:41
51682         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
51683              from maintperl into mainline: perlport updates.
51684      Branch: perl
51685            ! pod/perlport.pod
51686 ____________________________________________________________________________
51687 [  9628] By: jhi                                   on 2001/04/08  15:53:17
51688         Log: perlsolaris.pod copied to wrong directory.
51689      Branch: perl
51690            ! win32/makefile.mk
51691 ____________________________________________________________________________
51692 [  9627] By: jhi                                   on 2001/04/08  14:48:18
51693         Log: Subject: Typos in perl571delta.pod
51694              From: "Stephen P. Potter" <spp@spotter.yi.org>
51695              Date: Sat, 07 Apr 2001 20:37:05 -0400
51696              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
51697      Branch: perl
51698            ! pod/perl571delta.pod
51699 ____________________________________________________________________________
51700 [  9626] By: jhi                                   on 2001/04/08  14:39:04
51701         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
51702      Branch: perl
51703            ! gv.c
51704 ____________________________________________________________________________
51705 [  9625] By: nick                                  on 2001/04/08  10:14:23
51706         Log: Integrate mainline
51707      Branch: perlio
51708           +> pod/perl570delta.pod pod/perl571delta.pod
51709           !> (integrate 27 files)
51710 ____________________________________________________________________________
51711 [  9624] By: gsar                                  on 2001/04/08  06:08:17
51712         Log: test in t/pod/* were busted
51713              
51714              these tests are still not enabled in t/{harness,TEST}
51715      Branch: maint-5.6/perl
51716            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
51717            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
51718            ! t/pod/multiline_items.t t/pod/nested_items.t
51719            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
51720            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
51721 ____________________________________________________________________________
51722 [  9623] By: gsar                                  on 2001/04/08  03:37:01
51723         Log: integrate change#9470 from mainline
51724              
51725              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
51726      Branch: maint-5.6/perl
51727           !> ext/Socket/Socket.xs
51728 ____________________________________________________________________________
51729 [  9622] By: jhi                                   on 2001/04/07  22:40:47
51730         Log: Update Changes.
51731      Branch: perl
51732            ! Changes patchlevel.h
51733 ____________________________________________________________________________
51734 [  9621] By: jhi                                   on 2001/04/07  22:34:16
51735         Log: Update AUTHORS.
51736      Branch: perl
51737            ! AUTHORS
51738 ____________________________________________________________________________
51739 [  9620] By: jhi                                   on 2001/04/07  22:12:47
51740         Log: Forgot to bump the number of tests in #9164.
51741      Branch: perl
51742            ! t/op/array.t
51743 ____________________________________________________________________________
51744 [  9619] By: jhi                                   on 2001/04/07  22:09:50
51745         Log: Bump patchlevel to 5.7.1.
51746      Branch: perl
51747            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51748            ! config_h.SH patchlevel.h
51749 ____________________________________________________________________________
51750 [  9618] By: jhi                                   on 2001/04/07  22:02:41
51751         Log: Populate perl571delta.
51752      Branch: perl
51753            ! pod/perl571delta.pod
51754 ____________________________________________________________________________
51755 [  9617] By: jhi                                   on 2001/04/07  22:01:23
51756         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
51757              to forget it later; do not change patchlevel.h yet or regenerate
51758              Configure yet.
51759      Branch: perl
51760            ! epoc/config.sh win32/Makefile win32/config_H.bc
51761            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
51762 ____________________________________________________________________________
51763 [  9616] By: jhi                                   on 2001/04/07  17:46:33
51764         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
51765      Branch: perl
51766            ! pod/perl571delta.pod
51767 ____________________________________________________________________________
51768 [  9615] By: jhi                                   on 2001/04/07  17:33:21
51769         Log: Change the toc configuration.
51770      Branch: perl
51771            ! pod/buildtoc.PL pod/perl.pod
51772 ____________________________________________________________________________
51773 [  9614] By: jhi                                   on 2001/04/07  17:29:47
51774         Log: Subject: PATCH: $[
51775              From: Robin Houston <robin@kitsite.com>
51776              Date: Fri, 6 Apr 2001 18:10:14 +0100
51777              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
51778      Branch: perl
51779            ! op.c t/op/array.t
51780 ____________________________________________________________________________
51781 [  9613] By: jhi                                   on 2001/04/07  17:28:26
51782         Log: Subject: [PATCH perl@9424] isn't numeric warning
51783              From: Robin Barker <rmb1@cise.npl.co.uk>
51784              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
51785              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
51786      Branch: perl
51787            ! sv.c t/pragma/warn/sv
51788 ____________________________________________________________________________
51789 [  9612] By: jhi                                   on 2001/04/07  17:26:45
51790         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
51791              From: Mike Guy <mjtg@cam.ac.uk>
51792              Date: Fri, 06 Apr 2001 12:47:06 +0100
51793              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
51794      Branch: perl
51795            ! dump.c t/lib/peek.t
51796 ____________________________________________________________________________
51797 [  9611] By: jhi                                   on 2001/04/07  17:21:35
51798         Log: Create perl571delta and seed it off with the perldelta changes
51799              since 5.7.0; remove those changes from perldelta and rename it
51800              as perl570delta; recreate perldelta but leave it almost empty.
51801      Branch: perl
51802            + pod/perl570delta.pod pod/perl571delta.pod
51803            ! MANIFEST pod/perldelta.pod
51804 ____________________________________________________________________________
51805 [  9610] By: jhi                                   on 2001/04/07  16:56:32
51806         Log: Denit.
51807      Branch: perl
51808            ! pod/perldelta.pod
51809 ____________________________________________________________________________
51810 [  9609] By: jhi                                   on 2001/04/07  16:38:32
51811         Log: Retract #9523: needs more thought.
51812      Branch: perl
51813            ! Makefile.SH
51814 ____________________________________________________________________________
51815 [  9608] By: jhi                                   on 2001/04/07  14:59:20
51816         Log: atmark() code cleanaup.
51817      Branch: perl
51818            ! ext/IO/IO.xs
51819 ____________________________________________________________________________
51820 [  9607] By: jhi                                   on 2001/04/07  14:48:14
51821         Log: Integrate change #9605 from maintperl into mainline.
51822              
51823              can't optimize away scope entry if tr/// is present
51824      Branch: perl
51825           !> op.c t/op/tr.t
51826 ____________________________________________________________________________
51827 [  9606] By: jhi                                   on 2001/04/07  14:43:59
51828         Log: Integrate perlio.
51829      Branch: perl
51830           +> win32/FindExt.pm
51831           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
51832           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
51833 ____________________________________________________________________________
51834 [  9605] By: gsar                                  on 2001/04/07  11:52:40
51835         Log: can't optimize away scope entry if tr/// is present
51836      Branch: maint-5.6/perl
51837            ! op.c t/op/tr.t
51838 ____________________________________________________________________________
51839 [  9604] By: nick                                  on 2001/04/07  11:39:45
51840         Log: Split out extension finding code from buildext.pl into FindExt.pm
51841              Use it to get Config.pm's idea of available extensions in line
51842              with what is built.
51843      Branch: perlio
51844            + win32/FindExt.pm
51845            ! MANIFEST win32/buildext.pl win32/config_sh.PL
51846            ! win32/makefile.mk
51847 ____________________________________________________________________________
51848 [  9603] By: nick                                  on 2001/04/07  09:11:38
51849         Log: Cleanup correction for failed :Via() layer, also set an error code.
51850      Branch: perlio
51851            ! ext/PerlIO/Via/Via.xs
51852 ____________________________________________________________________________
51853 [  9602] By: nick                                  on 2001/04/07  08:38:04
51854         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
51855              style. So don't use binmode() on the handles so that Win32 etc. see
51856              same sequence and produce same digests.
51857      Branch: perlio
51858            ! t/lib/md5-file.t
51859 ____________________________________________________________________________
51860 [  9601] By: nick                                  on 2001/04/07  08:36:26
51861         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
51862              Else it complains and so crlf layer (say) does not get pushed.
51863      Branch: perlio
51864            ! perlio.c
51865 ____________________________________________________________________________
51866 [  9600] By: jhi                                   on 2001/04/06  23:00:09
51867         Log: Integrate change #9599 from perlio into mainline.
51868      Branch: perl
51869           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
51870           !> win32/config_H.vc
51871 ____________________________________________________________________________
51872 [  9599] By: nick                                  on 2001/04/06  21:42:43
51873         Log: Quote $VERSION in Encode.pm.
51874              regen_config_h as requested.
51875      Branch: perlio
51876            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
51877            ! win32/config_H.vc
51878 ____________________________________________________________________________
51879 [  9598] By: nick                                  on 2001/04/06  20:34:59
51880         Log: Integrate mainline
51881      Branch: perlio
51882           +> README.macos
51883           !> (integrate 39 files)
51884 ____________________________________________________________________________
51885 [  9597] By: gsar                                  on 2001/04/06  18:06:35
51886         Log: integrate change#9464 from mainline (addendum to change#8313)
51887              
51888              Subject: [PATCH @9452] Better peep()ing for foreach() loops
51889      Branch: maint-5.6/perl
51890           !> op.c
51891 ____________________________________________________________________________
51892 [  9596] By: jhi                                   on 2001/04/06  17:26:03
51893         Log: The d_casti32=undef is good for you even when not use64bitall.
51894      Branch: perl
51895            ! hints/hpux.sh
51896 ____________________________________________________________________________
51897 [  9595] By: gsar                                  on 2001/04/06  14:57:17
51898         Log: add a low-impact fix to accommodate darwin-ism
51899      Branch: maint-5.6/perl
51900            ! ext/Errno/Errno_pm.PL
51901 ____________________________________________________________________________
51902 [  9594] By: jhi                                   on 2001/04/06  14:55:14
51903         Log: Integrate changes #9528,9593 from mainline into maintperl;
51904              tweaking the editor/IDE/shell list.
51905      Branch: maint-5.6/perl
51906           !> pod/perlfaq3.pod
51907 ____________________________________________________________________________
51908 [  9593] By: jhi                                   on 2001/04/06  14:51:39
51909         Log: Make the editor/IDE/shell list a little bit airier.
51910      Branch: perl
51911            ! pod/perlfaq3.pod
51912 ____________________________________________________________________________
51913 [  9592] By: gsar                                  on 2001/04/06  14:45:18
51914         Log: integrate change#9477 from mainline (base.pm doc tweak)
51915              
51916              missing doc entry for fmod()
51917      Branch: maint-5.6/perl
51918            ! lib/Math/BigFloat.pm
51919           !> lib/base.pm
51920 ____________________________________________________________________________
51921 [  9591] By: jhi                                   on 2001/04/06  13:55:48
51922         Log: Regen toc.
51923      Branch: perl
51924            ! pod/perltoc.pod
51925 ____________________________________________________________________________
51926 [  9590] By: jhi                                   on 2001/04/06  13:54:52
51927         Log: Math::BigFloat patches from John Peacock.  The equivalent
51928              of #9586 from maintperl but reworked by John to work with
51929              the bleadperl.
51930      Branch: perl
51931            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
51932 ____________________________________________________________________________
51933 [  9589] By: jhi                                   on 2001/04/06  13:42:23
51934         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
51935      Branch: perl
51936            ! ext/Digest/MD5/Makefile.PL
51937 ____________________________________________________________________________
51938 [  9588] By: jhi                                   on 2001/04/06  13:31:45
51939         Log: Integrate changes #9584,9587 from maintperl into mainline.
51940              
51941              keep eval"" CVs alive until the end of the statement in which
51942              they're called
51943              
51944              add README.macos (from Chris Nandor)
51945              
51946              tyop in change#9555
51947      Branch: perl
51948           +> README.macos
51949           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
51950           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
51951           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
51952           !> win32/makefile.mk
51953 ____________________________________________________________________________
51954 [  9587] By: gsar                                  on 2001/04/06  07:31:30
51955         Log: add README.macos (from Chris Nandor)
51956              
51957              tyop in change#9555
51958      Branch: maint-5.6/perl
51959            + README.macos
51960            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
51961            ! win32/Makefile win32/makefile.mk
51962 ____________________________________________________________________________
51963 [  9586] By: gsar                                  on 2001/04/06  07:08:54
51964         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
51965      Branch: maint-5.6/perl
51966            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
51967 ____________________________________________________________________________
51968 [  9585] By: gsar                                  on 2001/04/06  06:58:44
51969         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
51970              from mainline
51971              
51972              Subject: [PATCH] Base64 update to perlfaq9.pod
51973              
51974              Subject: [PATCH AUTHORS] Housekeeping
51975              
51976              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
51977              Mac OS X (Darwin) has extra pwent fields.
51978              
51979              Subject: [PATCH B::*] print control-character vars readably
51980              Needs EBCDICification.
51981              
51982              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
51983              
51984              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
51985              
51986              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
51987              
51988              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
51989              
51990              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
51991              
51992              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
51993              
51994              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
51995              
51996              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
51997              
51998              FreeBSD hints tweak from Anton Berezin.
51999              
52000              Subject: [PATCH foolperl & bleadperl] README.vms update
52001              
52002              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52003      Branch: maint-5.6/perl
52004           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
52005           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52006           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
52007 ____________________________________________________________________________
52008 [  9584] By: gsar                                  on 2001/04/06  04:09:00
52009         Log: keep eval"" CVs alive until the end of the statement in which
52010              they're called; this avoids a coredump ensuing from search for
52011              lexicals in code such as:
52012              
52013              sub bug {
52014              my $s = @_;
52015              eval q[sub { eval 'sub { &$s }' }];
52016              }
52017              bug("x")->()->();
52018              
52019              this code still doesn't work as intended (as it has remained
52020              since time immemorial), but it doesn't provoke a coredump anymore
52021      Branch: maint-5.6/perl
52022            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
52023            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
52024 ____________________________________________________________________________
52025 [  9583] By: jhi                                   on 2001/04/05  23:52:51
52026         Log: Update Changes.
52027      Branch: perl
52028            ! Changes patchlevel.h
52029 ____________________________________________________________________________
52030 [  9582] By: jhi                                   on 2001/04/05  23:11:23
52031         Log: Slight doc tweak.
52032      Branch: perl
52033            ! pod/perlunicode.pod
52034 ____________________________________________________________________________
52035 [  9581] By: jhi                                   on 2001/04/05  23:04:11
52036         Log: Integrate perlio.
52037      Branch: perl
52038           !> pod/perlunicode.pod
52039 ____________________________________________________________________________
52040 [  9580] By: jhi                                   on 2001/04/05  23:03:29
52041         Log: Test for #9579.
52042      Branch: perl
52043            ! t/op/do.t
52044 ____________________________________________________________________________
52045 [  9579] By: jhi                                   on 2001/04/05  22:54:17
52046         Log: Subject: [PATCH] Propagate calling context for do '...'
52047              From: Gisle Aas <gisle@ActiveState.com>
52048              Date: 04 Apr 2001 20:17:29 -0700
52049              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
52050      Branch: perl
52051            ! pod/perlfunc.pod pp_ctl.c
52052 ____________________________________________________________________________
52053 [  9578] By: jhi                                   on 2001/04/05  22:52:51
52054         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
52055              From: Peter Prymmer <pvhp@forte.com>
52056              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
52057              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
52058      Branch: perl
52059            ! README.vms
52060 ____________________________________________________________________________
52061 [  9577] By: jhi                                   on 2001/04/05  22:48:22
52062         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
52063              From: "Craig A. Berry" <craigberry@mac.com>
52064              Date: Thu, 5 Apr 2001 13:43:28 -0500
52065              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
52066      Branch: perl
52067            ! README.vms
52068 ____________________________________________________________________________
52069 [  9576] By: jhi                                   on 2001/04/05  22:31:38
52070         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
52071              From: Michael G Schwern <schwern@pobox.com>
52072              Date: Thu, 5 Apr 2001 21:53:21 +0100
52073              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
52074      Branch: perl
52075            ! lib/base.pm t/lib/fields.t
52076 ____________________________________________________________________________
52077 [  9575] By: jhi                                   on 2001/04/05  22:26:10
52078         Log: FreeBSD hints tweak from Anton Berezin.
52079      Branch: perl
52080            ! hints/freebsd.sh
52081 ____________________________________________________________________________
52082 [  9574] By: jhi                                   on 2001/04/05  22:24:03
52083         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
52084              From: David Dyck <dcd@tc.fluke.com>
52085              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
52086              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
52087      Branch: perl
52088            ! t/op/oct.t
52089 ____________________________________________________________________________
52090 [  9573] By: jhi                                   on 2001/04/05  22:23:06
52091         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
52092              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
52093              From: David Dyck <dcd@tc.fluke.com>
52094              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
52095      Branch: perl
52096            ! pp.c
52097 ____________________________________________________________________________
52098 [  9572] By: jhi                                   on 2001/04/05  22:14:47
52099         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
52100              From: Robin Houston <robin@kitsite.com>
52101              Date: Thu, 5 Apr 2001 20:56:48 +0100
52102              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
52103      Branch: perl
52104            ! ext/B/B/Deparse.pm
52105 ____________________________________________________________________________
52106 [  9571] By: jhi                                   on 2001/04/05  22:12:53
52107         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
52108              From: Robin Houston <robin@kitsite.com>
52109              Date: Thu, 5 Apr 2001 19:55:51 +0100
52110              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
52111      Branch: perl
52112            ! ext/B/B/Deparse.pm
52113 ____________________________________________________________________________
52114 [  9570] By: jhi                                   on 2001/04/05  22:11:06
52115         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
52116              From: Robin Houston <robin@kitsite.com>
52117              Date: Thu, 5 Apr 2001 20:16:29 +0100
52118              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
52119      Branch: perl
52120            ! ext/B/B/Deparse.pm
52121 ____________________________________________________________________________
52122 [  9569] By: nick                                  on 2001/04/05  21:32:26
52123         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
52124      Branch: perlio
52125            ! pod/perlunicode.pod
52126 ____________________________________________________________________________
52127 [  9568] By: nick                                  on 2001/04/05  19:38:09
52128         Log: Integrate mainline
52129      Branch: perlio
52130           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
52131           !> (integrate 35 files)
52132 ____________________________________________________________________________
52133 [  9567] By: jhi                                   on 2001/04/05  18:31:45
52134         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
52135              From: Robin Houston <robin@kitsite.com>
52136              Date: Thu, 5 Apr 2001 18:03:23 +0100
52137              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
52138      Branch: perl
52139            ! ext/B/B/Deparse.pm
52140 ____________________________________________________________________________
52141 [  9566] By: jhi                                   on 2001/04/05  18:29:35
52142         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
52143              From: Robin Houston <robin@kitsite.com>
52144              Date: Thu, 5 Apr 2001 16:45:18 +0100
52145              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
52146      Branch: perl
52147            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
52148 ____________________________________________________________________________
52149 [  9565] By: jhi                                   on 2001/04/05  18:24:23
52150         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
52151              From: Robin Houston <robin@kitsite.com>
52152              Date: Thu, 5 Apr 2001 14:50:09 +0100
52153              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
52154      Branch: perl
52155            ! ext/B/B/Deparse.pm
52156 ____________________________________________________________________________
52157 [  9564] By: jhi                                   on 2001/04/05  18:23:03
52158         Log: Subject: [PATCH B::*] print control-character vars readably
52159              From: Robin Houston <robin@kitsite.com>
52160              Date: Thu, 5 Apr 2001 14:27:38 +0100
52161              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
52162              
52163              Needs EBCDICification.
52164      Branch: perl
52165            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
52166            ! ext/B/B/Terse.pm
52167 ____________________________________________________________________________
52168 [  9563] By: jhi                                   on 2001/04/05  18:20:32
52169         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
52170              Date: Thu, 5 Apr 2001 13:21:42 -0400
52171              From: Paul Schinder <schinder@pobox.com>
52172              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
52173              
52174              Mac OS X (Darwin) has extra pwent fields.
52175      Branch: perl
52176            ! t/op/pwent.t
52177 ____________________________________________________________________________
52178 [  9562] By: jhi                                   on 2001/04/05  17:57:51
52179         Log: Regen toc.
52180      Branch: perl
52181            ! pod/perltoc.pod
52182 ____________________________________________________________________________
52183 [  9561] By: jhi                                   on 2001/04/05  17:47:33
52184         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
52185      Branch: metaconfig
52186            ! U/Glossary.patch
52187      Branch: metaconfig/U/perl
52188            + d_u32align.U
52189            ! d_cmsghdr_s.U d_msghdr_s.U
52190 ____________________________________________________________________________
52191 [  9560] By: jhi                                   on 2001/04/05  17:47:01
52192         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
52193              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
52194              Introduce probes for struct msghdr, struct cmsghdr,
52195              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
52196              ualarm, usleep, for possible later extension work.
52197      Branch: perl
52198            + t/lib/md5-align.t
52199            ! Configure MANIFEST Porting/Glossary Porting/config.sh
52200            ! Porting/config_H config_h.SH configure.com epoc/config.sh
52201            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
52202            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52203            ! vos/config.ga.h win32/config.bc win32/config.gc
52204            ! win32/config.vc
52205 ____________________________________________________________________________
52206 [  9559] By: jhi                                   on 2001/04/05  13:03:04
52207         Log: Be traditional in your cpp (for the Errno extension).
52208      Branch: perl
52209            ! hints/darwin.sh
52210 ____________________________________________________________________________
52211 [  9558] By: jhi                                   on 2001/04/05  13:00:05
52212         Log: Add $Config{cppflags} to the gcc incantation.
52213      Branch: perl
52214            ! ext/Errno/Errno_pm.PL
52215 ____________________________________________________________________________
52216 [  9557] By: jhi                                   on 2001/04/05  04:22:39
52217         Log: Introduce Sean Burke's Class::ISA 0.32.
52218      Branch: perl
52219            + lib/Class/ISA.pm t/lib/class-isa.t
52220            ! MANIFEST
52221 ____________________________________________________________________________
52222 [  9556] By: jhi                                   on 2001/04/05  04:09:50
52223         Log: Subject: [PATCH AUTHORS] Housekeeping
52224              From: Paul Johnson <paul@pjcj.net> 
52225              Date: Wed, 4 Apr 2001 22:45:47 +0200
52226              Message-ID: <20010404224547.D9548@pjcj.net>
52227      Branch: perl
52228            ! AUTHORS
52229 ____________________________________________________________________________
52230 [  9555] By: jhi                                   on 2001/04/05  04:06:33
52231         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
52232              From: Gisle Aas <gisle@ActiveState.com>
52233              Date: 04 Apr 2001 14:23:04 -0700
52234              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
52235      Branch: perl
52236            ! pod/perlfaq9.pod
52237 ____________________________________________________________________________
52238 [  9554] By: jhi                                   on 2001/04/05  04:05:49
52239         Log: Downgrade also the "Wide character" diagnostic.
52240      Branch: perl
52241            ! pod/perldiag.pod
52242 ____________________________________________________________________________
52243 [  9553] By: jhi                                   on 2001/04/05  04:00:33
52244         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
52245              maintperl into mainline.
52246              
52247              "double" should be "NV"; standard typemap is missing entry
52248              for NV
52249              
52250              s/djSP/dSP/
52251              
52252              Downgrade "Wide character in print" to a warning.
52253              
52254              B::Deparse fix for ${^FOO} and documentation for PVX() method
52255              (from Robin Houston)
52256              
52257              tr/// doesn't null-terminate the result in some situations
52258              (from Gisle Aas)
52259      Branch: perl
52260           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
52261           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
52262           !> t/io/utf8.t t/op/tr.t
52263 ____________________________________________________________________________
52264 [  9552] By: jhi                                   on 2001/04/05  03:52:50
52265         Log: Retract changes #9542 and #9538 (from maintperl, integrated
52266              at #9540), shouldn't be needed because of the perlio changes.
52267      Branch: perl
52268            ! util.c
52269 ____________________________________________________________________________
52270 [  9551] By: gsar                                  on 2001/04/05  00:18:34
52271         Log: tr/// doesn't null-terminate the result in some situations
52272              (from Gisle Aas)
52273      Branch: maint-5.6/perl
52274            ! doop.c t/op/tr.t
52275 ____________________________________________________________________________
52276 [  9550] By: gsar                                  on 2001/04/04  20:04:17
52277         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
52278              (from Robin Houston)
52279      Branch: maint-5.6/perl
52280            ! ext/B/B.pm ext/B/B/Deparse.pm
52281 ____________________________________________________________________________
52282 [  9549] By: nick                                  on 2001/04/04  18:56:15
52283         Log: Downgrade "Wide character in print" to a warning.
52284      Branch: perlio
52285            ! doio.c t/io/utf8.t
52286 ____________________________________________________________________________
52287 [  9548] By: gsar                                  on 2001/04/04  18:51:49
52288         Log: integrate changes#9460,9462,9482,9521,9522
52289              
52290              Subject: PATCH: B::Debug should show LOOP-specific fields
52291              
52292              Subject: B::Deparse precedence bug. (Patch included.)
52293              
52294              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52295              
52296              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52297              
52298              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52299      Branch: maint-5.6/perl
52300           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
52301           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
52302 ____________________________________________________________________________
52303 [  9547] By: gsar                                  on 2001/04/04  18:49:16
52304         Log: s/djSP/dSP/
52305      Branch: maint-5.6/perl
52306            ! ext/Thread/Thread.xs
52307 ____________________________________________________________________________
52308 [  9546] By: nick                                  on 2001/04/04  18:44:00
52309         Log: Integrate mainline.
52310      Branch: perlio
52311           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
52312           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
52313 ____________________________________________________________________________
52314 [  9545] By: gsar                                  on 2001/04/04  18:38:52
52315         Log: integrate change#8837 from mainline
52316              
52317              Subject: [patch] -Wall cleanup round 2
52318      Branch: maint-5.6/perl
52319           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
52320           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
52321           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
52322           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
52323           !> ext/SDBM_File/SDBM_File.xs
52324 ____________________________________________________________________________
52325 [  9544] By: gsar                                  on 2001/04/04  17:49:57
52326         Log: "double" should be "NV"; standard typemap is missing entry
52327              for NV
52328      Branch: maint-5.6/perl
52329            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
52330 ____________________________________________________________________________
52331 [  9543] By: jhi                                   on 2001/04/04  14:13:18
52332         Log: Thou shalt not (just) match for English error messages.
52333      Branch: perl
52334            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
52335            ! os2/OS2/Process/Process.pm
52336 ____________________________________________________________________________
52337 [  9542] By: jhi                                   on 2001/04/04  13:20:39
52338         Log: Make the stdio tricks of fflush_all() to exist only if
52339              stdio is being used.
52340      Branch: perl
52341            ! util.c
52342 ____________________________________________________________________________
52343 [  9541] By: jhi                                   on 2001/04/04  04:20:24
52344         Log: Subject: Re: [PATCH] Lighten up glob
52345              From: Benjamin Sugars <bsugars@canoe.ca>
52346              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
52347              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
52348      Branch: perl
52349            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
52350            ! util.c
52351 ____________________________________________________________________________
52352 [  9540] By: jhi                                   on 2001/04/04  04:03:57
52353         Log: Integrate changes #9538,9539 from maintperl into mainline.
52354              
52355              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52356              for use with _fwalk() (fix for change#7705)
52357              
52358              another tweak needed for SunOS 4.1.x build (from Mike Guy)
52359              (cp -f is not portable)
52360      Branch: perl
52361           !> Makefile.SH util.c
52362 ____________________________________________________________________________
52363 [  9539] By: gsar                                  on 2001/04/04  03:01:14
52364         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
52365      Branch: maint-5.6/perl
52366            ! Makefile.SH
52367 ____________________________________________________________________________
52368 [  9538] By: gsar                                  on 2001/04/04  01:00:38
52369         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
52370              for use with _fwalk() (fix for change#7705)
52371      Branch: maint-5.6/perl
52372            ! util.c
52373 ____________________________________________________________________________
52374 [  9537] By: nick                                  on 2001/04/03  19:24:55
52375         Log: Integrate mainline
52376      Branch: perlio
52377           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
52378           +> lib/unicode/PropList.html
52379            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
52380           !> (integrate 69 files)
52381 ____________________________________________________________________________
52382 [  9536] By: jhi                                   on 2001/04/03  18:02:31
52383         Log: Integrate change #9533 from maintperl into mainline.
52384              
52385              better fix for change#9517 to accomodate UNC paths like
52386              \\server\share\foo, and paths with trailing backslash
52387              like c:\this\
52388      Branch: perl
52389           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52390 ____________________________________________________________________________
52391 [  9535] By: jhi                                   on 2001/04/03  17:58:07
52392         Log: Change the push/unshift warning to be of class syntax, not misc.
52393      Branch: perl
52394            ! op.c pod/perldiag.pod t/pragma/warn/op
52395 ____________________________________________________________________________
52396 [  9534] By: jhi                                   on 2001/04/03  15:03:46
52397         Log: Change the push/unshift warning (#9532) to talk about "no values"
52398              instead of "no arguments".
52399      Branch: perl
52400            ! op.c pod/perldiag.pod t/pragma/warn/op
52401 ____________________________________________________________________________
52402 [  9533] By: gsar                                  on 2001/04/03  14:30:07
52403         Log: better fix for change#9517 to accomodate UNC paths like
52404              \\server\share\foo, and paths with trailing backslash
52405              like c:\this\
52406      Branch: maint-5.6/perl
52407            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52408 ____________________________________________________________________________
52409 [  9532] By: jhi                                   on 2001/04/03  13:11:46
52410         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
52411              From: Robin Houston <robin@kitsite.com>
52412              Date: Mon, 2 Apr 2001 15:03:29 +0100
52413              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
52414      Branch: perl
52415            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
52416 ____________________________________________________________________________
52417 [  9531] By: jhi                                   on 2001/04/03  13:06:34
52418         Log: Integrate change #9530 from maintperl into mainline.
52419              
52420              accomodate VMS "mailbox overflow" quirk in testsuite (from
52421              Craig Berry)
52422      Branch: perl
52423           !> t/lib/socket.t
52424 ____________________________________________________________________________
52425 [  9530] By: gsar                                  on 2001/04/03  04:56:41
52426         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
52427              Craig Berry)
52428      Branch: maint-5.6/perl
52429            ! t/lib/socket.t
52430 ____________________________________________________________________________
52431 [  9529] By: jhi                                   on 2001/04/03  02:34:34
52432         Log: Update Changes.
52433      Branch: perl
52434            ! Changes patchlevel.h
52435 ____________________________________________________________________________
52436 [  9528] By: jhi                                   on 2001/04/03  01:27:57
52437         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
52438              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
52439              To: perl5-porters@perl.org
52440              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
52441      Branch: perl
52442            ! pod/perlfaq3.pod
52443 ____________________________________________________________________________
52444 [  9527] By: jhi                                   on 2001/04/03  01:22:09
52445         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
52446              From: Peter Prymmer <pvhp@forte.com>
52447              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
52448              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
52449      Branch: perl
52450            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
52451 ____________________________________________________________________________
52452 [  9526] By: jhi                                   on 2001/04/03  01:18:25
52453         Log: The metaconfig unit changes for #9525.
52454      Branch: metaconfig
52455            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
52456      Branch: metaconfig/U/perl
52457            ! use64bits.U
52458 ____________________________________________________________________________
52459 [  9525] By: jhi                                   on 2001/04/03  01:17:30
52460         Log: Configure sanity checks:
52461              * if use64bitall is attempted but pointers are only 32-bit,
52462              'downgrade' to use64bitint
52463              * if use64bitint is attempted but there's no quad type,
52464              forget about use64bitint (well, the default for it is 'n',
52465              the user can still override this)
52466              * if pointers are 64 bits, do not try to use Perl's malloc
52467      Branch: perl
52468            ! Configure
52469 ____________________________________________________________________________
52470 [  9524] By: gsar                                  on 2001/04/03  01:09:12
52471         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
52472      Branch: maint-5.6/perl
52473            ! pp_sys.c
52474 ____________________________________________________________________________
52475 [  9523] By: jhi                                   on 2001/04/03  00:02:31
52476         Log: (Retracted by #9609)
52477              
52478              Make it harder for parallel makes to enter 'test' before
52479              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
52480              should be unhappy enough, but sometimes parallel makes seem
52481              to sneak past both in Tru64 and AIX.)
52482      Branch: perl
52483            ! Makefile.SH
52484 ____________________________________________________________________________
52485 [  9522] By: jhi                                   on 2001/04/02  22:35:31
52486         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
52487              Date: Mon, 2 Apr 2001 22:54:10 +0100
52488              From: Robin Houston <robin@kitsite.com>
52489              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
52490      Branch: perl
52491            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
52492 ____________________________________________________________________________
52493 [  9521] By: jhi                                   on 2001/04/02  22:32:23
52494         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
52495              From: Robin Houston <robin@kitsite.com>
52496              Date: Mon, 2 Apr 2001 20:24:03 +0100
52497              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
52498      Branch: perl
52499            ! ext/B/B/Concise.pm
52500 ____________________________________________________________________________
52501 [  9520] By: jhi                                   on 2001/04/02  22:30:43
52502         Log: Subject: [PATCH] REALLY pedantic hv.h nit
52503              From: Simon Cozens <simon@netthink.co.uk>
52504              Date: Mon, 2 Apr 2001 15:43:06 +0100
52505              Message-ID: <20010402154306.A21711@netthink.co.uk>
52506      Branch: perl
52507            ! hv.h
52508 ____________________________________________________________________________
52509 [  9519] By: jhi                                   on 2001/04/02  22:28:04
52510         Log: Based on
52511              
52512              Subject: [foolperl] EPOC fix
52513              From: Olaf Flebbe <O.Flebbe@science-computing.de>
52514              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
52515              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
52516      Branch: perl
52517            ! pp_sys.c
52518 ____________________________________________________________________________
52519 [  9518] By: jhi                                   on 2001/04/02  22:22:34
52520         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
52521              
52522              README.win32 tweaks; add a note about alternative location for
52523              getting a gcc-2.95.2 that will build perl properly on windows
52524              
52525              add some notes about gutsy threading matters
52526              
52527              many of the utilities interpolate literal paths within doublequotes
52528              (fails on dosish platforms where path contains backslashes)
52529      Branch: perl
52530           !> README.win32 pod/perlguts.pod utils/perldoc.PL
52531           !> x2p/find2perl.PL x2p/s2p.PL
52532 ____________________________________________________________________________
52533 [  9517] By: gsar                                  on 2001/04/02  19:52:21
52534         Log: many of the utilities interpolate literal paths within doublequotes
52535              (fails on dosish platforms where path contains backslashes)
52536      Branch: maint-5.6/perl
52537            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
52538 ____________________________________________________________________________
52539 [  9516] By: gsar                                  on 2001/04/02  05:49:37
52540         Log: a foolish release
52541      Branch: maint-5.6/perl
52542            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
52543            ! pod/perltoc.pod
52544 ____________________________________________________________________________
52545 [  9515] By: gsar                                  on 2001/04/02  05:04:29
52546         Log: add missing changelog summaries
52547      Branch: maint-5.6/perl
52548            ! Changes
52549 ____________________________________________________________________________
52550 [  9514] By: gsar                                  on 2001/04/02  04:07:13
52551         Log: add some notes about gutsy threading matters
52552      Branch: maint-5.6/perl
52553            ! pod/perlguts.pod
52554 ____________________________________________________________________________
52555 [  9513] By: gsar                                  on 2001/04/02  03:25:21
52556         Log: add more prominent caveat notices about experimental features
52557      Branch: maint-5.6/perl
52558            ! pod/perlfork.pod pod/perlunicode.pod
52559 ____________________________________________________________________________
52560 [  9512] By: gsar                                  on 2001/04/02  02:54:33
52561         Log: integrate changes#9479,9509 from mainline
52562              
52563              [PATCH] File::Glob stuff for Mac OS
52564              
52565              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
52566      Branch: maint-5.6/perl
52567           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52568           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
52569           !> t/lib/glob-taint.t
52570 ____________________________________________________________________________
52571 [  9511] By: gsar                                  on 2001/04/02  02:38:24
52572         Log: README.win32 tweaks; add a note about alternative location for
52573              getting a gcc-2.95.2 that will build perl properly on windows
52574      Branch: maint-5.6/perl
52575            ! README.win32
52576 ____________________________________________________________________________
52577 [  9510] By: jhi                                   on 2001/04/01  20:45:10
52578         Log: An ambiguousity warning.
52579      Branch: perl
52580            ! t/lib/trig.t
52581 ____________________________________________________________________________
52582 [  9509] By: jhi                                   on 2001/04/01  19:53:47
52583         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
52584              From: Jonathan Stowe <gellyfish@gellyfish.com>
52585              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
52586              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
52587      Branch: perl
52588            ! ext/File/Glob/bsd_glob.c
52589 ____________________________________________________________________________
52590 [  9508] By: jhi                                   on 2001/04/01  19:35:03
52591         Log: Update Changes.
52592      Branch: perl
52593            ! Changes patchlevel.h
52594 ____________________________________________________________________________
52595 [  9507] By: jhi                                   on 2001/04/01  19:24:01
52596         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
52597              from mainline to maintperl: pod tweaks.
52598      Branch: maint-5.6/perl
52599           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
52600           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
52601           !> pod/perlvar.pod
52602 ____________________________________________________________________________
52603 [  9506] By: jhi                                   on 2001/04/01  19:11:53
52604         Log: Commit Sarathy to April release of 5.6.1 :-)
52605      Branch: perl
52606            ! pod/perlfaq1.pod
52607 ____________________________________________________________________________
52608 [  9505] By: jhi                                   on 2001/04/01  19:03:15
52609         Log: Subject: PATCH 5.6.0 (perldebug.pod)
52610              From: Mark-Jason Dominus <mjd@plover.com>
52611              Date: Sun, 01 Apr 2001 14:25:11 -0400
52612              Message-ID: <20010401182511.9247.qmail@plover.com>
52613      Branch: perl
52614            ! pod/perldebug.pod
52615 ____________________________________________________________________________
52616 [  9504] By: jhi                                   on 2001/04/01  18:43:09
52617         Log: Add great_circle_direction().
52618      Branch: perl
52619            ! lib/Math/Trig.pm t/lib/trig.t
52620 ____________________________________________________________________________
52621 [  9503] By: jhi                                   on 2001/04/01  17:29:12
52622         Log: Unicode ReadMe update for Unicode 3.1.
52623      Branch: perl
52624            ! lib/unicode/ReadMe.txt
52625 ____________________________________________________________________________
52626 [  9502] By: jhi                                   on 2001/04/01  17:18:40
52627         Log: Integrate change #9501 from maintperl into mainline.
52628              
52629              fix the perlembed notes on multiple interpreters
52630              
52631              fix ExtUtils::Embed to work passably on Windows
52632      Branch: perl
52633           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
52634 ____________________________________________________________________________
52635 [  9501] By: gsar                                  on 2001/04/01  07:21:57
52636         Log: fix the perlembed notes on multiple interpreters
52637              
52638              fix ExtUtils::Embed to work passably on Windows
52639      Branch: maint-5.6/perl
52640            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
52641 ____________________________________________________________________________
52642 [  9500] By: jhi                                   on 2001/04/01  05:58:23
52643         Log: Test for #9499.
52644      Branch: perl
52645            ! t/op/tr.t
52646 ____________________________________________________________________________
52647 [  9499] By: jhi                                   on 2001/04/01  05:55:46
52648         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
52649      Branch: perl
52650            ! embed.h embed.pl op.c proto.h
52651 ____________________________________________________________________________
52652 [  9498] By: jhi                                   on 2001/04/01  05:44:34
52653         Log: Protect the workaround hunk more.
52654      Branch: perl
52655            ! toke.c
52656 ____________________________________________________________________________
52657 [  9497] By: jhi                                   on 2001/04/01  00:24:25
52658         Log: Integrate changes #9493,9494,9495,9496 from maintperl
52659              into mainline.
52660              
52661              fix a broken workaround for Borland compiler in change#4739
52662              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
52663              
52664              nits spotted by Borland compiler
52665              
52666              avoid redefinition warnings under Borland 5.02
52667              
52668              various nits identified by the Borland 5.5 compiler; remove suppression
52669              of a few warnings
52670      Branch: perl
52671           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
52672           !> win32/win32.h
52673 ____________________________________________________________________________
52674 [  9496] By: gsar                                  on 2001/03/31  23:22:28
52675         Log: various nits identified by the Borland 5.5 compiler; remove suppression
52676              of a few warnings
52677      Branch: maint-5.6/perl
52678            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
52679 ____________________________________________________________________________
52680 [  9495] By: gsar                                  on 2001/03/31  21:03:08
52681         Log: avoid redefinition warnings under Borland 5.02
52682      Branch: maint-5.6/perl
52683            ! win32/makefile.mk
52684 ____________________________________________________________________________
52685 [  9494] By: gsar                                  on 2001/03/31  20:18:59
52686         Log: nits spotted by Borland compiler
52687      Branch: maint-5.6/perl
52688            ! utf8.h win32/win32.h
52689 ____________________________________________________________________________
52690 [  9493] By: gsar                                  on 2001/03/31  20:18:05
52691         Log: fix a broken workaround for Borland compiler in change#4739
52692              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
52693      Branch: maint-5.6/perl
52694            ! toke.c
52695 ____________________________________________________________________________
52696 [  9492] By: jhi                                   on 2001/03/31  18:36:24
52697         Log: Integrate change #9491 from maintperl into mainline.
52698              
52699              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
52700              directory is relative (need to fetch the full path name *before*
52701              the chdir!)
52702      Branch: perl
52703           !> lib/Cwd.pm
52704 ____________________________________________________________________________
52705 [  9491] By: gsar                                  on 2001/03/31  17:01:56
52706         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
52707              directory is relative (need to fetch the full path name *before*
52708              the chdir!)
52709              
52710              this is a followup patch for change#6749
52711      Branch: maint-5.6/perl
52712            ! lib/Cwd.pm
52713 ____________________________________________________________________________
52714 [  9490] By: jhi                                   on 2001/03/31  15:50:18
52715         Log: Subject: Re: [PATCH] av.h cosmetics
52716              From: Simon Cozens <simon@netthink.co.uk>
52717              Date: Sat, 31 Mar 2001 13:09:59 +0100
52718              Message-ID: <20010331130959.A22000@netthink.co.uk>
52719              
52720              Document AvALLOC.
52721      Branch: perl
52722            ! pod/perlguts.pod
52723 ____________________________________________________________________________
52724 [  9489] By: jhi                                   on 2001/03/31  15:48:44
52725         Log: Subject: [PATCH] Re: Math::Big* v1.21
52726              From: Tels <perl_dummy@bloodgate.com>
52727              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
52728              Message-Id: <200103311125.GAA377738@www08.hway.net>
52729      Branch: perl
52730            ! pod/perlop.pod
52731 ____________________________________________________________________________
52732 [  9488] By: jhi                                   on 2001/03/31  03:39:51
52733         Log: Debug output tweak.
52734      Branch: perl
52735            ! t/lib/cwd.t
52736 ____________________________________________________________________________
52737 [  9487] By: jhi                                   on 2001/03/31  03:33:02
52738         Log: OverVMSification.
52739      Branch: perl
52740            ! t/lib/cwd.t
52741 ____________________________________________________________________________
52742 [  9486] By: jhi                                   on 2001/03/31  03:01:40
52743         Log: Missed MANIFESTations in #9483.
52744      Branch: perl
52745            ! MANIFEST
52746 ____________________________________________________________________________
52747 [  9485] By: jhi                                   on 2001/03/31  02:58:17
52748         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
52749              From: Peter Prymmer <pvhp@forte.com>
52750              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
52751              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
52752      Branch: perl
52753            ! regexec.c t/lib/cwd.t
52754 ____________________________________________________________________________
52755 [  9484] By: jhi                                   on 2001/03/31  01:04:41
52756         Log: Obsolete file (see #3938)
52757      Branch: perl
52758            - lib/unicode/README.Ethiopic
52759            ! MANIFEST
52760 ____________________________________________________________________________
52761 [  9483] By: jhi                                   on 2001/03/31  00:52:42
52762         Log: Update to Unicode 3.1.
52763              (Rename Names.txt to NamesList.txt.)
52764      Branch: perl
52765            + lib/unicode/NamesList.txt lib/unicode/PropList.html
52766            - lib/unicode/Names.txt
52767            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
52768            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
52769            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
52770            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
52771            ! lib/unicode/UCD.html lib/unicode/Unicode.html
52772            ! lib/unicode/rename lib/unicode/version
52773 ____________________________________________________________________________
52774 [  9482] By: jhi                                   on 2001/03/30  23:33:44
52775         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
52776              From: Robin Houston <robin@kitsite.com>
52777              Date: Fri, 30 Mar 2001 20:07:22 +0100
52778              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
52779      Branch: perl
52780            ! ext/B/B/Deparse.pm
52781 ____________________________________________________________________________
52782 [  9481] By: jhi                                   on 2001/03/30  23:20:25
52783         Log: Subject: Re: [PATCH] CwdXS, Take 2
52784              From: Benjamin Sugars <bsugars@canoe.ca>
52785              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
52786              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
52787      Branch: perl
52788            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
52789            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
52790 ____________________________________________________________________________
52791 [  9480] By: jhi                                   on 2001/03/30  22:52:38
52792         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
52793              From: David Dyck <dcd@tc.fluke.com>
52794              Date: Fri, 30 Mar 2001 14:44:13 -0800
52795              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
52796              
52797              The t/rantests flags file creation was accidentally
52798              removed by #9217.
52799      Branch: perl
52800            ! Makefile.SH
52801 ____________________________________________________________________________
52802 [  9479] By: jhi                                   on 2001/03/30  22:45:45
52803         Log: Subject: [PATCH] File::Glob stuff for Mac OS
52804              From: Chris Nandor <pudge@pobox.com>
52805              Date: Fri, 30 Mar 2001 16:51:00 -0500
52806              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
52807      Branch: perl
52808            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
52809            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
52810            ! t/lib/glob-taint.t
52811 ____________________________________________________________________________
52812 [  9478] By: jhi                                   on 2001/03/30  22:43:12
52813         Log: Subject: fix for win32/buildext.pl
52814              From: "Vadim Konovalov" <watman@inbox.ru>
52815              Date: Sat, 31 Mar 2001 00:50:36 +0400
52816              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
52817      Branch: perl
52818            ! win32/buildext.pl
52819 ____________________________________________________________________________
52820 [  9477] By: jhi                                   on 2001/03/30  22:41:16
52821         Log: Subject: small base.pm doc patch
52822              From: Leon Brocard <acme@astray.com>
52823              Date: Fri, 30 Mar 2001 21:49:57 +0100
52824              Message-ID: <20010330214957.B8733@ns0.astray.com>
52825      Branch: perl
52826            ! lib/base.pm
52827 ____________________________________________________________________________
52828 [  9476] By: jhi                                   on 2001/03/30  18:16:57
52829         Log: Subject: [PATCH] av.h cosmetics
52830              From: Simon Cozens <simon@netthink.co.uk>
52831              Date: Fri, 30 Mar 2001 18:12:28 +0100
52832              Message-ID: <20010330181228.A9319@netthink.co.uk>
52833      Branch: perl
52834            ! av.h
52835 ____________________________________________________________________________
52836 [  9475] By: jhi                                   on 2001/03/30  18:15:50
52837         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
52838              From: "Philip Newton" <pnewton@gmx.de>
52839              Date: Fri, 30 Mar 2001 19:06:57 +0200
52840              Message-ID: <3AC4D951.14815.1AC7068@localhost>
52841      Branch: perl
52842            ! pod/perlhack.pod
52843 ____________________________________________________________________________
52844 [  9474] By: jhi                                   on 2001/03/30  18:14:02
52845         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
52846              From: Benjamin Sugars <bsugars@canoe.ca>
52847              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
52848              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
52849      Branch: perl
52850            ! t/lib/glob-basic.t
52851 ____________________________________________________________________________
52852 [  9473] By: jhi                                   on 2001/03/30  16:09:24
52853         Log: Update Changes.
52854      Branch: perl
52855            ! Changes patchlevel.h
52856 ____________________________________________________________________________
52857 [  9472] By: jhi                                   on 2001/03/30  15:16:08
52858         Log: Integrate perlio.
52859      Branch: perl
52860           !> t/lib/cwd.t t/lib/glob-basic.t
52861 ____________________________________________________________________________
52862 [  9471] By: nick                                  on 2001/03/30  14:47:10
52863         Log: Should be (^O eq 'MSWin32') not 'Win32'
52864              Fail #12 seems real - chdir is in wrong dir.
52865      Branch: perlio
52866            ! t/lib/cwd.t
52867 ____________________________________________________________________________
52868 [  9470] By: jhi                                   on 2001/03/30  14:41:11
52869         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
52870              From: Radu Greab <radu@netsoft.ro>
52871              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
52872              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
52873              
52874              Replace #9352.
52875      Branch: perl
52876            ! ext/Socket/Socket.xs pp_sys.c
52877 ____________________________________________________________________________
52878 [  9469] By: jhi                                   on 2001/03/30  14:37:51
52879         Log: Subject: PATCH pod/perldiag.pod
52880              From: Robin Houston <robin@kitsite.com>
52881              Date: Fri, 30 Mar 2001 14:10:36 +0100
52882              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
52883      Branch: perl
52884            ! pod/perldiag.pod t/lib/glob-basic.t
52885 ____________________________________________________________________________
52886 [  9468] By: jhi                                   on 2001/03/30  14:36:36
52887         Log: Subject: Better diagnostic in io/fs.t
52888              From: andreas.koenig@anima.de (Andreas J. Koenig)
52889              Date: 30 Mar 2001 10:11:43 +0200
52890              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
52891      Branch: perl
52892            ! t/io/fs.t
52893 ____________________________________________________________________________
52894 [  9467] By: nick                                  on 2001/03/30  14:25:43
52895         Log: Skip order test of glob if case-ignoring system cannot 
52896              create a.test and A.test
52897      Branch: perlio
52898            ! t/lib/glob-basic.t
52899 ____________________________________________________________________________
52900 [  9466] By: nick                                  on 2001/03/30  13:03:12
52901         Log: Integrate mainline.
52902      Branch: perlio
52903            - ext/re/hints/aix.pl
52904           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
52905           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
52906           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
52907           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
52908 ____________________________________________________________________________
52909 [  9465] By: jhi                                   on 2001/03/30  03:53:37
52910         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
52911              the tests sometimes hang, sometimes not.)
52912      Branch: perl
52913            ! t/lib/io_multihomed.t t/lib/io_sock.t
52914 ____________________________________________________________________________
52915 [  9464] By: jhi                                   on 2001/03/30  02:56:04
52916         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
52917              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
52918              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
52919              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
52920      Branch: perl
52921            ! op.c
52922 ____________________________________________________________________________
52923 [  9463] By: jhi                                   on 2001/03/30  02:34:48
52924         Log: Test for #9462.
52925      Branch: perl
52926            ! t/lib/b.t
52927 ____________________________________________________________________________
52928 [  9462] By: jhi                                   on 2001/03/30  02:29:37
52929         Log: Subject: B::Deparse precedence bug. (Patch included.)
52930              From: Jeremy Madea <jmadea@inktomi.com>
52931              Date: Thu, 29 Mar 2001 12:05:02 -0800
52932              Message-ID: <20010329120502.A24881@dr.inktomi.com>
52933      Branch: perl
52934            ! ext/B/B/Deparse.pm
52935 ____________________________________________________________________________
52936 [  9461] By: jhi                                   on 2001/03/30  02:18:41
52937         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
52938              From: Peter Prymmer <pvhp@forte.com>
52939              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
52940              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
52941      Branch: perl
52942            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
52943            ! t/lib/md5-file.t
52944 ____________________________________________________________________________
52945 [  9460] By: jhi                                   on 2001/03/30  02:17:07
52946         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
52947              From: Robin Houston <robin@kitsite.com>
52948              Date: Thu, 29 Mar 2001 20:47:56 +0100
52949              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
52950      Branch: perl
52951            ! ext/B/B/Debug.pm
52952 ____________________________________________________________________________
52953 [  9459] By: jhi                                   on 2001/03/30  02:16:05
52954         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
52955              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
52956              Date: Wed, 28 Mar 2001 18:02:20 -0600
52957              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
52958      Branch: perl
52959            ! lib/ExtUtils/MM_VMS.pm
52960 ____________________________________________________________________________
52961 [  9458] By: jhi                                   on 2001/03/30  02:07:58
52962         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
52963              From: "Joshua E. Rodd" <jrodd@pbs.org>
52964              Date: Wed, 28 Mar 2001 17:29:12 -0500
52965              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
52966      Branch: perl
52967            ! pod/perlop.pod
52968 ____________________________________________________________________________
52969 [  9457] By: jhi                                   on 2001/03/30  02:04:33
52970         Log: Subject: ext/re/aix.pl can go
52971              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52972              Date: Thu, 29 Mar 2001 12:03:28 +0200
52973              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
52974      Branch: perl
52975            - ext/re/hints/aix.pl
52976            ! MANIFEST
52977 ____________________________________________________________________________
52978 [  9456] By: jhi                                   on 2001/03/30  02:03:32
52979         Log: Integrate perlio.
52980      Branch: perl
52981           !> ext/Encode/Encode.xs installperl
52982 ____________________________________________________________________________
52983 [  9455] By: nick                                  on 2001/03/29  21:11:46
52984         Log: DLL name has changed so installperl needs to know
52985              (Why isn't it working it out or passed it?)
52986      Branch: perlio
52987            ! installperl
52988 ____________________________________________________________________________
52989 [  9454] By: nick                                  on 2001/03/29  20:56:12
52990         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
52991              and we don't get undef warnings.
52992      Branch: perlio
52993            ! ext/Encode/Encode.xs
52994 ____________________________________________________________________________
52995 [  9453] By: nick                                  on 2001/03/29  17:58:48
52996         Log: Integrate mainline
52997      Branch: perlio
52998           !> Changes patchlevel.h
52999 ____________________________________________________________________________
53000 [  9452] By: jhi                                   on 2001/03/29  16:44:55
53001         Log: Update Changes.
53002      Branch: perl
53003            ! Changes patchlevel.h
53004 ____________________________________________________________________________
53005 [  9451] By: nick                                  on 2001/03/29  16:31:38
53006         Log: Integrate mainline
53007      Branch: perlio
53008           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
53009           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
53010           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
53011           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
53012           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
53013 ____________________________________________________________________________
53014 [  9450] By: jhi                                   on 2001/03/29  16:29:17
53015         Log: Integrate perlio.
53016      Branch: perl
53017           !> win32/buildext.pl
53018 ____________________________________________________________________________
53019 [  9449] By: jhi                                   on 2001/03/29  15:50:01
53020         Log: Update Changes.
53021      Branch: perl
53022            ! Changes patchlevel.h
53023 ____________________________________________________________________________
53024 [  9448] By: nick                                  on 2001/03/29  15:47:15
53025         Log: Make sure buildext.pl finds Errno.pm
53026      Branch: perlio
53027            ! win32/buildext.pl
53028 ____________________________________________________________________________
53029 [  9447] By: jhi                                   on 2001/03/29  15:39:34
53030         Log: Integrate perlio.
53031      Branch: perl
53032           !> win32/makefile.mk
53033 ____________________________________________________________________________
53034 [  9446] By: nick                                  on 2001/03/29  15:30:03
53035         Log: Integrate win32/makefile.mk with mainline.
53036      Branch: perlio
53037           !> win32/makefile.mk
53038 ____________________________________________________________________________
53039 [  9445] By: nick                                  on 2001/03/29  15:27:32
53040         Log: Fix breakage ... 
53041      Branch: perlio
53042            ! win32/makefile.mk
53043 ____________________________________________________________________________
53044 [  9444] By: jhi                                   on 2001/03/29  15:03:08
53045         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53046              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53047              Date: Thu, 29 Mar 2001 10:32:59 +0400
53048              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
53049      Branch: perl
53050            ! win32/makefile.mk
53051 ____________________________________________________________________________
53052 [  9443] By: jhi                                   on 2001/03/29  15:02:12
53053         Log: Integrate perlio.
53054      Branch: perl
53055           +> win32/buildext.pl
53056           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
53057           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
53058 ____________________________________________________________________________
53059 [  9442] By: nick                                  on 2001/03/29  14:59:11
53060         Log: Work in progress - determine win32 extensions to build via script.
53061      Branch: perlio
53062            + win32/buildext.pl
53063            ! MANIFEST win32/makefile.mk
53064 ____________________________________________________________________________
53065 [  9441] By: jhi                                   on 2001/03/29  14:51:47
53066         Log: Reintroduce the use of external pwd.
53067      Branch: perl
53068            ! t/lib/cwd.t
53069 ____________________________________________________________________________
53070 [  9440] By: jhi                                   on 2001/03/29  14:42:58
53071         Log: use warnings instead of -w.
53072      Branch: perl
53073            ! utils/h2xs.PL
53074 ____________________________________________________________________________
53075 [  9439] By: jhi                                   on 2001/03/29  14:41:52
53076         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
53077              From: Jonathan Stowe <gellyfish@gellyfish.com>
53078              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
53079              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
53080      Branch: perl
53081            ! utils/h2xs.PL
53082 ____________________________________________________________________________
53083 [  9438] By: jhi                                   on 2001/03/29  14:39:38
53084         Log: Subject: [PATCH perl@9424] minor pod nits
53085              From: Robin Barker <rmb1@cise.npl.co.uk>
53086              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
53087              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
53088      Branch: perl
53089            ! pod/perlhack.pod pod/perliol.pod
53090 ____________________________________________________________________________
53091 [  9437] By: jhi                                   on 2001/03/29  14:29:16
53092         Log: Subject: [PATCH perl@9424] typemap cast warning
53093              From: Robin Barker <rmb1@cise.npl.co.uk>
53094              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
53095              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
53096      Branch: perl
53097            ! lib/ExtUtils/typemap
53098 ____________________________________________________________________________
53099 [  9436] By: jhi                                   on 2001/03/29  14:26:03
53100         Log: Subject: [PATCH perl@9424] printf warning
53101              From: Robin Barker <rmb1@cise.npl.co.uk>
53102              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
53103              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
53104      Branch: perl
53105            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
53106            ! ext/Storable/Storable.xs toke.c
53107 ____________________________________________________________________________
53108 [  9435] By: nick                                  on 2001/03/29  14:23:31
53109         Log: Win32 has name conflict with ERROR
53110      Branch: perlio
53111            ! ext/PerlIO/Via/Via.xs
53112 ____________________________________________________________________________
53113 [  9434] By: jhi                                   on 2001/03/29  14:17:48
53114         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
53115              From: Peter Prymmer <pvhp@forte.com>
53116              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
53117              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
53118      Branch: perl
53119            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
53120 ____________________________________________________________________________
53121 [  9433] By: jhi                                   on 2001/03/29  13:52:44
53122         Log: test-prep target was missing.
53123      Branch: perl
53124            ! Makefile.SH
53125 ____________________________________________________________________________
53126 [  9432] By: nick                                  on 2001/03/29  12:40:03
53127         Log: Make as-shipped compiler default to MSVC6 
53128      Branch: perlio
53129            ! win32/makefile.mk
53130 ____________________________________________________________________________
53131 [  9431] By: nick                                  on 2001/03/29  12:12:16
53132         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
53133              akin to PerlIO::Scalar.
53134      Branch: perlio
53135            ! perlio.c perlio.h
53136 ____________________________________________________________________________
53137 [  9430] By: nick                                  on 2001/03/29  10:56:35
53138         Log: Integrate mainline.
53139      Branch: perlio
53140           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53141           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53142           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53143           !> win32/makefile.mk win32/win32sck.c
53144 ____________________________________________________________________________
53145 [  9429] By: nick                                  on 2001/03/29  09:03:43
53146         Log: Noticed that two tests were skipped as perlio:: package
53147              isn't there any more. Changed the skip condition.
53148              Avoid core-dump if sv_utf8_upgrade() called on something
53149              that does not become SvPOK after SvPV() (e.g. a ref).
53150      Branch: perlio
53151            ! sv.c t/io/utf8.t t/lib/io_scalar.t
53152 ____________________________________________________________________________
53153 [  9428] By: jhi                                   on 2001/03/29  01:31:47
53154         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
53155              From: Benjamin Sugars <bsugars@canoe.ca> 
53156              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
53157              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
53158      Branch: perl
53159            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
53160            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
53161            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
53162 ____________________________________________________________________________
53163 [  9427] By: jhi                                   on 2001/03/29  00:49:30
53164         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
53165              From: "Vadim Konovalov" <watman@inbox.ru>
53166              Date: Thu, 29 Mar 2001 01:50:12 +0400
53167              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
53168      Branch: perl
53169            ! win32/makefile.mk win32/win32sck.c
53170 ____________________________________________________________________________
53171 [  9426] By: gsar                                  on 2001/03/29  00:28:04
53172         Log: dmake can only handle == and != in comparisons; support building
53173              with Borland's VCL libraries (from Vadim Konovalov)
53174      Branch: maint-5.6/perl
53175            ! win32/makefile.mk
53176 ____________________________________________________________________________
53177 [  9425] By: nick                                  on 2001/03/28  19:29:56
53178         Log: Integrate (@snapshot)
53179      Branch: perlio
53180           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
53181 ____________________________________________________________________________
53182 [  9424] By: jhi                                   on 2001/03/28  19:03:16
53183         Log: Update Changes.
53184      Branch: perl
53185            ! Changes patchlevel.h
53186 ____________________________________________________________________________
53187 [  9423] By: jhi                                   on 2001/03/28  18:52:09
53188         Log: Rmdir lib/XS on cleanup.
53189      Branch: perl
53190            ! Makefile.SH
53191 ____________________________________________________________________________
53192 [  9422] By: jhi                                   on 2001/03/28  18:49:34
53193         Log: Integrate perlio.
53194      Branch: perl
53195           !> t/op/utf8decode.t
53196 ____________________________________________________________________________
53197 [  9421] By: nick                                  on 2001/03/28  18:46:44
53198         Log: Loose duplicate chunk.
53199      Branch: perlio
53200            ! t/op/utf8decode.t
53201 ____________________________________________________________________________
53202 [  9420] By: nick                                  on 2001/03/28  18:44:11
53203         Log: Integrate mainline.
53204      Branch: perlio
53205           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
53206           !> vms/vmsish.h
53207 ____________________________________________________________________________
53208 [  9419] By: jhi                                   on 2001/03/28  18:42:05
53209         Log: Can't trust external pwds
53210              (either shell builtins or external programs)
53211      Branch: perl
53212            ! t/lib/cwd.t
53213 ____________________________________________________________________________
53214 [  9418] By: jhi                                   on 2001/03/28  18:34:05
53215         Log: Integrate perlio.
53216      Branch: perl
53217            - lib/perlio.pm
53218           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53219           !> t/op/utf8decode.t
53220 ____________________________________________________________________________
53221 [  9417] By: nick                                  on 2001/03/28  18:24:02
53222         Log: PerlIO.pm / perlio.pm conflict.
53223              Update some pods.
53224              Make t/op/utf8decode.t a text file.
53225      Branch: perlio
53226            - lib/perlio.pm
53227            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
53228            ! t/op/utf8decode.t
53229 ____________________________________________________________________________
53230 [  9416] By: jhi                                   on 2001/03/28  18:06:07
53231         Log: Integrate change #9409 from mainline to maintperl.
53232              
53233              Yet another tweak on AIX dynaloading.
53234      Branch: maint-5.6/perl
53235           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53236 ____________________________________________________________________________
53237 [  9415] By: gsar                                  on 2001/03/28  17:13:01
53238         Log: integrate changes#9377,9385,9401 from mainline
53239              
53240              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53241              
53242              If directory entries compare equal case-insensitively,
53243              retry case-sensitively.
53244              
53245              Subject: [PATCH] B::Terse and warnings
53246      Branch: maint-5.6/perl
53247           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
53248           !> t/pragma/warn/perl
53249 ____________________________________________________________________________
53250 [  9414] By: jhi                                   on 2001/03/28  17:11:12
53251         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
53252              From: "Craig A. Berry" <craigberry@mac.com>
53253              Date: Wed, 28 Mar 2001 10:55:20 -0600
53254              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
53255      Branch: perl
53256            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
53257 ____________________________________________________________________________
53258 [  9413] By: jhi                                   on 2001/03/28  17:03:12
53259         Log: Dup hunk.
53260      Branch: perl
53261            ! t/op/utf8decode.t
53262 ____________________________________________________________________________
53263 [  9412] By: jhi                                   on 2001/03/28  17:02:36
53264         Log: Forced integrate from perlio.
53265      Branch: perl
53266           !> t/op/utf8decode.t
53267 ____________________________________________________________________________
53268 [  9411] By: nick                                  on 2001/03/28  16:50:03
53269         Log: Integrate mainline.
53270      Branch: perlio
53271           +> t/lib/cwd.t
53272           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53273           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
53274           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
53275           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
53276           !> t/pragma/warn/perl
53277 ____________________________________________________________________________
53278 [  9410] By: jhi                                   on 2001/03/28  16:44:23
53279         Log: Subject: Re: [PATCH] 9403 cannot be tested
53280              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53281              Date: Wed, 28 Mar 2001 18:33:56 +0200
53282              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
53283      Branch: perl
53284            ! makedef.pl
53285 ____________________________________________________________________________
53286 [  9409] By: jhi                                   on 2001/03/28  16:12:45
53287         Log: Yet another tweak on AIX dynaloading.
53288      Branch: perl
53289            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
53290 ____________________________________________________________________________
53291 [  9408] By: jhi                                   on 2001/03/28  15:52:55
53292         Log: Subject: [PATCH] 9403 cannot be tested
53293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
53294              Date: Wed, 28 Mar 2001 17:23:00 +0200
53295              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
53296              
53297              A missing symbol.
53298      Branch: perl
53299            ! makedef.pl
53300 ____________________________________________________________________________
53301 [  9407] By: jhi                                   on 2001/03/28  15:47:43
53302         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
53303      Branch: perl
53304            ! t/op/utf8decode.t
53305           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53306           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
53307 ____________________________________________________________________________
53308 [  9406] By: jhi                                   on 2001/03/28  15:37:08
53309         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
53310              From: Benjamin Sugars <bsugars@canoe.ca> 
53311              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
53312              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
53313      Branch: perl
53314            + t/lib/cwd.t
53315            ! MANIFEST
53316 ____________________________________________________________________________
53317 [  9405] By: jhi                                   on 2001/03/28  15:13:18
53318         Log: pp_ne() needs a CORRECT boolean.
53319      Branch: perl
53320            ! pp.c
53321 ____________________________________________________________________________
53322 [  9404] By: jhi                                   on 2001/03/28  15:09:23
53323         Log: pp_ne() needs a boolean, not an integer.
53324      Branch: perl
53325            ! pp.c
53326 ____________________________________________________________________________
53327 [  9403] By: jhi                                   on 2001/03/28  14:47:43
53328         Log: (Retracted by #9404.)
53329      Branch: perl
53330            ! pp.c
53331 ____________________________________________________________________________
53332 [  9402] By: jhi                                   on 2001/03/28  14:43:59
53333         Log: Subject: Re: [PATCH] Typemap testing
53334              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53335              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
53336              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
53337      Branch: perl
53338            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53339            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
53340 ____________________________________________________________________________
53341 [  9401] By: jhi                                   on 2001/03/28  14:42:14
53342         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
53343              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
53344              Date: Sun, 25 Mar 2001 21:59:15 +0100
53345              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
53346              
53347              A variable will be checked for the "use once" warnings if:
53348              
53349              1. It is in the scope of a use warnings 'once'
53350              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
53351              
53352              Otherwise it won't be checked at all.
53353              
53354              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
53355              
53356              The enclosed patch partially fixes this issue. What I didn't
53357              get to work was the case where the "used once" warning is enabled
53358              in any file other than the main file.
53359      Branch: perl
53360            ! gv.c t/pragma/warn/perl
53361 ____________________________________________________________________________
53362 [  9400] By: nick                                  on 2001/03/28  14:38:24
53363         Log: More EBCDIC tweaks:
53364              - one more swash issue &~(0xA0-1) did not do the right thing,
53365              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
53366              - add "use re 'asciirange'" to make [!-~] etc. work
53367              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
53368              - Choose a key for t/op/each.t test which gets encoded.
53369              - Skip utf8decode if this is UTF-EBCDIC.
53370      Branch: perlio
53371            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
53372            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
53373 ____________________________________________________________________________
53374 [  9399] By: jhi                                   on 2001/03/28  14:21:00
53375         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
53376              Andreas Schwab.
53377      Branch: perl
53378            ! pp.c
53379 ____________________________________________________________________________
53380 [  9398] By: jhi                                   on 2001/03/28  00:55:56
53381         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
53382              From: David Dyck <dcd@tc.fluke.com>
53383              Date: Tue, 27 Mar 2001 15:16:24 -0800
53384              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
53385      Branch: perl
53386            ! ext/IO/lib/IO/Socket.pm
53387 ____________________________________________________________________________
53388 [  9397] By: jhi                                   on 2001/03/27  21:52:49
53389         Log: Integrate perlio.
53390      Branch: perl
53391           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53392           +> ext/PerlIO/Via/Via.xs
53393           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53394 ____________________________________________________________________________
53395 [  9396] By: nick                                  on 2001/03/27  21:45:13
53396         Log: Integrate mainline.
53397      Branch: perlio
53398           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
53399           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
53400 ____________________________________________________________________________
53401 [  9395] By: nick                                  on 2001/03/27  21:18:58
53402         Log: Outline docs for PerlIO and PerlIO::Scalar
53403      Branch: perlio
53404            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
53405 ____________________________________________________________________________
53406 [  9394] By: nick                                  on 2001/03/27  20:50:13
53407         Log: PerlIO::Via layer (alpha-ish).
53408      Branch: perlio
53409            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
53410            + ext/PerlIO/Via/Via.xs
53411            ! MANIFEST
53412 ____________________________________________________________________________
53413 [  9393] By: jhi                                   on 2001/03/27  20:49:55
53414         Log: Retract #9329 now that 9390 should take care of the matter.
53415      Branch: perl
53416            ! utils/h2xs.PL
53417 ____________________________________________________________________________
53418 [  9390] By: jhi                                   on 2001/03/27  20:47:50
53419         Log: Subject: Autoloading Errno.pm when %! is encountered
53420              From: Robin Houston <robin@kitsite.com>
53421              Date: Tue, 27 Mar 2001 20:57:11 +0100
53422              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
53423      Branch: perl
53424            ! embed.h embed.pl gv.c proto.h t/op/magic.t
53425 ____________________________________________________________________________
53426 [  9389] By: jhi                                   on 2001/03/27  20:24:31
53427         Log: Integrate perlio.
53428      Branch: perl
53429           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53430           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
53431           !> utf8.c
53432 ____________________________________________________________________________
53433 [  9388] By: jhi                                   on 2001/03/27  20:21:38
53434         Log: Better have a three-element array if one is going to assign
53435              to the third element of that array. (from Tim Jenness)
53436      Branch: perl
53437            ! ext/XS/Typemap/Typemap.xs
53438 ____________________________________________________________________________
53439 [  9387] By: nick                                  on 2001/03/27  20:15:43
53440         Log: Integrate mainline.
53441      Branch: perlio
53442           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53443           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53444           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53445           +> t/lib/xs-typemap.t
53446           !> (integrate 34 files)
53447 ____________________________________________________________________________
53448 [  9386] By: jhi                                   on 2001/03/27  20:04:18
53449         Log: Subject: Re: perl@9359 breaks HTML::Parser
53450              From: Gisle Aas <gisle@ActiveState.com>
53451              Date: 27 Mar 2001 11:30:24 -0800
53452              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
53453              
53454              Clarify the UTF-8 issues of the API docs.
53455              (Slightly reworded and expanded.)
53456      Branch: perl
53457            ! pod/perlapi.pod sv.c sv.h
53458 ____________________________________________________________________________
53459 [  9385] By: jhi                                   on 2001/03/27  19:44:25
53460         Log: If directory entries compare equal case-insensitively,
53461              retry case-sensitively.
53462      Branch: perl
53463            ! ext/File/Glob/bsd_glob.c
53464 ____________________________________________________________________________
53465 [  9384] By: nick                                  on 2001/03/27  19:38:50
53466         Log: Various EBCDIC fixes:
53467              - major revelation that swash code is encoding aware,
53468              (or thought it was) - now it is ;-)
53469              - With that out of the way fix a slab of tr/// cases.
53470              - Fix Encode 'Unicode' to be true Unicode so tests pass.
53471              - As anticipated Base64.xs needed tweaks.
53472              - Until tr/// works right avoid old_encode64 in MIME tests.
53473      Branch: perlio
53474            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
53475            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
53476 ____________________________________________________________________________
53477 [  9383] By: jhi                                   on 2001/03/27  18:34:41
53478         Log: Add the std test suite BEGIN block.
53479      Branch: perl
53480            ! t/lib/xs-typemap.t
53481 ____________________________________________________________________________
53482 [  9382] By: jhi                                   on 2001/03/27  15:16:07
53483         Log: Add debugging output to the test.
53484      Branch: perl
53485            ! t/lib/glob-basic.t
53486 ____________________________________________________________________________
53487 [  9381] By: jhi                                   on 2001/03/27  15:08:10
53488         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
53489      Branch: perl
53490            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
53491            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
53492            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
53493            + t/lib/xs-typemap.t
53494            ! MANIFEST
53495 ____________________________________________________________________________
53496 [  9380] By: jhi                                   on 2001/03/27  14:48:34
53497         Log: Subject: [PATCH] Typemap testing
53498              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
53499              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
53500              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
53501              
53502              (The first part of the patch.)
53503      Branch: perl
53504            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
53505 ____________________________________________________________________________
53506 [  9379] By: jhi                                   on 2001/03/27  14:44:56
53507         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
53508              From: Benjamin Sugars <bsugars@canoe.ca> 
53509              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
53510              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
53511      Branch: perl
53512            ! t/lib/glob-basic.t
53513 ____________________________________________________________________________
53514 [  9378] By: jhi                                   on 2001/03/27  14:42:30
53515         Log: Subject: [PATCH] perlvar nit
53516              From: Simon Cozens <simon@netthink.co.uk>
53517              Date: Tue, 27 Mar 2001 01:12:01 +0100
53518              Message-ID: <20010327011201.A19179@netthink.co.uk>
53519      Branch: perl
53520            ! pod/perlvar.pod
53521 ____________________________________________________________________________
53522 [  9377] By: jhi                                   on 2001/03/27  14:36:26
53523         Log: Subject: [PATCH] B::Terse and warnings
53524              From: Benjamin Sugars <ben.sugars@home.com>
53525              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
53526              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
53527      Branch: perl
53528            ! ext/B/B.pm ext/B/B/Terse.pm
53529 ____________________________________________________________________________
53530 [  9376] By: jhi                                   on 2001/03/27  14:31:31
53531         Log: Document sockatmark() some.
53532      Branch: perl
53533            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
53534            ! pod/perltoc.pod
53535 ____________________________________________________________________________
53536 [  9375] By: jhi                                   on 2001/03/27  14:00:24
53537         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
53538              noted by Gisle and fixed by NI-S.
53539      Branch: perl
53540            ! sv.c
53541 ____________________________________________________________________________
53542 [  9374] By: jhi                                   on 2001/03/27  05:50:01
53543         Log: Regen toc.
53544      Branch: perl
53545            ! pod/perltoc.pod
53546 ____________________________________________________________________________
53547 [  9373] By: jhi                                   on 2001/03/27  05:43:51
53548         Log: Pixie documenting.
53549      Branch: perl
53550            ! Makefile.SH pod/perlhack.pod
53551 ____________________________________________________________________________
53552 [  9372] By: jhi                                   on 2001/03/27  05:29:34
53553         Log: Metaconfig unit changes for #9371.
53554      Branch: metaconfig
53555            ! U/modified/myhostname.U
53556      Branch: metaconfig/U/perl
53557            + d_sockatmark.U
53558            ! gccvers.U
53559 ____________________________________________________________________________
53560 [  9371] By: jhi                                   on 2001/03/27  05:29:07
53561         Log: Add sockatmark() probing.
53562      Branch: perl
53563            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53564            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
53565            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
53566            ! vos/config.ga.h win32/config.bc win32/config.gc
53567            ! win32/config.vc
53568 ____________________________________________________________________________
53569 [  9370] By: jhi                                   on 2001/03/26  22:01:18
53570         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
53571              Really need to benchmark this.
53572      Branch: perl
53573            ! pp.c
53574 ____________________________________________________________________________
53575 [  9369] By: nick                                  on 2001/03/26  21:59:30
53576         Log: Integrate mainline.
53577      Branch: perlio
53578            ! ext/MIME/Base64/QuotedPrint.pm
53579           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
53580           !> patchlevel.h pod/perlhack.pod pp_sys.c
53581 ____________________________________________________________________________
53582 [  9368] By: jhi                                   on 2001/03/26  21:47:03
53583         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
53584              
53585              TODO1: perlbench.
53586              TODO2: le, lt, ge, gt?  Yech.
53587      Branch: perl
53588            ! pp.c
53589 ____________________________________________________________________________
53590 [  9367] By: jhi                                   on 2001/03/26  21:34:57
53591         Log: Too much cut-and-paste in #9363.
53592      Branch: perl
53593            ! pp_sys.c
53594 ____________________________________________________________________________
53595 [  9366] By: jhi                                   on 2001/03/26  21:20:53
53596         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
53597              From: Andreas Schwab <schwab@suse.de>
53598              Date: 26 Mar 2001 17:29:04 +0200
53599              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
53600              
53601              (The patch for 5.6.0 or so, this is a guess for bleadperl)
53602      Branch: perl
53603            ! pp_hot.c
53604 ____________________________________________________________________________
53605 [  9365] By: jhi                                   on 2001/03/26  21:07:54
53606         Log: Integrate perlio.
53607      Branch: perl
53608           !> perlio.c
53609 ____________________________________________________________________________
53610 [  9364] By: nick                                  on 2001/03/26  20:30:48
53611         Log: REFCNT botch in layer name cache hash.
53612      Branch: perlio
53613            ! perlio.c
53614 ____________________________________________________________________________
53615 [  9363] By: jhi                                   on 2001/03/26  18:44:32
53616         Log: Subject: [PATCH] socket() leaks file descriptors
53617              From: Benjamin Sugars <bsugars@canoe.ca>
53618              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
53619              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
53620              
53621              Also sockpair() fixed similarly.
53622      Branch: perl
53623            ! pp_sys.c
53624 ____________________________________________________________________________
53625 [  9362] By: jhi                                   on 2001/03/26  18:37:52
53626         Log: Integrate perlio.
53627      Branch: perl
53628           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
53629 ____________________________________________________________________________
53630 [  9361] By: nick                                  on 2001/03/26  17:32:06
53631         Log: Implement flush of linebuffered streams on read of a tty.
53632      Branch: perlio
53633            ! perlio.c perliol.h
53634 ____________________________________________________________________________
53635 [  9360] By: nick                                  on 2001/03/26  17:12:32
53636         Log: Memory tweaks and notes for OEMVS.
53637      Branch: perlio
53638            ! README.os390 miniperlmain.c t/op/pat.t
53639 ____________________________________________________________________________
53640 [  9359] By: jhi                                   on 2001/03/26  02:12:54
53641         Log: Update Changes.
53642      Branch: perl
53643            ! Changes patchlevel.h
53644 ____________________________________________________________________________
53645 [  9358] By: jhi                                   on 2001/03/26  02:05:32
53646         Log: Document the most common pixie options.
53647      Branch: perl
53648            ! pod/perlhack.pod
53649 ____________________________________________________________________________
53650 [  9357] By: jhi                                   on 2001/03/26  01:25:28
53651         Log: For perl.pixie check *before* compiling that optimize is -g,
53652              as for perl.third.
53653      Branch: perl
53654            ! Makefile.SH
53655 ____________________________________________________________________________
53656 [  9356] By: jhi                                   on 2001/03/26  01:13:41
53657         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
53658      Branch: perl
53659            ! Makefile.SH
53660 ____________________________________________________________________________
53661 [  9355] By: jhi                                   on 2001/03/26  01:11:19
53662         Log: Remove t/perl.third.
53663      Branch: perl
53664            ! Makefile.SH
53665 ____________________________________________________________________________
53666 [  9354] By: jhi                                   on 2001/03/26  00:23:38
53667         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
53668              IO::Sockatmark().
53669      Branch: perl
53670            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
53671 ____________________________________________________________________________
53672 [  9353] By: jhi                                   on 2001/03/25  22:25:04
53673         Log: Integrate perlio.
53674      Branch: perl
53675           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
53676           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
53677           !> pp_hot.c win32/makefile.mk
53678 ____________________________________________________________________________
53679 [  9352] By: jhi                                   on 2001/03/25  22:21:41
53680         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
53681              From: Radu Greab <radu@netsoft.ro>
53682              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
53683              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
53684      Branch: perl
53685            ! pp_sys.c
53686 ____________________________________________________________________________
53687 [  9351] By: nick                                  on 2001/03/25  22:15:02
53688         Log: Fix readline in list mode to tell rest of world that it has
53689              things on the stack. Otherwise if perl code gets invoked
53690              underneath it it scribbles over results-so-far.
53691              (Why TIEHANDLE has not tripped on this is a mystery.)
53692      Branch: perlio
53693            ! pp_hot.c
53694 ____________________________________________________________________________
53695 [  9350] By: nick                                  on 2001/03/25  22:10:13
53696         Log: win32/makefile.mk typos
53697      Branch: perlio
53698            ! win32/makefile.mk
53699 ____________________________________________________________________________
53700 [  9349] By: nick                                  on 2001/03/25  21:31:14
53701         Log: Integrate now-non-binary file.
53702      Branch: perlio
53703           !> t/lib/mimeqp.t
53704 ____________________________________________________________________________
53705 [  9348] By: nick                                  on 2001/03/25  21:27:24
53706         Log: Make it text
53707      Branch: perlio
53708            ! t/lib/mimeqp.t
53709 ____________________________________________________________________________
53710 [  9347] By: nick                                  on 2001/03/25  21:25:37
53711         Log: Integrate mainline.
53712      Branch: perlio
53713           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
53714           !> lib/Term/ReadLine.pm t/lib/md5-file.t
53715 ____________________________________________________________________________
53716 [  9346] By: nick                                  on 2001/03/25  20:58:15
53717         Log: Add destruct time hook to PerlIO (for work-in-process implementing
53718              layers in perl code. In such cases layers need to be popped before
53719              we loose the ability to run perl code.)
53720              Also back-out "PerlIO::object" hook - it isn't going to work like that...
53721      Branch: perlio
53722            ! perl.c perlio.c perlio.h perliol.h
53723 ____________________________________________________________________________
53724 [  9345] By: nick                                  on 2001/03/25  20:49:11
53725         Log: Avoid at leasy one of undefined warnings in Encode.
53726      Branch: perlio
53727            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
53728 ____________________________________________________________________________
53729 [  9344] By: jhi                                   on 2001/03/25  20:37:43
53730         Log: A workaround for using Term::ReadLine in emacs minibuffer
53731              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
53732              additional tweaks from Ilya Zakharevich.
53733      Branch: perl
53734            ! lib/Term/ReadLine.pm
53735 ____________________________________________________________________________
53736 [  9343] By: nick                                  on 2001/03/25  20:21:14
53737         Log: Missing return value.
53738      Branch: perlio
53739            ! ext/PerlIO/Scalar/Scalar.xs
53740 ____________________________________________________________________________
53741 [  9342] By: jhi                                   on 2001/03/25  16:21:00
53742         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
53743              to equal the CPAN versions since no code changes have been made.
53744      Branch: perl
53745            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
53746            ! t/lib/md5-file.t
53747 ____________________________________________________________________________
53748 [  9341] By: jhi                                   on 2001/03/25  16:01:48
53749         Log: Escape 8-bit characters.
53750      Branch: perl
53751            ! t/lib/mimeqp.t
53752 ____________________________________________________________________________
53753 [  9340] By: gsar                                  on 2001/03/25  15:50:53
53754         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
53755              chars)
53756      Branch: perl
53757            + t/lib/mimeqp.t
53758 ____________________________________________________________________________
53759 [  9339] By: gsar                                  on 2001/03/25  15:48:50
53760         Log: delete mimeqp.t for later add with text mode set
53761      Branch: perl
53762            - t/lib/mimeqp.t
53763 ____________________________________________________________________________
53764 [  9338] By: nick                                  on 2001/03/25  09:01:57
53765         Log: Integrate mainline.
53766      Branch: perlio
53767           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53768           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
53769           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
53770           +> t/lib/mimeb64u.t t/lib/mimeqp.t
53771           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
53772           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
53773           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
53774 ____________________________________________________________________________
53775 [  9337] By: jhi                                   on 2001/03/25  04:23:24
53776         Log: Add MIME::Base64 here and there.  Again, a lot of
53777              optimism is in the air.
53778      Branch: perl
53779            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
53780            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
53781 ____________________________________________________________________________
53782 [  9336] By: jhi                                   on 2001/03/25  04:12:43
53783         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
53784              this by ear as I do not do Win32 programming.)
53785      Branch: perl
53786            ! win32/Makefile win32/makefile.mk
53787 ____________________________________________________________________________
53788 [  9335] By: jhi                                   on 2001/03/25  04:03:50
53789         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
53790      Branch: perl
53791            ! t/lib/md5-file.t
53792 ____________________________________________________________________________
53793 [  9334] By: jhi                                   on 2001/03/25  03:58:53
53794         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
53795      Branch: perl
53796            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
53797            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
53798            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
53799            + t/lib/mimeb64u.t t/lib/mimeqp.t
53800            ! MANIFEST
53801 ____________________________________________________________________________
53802 [  9333] By: jhi                                   on 2001/03/24  20:14:37
53803         Log: Integrate perlio.
53804      Branch: perl
53805           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
53806 ____________________________________________________________________________
53807 [  9332] By: nick                                  on 2001/03/24  19:40:34
53808         Log: Fix un-init variable leading to spurious "Out of Memory!"
53809      Branch: perlio
53810            ! doio.c
53811 ____________________________________________________________________________
53812 [  9331] By: nick                                  on 2001/03/24  19:09:59
53813         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
53814              and update layers internals doc.
53815      Branch: perlio
53816            ! pod/perlfunc.pod pod/perliol.pod
53817 ____________________________________________________________________________
53818 [  9330] By: jhi                                   on 2001/03/24  18:42:11
53819         Log: The length might be uninitialized garbage if the *svp is the undef.
53820      Branch: perl
53821            ! doio.c
53822 ____________________________________________________________________________
53823 [  9329] By: jhi                                   on 2001/03/24  18:26:57
53824         Log: (Retracted by #9393)
53825              
53826              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
53827              From: Simon Cozens <simon@netthink.co.uk>
53828              Date: Sat, 24 Mar 2001 17:13:17 +0000
53829              Message-ID: <20010324171317.A13406@netthink.co.uk>
53830      Branch: perl
53831            ! utils/h2xs.PL
53832 ____________________________________________________________________________
53833 [  9328] By: nick                                  on 2001/03/24  17:22:02
53834         Log: Integrate mainline.
53835      Branch: perlio
53836           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
53837           !> lib/unicode/version
53838 ____________________________________________________________________________
53839 [  9327] By: nick                                  on 2001/03/24  17:16:02
53840         Log: Integrate mainline.
53841      Branch: perlio
53842           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
53843           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
53844           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
53845           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
53846           +> t/lib/md5-file.t
53847           !> MANIFEST Makefile.SH configure.com djgpp/config.over
53848           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
53849           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
53850           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
53851           !> win32/makefile.mk
53852 ____________________________________________________________________________
53853 [  9326] By: jhi                                   on 2001/03/24  17:00:42
53854         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
53855      Branch: perl
53856            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
53857            ! lib/unicode/version
53858 ____________________________________________________________________________
53859 [  9325] By: jhi                                   on 2001/03/24  16:22:33
53860         Log: Subject: Re: B::Deparse bug (5.6.0)
53861              From: Robin Houston <robin@kitsite.com>
53862              Date: Sat, 24 Mar 2001 14:33:09 +0000
53863              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
53864      Branch: perl
53865            ! op.c pp.c t/lib/b.t t/op/repeat.t
53866 ____________________________________________________________________________
53867 [  9324] By: jhi                                   on 2001/03/24  16:21:56
53868         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
53869              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
53870              these additions may be too optimistic.
53871      Branch: perl
53872            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
53873            ! hints/uwin.sh hints/vmesa.sh
53874 ____________________________________________________________________________
53875 [  9323] By: jhi                                   on 2001/03/24  16:06:01
53876         Log: Integrate perlio.
53877      Branch: perl
53878           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
53879           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53880            ! Makefile.SH
53881           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
53882           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
53883           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
53884           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
53885           !> win32/makefile.mk win32/perlhost.h win32/win32.c
53886           !> win32/win32iop.h
53887 ____________________________________________________________________________
53888 [  9322] By: nick                                  on 2001/03/24  14:39:12
53889         Log: Routine Win32 regen_config_h - no real changes.
53890      Branch: perlio
53891            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
53892 ____________________________________________________________________________
53893 [  9321] By: nick                                  on 2001/03/24  14:31:49
53894         Log: PerlIO fixups for Win32:
53895              - provide win33_popenlist() - non-functional as yet.
53896              - avoid need for aTHX in PerlIO_debug calls - even if not 
53897              enabled args are still evaluated so Win32 has trouble during fork().
53898              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
53899              - Fixup makedef.pl for latest set of symbols.
53900      Branch: perlio
53901            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
53902            ! win32/perlhost.h win32/win32.c win32/win32iop.h
53903 ____________________________________________________________________________
53904 [  9320] By: nick                                  on 2001/03/24  14:26:58
53905         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
53906              was gibberish - broke it on WIn32 at least.
53907      Branch: perlio
53908            ! ext/POSIX/POSIX.xs
53909 ____________________________________________________________________________
53910 [  9319] By: nick                                  on 2001/03/24  11:29:41
53911         Log: Generated files.
53912      Branch: perlio
53913            ! embed.h global.sym objXSUB.h perlapi.c proto.h
53914 ____________________________________________________________________________
53915 [  9318] By: nick                                  on 2001/03/24  10:29:37
53916         Log: Implement:
53917              1.  open($fh,"+<",undef);  # add test to t/io/open.t
53918              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
53919      Branch: perlio
53920            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
53921            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
53922            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
53923            ! t/io/open.t t/io/utf8.t
53924 ____________________________________________________________________________
53925 [  9317] By: jhi                                   on 2001/03/23  23:41:25
53926         Log: AIX does seems to have optimization problems with its C compilers.
53927      Branch: perl
53928            ! hints/aix.sh
53929 ____________________________________________________________________________
53930 [  9316] By: jhi                                   on 2001/03/23  23:40:46
53931         Log: Integrate perlio.
53932      Branch: perl
53933           +> lib/PerlIO.pm
53934           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
53935           !> perliol.h
53936 ____________________________________________________________________________
53937 [  9315] By: jhi                                   on 2001/03/23  22:16:30
53938         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
53939      Branch: perl
53940            ! t/lib/md5-file.t
53941 ____________________________________________________________________________
53942 [  9314] By: nick                                  on 2001/03/23  20:49:02
53943         Log: Perlio internals re-organized.
53944              - open process creates AV of layer/arg pairs
53945              (appends layers from open() or open.pm to default list).
53946              - push arg is now an SV.
53947              - layer ->Open get passed the AV
53948              - open is no longer mandatory method.
53949              - topmost layer that has ->Open method does the open
53950              - any layers above are pushed once that returns.
53951              - vtable re-ordered so dummy layers need only provide push/pop methods.
53952      Branch: perlio
53953            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
53954 ____________________________________________________________________________
53955 [  9313] By: nick                                  on 2001/03/23  16:27:41
53956         Log: Check in a stable (working) version before next round of tweaks.
53957              Changes include:
53958              - Move default layers code out of doio.c and into perlio.c
53959              - Single routine for parsing layer specification strings.
53960              - Skeleton support for demand loading of layers
53961              - Core-dump avoidance if PERLIO environment specifies loadable layer
53962              (does not _work_ as need IO to load and need load to do IO ...)
53963      Branch: perlio
53964            + lib/PerlIO.pm
53965            ! MANIFEST doio.c perlio.c
53966 ____________________________________________________________________________
53967 [  9312] By: gsar                                  on 2001/03/23  16:25:25
53968         Log: add execute bit to files with shebang lines in the repository;
53969              avoid clobbering execute bit in Porting/makerel 
53970      Branch: maint-5.6/perl
53971            ! (edit 144 files)
53972 ____________________________________________________________________________
53973 [  9311] By: jhi                                   on 2001/03/23  14:25:35
53974         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
53975      Branch: perl
53976            ! MANIFEST
53977 ____________________________________________________________________________
53978 [  9310] By: jhi                                   on 2001/03/23  13:45:04
53979         Log: Subject: [PATCH] Net::Ping
53980              From: Colin McMillen <mcmi0037@tc.umn.edu>
53981              Date: Thu, 22 Mar 2001 19:30:31 -0600
53982              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
53983      Branch: perl
53984            ! lib/Net/Ping.pm
53985 ____________________________________________________________________________
53986 [  9309] By: jhi                                   on 2001/03/23  13:39:13
53987         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
53988      Branch: perl
53989            ! t/lib/md5-aaa.t t/lib/md5-file.t
53990 ____________________________________________________________________________
53991 [  9308] By: jhi                                   on 2001/03/23  13:20:34
53992         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
53993              - bump the version to 2.14
53994              - drop the base64 tests since they require MIME::Base64
53995              - drop the rfc1321.txt
53996              - drop the hints/dec_osf.pl since it's only needed for
53997              pre-5.005_03 Perls
53998              Todo:
53999              - the U32 alignment testing is now removed; it needs to
54000              be reintroduced as as a Config variable (meaning also
54001              as a Configure test)
54002              - get the new EBCDIC md5sum for MD5.pm
54003              - test in Win32 to see how badly I botched the makefiles
54004      Branch: perl
54005            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
54006            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
54007            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
54008            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
54009            + t/lib/md5-file.t
54010            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
54011            ! win32/Makefile win32/makefile.mk
54012 ____________________________________________________________________________
54013 [  9307] By: jhi                                   on 2001/03/23  12:56:14
54014         Log: Integrate change #9306 from maintperl into mainline,
54015              AIX dynaloader for AIXes without <load.h>.
54016      Branch: perl
54017           !> ext/DynaLoader/hints/aix.pl
54018 ____________________________________________________________________________
54019 [  9306] By: jhi                                   on 2001/03/23  12:51:36
54020         Log: There are AIXes without /usr/include/load.h,
54021              patch from H.Merijn Brand.
54022      Branch: maint-5.6/perl
54023            ! ext/DynaLoader/hints/aix.pl
54024 ____________________________________________________________________________
54025 [  9305] By: nick                                  on 2001/03/23  11:00:42
54026         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
54027      Branch: perlio
54028            ! ext/Encode/Encode.xs perlio.c perlio.h
54029 ____________________________________________________________________________
54030 [  9304] By: nick                                  on 2001/03/23  10:20:46
54031         Log: Render -Duseperlio functional again.
54032              - this is "quick fix" which calls PerlIO_apply_layers after opening,
54033              which is what old scheme did. New scheme needs to change that
54034              to make open(...,\$scalar) etc. work but this will do for now.
54035      Branch: perlio
54036            ! perlio.c
54037 ____________________________________________________________________________
54038 [  9303] By: nick                                  on 2001/03/23  09:53:20
54039         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
54040              -Uuseperlio now works again.
54041              -Duseperlio is still poorly. Don't merge yet...
54042      Branch: perlio
54043            ! doio.c perlio.h
54044 ____________________________________________________________________________
54045 [  9302] By: nick                                  on 2001/03/22  22:26:51
54046         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
54047              type code.
54048              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
54049              is its main caller. In particular now has access to "extra" args, and
54050              can tell when an open handle is "reopened" (or duped?).
54051              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
54052              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
54053              PerlIO_open() et. al. (i.e. other way round).
54054              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
54055              with args close to PerlIO_openn().
54056      Branch: perlio
54057            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
54058 ____________________________________________________________________________
54059 [  9301] By: jhi                                   on 2001/03/22  20:58:04
54060         Log: Integrate perlio.
54061      Branch: perl
54062           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
54063           !> t/io/open.t util.c
54064 ____________________________________________________________________________
54065 [  9300] By: nick                                  on 2001/03/22  17:36:32
54066         Log: Don't include $@ in not ok message.
54067      Branch: perlio
54068            ! t/io/open.t
54069 ____________________________________________________________________________
54070 [  9299] By: gsar                                  on 2001/03/22  16:53:45
54071         Log: back out changes#7532,7521 for now (appears to have problems
54072              on IRIX)
54073      Branch: maint-5.6/perl
54074            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
54075            ! ext/POSIX/typemap pod/perlvar.pod
54076 ____________________________________________________________________________
54077 [  9298] By: nick                                  on 2001/03/22  14:35:46
54078         Log: Give a meaning to '&' in n-arg open case:
54079              open($fh,"<&",$scalar);
54080              $scalar can be:
54081              - an integer which does "fdopen"
54082              open($fh,"<&",2); # like open($fh,"<&2")
54083              - something that will yield a file handle via sv_2io()
54084              useful for dup'ing anonymous handles.
54085              e.g.:
54086              open(my $fh,"<&",\*STDIN);
54087              open(my $dup,"<&",$fh);
54088      Branch: perlio
54089            ! doio.c t/io/open.t
54090 ____________________________________________________________________________
54091 [  9297] By: nick                                  on 2001/03/22  13:34:35
54092         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
54093      Branch: perlio
54094            ! util.c
54095 ____________________________________________________________________________
54096 [  9296] By: nick                                  on 2001/03/22  12:51:20
54097         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
54098      Branch: perlio
54099            ! perl.c
54100 ____________________________________________________________________________
54101 [  9295] By: nick                                  on 2001/03/22  11:59:44
54102         Log: If stdin, stdout or stderr get opened in unexpected read/write state
54103              then warn at time of open not at time of use.
54104      Branch: perlio
54105            ! doio.c pp_hot.c pp_sys.c
54106 ____________________________________________________________________________
54107 [  9294] By: nick                                  on 2001/03/22  10:54:35
54108         Log: Die on n-arg open(...,"",xxx,yyy,...)
54109              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
54110              - die on read/write cases so we can decide what it means later.
54111      Branch: perlio
54112            ! doio.c embed.pl iperlsys.h util.c
54113 ____________________________________________________________________________
54114 [  9293] By: nick                                  on 2001/03/22  09:02:45
54115         Log: perlio tweaks (reported by Nick Clark)
54116              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
54117              error check in Pendinf_read().
54118      Branch: perlio
54119            ! perlio.c
54120 ____________________________________________________________________________
54121 [  9292] By: gsar                                  on 2001/03/22  07:12:00
54122         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
54123              fixes)
54124      Branch: maint-5.6/perl
54125           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
54126 ____________________________________________________________________________
54127 [  9291] By: jhi                                   on 2001/03/22  06:06:44
54128         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
54129      Branch: perl
54130            ! t/op/re_tests
54131 ____________________________________________________________________________
54132 [  9290] By: jhi                                   on 2001/03/22  05:57:01
54133         Log: Move MacOS Classic higher in the list of supported platforms.
54134      Branch: maint-5.6/perl
54135            ! pod/perlport.pod
54136 ____________________________________________________________________________
54137 [  9289] By: gsar                                  on 2001/03/22  05:35:04
54138         Log: revert part of change#6438 for compatibility (av_reify()
54139              appears to be needed to implement av_splice()ish things
54140              in XS)
54141      Branch: maint-5.6/perl
54142            ! embed.pl global.sym objXSUB.h perlapi.c
54143 ____________________________________________________________________________
54144 [  9288] By: gsar                                  on 2001/03/22  03:09:19
54145         Log: update copyright year
54146      Branch: maint-5.6/perl
54147            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
54148            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
54149            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
54150            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
54151            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
54152            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
54153            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
54154            ! x2p/walk.c
54155 ____________________________________________________________________________
54156 [  9287] By: jhi                                   on 2001/03/21  20:30:54
54157         Log: Integrate perlio.
54158      Branch: perl
54159           !> ext/Data/Dumper/Dumper.xs
54160 ____________________________________________________________________________
54161 [  9286] By: gsar                                  on 2001/03/21  19:49:54
54162         Log: makefile.mk tweak
54163      Branch: maint-5.6/perl
54164            ! win32/Makefile win32/makefile.mk
54165 ____________________________________________________________________________
54166 [  9285] By: nick                                  on 2001/03/21  19:07:13
54167         Log: Multiplicity fix for Dumper.
54168      Branch: perlio
54169            ! ext/Data/Dumper/Dumper.xs
54170 ____________________________________________________________________________
54171 [  9284] By: nick                                  on 2001/03/21  19:01:07
54172         Log: Integrate mainline - (does not build xTHX issue in Dumper).
54173      Branch: perlio
54174           !> (integrate 27 files)
54175 ____________________________________________________________________________
54176 [  9283] By: jhi                                   on 2001/03/21  17:17:35
54177         Log: Integrate change #9282 from mainline into maintperl,
54178              4-arg UTF-8 substr().
54179      Branch: maint-5.6/perl
54180           !> pp.c
54181 ____________________________________________________________________________
54182 [  9282] By: jhi                                   on 2001/03/21  17:15:43
54183         Log: The #9270 would have leaked a scalar if pp_substr()
54184              returned early.
54185      Branch: perl
54186            ! pp.c
54187 ____________________________________________________________________________
54188 [  9281] By: gsar                                  on 2001/03/21  17:03:14
54189         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
54190      Branch: maint-5.6/perl
54191            ! win32/makefile.mk
54192 ____________________________________________________________________________
54193 [  9280] By: gsar                                  on 2001/03/21  17:01:20
54194         Log: some tweaks to change#9278 (fork() emulation should be enabled
54195              by setting BUILD_FLAVOR instead of changing the defaults)
54196      Branch: maint-5.6/perl
54197            ! win32/makefile.mk
54198 ____________________________________________________________________________
54199 [  9279] By: gsar                                  on 2001/03/21  16:47:19
54200         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
54201      Branch: maint-5.6/perl
54202            ! ext/File/Glob/Glob.pm
54203           !> lib/Cwd.pm
54204 ____________________________________________________________________________
54205 [  9278] By: jhi                                   on 2001/03/21  14:35:10
54206         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
54207              From: "Vadim Konovalov" <watman@inbox.ru>
54208              Date: Wed, 21 Mar 2001 01:53:51 +0300
54209              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
54210      Branch: maint-5.6/perl
54211            ! win32/makefile.mk win32/win32sck.c
54212 ____________________________________________________________________________
54213 [  9277] By: jhi                                   on 2001/03/21  13:58:28
54214         Log: Integrate change #9270 from mainline to maintperl:
54215              continued 4-arg UTF-8 substr() fixing.
54216      Branch: maint-5.6/perl
54217           !> pp.c t/op/substr.t
54218 ____________________________________________________________________________
54219 [  9276] By: jhi                                   on 2001/03/21  13:33:00
54220         Log: More pixie cleaning.
54221      Branch: perl
54222            ! Makefile.SH
54223 ____________________________________________________________________________
54224 [  9275] By: jhi                                   on 2001/03/21  03:54:17
54225         Log: Update Changes.
54226      Branch: perl
54227            ! Changes patchlevel.h
54228 ____________________________________________________________________________
54229 [  9274] By: jhi                                   on 2001/03/21  03:48:24
54230         Log: First stab at making Data::Dumper to grok Unicode.
54231              
54232              TODO: tests, EBCDICify.
54233      Branch: perl
54234            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
54235 ____________________________________________________________________________
54236 [  9273] By: jhi                                   on 2001/03/21  02:23:00
54237         Log: Fix for
54238              
54239              Subject: Memory leak in unquoted print   
54240              From: Benjamin Sugars <bsugars@canoe.ca> 
54241              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
54242              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
54243      Branch: perl
54244            ! perlio.c
54245 ____________________________________________________________________________
54246 [  9272] By: jhi                                   on 2001/03/21  01:33:17
54247         Log: Subject: Re: [PATCH] POSIX::getcwd()
54248              From: Benjamin Sugars <bsugars@canoe.ca> 
54249              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
54250              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
54251      Branch: perl
54252            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
54253 ____________________________________________________________________________
54254 [  9271] By: jhi                                   on 2001/03/21  01:22:52
54255         Log: Subject: [PATCH] Cwd.pm docs
54256              From: Benjamin Sugars <bsugars@canoe.ca>
54257              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
54258              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
54259      Branch: perl
54260            ! lib/Cwd.pm
54261 ____________________________________________________________________________
54262 [  9270] By: jhi                                   on 2001/03/21  01:16:29
54263         Log: Continue 4-arg substr() UTF-8 fixage.
54264      Branch: perl
54265            ! pp.c t/op/substr.t
54266 ____________________________________________________________________________
54267 [  9269] By: jhi                                   on 2001/03/21  00:46:14
54268         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
54269              
54270              revert the leak fix in change#9142 (problem needs a more experimental
54271              fix unsuitable for 5.6.1)
54272              
54273              do alphabetical sorting by default (for csh compatibility)
54274              
54275              cut-n-paste goof in change#9264
54276              
54277              VMS piping fixes (from Charles Lane)
54278      Branch: perl
54279           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
54280           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54281           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
54282 ____________________________________________________________________________
54283 [  9268] By: jhi                                   on 2001/03/21  00:37:04
54284         Log: Integrate perlio.
54285      Branch: perl
54286           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54287           !> utf8.c utf8.h utfebcdic.h
54288 ____________________________________________________________________________
54289 [  9267] By: nick                                  on 2001/03/20  20:04:39
54290         Log: More EBCDIC stuff:
54291              - Loose the extra level of function on ASCII.
54292              - spotted a chr(0) issue in sv.c
54293              - re-work of UTF-X tr/// ranges to work in Unicode
54294              space. Still issues with the "0xff is illegal UTF-8" hack.
54295              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
54296              (why do it once when you can do it all over the place :-(
54297              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
54298              need utf8.pm for swashes.
54299              - Simplified and commented scan_const() in toke.c
54300              Still something wrong regexp and tr (swashes?).
54301      Branch: perlio
54302            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
54303            ! utf8.c utf8.h utfebcdic.h
54304 ____________________________________________________________________________
54305 [  9266] By: gsar                                  on 2001/03/20  19:16:43
54306         Log: VMS piping fixes (from Charles Lane)
54307      Branch: maint-5.6/perl
54308            ! vms/vms.c vms/vmspipe.com
54309 ____________________________________________________________________________
54310 [  9265] By: gsar                                  on 2001/03/20  17:53:52
54311         Log: cut-n-paste goof in change#9264
54312      Branch: maint-5.6/perl
54313            ! ext/File/Glob/Glob.xs
54314 ____________________________________________________________________________
54315 [  9264] By: gsar                                  on 2001/03/20  17:43:47
54316         Log: do alphabetical sorting by default (for csh compatibility);
54317              bsd_glob() does ASCII sort by default as usual, unless
54318              GLOB_ALPHASORT was specified
54319      Branch: maint-5.6/perl
54320            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
54321            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
54322            ! ext/File/Glob/bsd_glob.h
54323 ____________________________________________________________________________
54324 [  9263] By: gsar                                  on 2001/03/20  16:40:08
54325         Log: integrate change#9255 from mainline (unicode fix)
54326              
54327              substr($bytestr, i, n, $charstr)
54328      Branch: maint-5.6/perl
54329           !> Todo-5.6 pp.c t/op/substr.t
54330 ____________________________________________________________________________
54331 [  9262] By: gsar                                  on 2001/03/20  15:57:41
54332         Log: revert the leak fix in change#9142 (problem needs a more experimental
54333              fix unsuitable for 5.6.1)
54334      Branch: maint-5.6/perl
54335            ! scope.c
54336 ____________________________________________________________________________
54337 [  9261] By: jhi                                   on 2001/03/20  14:26:25
54338         Log: Integrate changes #9259,9260 from maintperl into mainline.
54339              
54340              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54341              
54342              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54343      Branch: perl
54344           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
54345 ____________________________________________________________________________
54346 [  9260] By: jhi                                   on 2001/03/20  14:05:46
54347         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
54348              From: Robin Barker <rmb1@cise.npl.co.uk>
54349              Date: Tue, 20 Mar 2001 10:12:04 GMT
54350              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
54351      Branch: maint-5.6/perl
54352            ! run.c
54353 ____________________________________________________________________________
54354 [  9259] By: jhi                                   on 2001/03/20  14:04:39
54355         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
54356              From: Chris Nandor <pudge@pobox.com>
54357              Date: Tue, 20 Mar 2001 00:40:56 -0500
54358              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
54359      Branch: maint-5.6/perl
54360            ! ext/POSIX/POSIX.xs lib/File/Path.pm
54361 ____________________________________________________________________________
54362 [  9258] By: jhi                                   on 2001/03/20  05:09:34
54363         Log: Update Changes.
54364      Branch: perl
54365            ! Changes patchlevel.h
54366 ____________________________________________________________________________
54367 [  9257] By: jhi                                   on 2001/03/20  05:04:25
54368         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
54369      Branch: perl
54370            ! t/op/tr.t
54371 ____________________________________________________________________________
54372 [  9256] By: jhi                                   on 2001/03/20  04:43:12
54373         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
54374              From: Peter Prymmer <pvhp@forte.com>
54375              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
54376              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
54377      Branch: maint-5.6/perl
54378            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
54379 ____________________________________________________________________________
54380 [  9255] By: jhi                                   on 2001/03/19  23:17:17
54381         Log: substr($bytestr, i, n, $charstr)
54382              
54383              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
54384      Branch: perl
54385            ! Todo-5.6 pp.c t/op/substr.t
54386 ____________________________________________________________________________
54387 [  9254] By: jhi                                   on 2001/03/19  22:25:09
54388         Log: Rearrange the make test target prerequisites so that
54389              in a parallel make 'all' is finished before 'test'.
54390      Branch: perl
54391            ! Makefile.SH
54392 ____________________________________________________________________________
54393 [  9253] By: jhi                                   on 2001/03/19  21:48:07
54394         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
54395              From: Robin Houston <robin@kitsite.com>
54396              Date: Mon, 19 Mar 2001 15:48:41 +0000
54397              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
54398      Branch: perl
54399            ! pp_ctl.c
54400 ____________________________________________________________________________
54401 [  9252] By: jhi                                   on 2001/03/19  21:42:27
54402         Log: Integrate perlio.
54403      Branch: perl
54404           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
54405           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
54406           !> utfebcdic.h vms/perly_c.vms
54407 ____________________________________________________________________________
54408 [  9251] By: jhi                                   on 2001/03/19  21:31:28
54409         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
54410              
54411              Dynaloading in 64-bit AIX with vac.
54412      Branch: perl
54413           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54414           !> hints/aix.sh
54415 ____________________________________________________________________________
54416 [  9250] By: jhi                                   on 2001/03/19  21:18:00
54417         Log: A more robust solution for the 64bitall AIX dynaloading
54418              problem, from Jens-Uwe Mager.
54419      Branch: maint-5.6/perl
54420            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
54421 ____________________________________________________________________________
54422 [  9249] By: nick                                  on 2001/03/19  20:59:37
54423         Log: Integrate mainline.
54424      Branch: perlio
54425           !> (integrate 42 files)
54426 ____________________________________________________________________________
54427 [  9248] By: nick                                  on 2001/03/19  20:22:07
54428         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
54429              (Building on OS390 uses native YACC and YYDEBUG has other
54430              side effects.)
54431      Branch: perlio
54432            ! perly.c perly.y vms/perly_c.vms
54433 ____________________________________________________________________________
54434 [  9247] By: jhi                                   on 2001/03/19  19:59:53
54435         Log: 64-bit AIX dynaloading problem (see #9244) idea
54436              from Jens-Uwe Mager.
54437      Branch: maint-5.6/perl
54438            ! ext/DynaLoader/dl_aix.xs
54439 ____________________________________________________________________________
54440 [  9246] By: nick                                  on 2001/03/19  19:27:57
54441         Log: More EBCDIC fixes.
54442      Branch: perlio
54443            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
54444            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
54445 ____________________________________________________________________________
54446 [  9245] By: jhi                                   on 2001/03/19  19:05:19
54447         Log: Integrate change #9243 from mainline into maintperl.
54448              
54449              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54450      Branch: maint-5.6/perl
54451           !> README.vmesa
54452 ____________________________________________________________________________
54453 [  9244] By: jhi                                   on 2001/03/19  19:03:15
54454         Log: Get 64bitall AIX building, but still does not test okay:
54455              dynaloading anything fails, for example for op/defins:
54456              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
54457              (update: fixed by #9247,9250)
54458      Branch: maint-5.6/perl
54459            ! hints/aix.sh
54460 ____________________________________________________________________________
54461 [  9243] By: jhi                                   on 2001/03/19  19:00:16
54462         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
54463              From: Robin Barker <rmb1@cise.npl.co.uk>
54464              Date: Mon, 19 Mar 2001 18:01:57 GMT
54465              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
54466      Branch: perl
54467            ! README.vmesa
54468 ____________________________________________________________________________
54469 [  9242] By: jhi                                   on 2001/03/19  18:58:43
54470         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
54471              
54472              TODO: tests.
54473      Branch: perl
54474            ! doop.c op.c
54475 ____________________________________________________________________________
54476 [  9241] By: gsar                                  on 2001/03/19  17:34:46
54477         Log: VMSify tests (from Charles Lane)
54478      Branch: maint-5.6/perl
54479            ! t/lib/filehand.t t/lib/texttabs.t
54480 ____________________________________________________________________________
54481 [  9240] By: jhi                                   on 2001/03/19  14:24:26
54482         Log: Integrate change #9233 from maintperl into mainline.
54483              
54484              some refcounts were incorrect in perl_clone()
54485      Branch: perl
54486           !> sv.c
54487 ____________________________________________________________________________
54488 [  9239] By: gsar                                  on 2001/03/19  09:23:17
54489         Log: this is 5.6.1-trial3
54490      Branch: maint-5.6/perl
54491            ! Changes
54492 ____________________________________________________________________________
54493 [  9238] By: gsar                                  on 2001/03/19  08:47:04
54494         Log: some new symbols are only available under ithreads
54495      Branch: maint-5.6/perl
54496            ! makedef.pl
54497 ____________________________________________________________________________
54498 [  9237] By: gsar                                  on 2001/03/19  08:42:28
54499         Log: update patchlevel.h, Changes, &c.
54500      Branch: maint-5.6/perl
54501            ! Changes patchlevel.h pod/perlhist.pod
54502           !> AUTHORS
54503 ____________________________________________________________________________
54504 [  9236] By: gsar                                  on 2001/03/19  08:17:49
54505         Log: integrate changes#8068,8717 from mainline
54506              
54507              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
54508              
54509              [PATCH CPAN 1.59_51] warning message (not!)
54510      Branch: maint-5.6/perl
54511           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
54512           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
54513           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
54514           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
54515           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
54516 ____________________________________________________________________________
54517 [  9235] By: gsar                                  on 2001/03/19  08:07:09
54518         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
54519              
54520              [PATCH] Add missing CV flags to dump.c
54521              
54522              Re: [patch] Re: PL_ptr_table
54523              
54524              Fixup non-ithread build after 8713
54525              
54526              Generated files form 8713 etc.
54527              
54528              Correct the correction :-(
54529              
54530              Documenting coderef @INC (Re: CPAN "make this script work" feature)
54531              
54532              Subject: Re: sync sync sync: have I missed any patches?
54533              Replace djSP with dSP.
54534      Branch: maint-5.6/perl
54535           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
54536           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
54537           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
54538           !> sv.c sv.h win32/perlhost.h
54539 ____________________________________________________________________________
54540 [  9234] By: gsar                                  on 2001/03/19  07:22:05
54541         Log: revert the change#9090 integrate for now (change looks somewhat
54542              incomplete in that [ha]v_exists() need something similar; lacks
54543              tests; &c.)
54544      Branch: maint-5.6/perl
54545            ! hv.c
54546 ____________________________________________________________________________
54547 [  9233] By: gsar                                  on 2001/03/19  07:10:01
54548         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
54549              destruction when there are unreferenced scalars (SvREFCNT==0)
54550      Branch: maint-5.6/perl
54551            ! sv.c
54552 ____________________________________________________________________________
54553 [  9232] By: jhi                                   on 2001/03/19  05:11:02
54554         Log: Regen api and toc.
54555      Branch: maint-5.6/perl
54556            ! pod/perlapi.pod pod/perltoc.pod
54557 ____________________________________________________________________________
54558 [  9231] By: jhi                                   on 2001/03/19  04:06:03
54559         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
54560              add a lost line in pp.c:pp_chop(), update to new op/chop.
54561              
54562              Clarify the description differentiating for and while; inspired by
54563              
54564              Subject: [ID 20010306.004] || != named unary operator
54565              
54566              The $Is_MacOS needs to be declared.
54567      Branch: maint-5.6/perl
54568            ! pp.c t/op/chop.t
54569           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
54570 ____________________________________________________________________________
54571 [  9230] By: jhi                                   on 2001/03/19  03:48:16
54572         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
54573              9079,9083,9089,9090,9091 from mainline to maintperl.
54574              
54575              Quieten some noise in Win32 builds
54576              
54577              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
54578              
54579              The perlretut was still talking about the old \p and \P
54580              definitions.
54581              
54582              More tweakage on the Unicode character class descriptions.
54583              
54584              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
54585              
54586              Subject: 'no *POSIX' Patch speeding up make on BS2000 
54587              
54588              Subject: [PATCH] perldata.pod here-doc docs
54589              
54590              Add /sbin and /usr/sbin to the list of directories scanned
54591              for setuid programs.  Takes care of bug id 20010309.003.
54592              
54593              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
54594              
54595              In op/stat #35 better to scan all the potential directories
54596              for setuids, not just the first one.
54597      Branch: maint-5.6/perl
54598            ! Makefile.SH
54599           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
54600           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
54601           !> t/op/stat.t toke.c win32/win32.h
54602 ____________________________________________________________________________
54603 [  9229] By: jhi                                   on 2001/03/19  02:31:50
54604         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
54605              From: Chris Nandor <pudge@pobox.com>
54606              Date: Sat, 10 Mar 2001 14:22:19 -0500
54607              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
54608      Branch: maint-5.6/perl
54609            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
54610            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
54611            ! t/lib/b.t t/lib/errno.t
54612 ____________________________________________________________________________
54613 [  9228] By: jhi                                   on 2001/03/19  02:29:59
54614         Log: Integrate changes #9113,9122 from mainline into maintperl.
54615              
54616              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?)
54617      Branch: maint-5.6/perl
54618           !> Configure README.os390 hints/os390.sh
54619 ____________________________________________________________________________
54620 [  9227] By: jhi                                   on 2001/03/19  02:22:35
54621         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
54622              into maintperl.
54623              
54624              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
54625              
54626              Forgot to check-in the larger part of #9120, duh.
54627              
54628              Subject: Another patch for integer.pm POD 
54629              
54630              h2ph strictness and cleanliness from Kurt Starsinic.
54631              
54632              Borland filename case problem.
54633              
54634              h2ph strictness and cleanliness from Kurt Starsinic.
54635              
54636              Subject: [PATCH] the uncontroversial doc patches
54637      Branch: maint-5.6/perl
54638           +> win32/sncfnmcs.pl
54639           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
54640           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
54641           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
54642           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
54643           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
54644           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
54645           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
54646 ____________________________________________________________________________
54647 [  9226] By: jhi                                   on 2001/03/19  02:10:21
54648         Log: Integrate changes #9207,9214 from mainline into maintperl.
54649              
54650              podchecker relaxations: =over has an *optional* number after it,
54651              and whitespace in L<> is okay.
54652      Branch: maint-5.6/perl
54653           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
54654           !> t/pod/poderrs.xr
54655 ____________________________________________________________________________
54656 [  9225] By: jhi                                   on 2001/03/19  02:07:38
54657         Log: Integrate change #9219 from maintperl into mainline.
54658              
54659              remove duplicated tests
54660      Branch: perl
54661           !> t/op/re_tests
54662 ____________________________________________________________________________
54663 [  9224] By: jhi                                   on 2001/03/19  02:06:11
54664         Log: Integrate change #9223 from mainline to maintperl.
54665              
54666              Document -Dmksymlinks.
54667      Branch: maint-5.6/perl
54668           !> INSTALL
54669 ____________________________________________________________________________
54670 [  9223] By: jhi                                   on 2001/03/19  02:01:25
54671         Log: Document -Dmksymlinks.
54672      Branch: perl
54673            ! INSTALL
54674 ____________________________________________________________________________
54675 [  9222] By: jhi                                   on 2001/03/19  01:15:35
54676         Log: The -Dmksymlinks wasn't working for maintperl.
54677      Branch: maint-5.6/perl
54678            ! Configure
54679 ____________________________________________________________________________
54680 [  9221] By: jhi                                   on 2001/03/19  00:49:43
54681         Log: Cleanup pixie residue.
54682      Branch: perl
54683            ! Makefile.SH
54684 ____________________________________________________________________________
54685 [  9220] By: jhi                                   on 2001/03/19  00:44:47
54686         Log: Document the use of pixie/prof; create make targets for it.
54687              
54688              TODO: make t/TEST pixie-aware.
54689      Branch: perl
54690            ! Makefile.SH pod/perlhack.pod
54691 ____________________________________________________________________________
54692 [  9219] By: gsar                                  on 2001/03/19  00:16:55
54693         Log: remove duplicated tests
54694      Branch: maint-5.6/perl
54695            ! t/op/re_tests
54696 ____________________________________________________________________________
54697 [  9218] By: jhi                                   on 2001/03/18  23:59:31
54698         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
54699      Branch: perl
54700            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
54701 ____________________________________________________________________________
54702 [  9217] By: jhi                                   on 2001/03/18  23:25:20
54703         Log: Rewrite the tests section of Makefile to be less redundant
54704              and to allow for more flexible test targets, many recursive
54705              make calls introduced.
54706      Branch: perl
54707            ! Makefile.SH
54708 ____________________________________________________________________________
54709 [  9216] By: jhi                                   on 2001/03/18  22:30:04
54710         Log: Document the use of Third Degree (sparsely).
54711      Branch: perl
54712            ! pod/perlhack.pod t/TEST
54713 ____________________________________________________________________________
54714 [  9215] By: jhi                                   on 2001/03/18  22:10:30
54715         Log: Make targets for testing with Third Degree.
54716      Branch: perl
54717            ! Makefile.SH
54718 ____________________________________________________________________________
54719 [  9214] By: jhi                                   on 2001/03/18  21:08:53
54720         Log: The podchecker relaxations need to mirrored also at the tests.
54721      Branch: perl
54722            ! t/pod/poderrs.xr
54723 ____________________________________________________________________________
54724 [  9213] By: jhi                                   on 2001/03/18  20:56:21
54725         Log: Update Changes.
54726      Branch: perl
54727            ! Changes patchlevel.h
54728 ____________________________________________________________________________
54729 [  9212] By: jhi                                   on 2001/03/18  20:36:59
54730         Log: Looking for config.sh in parent directories isn't
54731              very useful for the toplevel Makefile.
54732      Branch: perl
54733            ! Makefile.SH
54734 ____________________________________________________________________________
54735 [  9211] By: jhi                                   on 2001/03/18  20:33:37
54736         Log: On "make clean" take care of Third Degree droppings.
54737      Branch: perl
54738            ! Makefile.SH
54739 ____________________________________________________________________________
54740 [  9210] By: jhi                                   on 2001/03/18  20:21:34
54741         Log: Add a hook for running the tests under the Third Degree
54742              debugging tool (set $ENV{PERL_3LOG} to non-zero)
54743              
54744              TODO: Document the use of Third Degree.
54745      Branch: perl
54746            ! t/TEST
54747 ____________________________________________________________________________
54748 [  9209] By: jhi                                   on 2001/03/18  20:19:07
54749         Log: Regen toc and api pods.
54750      Branch: perl
54751            ! pod/perlapi.pod pod/perltoc.pod
54752 ____________________________________________________________________________
54753 [  9208] By: jhi                                   on 2001/03/18  20:12:12
54754         Log: Integrate changes #8128,9132 from mainline into maintperl,
54755              Tie::SubstrHash fixes.
54756      Branch: maint-5.6/perl
54757           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
54758 ____________________________________________________________________________
54759 [  9207] By: jhi                                   on 2001/03/18  20:07:43
54760         Log: podchecker relaxations from Michael Stevens.
54761      Branch: perl
54762            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
54763 ____________________________________________________________________________
54764 [  9206] By: jhi                                   on 2001/03/18  20:04:24
54765         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
54766      Branch: perl
54767            ! lib/Locale/Constants.pm lib/Locale/Country.pm
54768            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
54769            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
54770 ____________________________________________________________________________
54771 [  9205] By: jhi                                   on 2001/03/18  19:54:45
54772         Log: Integrate changes #9161,9162 from maintperl to mainline.
54773              
54774              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
54775              results
54776      Branch: perl
54777           !> t/op/magic.t
54778 ____________________________________________________________________________
54779 [  9204] By: jhi                                   on 2001/03/18  19:37:46
54780         Log: Make perl.third checks more understandable to the builder.
54781      Branch: perl
54782            ! Makefile.SH
54783 ____________________________________________________________________________
54784 [  9203] By: jhi                                   on 2001/03/18  19:20:54
54785         Log: Re-integrate #9138 from maintperl to mainline,
54786              the squelching of the unneeded "Scalars leaked" messages.
54787      Branch: perl
54788           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
54789           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
54790           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
54791 ____________________________________________________________________________
54792 [  9202] By: jhi                                   on 2001/03/18  18:48:36
54793         Log: More robust and more paranoid perl.third target.
54794      Branch: perl
54795            ! Makefile.SH
54796 ____________________________________________________________________________
54797 [  9201] By: jhi                                   on 2001/03/18  18:39:21
54798         Log: Integrate change #9197 from maintperl to mainline.
54799              
54800              more thorough cleaning of arenas.
54801      Branch: perl
54802           !> embed.pl perl.c proto.h sv.c t/op/sort.t
54803 ____________________________________________________________________________
54804 [  9200] By: jhi                                   on 2001/03/18  18:25:17
54805         Log: Integrate perlio.
54806      Branch: perl
54807           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
54808           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
54809           !> t/lib/encode.t toke.c universal.c utf8.c
54810 ____________________________________________________________________________
54811 [  9199] By: nick                                  on 2001/03/18  15:23:51
54812         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
54813              is the sense of the test being done. Avoid some magical 127 and 128 values
54814              by using macros.
54815      Branch: perlio
54816            ! doop.c pp_ctl.c sv.c toke.c
54817 ____________________________________________________________________________
54818 [  9198] By: nick                                  on 2001/03/18  14:18:12
54819         Log: UTF-X encoding invariance for Encode:
54820              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
54821              - move the XS code for those to universal.c (so in miniperl)
54822              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
54823              - change ext/Encode/compile to use above.
54824              - Fix t/lib/encode.t for above
54825              - Teach t/lib/b.t to expect -uutf8
54826              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
54827              utf8.pm is needed.
54828      Branch: perlio
54829            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
54830            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
54831 ____________________________________________________________________________
54832 [  9197] By: gsar                                  on 2001/03/18  12:15:57
54833         Log: more thorough cleaning of arenas--keep going until no more
54834              SvREFCNT_dec()s occur (this fixes the problem that causes the
54835              pesky "Scalars leaked" warnings)
54836      Branch: maint-5.6/perl
54837            ! embed.pl perl.c proto.h sv.c t/op/sort.t
54838 ____________________________________________________________________________
54839 [  9196] By: nick                                  on 2001/03/18  10:57:29
54840         Log: Fix pragma/utf8.t # 15
54841              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
54842              are SvUTF8 as well.
54843      Branch: perlio
54844            ! toke.c
54845 ____________________________________________________________________________
54846 [  9195] By: nick                                  on 2001/03/18  09:27:06
54847         Log: Integrate mainline
54848      Branch: perlio
54849           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
54850           !> t/op/pat.t
54851 ____________________________________________________________________________
54852 [  9194] By: jhi                                   on 2001/03/18  05:29:59
54853         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
54854              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
54855      Branch: perl
54856            ! op.c op.h t/op/misc.t t/op/pat.t
54857 ____________________________________________________________________________
54858 [  9193] By: jhi                                   on 2001/03/18  05:15:06
54859         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
54860      Branch: perl
54861            ! mg.c t/op/pat.t
54862 ____________________________________________________________________________
54863 [  9192] By: jhi                                   on 2001/03/18  04:22:43
54864         Log: tr/// UTF-8 patches from Inaba Hiroto.
54865      Branch: perl
54866            ! doop.c op.c
54867 ____________________________________________________________________________
54868 [  9191] By: jhi                                   on 2001/03/18  04:21:17
54869         Log: Integrate perlio.
54870      Branch: perl
54871           !> utf8.c utfebcdic.h
54872 ____________________________________________________________________________
54873 [  9190] By: nick                                  on 2001/03/17  20:32:01
54874         Log: Correct #if EBCDIC side typos.
54875              Builds and passes many tests on OS390.
54876      Branch: perlio
54877            ! utf8.c utfebcdic.h
54878 ____________________________________________________________________________
54879 [  9189] By: jhi                                   on 2001/03/17  18:55:49
54880         Log: Add prerequisites for the perl.third target.
54881      Branch: perl
54882            ! Makefile.SH
54883 ____________________________________________________________________________
54884 [  9188] By: jhi                                   on 2001/03/17  18:46:00
54885         Log: Integrate perlio.
54886      Branch: perl
54887           +> utfebcdic.h
54888           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
54889 ____________________________________________________________________________
54890 [  9187] By: jhi                                   on 2001/03/17  18:38:47
54891         Log: Add a make rule for perl.third (the Third Degree memory debugging
54892              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
54893      Branch: perl
54894            ! Makefile.SH
54895 ____________________________________________________________________________
54896 [  9186] By: nick                                  on 2001/03/17  18:34:48
54897         Log: MANIFEST addition :-(
54898      Branch: perlio
54899            ! MANIFEST
54900 ____________________________________________________________________________
54901 [  9185] By: nick                                  on 2001/03/17  18:29:50
54902         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
54903              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
54904              a superset of ASCII are invariant under the encoding. This is EBCDIC
54905              friendly as an encoded string can be looked at as being EBCDIC by lexer
54906              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
54907              ASCII on ASCII machines.
54908              
54909              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
54910              seperate.
54911              - Add some more macros to comprehend different shift amounts and
54912              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
54913              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
54914              and conditionally #include it.
54915              
54916              EBCDIC build as yet untested.  ASCII still fails the one test.
54917      Branch: perlio
54918            + utfebcdic.h
54919            ! utf8.c utf8.h
54920 ____________________________________________________________________________
54921 [  9184] By: nick                                  on 2001/03/17  17:44:16
54922         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
54923      Branch: perlio
54924            ! doop.c perl.h pp.c utf8.h
54925 ____________________________________________________________________________
54926 [  9183] By: jhi                                   on 2001/03/17  15:55:42
54927         Log: Integrate perlio.
54928      Branch: perl
54929            ! MANIFEST
54930           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
54931 ____________________________________________________________________________
54932 [  9182] By: nick                                  on 2001/03/17  09:16:06
54933         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
54934      Branch: perlio
54935            ! t/op/pat.t
54936 ____________________________________________________________________________
54937 [  9181] By: nick                                  on 2001/03/17  09:15:11
54938         Log: Integrate mainline.
54939      Branch: perlio
54940           +> lib/Locale/Constants.pm lib/Locale/Country.pm
54941           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
54942           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
54943           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
54944           !> (integrate 83 files)
54945 ____________________________________________________________________________
54946 [  9180] By: nick                                  on 2001/03/16  17:23:21
54947         Log: EBCDIC Fixes.
54948      Branch: perlio
54949            ! perl.h sv.c toke.c utf8.c utf8.h
54950 ____________________________________________________________________________
54951 [  9179] By: jhi                                   on 2001/03/16  14:10:12
54952         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
54953              a change needed to work around an AIX compiler bug.
54954      Branch: perl
54955            ! ext/Storable/Storable.xs
54956 ____________________________________________________________________________
54957 [  9178] By: jhi                                   on 2001/03/16  03:19:59
54958         Log: With Damian's approval synchronize damian's modules'
54959              licensing with Perl's standard module licensing.
54960      Branch: perl
54961            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
54962 ____________________________________________________________________________
54963 [  9177] By: jhi                                   on 2001/03/16  03:15:34
54964         Log: Make the Filter::Util:Call files have their own copies
54965              of the Perl standard module licensing, from Paul Marquess.
54966      Branch: perl
54967            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
54968 ____________________________________________________________________________
54969 [  9176] By: jhi                                   on 2001/03/16  02:56:04
54970         Log: Subject: [PATCH] more pod patches
54971              From: Michael Stevens <michael@etla.org>
54972              Date: Thu, 15 Mar 2001 21:25:18 +0000
54973              Message-ID: <20010315212518.A18870@firedrake.org>
54974      Branch: perl
54975            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
54976            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
54977            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
54978            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
54979            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
54980            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
54981            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
54982            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
54983            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
54984            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
54985            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
54986            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
54987            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
54988            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
54989            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
54990            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
54991            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
54992            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
54993            ! lib/Locale/Country.pm lib/Locale/Language.pm
54994            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
54995            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
54996            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
54997            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
54998            ! os2/OS2/Process/Process.pm
54999 ____________________________________________________________________________
55000 [  9175] By: jhi                                   on 2001/03/16  02:53:32
55001         Log: Subject: [PATCH] the uncontroversial doc patches
55002              From: Michael Stevens <michael@etla.org>
55003              Date: Thu, 15 Mar 2001 20:01:12 +0000
55004              Message-ID: <20010315200112.A7636@firedrake.org>
55005      Branch: perl
55006            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
55007            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
55008            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
55009            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
55010            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
55011 ____________________________________________________________________________
55012 [  9174] By: jhi                                   on 2001/03/16  02:50:49
55013         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
55014              From: Paul Lindner <lindner@inuus.com>
55015              Date: Fri, 16 Mar 2001 11:28:03 -0800
55016              Message-ID: <20010316112803.A7577@inuus.com>
55017      Branch: perl
55018            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
55019 ____________________________________________________________________________
55020 [  9173] By: nick                                  on 2001/03/15  20:21:03
55021         Log: 1st day's EBCDIC fixes:
55022              - toke.c's parsing of strings needed attention
55023              needed to conditionally e2a if string was already UTF-8
55024              - e2a/a2e tables where wrong way round.
55025              - new macros in utf8.h
55026      Branch: perlio
55027            ! perl.h toke.c utf8.h
55028 ____________________________________________________________________________
55029 [  9172] By: jhi                                   on 2001/03/15  15:17:17
55030         Log: Update Changes.
55031      Branch: perl
55032            ! Changes patchlevel.h
55033 ____________________________________________________________________________
55034 [  9171] By: jhi                                   on 2001/03/15  15:09:32
55035         Log: Subject: Re: Another Borland C++ problem.
55036              From: "Vadim Konovalov" <watman@inbox.ru>
55037              Date: Sat, 10 Mar 2001 19:26:07 +0300
55038              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
55039              
55040              Borland filename case problem.
55041      Branch: perl
55042            + win32/sncfnmcs.pl
55043            ! MANIFEST README.win32
55044 ____________________________________________________________________________
55045 [  9170] By: jhi                                   on 2001/03/15  14:54:23
55046         Log: Add Locale::Codes 1.06, from Neil Bowers.
55047      Branch: perl
55048            + lib/Locale/Constants.pm lib/Locale/Country.pm
55049            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
55050            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
55051            + t/lib/lc-language.t t/lib/lc-uk.t
55052            ! MANIFEST
55053 ____________________________________________________________________________
55054 [  9169] By: jhi                                   on 2001/03/15  14:19:01
55055         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
55056      Branch: perl
55057            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
55058            ! ext/Storable/Storable.xs
55059 ____________________________________________________________________________
55060 [  9168] By: jhi                                   on 2001/03/15  14:13:22
55061         Log: Integrate changes #9120,9167 from mainline to maintperl.
55062              
55063              Subject: [PATCH 5.6.1] OS/2 docs
55064              
55065              Subject: [PATCH 5.6.1] perldoc
55066      Branch: maint-5.6/perl
55067           !> os2/Changes utils/perldoc.PL
55068 ____________________________________________________________________________
55069 [  9167] By: jhi                                   on 2001/03/15  14:07:42
55070         Log: Subject: [PATCH 5.6.1] perldoc
55071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55072              Date: Wed, 14 Mar 2001 23:46:52 -0500
55073              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
55074      Branch: perl
55075            ! utils/perldoc.PL
55076 ____________________________________________________________________________
55077 [  9166] By: jhi                                   on 2001/03/15  13:53:15
55078         Log: sigaction test condition tweakage.
55079      Branch: perl
55080            ! t/lib/sigaction.t
55081 ____________________________________________________________________________
55082 [  9165] By: alanbur                               on 2001/03/15  03:49:17
55083         Log: Resynchronised with parent
55084      Branch: maint-5.6/pureperl
55085           +> os2/os2add.sym t/op/anonsub.t
55086           !> (integrate 72 files)
55087 ____________________________________________________________________________
55088 [  9164] By: jhi                                   on 2001/03/15  01:05:01
55089         Log: Avoid stomping off the beginning of an array in tr///.
55090      Branch: perl
55091            ! op.c
55092 ____________________________________________________________________________
55093 [  9163] By: jhi                                   on 2001/03/15  00:58:57
55094         Log: h2ph strictness and cleanliness from Kurt Starsinic.
55095      Branch: perl
55096            ! utils/h2ph.PL
55097 ____________________________________________________________________________
55098 [  9162] By: gsar                                  on 2001/03/15  00:56:53
55099         Log: avoid warnings
55100      Branch: maint-5.6/perl
55101            ! t/op/magic.t
55102 ____________________________________________________________________________
55103 [  9161] By: gsar                                  on 2001/03/15  00:52:09
55104         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
55105              results
55106      Branch: maint-5.6/perl
55107            ! t/op/magic.t
55108 ____________________________________________________________________________
55109 [  9160] By: jhi                                   on 2001/03/14  22:02:10
55110         Log: Do not use the Perl malloc in IRIX, suggested by
55111              Helmus Jarausch.
55112      Branch: perl
55113            ! hints/irix_6.sh
55114 ____________________________________________________________________________
55115 [  9159] By: nick                                  on 2001/03/14  21:45:59
55116         Log: Integrate mainline
55117      Branch: perlio
55118           +> t/op/loopctl.t
55119           !> (integrate 41 files)
55120 ____________________________________________________________________________
55121 [  9158] By: jhi                                   on 2001/03/14  21:10:09
55122         Log: The Day of the Retractions continues: the #9138
55123              (integrated in #9144) doesn't work well in mainline.
55124      Branch: perl
55125            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55126            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55127            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55128 ____________________________________________________________________________
55129 [  9157] By: jhi                                   on 2001/03/14  20:58:12
55130         Log: The #9145 CANNOT be enabled: the clear_pmop code still
55131              dumps core all over in Tru64.
55132      Branch: perl
55133            ! op.c op.h t/op/pat.t
55134 ____________________________________________________________________________
55135 [  9156] By: jhi                                   on 2001/03/14  20:48:06
55136         Log: Integrate change #9154 from maintperl to mainline.
55137              
55138              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55139              (caused Storable 1.0.10 to break on windows)
55140      Branch: perl
55141           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55142           !> perlapi.c proto.h
55143 ____________________________________________________________________________
55144 [  9155] By: jhi                                   on 2001/03/14  20:23:53
55145         Log: Retract #9136: breaks threading (and binary compatibility).
55146      Branch: perl
55147            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55148 ____________________________________________________________________________
55149 [  9154] By: gsar                                  on 2001/03/14  17:48:18
55150         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
55151              (caused Storable 1.0.10 to break on windows)
55152      Branch: maint-5.6/perl
55153            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
55154            ! perlapi.c proto.h
55155 ____________________________________________________________________________
55156 [  9153] By: jhi                                   on 2001/03/14  13:35:21
55157         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
55158      Branch: perl
55159            ! t/lib/sigaction.t
55160 ____________________________________________________________________________
55161 [  9152] By: gsar                                  on 2001/03/14  07:29:40
55162         Log: back out changes#9012,9010,9009 and parts of change#9016
55163              (causes ABRs under purify, and some prerequisites don't
55164              seem to be there in 5.6.x)
55165      Branch: maint-5.6/perl
55166            ! doop.c op.c t/op/tr.t toke.c
55167 ____________________________________________________________________________
55168 [  9151] By: gsar                                  on 2001/03/14  07:01:29
55169         Log: reenable change#9145 (the test was busted due to a missing
55170              C<print "ok 27\n">)
55171      Branch: perl
55172            ! op.c op.h t/op/pat.t
55173 ____________________________________________________________________________
55174 [  9150] By: jhi                                   on 2001/03/14  06:38:36
55175         Log: Retract #9145.
55176      Branch: perl
55177            ! op.c op.h t/op/pat.t
55178 ____________________________________________________________________________
55179 [  9149] By: jhi                                   on 2001/03/14  06:14:56
55180         Log: Retract #9143.
55181      Branch: perl
55182            ! op.c
55183 ____________________________________________________________________________
55184 [  9148] By: gsar                                  on 2001/03/14  06:13:02
55185         Log: Uninitialized Memory Read in regexec.c
55186      Branch: perl
55187            ! regexec.c
55188 ____________________________________________________________________________
55189 [  9147] By: jhi                                   on 2001/03/14  04:59:54
55190         Log: Subject: PATCH: make goto work in nested eval ""
55191              From: Robin Houston <robin@kitsite.com>
55192              Date: Wed, 14 Mar 2001 04:16:10 +0000
55193              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
55194      Branch: perl
55195            ! pp_ctl.c t/op/goto.t
55196 ____________________________________________________________________________
55197 [  9146] By: jhi                                   on 2001/03/14  04:42:54
55198         Log: Preserve the #ifdef PERL_CORE in perly.h.
55199      Branch: perl
55200            ! perly.fixer
55201 ____________________________________________________________________________
55202 [  9145] By: jhi                                   on 2001/03/14  03:57:41
55203         Log: (Retracted by #9150.)
55204      Branch: perl
55205            ! op.c op.h t/op/pat.t
55206 ____________________________________________________________________________
55207 [  9144] By: jhi                                   on 2001/03/14  03:50:38
55208         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
55209              
55210              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55211              
55212              remove squelch controls for "Scalars leaked" messages in most places
55213              (these are now cured)
55214              
55215              fix another memory leak reported by purify (tie callbacks that
55216              croak can leak when wiping out magic)
55217      Branch: perl
55218           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
55219           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
55220           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
55221           !> t/pragma/warnings.t
55222 ____________________________________________________________________________
55223 [  9143] By: jhi                                   on 2001/03/14  03:37:53
55224         Log: (Retracted by #9149.)
55225      Branch: perl
55226            ! op.c
55227 ____________________________________________________________________________
55228 [  9142] By: gsar                                  on 2001/03/14  03:20:48
55229         Log: fix another memory leak reported by purify (tie callbacks that
55230              croak can leak when wiping out magic)
55231      Branch: maint-5.6/perl
55232            ! scope.c
55233 ____________________________________________________________________________
55234 [  9141] By: jhi                                   on 2001/03/14  02:55:00
55235         Log: Subject: PATCH for [ID 20010305.003]
55236              From: Robin Houston <robin@kitsite.com>
55237              Date: Wed, 14 Mar 2001 02:45:51 +0000
55238              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
55239      Branch: perl
55240            ! pp_ctl.c t/op/eval.t
55241 ____________________________________________________________________________
55242 [  9140] By: jhi                                   on 2001/03/14  02:41:54
55243         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55244              Date: Wed, 14 Mar 2001 01:52:51 +0000
55245              From: Robin Houston <robin@kitsite.com>
55246              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
55247              
55248              Fix for 2000313.004.
55249      Branch: perl
55250            ! pp_ctl.c t/op/goto.t
55251 ____________________________________________________________________________
55252 [  9139] By: jhi                                   on 2001/03/14  02:40:50
55253         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55254              From: Robin Houston <robin@kitsite.com>
55255              Date: Wed, 14 Mar 2001 00:43:45 +0000
55256              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
55257      Branch: perl
55258            + t/op/loopctl.t
55259            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
55260            ! vms/perly_c.vms
55261 ____________________________________________________________________________
55262 [  9138] By: gsar                                  on 2001/03/14  01:18:00
55263         Log: remove squelch controls for "Scalars leaked" messages in most places
55264              (these are now cured)
55265      Branch: maint-5.6/perl
55266            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
55267            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
55268            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
55269 ____________________________________________________________________________
55270 [  9137] By: gsar                                  on 2001/03/14  00:57:04
55271         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
55272      Branch: maint-5.6/perl
55273            ! regcomp.c
55274 ____________________________________________________________________________
55275 [  9136] By: jhi                                   on 2001/03/13  23:12:24
55276         Log: (Retracted by #9155)
55277              
55278              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
55279              From: Jens-Uwe Mager <jum@helios.de>
55280              Date: Wed, 21 Feb 2001 21:32:04 +0100
55281              Message-ID: <20010221213203.A18340@ans.helios.de>
55282      Branch: perl
55283            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
55284 ____________________________________________________________________________
55285 [  9135] By: jhi                                   on 2001/03/13  22:50:05
55286         Log: Integrate perlio.
55287      Branch: perl
55288           !> pp.c
55289 ____________________________________________________________________________
55290 [  9134] By: jhi                                   on 2001/03/13  22:49:05
55291         Log: Integrate change #9131 from maintperl into mainline.
55292              
55293              make the error text look more consistent in hints/hpux.sh
55294      Branch: perl
55295           !> hints/hpux.sh
55296 ____________________________________________________________________________
55297 [  9133] By: gsar                                  on 2001/03/13  22:46:20
55298         Log: integrate change#9067 from mainline
55299              
55300              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55301      Branch: maint-5.6/perl
55302           !> lib/ExtUtils/MM_Unix.pm
55303 ____________________________________________________________________________
55304 [  9132] By: jhi                                   on 2001/03/13  22:41:21
55305         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
55306              From: "John P. Linderman" <jpl@research.att.com>
55307              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
55308              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
55309              
55310              A more correct prime finder.
55311      Branch: perl
55312            ! lib/Tie/SubstrHash.pm
55313 ____________________________________________________________________________
55314 [  9131] By: gsar                                  on 2001/03/13  22:30:42
55315         Log: make the error text look more consistent in hints/hpux.sh
55316      Branch: maint-5.6/perl
55317            ! hints/hpux.sh
55318 ____________________________________________________________________________
55319 [  9130] By: jhi                                   on 2001/03/13  22:23:44
55320         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
55321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55322              Date: Tue, 13 Mar 2001 18:41:26 +0100
55323              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
55324              
55325              If the test is run non-interactively the default handler
55326              is different.
55327      Branch: perl
55328            ! t/lib/sigaction.t
55329 ____________________________________________________________________________
55330 [  9129] By: jhi                                   on 2001/03/13  22:20:21
55331         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
55332              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55333              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
55334              Date:     Tue, 13 Mar 2001 16:44:32 EST
55335      Branch: perl
55336            ! t/lib/1_compile.t
55337 ____________________________________________________________________________
55338 [  9128] By: jhi                                   on 2001/03/13  22:18:34
55339         Log: Subject: Another patch for integer.pm POD 
55340              From: "John L. Allen" <allen@grumman.com>
55341              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
55342              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
55343      Branch: perl
55344            ! lib/integer.pm
55345 ____________________________________________________________________________
55346 [  9127] By: nick                                  on 2001/03/13  21:26:30
55347         Log: Integrate mainline.
55348      Branch: perlio
55349           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
55350           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
55351           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
55352           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
55353           !> Changes Configure MANIFEST README.os2 README.os390
55354           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
55355           !> os2/Changes patchlevel.h win32/perlhost.h
55356 ____________________________________________________________________________
55357 [  9126] By: nick                                  on 2001/03/13  20:39:51
55358         Log: #ifdef'ed out code to make packed side of pack/unpack
55359              octets. (i.e. pack('U') => encode_utf8).
55360      Branch: perlio
55361            ! pp.c
55362 ____________________________________________________________________________
55363 [  9125] By: jhi                                   on 2001/03/13  15:07:16
55364         Log: Update Changes.
55365      Branch: perl
55366            ! Changes patchlevel.h
55367 ____________________________________________________________________________
55368 [  9124] By: jhi                                   on 2001/03/13  14:22:45
55369         Log: Workaround for the buggy ("internal compiler error")
55370              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
55371              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
55372              of Andreas König.
55373      Branch: perl
55374            ! ext/re/Makefile.PL hints/aix.sh
55375 ____________________________________________________________________________
55376 [  9123] By: jhi                                   on 2001/03/13  03:24:34
55377         Log: Typo in #9114.
55378      Branch: metaconfig
55379            ! U/modified/myhostname.U
55380 ____________________________________________________________________________
55381 [  9122] By: jhi                                   on 2001/03/13  03:24:06
55382         Log: Typo in #9113.
55383      Branch: perl
55384            ! Configure
55385 ____________________________________________________________________________
55386 [  9121] By: jhi                                   on 2001/03/13  01:53:05
55387         Log: Forgot to check-in the larger part of #9120, duh.
55388      Branch: perl
55389            ! README.os2
55390 ____________________________________________________________________________
55391 [  9120] By: jhi                                   on 2001/03/13  01:51:31
55392         Log: Subject: [PATCH 5.6.1] OS/2 docs
55393              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55394              Date: Mon, 12 Mar 2001 03:27:32 -0500
55395              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
55396      Branch: perl
55397            ! os2/Changes
55398 ____________________________________________________________________________
55399 [  9119] By: jhi                                   on 2001/03/13  01:49:41
55400         Log: Integrate change #9116 from maintperl into mainline.
55401              
55402              Win32::GetCwd() returns C: instead of C:\ in the root directory
55403              under ithreads
55404      Branch: perl
55405           !> win32/perlhost.h
55406 ____________________________________________________________________________
55407 [  9118] By: jhi                                   on 2001/03/13  01:13:39
55408         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
55409      Branch: perl
55410            + lib/Switch.pm t/lib/switch.t
55411            ! MANIFEST
55412 ____________________________________________________________________________
55413 [  9117] By: jhi                                   on 2001/03/13  01:03:17
55414         Log: Add Text::Balanced 1.83.
55415      Branch: perl
55416            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
55417            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
55418            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
55419            + t/lib/tb-xvari.t
55420            ! MANIFEST
55421 ____________________________________________________________________________
55422 [  9116] By: gsar                                  on 2001/03/13  00:55:53
55423         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
55424              under ithreads
55425      Branch: maint-5.6/perl
55426            ! win32/perlhost.h
55427 ____________________________________________________________________________
55428 [  9115] By: jhi                                   on 2001/03/13  00:54:09
55429         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
55430              From: "John L. Allen" <allen@grumman.com>
55431              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
55432              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
55433              
55434              use integer document clarification.
55435      Branch: perl
55436            ! lib/integer.pm
55437 ____________________________________________________________________________
55438 [  9114] By: jhi                                   on 2001/03/13  00:38:54
55439         Log: Metaconfig unit change for #9113.
55440      Branch: metaconfig
55441            ! U/modified/myhostname.U
55442 ____________________________________________________________________________
55443 [  9113] By: jhi                                   on 2001/03/13  00:38:35
55444         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?)
55445              From: Peter Prymmer <pvhp@forte.com>
55446              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
55447              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
55448      Branch: perl
55449            ! Configure README.os390 hints/os390.sh
55450 ____________________________________________________________________________
55451 [  9112] By: jhi                                   on 2001/03/13  00:29:00
55452         Log: Integrate perlio.
55453      Branch: perl
55454           !> sv.c utf8.h
55455 ____________________________________________________________________________
55456 [  9111] By: nick                                  on 2001/03/12  21:16:33
55457         Log: Integrate mainline.
55458      Branch: perlio
55459           +> t/op/anonsub.t
55460           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55461           !> proto.h sv.c
55462 ____________________________________________________________________________
55463 [  9110] By: nick                                  on 2001/03/12  21:00:13
55464         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
55465      Branch: perlio
55466            ! sv.c utf8.h
55467 ____________________________________________________________________________
55468 [  9109] By: jhi                                   on 2001/03/12  16:04:47
55469         Log: Integrate change #9108 from maintperl to mainline.
55470              
55471              fix memory leak in C<sub X { sub {} }> arising from a refcount
55472              loop between the outer sub and the inner prototype anonsub
55473              
55474              this also enables closures returned by subroutines that
55475              subsequently get redefined to work without generating coredumps :)
55476              
55477              completely removed the free_closures() hack--it shouldn't be
55478              needed anymore
55479      Branch: perl
55480           +> t/op/anonsub.t
55481           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55482           !> proto.h sv.c
55483 ____________________________________________________________________________
55484 [  9108] By: gsar                                  on 2001/03/12  10:21:31
55485         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
55486              loop between the outer sub and the inner prototype anonsub
55487              
55488              this also enables closures returned by subroutines that
55489              subsequently get redefined to work without generating coredumps :)
55490              
55491              completely removed the free_closures() hack--it shouldn't be
55492              needed anymore
55493      Branch: maint-5.6/perl
55494            + t/op/anonsub.t
55495            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
55496            ! proto.h sv.c
55497 ____________________________________________________________________________
55498 [  9107] By: jhi                                   on 2001/03/12  05:15:31
55499         Log: Integrate perlio.
55500      Branch: perl
55501           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
55502 ____________________________________________________________________________
55503 [  9106] By: nick                                  on 2001/03/11  20:10:12
55504         Log: regcomp.c is working in native space, not Unicode space (if different)
55505              as it is doing compare against 'W' in \W etc.
55506      Branch: perlio
55507            ! regcomp.c
55508 ____________________________________________________________________________
55509 [  9105] By: nick                                  on 2001/03/11  19:39:34
55510         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
55511              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
55512      Branch: perlio
55513            ! regcomp.c toke.c utf8.c
55514 ____________________________________________________________________________
55515 [  9104] By: nick                                  on 2001/03/11  18:15:44
55516         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
55517      Branch: perlio
55518            ! sv.c
55519 ____________________________________________________________________________
55520 [  9103] By: nick                                  on 2001/03/11  18:03:28
55521         Log: Integrate mainline (for regexp stuff).
55522      Branch: perlio
55523           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55524           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
55525           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
55526           !> t/lib/errno.t t/op/pat.t
55527 ____________________________________________________________________________
55528 [  9102] By: nick                                  on 2001/03/11  17:44:20
55529         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
55530              - exclude layer syms in makedef.pl for sfio
55531              - also inhibit Encode from trying to build ":encode()" layer.
55532      Branch: perlio
55533            ! ext/Encode/Encode.xs makedef.pl
55534 ____________________________________________________________________________
55535 [  9101] By: jhi                                   on 2001/03/10  22:38:13
55536         Log: The $Is_MacOS needs to be declared.
55537      Branch: perl
55538            ! lib/ExtUtils/Manifest.pm
55539 ____________________________________________________________________________
55540 [  9100] By: jhi                                   on 2001/03/10  22:14:29
55541         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
55542              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
55543              pollute the symbolspace if using sfio.
55544      Branch: perl
55545            ! ext/Encode/Encode.xs
55546 ____________________________________________________________________________
55547 [  9099] By: jhi                                   on 2001/03/10  21:58:48
55548         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
55549              Date: Sat, 10 Mar 2001 14:23:55 -0500
55550              From: Chris Nandor <pudge@pobox.com>
55551              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
55552      Branch: perl
55553            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
55554            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
55555            ! t/lib/errno.t
55556 ____________________________________________________________________________
55557 [  9098] By: jhi                                   on 2001/03/10  21:38:30
55558         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
55559      Branch: perl
55560            ! regcomp.c regexec.c t/op/pat.t
55561 ____________________________________________________________________________
55562 [  9097] By: jhi                                   on 2001/03/10  14:38:07
55563         Log: Integrate perlio.
55564      Branch: perl
55565           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
55566           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
55567           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
55568 ____________________________________________________________________________
55569 [  9096] By: nick                                  on 2001/03/10  11:55:43
55570         Log: EBCDIC sanity - phase I
55571              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
55572              - use utf8n_xxxx (c.f. pvn) for forms which take length.
55573              - back out vN.N and $^V exceptions to e2a/a2e
55574              - make "locale" isxxx macros be uvchr (may be redundant?)
55575              
55576              Not clear yet that toUPPER_uni et. al. return being handled correctly.
55577              The tr// and rexexp stuff still needs an audit, assumption is they are working
55578              in Unicode space.
55579              
55580              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
55581      Branch: perlio
55582            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
55583            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
55584            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
55585 ____________________________________________________________________________
55586 [  9095] By: jhi                                   on 2001/03/09  22:10:01
55587         Log: Integrate perlio.
55588      Branch: perl
55589           !> dump.c
55590 ____________________________________________________________________________
55591 [  9094] By: nick                                  on 2001/03/09  17:36:38
55592         Log: Builds an passes all tests after integrate and this tweak.
55593      Branch: perlio
55594            ! dump.c
55595 ____________________________________________________________________________
55596 [  9093] By: nick                                  on 2001/03/09  17:16:03
55597         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
55598      Branch: perlio
55599           +> lib/unicode/Scripts.txt t/lib/sigaction.t
55600           !> (integrate 79 files)
55601 ____________________________________________________________________________
55602 [  9092] By: jhi                                   on 2001/03/09  15:28:26
55603         Log: Update Changes.
55604      Branch: perl
55605            ! Changes patchlevel.h
55606 ____________________________________________________________________________
55607 [  9091] By: jhi                                   on 2001/03/09  15:25:05
55608         Log: In op/stat #35 better to scan all the potential directories
55609              for setuids, not just the first one.
55610      Branch: perl
55611            ! t/op/stat.t
55612 ____________________________________________________________________________
55613 [  9090] By: jhi                                   on 2001/03/09  15:01:27
55614         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
55615              From: rspier@pobox.com (Robert Spier)
55616              Date: Fri, 9 Mar 2001 03:30:20 -0500
55617              Message-ID: <15016.38044.381174.160189@rls.cx>
55618              
55619              EXISTS() returning undef mistakenly triggered a FETCH().
55620      Branch: perl
55621            ! hv.c
55622 ____________________________________________________________________________
55623 [  9089] By: jhi                                   on 2001/03/09  14:59:02
55624         Log: Add /sbin and /usr/sbin to the list of directories scanned
55625              for setuid programs.  Takes care of bug id 20010309.003.
55626      Branch: perl
55627            ! t/op/stat.t
55628 ____________________________________________________________________________
55629 [  9088] By: jhi                                   on 2001/03/09  14:48:32
55630         Log: Regen perlapi, perltoc.
55631      Branch: perl
55632            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
55633 ____________________________________________________________________________
55634 [  9087] By: jhi                                   on 2001/03/09  14:38:56
55635         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
55636              From: David Mitchell <davem@fdgroup.co.uk>
55637              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
55638              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
55639      Branch: perl
55640            ! dump.c perl.c perl.h pod/perlrun.pod
55641 ____________________________________________________________________________
55642 [  9086] By: jhi                                   on 2001/03/09  01:47:16
55643         Log: A modified version of
55644              
55645              Subject: [ID 20010307.005] POSIX::sigaction has various problems
55646              From: anders@broadcom.com
55647              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
55648              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
55649              
55650              Currently the sigaction.t test #6 fails (and is fudged to look
55651              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
55652              This may well be a genuine bug in Linux sigaction() (since at
55653              least Tru64, Solaris, and HP-UX disagree with Linux).
55654              Anyone with POSIX / SUSv2 tome handy?  The problem is that
55655              the flags of the oldaction don't match with the flags in
55656              the previously installed disposition.
55657      Branch: perl
55658            + t/lib/sigaction.t
55659            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
55660 ____________________________________________________________________________
55661 [  9085] By: jhi                                   on 2001/03/09  01:30:13
55662         Log: Subject: Re: mission impossible for the day
55663              From: Alex Gough <alex@rcon.org>
55664              Date: Thu, 08 Mar 2001 17:18:19 +0000
55665              Message-ID: <3AA7BEDB.8070409@rcon.org>
55666              
55667              If references (are overloaded) and can be directly stringified,
55668              show that instead of "stringified".
55669              
55670              (The problem, infinite mutual recursion caused by overloaded bool
55671              in Switch.pm, tracked by David Mitchell)
55672      Branch: perl
55673            ! lib/Carp/Heavy.pm
55674 ____________________________________________________________________________
55675 [  9084] By: jhi                                   on 2001/03/09  01:20:39
55676         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
55677              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
55678              From: David Mitchell <davem@fdgroup.co.uk>
55679              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
55680      Branch: perl
55681            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
55682            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
55683 ____________________________________________________________________________
55684 [  9083] By: jhi                                   on 2001/03/09  01:16:51
55685         Log: Subject: [PATCH] perldata.pod here-doc docs
55686              From: Jeff Pinyan <jeffp@crusoe.net>
55687              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
55688              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
55689      Branch: perl
55690            ! pod/perldata.pod
55691 ____________________________________________________________________________
55692 [  9082] By: jhi                                   on 2001/03/09  01:01:27
55693         Log: Subject: Re: Unicode/EBCDIC
55694              From: Peter Prymmer <pvhp@forte.com>
55695              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
55696              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
55697      Branch: perl
55698            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
55699 ____________________________________________________________________________
55700 [  9081] By: jhi                                   on 2001/03/08  13:41:30
55701         Log: Subject: Ooops, wrong 'no *POSIX' Patch
55702              From: Dorner Thomas <Thomas.Dorner@start.de>
55703              Date: Thu, 8 Mar 2001 08:43:28 +0100
55704              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
55705      Branch: perl
55706            ! hints/posix-bc.sh
55707 ____________________________________________________________________________
55708 [  9080] By: jhi                                   on 2001/03/08  13:11:42
55709         Log: It's Scripts.txt, not Script.txt.
55710      Branch: perl
55711            ! MANIFEST
55712 ____________________________________________________________________________
55713 [  9079] By: jhi                                   on 2001/03/08  12:59:05
55714         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
55715              From: Dorner Thomas <Thomas.Dorner@start.de>
55716              Date: Wed, 7 Mar 2001 14:13:31 +0100
55717              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
55718      Branch: perl
55719            ! makedepend.SH
55720 ____________________________________________________________________________
55721 [  9078] By: jhi                                   on 2001/03/08  12:57:43
55722         Log: Retract #9069, wrong patch.
55723      Branch: perl
55724            ! Makefile.SH
55725 ____________________________________________________________________________
55726 [  9077] By: jhi                                   on 2001/03/08  01:06:13
55727         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
55728      Branch: perl
55729            + lib/unicode/Scripts.txt
55730            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
55731            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
55732            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
55733            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
55734            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
55735            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
55736            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
55737            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
55738            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
55739            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
55740            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
55741            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
55742            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
55743            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
55744            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
55745            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
55746            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
55747            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
55748            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
55749            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
55750            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
55751            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
55752            ! lib/unicode/version
55753 ____________________________________________________________________________
55754 [  9076] By: jhi                                   on 2001/03/07  22:59:39
55755         Log: Integrate change #7784 from mainline into maintperl.
55756              
55757              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
55758      Branch: maint-5.6/perl
55759           !> pp_ctl.c t/op/pat.t
55760 ____________________________________________________________________________
55761 [  9075] By: jhi                                   on 2001/03/07  22:05:11
55762         Log: More UTF-8 test tweaks.
55763      Branch: perl
55764            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
55765 ____________________________________________________________________________
55766 [  9074] By: nick                                  on 2001/03/07  21:39:29
55767         Log: Integrate mainline.
55768      Branch: perlio
55769           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
55770           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
55771           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
55772           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
55773           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
55774 ____________________________________________________________________________
55775 [  9073] By: jhi                                   on 2001/03/07  16:37:09
55776         Log: Update Changes.
55777      Branch: perl
55778            ! Changes patchlevel.h
55779 ____________________________________________________________________________
55780 [  9072] By: jhi                                   on 2001/03/07  16:32:30
55781         Log: Subject: [ID 20010306.004] || != named unary operator
55782              From: abela@geneanet.org
55783              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
55784              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
55785      Branch: perl
55786            ! pod/perlop.pod
55787 ____________________________________________________________________________
55788 [  9071] By: jhi                                   on 2001/03/07  15:14:11
55789         Log: Subject: downgrading to bytes for common functions
55790              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
55791              Date: Wed, 7 Mar 2001 02:36:55 -0500
55792              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
55793      Branch: perl
55794            ! pp_sys.c
55795 ____________________________________________________________________________
55796 [  9070] By: jhi                                   on 2001/03/07  15:04:58
55797         Log: Clarify the description differentiating for and while; inspired by
55798              
55799              Subject: [ID 20010306.002] for/while difference in for definition
55800              From: abela@geneanet.org
55801              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
55802              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
55803      Branch: perl
55804            ! pod/perlsyn.pod
55805 ____________________________________________________________________________
55806 [  9069] By: jhi                                   on 2001/03/07  14:55:30
55807         Log: (Retracted by #9078.)
55808      Branch: perl
55809            ! Makefile.SH
55810 ____________________________________________________________________________
55811 [  9068] By: jhi                                   on 2001/03/07  14:51:17
55812         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
55813              From: Radu Greab <radu@netsoft.ro>
55814              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
55815              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
55816      Branch: perl
55817            ! pp.c t/op/chop.t
55818 ____________________________________________________________________________
55819 [  9067] By: jhi                                   on 2001/03/07  14:48:57
55820         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
55821              From: Simon Cozens <simon@netthink.co.uk>
55822              Date: Wed, 7 Mar 2001 13:59:28 +0000
55823              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
55824              
55825              In order to allow MakeMaker to build correct Makefiles,
55826              you need to change the order of the arguments in MM_Unix.pm
55827              as well. (Unless you have C89_CCMODE set, but we're trying
55828              to be POSIXly correct)
55829              
55830              Thanks to Merijn Broeren for tracking this down.
55831      Branch: perl
55832            ! lib/ExtUtils/MM_Unix.pm
55833 ____________________________________________________________________________
55834 [  9066] By: jhi                                   on 2001/03/07  14:30:02
55835         Log: Floating point too messy.
55836      Branch: perl
55837            ! t/camel-III/vstring.t
55838 ____________________________________________________________________________
55839 [  9065] By: jhi                                   on 2001/03/07  14:17:44
55840         Log: Integrate change #9064 from maintperl into mainline.
55841              
55842              fix memory leak in pack("Bb",...)
55843      Branch: perl
55844           !> perl.c
55845 ____________________________________________________________________________
55846 [  9064] By: gsar                                  on 2001/03/07  06:29:24
55847         Log: fix memory leak in pack("Bb",...)
55848      Branch: maint-5.6/perl
55849            ! perl.c
55850 ____________________________________________________________________________
55851 [  9063] By: jhi                                   on 2001/03/07  00:55:04
55852         Log: Major utf8 test reorganisation and rewrite.
55853              Hopefully no tests were lost in the shuffle.
55854              (The beginning of pragma/utf8 was lost intentionally,
55855              the tests were rather bogus and incomplete.)
55856      Branch: perl
55857            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
55858            ! t/pragma/utf8.t
55859 ____________________________________________________________________________
55860 [  9062] By: jhi                                   on 2001/03/07  00:41:16
55861         Log: More tweakage on the Unicode character class descriptions.
55862      Branch: perl
55863            ! lib/unicode/mktables.PL pod/perlretut.pod
55864 ____________________________________________________________________________
55865 [  9061] By: jhi                                   on 2001/03/06  23:12:38
55866         Log: The perlretut was still talking about the old \p and \P
55867              definitions.
55868      Branch: perl
55869            ! pod/perlretut.pod
55870 ____________________________________________________________________________
55871 [  9060] By: nick                                  on 2001/03/06  20:52:37
55872         Log: Integrate mainline (make test works again now).
55873      Branch: perlio
55874           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
55875 ____________________________________________________________________________
55876 [  9059] By: jhi                                   on 2001/03/06  15:36:14
55877         Log: 0.999... does equal 1.0, doesn't it?
55878      Branch: perl
55879            ! t/camel-III/vstring.t
55880 ____________________________________________________________________________
55881 [  9058] By: jhi                                   on 2001/03/06  15:34:00
55882         Log: Make /x{abcd}/ to work without use utf8.
55883      Branch: perl
55884            ! regcomp.c
55885 ____________________________________________________________________________
55886 [  9057] By: jhi                                   on 2001/03/06  03:02:36
55887         Log: Easier to outcomment all the three reset() tests for now.
55888      Branch: perl
55889            ! t/op/pat.t
55890 ____________________________________________________________________________
55891 [  9056] By: jhi                                   on 2001/03/06  02:30:02
55892         Log: Comment out the deadly reset; until the 20010301.005
55893              is finally fixed.
55894      Branch: perl
55895            ! t/op/pat.t
55896 ____________________________________________________________________________
55897 [  9055] By: jhi                                   on 2001/03/06  02:21:26
55898         Log: Integrate the change #9054 from mainline:
55899              retract the PMOP cleanup patch pending further investigation.
55900      Branch: maint-5.6/perl
55901           !> op.c op.h
55902 ____________________________________________________________________________
55903 [  9054] By: jhi                                   on 2001/03/06  02:19:57
55904         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
55905              with oddly familiar stack traces.
55906      Branch: perl
55907            ! op.c op.h
55908 ____________________________________________________________________________
55909 [  9053] By: jhi                                   on 2001/03/05  23:20:28
55910         Log: Integrate perlio.
55911      Branch: perl
55912           +> ext/Encode/Encode/koi8-r.ucm
55913           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
55914           !> makedef.pl
55915 ____________________________________________________________________________
55916 [  9052] By: nick                                  on 2001/03/05  23:08:17
55917         Log: skipping USE_PERLIO symbols correction.
55918      Branch: perlio
55919            ! makedef.pl
55920 ____________________________________________________________________________
55921 [  9051] By: nick                                  on 2001/03/05  22:35:07
55922         Log: More Encode alias tidying.
55923      Branch: perlio
55924            + ext/Encode/Encode/koi8-r.ucm
55925            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
55926 ____________________________________________________________________________
55927 [  9050] By: jhi                                   on 2001/03/05  21:44:29
55928         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
55929              Sarathy's fix for ID 20010301.005.
55930      Branch: maint-5.6/perl
55931           !> op.c op.h
55932 ____________________________________________________________________________
55933 [  9049] By: nick                                  on 2001/03/05  19:54:04
55934         Log: Integrate Jarkko's Encode.pm tweak.
55935      Branch: perlio
55936           !> ext/Encode/Encode.pm
55937 ____________________________________________________________________________
55938 [  9048] By: nick                                  on 2001/03/05  19:47:57
55939         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
55940      Branch: perlio
55941           +> os2/os2add.sym
55942           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
55943           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
55944           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
55945           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
55946           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
55947 ____________________________________________________________________________
55948 [  9047] By: jhi                                   on 2001/03/05  19:25:26
55949         Log: Regen perlapi.
55950      Branch: perl
55951            ! pod/perlapi.pod
55952 ____________________________________________________________________________
55953 [  9046] By: jhi                                   on 2001/03/05  19:12:14
55954         Log: Integrate perlio.
55955      Branch: perl
55956           +> t/camel-III/vstring.t
55957           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
55958 ____________________________________________________________________________
55959 [  9045] By: jhi                                   on 2001/03/05  19:10:36
55960         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
55961      Branch: perl
55962            ! ext/Encode/Encode.pm
55963 ____________________________________________________________________________
55964 [  9044] By: jhi                                   on 2001/03/05  18:49:12
55965         Log: Forgot the other half of the PMOP patch (#9033).
55966      Branch: perl
55967            ! op.h
55968 ____________________________________________________________________________
55969 [  9043] By: nick                                  on 2001/03/05  18:14:47
55970         Log: Update MANIFEST for new test.
55971      Branch: perlio
55972            ! MANIFEST
55973 ____________________________________________________________________________
55974 [  9042] By: nick                                  on 2001/03/05  18:12:41
55975         Log: Some tests for Camel 3rd edition features.
55976              Make gethostbyaddr() test in above work.
55977      Branch: perlio
55978            + t/camel-III/vstring.t
55979            ! pp.h pp_sys.c t/TEST t/harness
55980 ____________________________________________________________________________
55981 [  9041] By: jhi                                   on 2001/03/05  17:41:48
55982         Log: Add more ISO 8859 encoding aliases.
55983      Branch: perl
55984            ! ext/Encode/Encode.pm
55985 ____________________________________________________________________________
55986 [  9040] By: jhi                                   on 2001/03/05  17:30:43
55987         Log: Integrate perlio.
55988      Branch: perl
55989           !> MANIFEST sv.c
55990 ____________________________________________________________________________
55991 [  9039] By: nick                                  on 2001/03/05  17:11:36
55992         Log: Missed added file.
55993      Branch: perlio
55994            ! MANIFEST
55995 ____________________________________________________________________________
55996 [  9038] By: jhi                                   on 2001/03/05  15:58:01
55997         Log: Add tr tests for EBCDIC, from Karsten Sperling.
55998      Branch: perl
55999            ! t/op/tr.t
56000 ____________________________________________________________________________
56001 [  9037] By: nick                                  on 2001/03/05  15:56:35
56002         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
56003              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
56004              
56005              Make SvPVbyte*() symmetric with respect to SvPVutf8*() in that:
56006              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
56007              - uses SvPV() rather than sv_2pv() in case it isn't a string.
56008      Branch: perlio
56009            ! sv.c
56010 ____________________________________________________________________________
56011 [  9036] By: jhi                                   on 2001/03/05  15:49:15
56012         Log: Add matching tests currently failing in EBCDIC,
56013              suggested by Karsten Sperling.
56014      Branch: perl
56015            ! t/op/pat.t
56016 ____________________________________________________________________________
56017 [  9035] By: jhi                                   on 2001/03/05  15:36:55
56018         Log: The #9034 needs a MANIFESTation.
56019      Branch: perl
56020            ! MANIFEST
56021 ____________________________________________________________________________
56022 [  9034] By: jhi                                   on 2001/03/05  15:35:14
56023         Log: Integrate perlio.
56024      Branch: perl
56025           +> ext/Encode/Encode/Tcl.pm
56026           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
56027           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56028           !> ext/Encode/Encode/iso8859-1.ucm
56029           !> ext/Encode/Encode/iso8859-10.ucm
56030           !> ext/Encode/Encode/iso8859-13.ucm
56031           !> ext/Encode/Encode/iso8859-14.ucm
56032           !> ext/Encode/Encode/iso8859-15.ucm
56033           !> ext/Encode/Encode/iso8859-16.ucm
56034           !> ext/Encode/Encode/iso8859-2.ucm
56035           !> ext/Encode/Encode/iso8859-3.ucm
56036           !> ext/Encode/Encode/iso8859-4.ucm
56037           !> ext/Encode/Encode/iso8859-5.ucm
56038           !> ext/Encode/Encode/iso8859-6.ucm
56039           !> ext/Encode/Encode/iso8859-7.ucm
56040           !> ext/Encode/Encode/iso8859-8.ucm
56041           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56042           !> t/lib/encode.t
56043 ____________________________________________________________________________
56044 [  9033] By: jhi                                   on 2001/03/05  15:33:18
56045         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
56046              From: Gurusamy Sarathy <gsar@ActiveState.com>
56047              Date: Sun, 04 Mar 2001 22:33:15 -0800
56048              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
56049              
56050              PMOPs need to remember their own stash so that they can
56051              gracefully remove themselves from their linked list.
56052      Branch: perl
56053            ! op.c
56054 ____________________________________________________________________________
56055 [  9032] By: nick                                  on 2001/03/05  14:51:50
56056         Log: Encode implementation "completion"
56057              Implement and document define_encoding()
56058              Implement and document encoding aliases including define_alias()
56059              Make Encode::XS use define_encoding() rather than back-door.
56060              Move run-time *.enc to separate Encode::Tcl module.
56061              Make 'compile' honour <codeset_name>
56062              Change canonical names of to iso-8859-* and US-ascii.
56063      Branch: perlio
56064            + ext/Encode/Encode/Tcl.pm
56065            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
56066            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
56067            ! ext/Encode/Encode/iso8859-1.ucm
56068            ! ext/Encode/Encode/iso8859-10.ucm
56069            ! ext/Encode/Encode/iso8859-13.ucm
56070            ! ext/Encode/Encode/iso8859-14.ucm
56071            ! ext/Encode/Encode/iso8859-15.ucm
56072            ! ext/Encode/Encode/iso8859-16.ucm
56073            ! ext/Encode/Encode/iso8859-2.ucm
56074            ! ext/Encode/Encode/iso8859-3.ucm
56075            ! ext/Encode/Encode/iso8859-4.ucm
56076            ! ext/Encode/Encode/iso8859-5.ucm
56077            ! ext/Encode/Encode/iso8859-6.ucm
56078            ! ext/Encode/Encode/iso8859-7.ucm
56079            ! ext/Encode/Encode/iso8859-8.ucm
56080            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
56081            ! t/lib/encode.t
56082 ____________________________________________________________________________
56083 [  9031] By: jhi                                   on 2001/03/05  13:51:17
56084         Log: Integrate change #9030 from maintperl into mainline.
56085              
56086              Subject: [PATCH 5.6.1] OS/2 cleanup
56087      Branch: perl
56088           +> os2/os2add.sym
56089           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56090           !> makedef.pl os2/Changes os2/Makefile.SHs
56091           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56092           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56093           !> os2/os2.sym os2/os2ish.h
56094 ____________________________________________________________________________
56095 [  9030] By: jhi                                   on 2001/03/05  13:46:49
56096         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
56097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56098              Date: Mon, 5 Mar 2001 02:29:44 -0500
56099              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
56100      Branch: maint-5.6/perl
56101            + os2/os2add.sym
56102            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
56103            ! makedef.pl os2/Changes os2/Makefile.SHs
56104            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
56105            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
56106            ! os2/os2.sym os2/os2ish.h
56107 ____________________________________________________________________________
56108 [  9029] By: jhi                                   on 2001/03/05  13:40:35
56109         Log: Integrate change #9028 from maintperl into mainline.
56110              
56111              various nits in MM_Unix.pm found by disabling SelfLoader
56112      Branch: perl
56113           !> lib/ExtUtils/MM_Unix.pm
56114 ____________________________________________________________________________
56115 [  9028] By: gsar                                  on 2001/03/05  09:58:38
56116         Log: various nits in MM_Unix.pm found by disabling SelfLoader
56117      Branch: maint-5.6/perl
56118            ! lib/ExtUtils/MM_Unix.pm
56119 ____________________________________________________________________________
56120 [  9027] By: nick                                  on 2001/03/05  08:35:22
56121         Log: Integrate mainline
56122      Branch: perlio
56123           !> (integrate 28 files)
56124 ____________________________________________________________________________
56125 [  9026] By: jhi                                   on 2001/03/05  02:14:59
56126         Log: Integrate change #9025 from mainline to maintperl,
56127              retract \N{U+HHHH}.
56128      Branch: maint-5.6/perl
56129           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56130           !> t/lib/charnames.t toke.c
56131 ____________________________________________________________________________
56132 [  9025] By: jhi                                   on 2001/03/05  02:13:09
56133         Log: Retracting \N{U+HHHH}.
56134      Branch: perl
56135            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56136            ! t/lib/charnames.t toke.c
56137 ____________________________________________________________________________
56138 [  9024] By: jhi                                   on 2001/03/04  20:51:07
56139         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
56140              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
56141              Date: Fri, 02 Mar 2001 18:25:26 +0100
56142              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
56143              
56144              Casting problem.
56145      Branch: perl
56146            ! ext/Storable/Storable.xs
56147 ____________________________________________________________________________
56148 [  9023] By: jhi                                   on 2001/03/04  19:46:45
56149         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
56150              From: nick@talking.bollo.cx
56151              Date: Sat, 03 Mar 2001 21:41:33 +0000
56152              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
56153              
56154              Revert the workaround.
56155      Branch: perl
56156            ! perlio.c
56157 ____________________________________________________________________________
56158 [  9022] By: jhi                                   on 2001/03/04  19:36:28
56159         Log: Update Changes.
56160      Branch: perl
56161            ! Changes patchlevel.h
56162 ____________________________________________________________________________
56163 [  9021] By: jhi                                   on 2001/03/04  18:41:00
56164         Log: makedef.pl updates suggested by Chris Nandor; double-checking
56165              the changes in AIX, OS/2 Win32 would be nice.
56166      Branch: perl
56167            ! makedef.pl
56168 ____________________________________________________________________________
56169 [  9020] By: jhi                                   on 2001/03/04  18:23:58
56170         Log: Integrate change #9012 from maintperl into mainline,
56171              quench a compiler warning.
56172      Branch: perl
56173           !> toke.c
56174 ____________________________________________________________________________
56175 [  9019] By: jhi                                   on 2001/03/04  18:18:43
56176         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
56177              
56178              \N{U+HHHH} fix.
56179              
56180              pattern in G_ARRAY context
56181      Branch: maint-5.6/perl
56182           !> pp_hot.c t/op/pat.t toke.c
56183 ____________________________________________________________________________
56184 [  9018] By: jhi                                   on 2001/03/04  18:07:48
56185         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
56186              From: Jeff Pinyan <jeffp@crusoe.net>
56187              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
56188              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
56189      Branch: perl
56190            ! pp_hot.c t/op/pat.t
56191 ____________________________________________________________________________
56192 [  9017] By: jhi                                   on 2001/03/04  18:06:21
56193         Log: I thought I tested the #9014.
56194      Branch: perl
56195            ! toke.c
56196 ____________________________________________________________________________
56197 [  9016] By: jhi                                   on 2001/03/04  17:41:22
56198         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
56199              
56200              Tweak the get*ent() OS/2 prototypes.
56201              
56202              Add the \N{U+HHHH} syntax.
56203              
56204              More tr/// UTF-8 fixes from Inaba Hiroto.
56205      Branch: maint-5.6/perl
56206           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
56207           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
56208 ____________________________________________________________________________
56209 [  9015] By: jhi                                   on 2001/03/04  17:36:04
56210         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
56211      Branch: perl
56212            ! doop.c t/op/tr.t
56213 ____________________________________________________________________________
56214 [  9014] By: jhi                                   on 2001/03/04  17:24:49
56215         Log: Add the \N{U+HHHH} syntax.
56216      Branch: perl
56217            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
56218            ! t/lib/charnames.t toke.c
56219 ____________________________________________________________________________
56220 [  9013] By: jhi                                   on 2001/03/04  17:20:45
56221         Log: Tweak the get*ent() OS/2 prototypes.
56222      Branch: perl
56223            ! os2/os2.c
56224 ____________________________________________________________________________
56225 [  9012] By: gsar                                  on 2001/03/04  06:26:14
56226         Log: avoid warning (nit in change#9009)
56227      Branch: maint-5.6/perl
56228            ! toke.c
56229 ____________________________________________________________________________
56230 [  9011] By: gsar                                  on 2001/03/04  06:15:24
56231         Log: lib/charnames.t fails in 5.6.x because of older Unicode
56232              data
56233              
56234              TODO: need to revisit this after updating lib/unicode/...
56235      Branch: maint-5.6/perl
56236            ! t/lib/charnames.t
56237 ____________________________________________________________________________
56238 [  9010] By: gsar                                  on 2001/03/04  06:08:36
56239         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
56240      Branch: maint-5.6/perl
56241            ! toke.c
56242 ____________________________________________________________________________
56243 [  9009] By: jhi                                   on 2001/03/03  19:27:20
56244         Log: Integrate change #9008 from mainline to maintperl,
56245              UTF-8 tr/// fixes from Inaba Hiroto.
56246      Branch: maint-5.6/perl
56247           !> doop.c op.c t/op/tr.t toke.c
56248 ____________________________________________________________________________
56249 [  9008] By: jhi                                   on 2001/03/03  19:19:42
56250         Log: UTF8 tr/// fixes from Inaba Hiroto.
56251      Branch: perl
56252            ! doop.c op.c t/op/tr.t toke.c
56253 ____________________________________________________________________________
56254 [  9007] By: jhi                                   on 2001/03/03  19:00:30
56255         Log: Integrate change #9006 from maintperl to mainline,
56256              more robust quest for the infinite.
56257      Branch: perl
56258           !> lib/Math/Complex.pm
56259 ____________________________________________________________________________
56260 [  9006] By: jhi                                   on 2001/03/03  18:58:06
56261         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
56262              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56263              Date: Sat, 3 Mar 2001 12:51:50 -0500
56264              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
56265              
56266              Be more robust in our quest for the infinite.
56267      Branch: maint-5.6/perl
56268            ! lib/Math/Complex.pm
56269 ____________________________________________________________________________
56270 [  9005] By: jhi                                   on 2001/03/03  17:55:50
56271         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
56272      Branch: maint-5.6/perl
56273            ! doio.c
56274 ____________________________________________________________________________
56275 [  9004] By: jhi                                   on 2001/03/03  17:40:14
56276         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
56277              so that picky compilers like IRIX won't get huffy about
56278              "statements without effect" (like 1;).
56279      Branch: perl
56280            ! toke.c
56281 ____________________________________________________________________________
56282 [  9003] By: jhi                                   on 2001/03/03  17:15:52
56283         Log: Integrate change #9002 from mainline to maintperl.
56284              
56285              Subject: [perl-5.6.x, perl-current] accept for EPOC
56286      Branch: maint-5.6/perl
56287           !> pp_sys.c
56288 ____________________________________________________________________________
56289 [  9002] By: jhi                                   on 2001/03/03  17:14:30
56290         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
56291              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56292              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
56293              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
56294      Branch: perl
56295            ! pp_sys.c
56296 ____________________________________________________________________________
56297 [  9001] By: jhi                                   on 2001/03/03  17:13:13
56298         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
56299              From: "Craig A. Berry" <craigberry@mac.com>
56300              Date: Fri, 02 Mar 2001 17:44:40 -0600
56301              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
56302      Branch: perl
56303            ! t/pod/find.t
56304 ____________________________________________________________________________
56305 [  9000] By: jhi                                   on 2001/03/03  17:11:55
56306         Log: Integrate changes #8997,8999 from maintperl.
56307              
56308              Subject: [PATCH 5.6.1] compiling on OS/2
56309              (Better error message from hints/os2.sh)
56310              
56311              Subject: [PATCH 5.6.1] syslog.t
56312      Branch: perl
56313           !> hints/os2.sh t/lib/syslog.t
56314 ____________________________________________________________________________
56315 [  8999] By: jhi                                   on 2001/03/03  17:09:28
56316         Log: Subject: [PATCH 5.6.1] syslog.t
56317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56318              Date: Sat, 3 Mar 2001 02:11:17 -0500
56319              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
56320      Branch: maint-5.6/perl
56321            ! t/lib/syslog.t
56322 ____________________________________________________________________________
56323 [  8998] By: jhi                                   on 2001/03/03  17:07:50
56324         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
56325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56326              Date: Sat, 3 Mar 2001 01:53:52 -0500
56327              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
56328      Branch: maint-5.6/perl
56329            ! opcode.pl os2/os2.c
56330 ____________________________________________________________________________
56331 [  8997] By: jhi                                   on 2001/03/03  17:03:30
56332         Log: Subject: [PATCH 5.6.1] compiling on OS/2
56333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56334              Date: Sat, 3 Mar 2001 01:59:59 -0500
56335              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
56336      Branch: maint-5.6/perl
56337            ! hints/os2.sh
56338 ____________________________________________________________________________
56339 [  8996] By: jhi                                   on 2001/03/03  00:55:58
56340         Log: Regen files for mainline.
56341      Branch: perl
56342            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56343            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
56344 ____________________________________________________________________________
56345 [  8995] By: jhi                                   on 2001/03/03  00:35:22
56346         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
56347              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
56348              to maintperl.
56349              
56350              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
56351              
56352              Add Configure option -Dmksymlinks which will create a symlink
56353              forest if the current/build differs from the source directory.
56354              (8218,8220,8221,8317,8318,8971)
56355              
56356              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
56357              (Document APPLLIB_EXP in INSTALL.)
56358              
56359              If running byacc write-enable also perly.h.
56360              
56361              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
56362              
56363              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
56364              
56365              Sanity check for conflicting thread flavours.
56366              
56367              Fix the sys/fcntl.h problem reported by Peter Prymmer.
56368              
56369              Add few CPUs/architectures to the Cppsym scan,
56370              add -perlio to archname if so selected (modified 8890)
56371              
56372              Be more helpful for devel builders, suggested by John L. Allen.
56373              (admittedly pointless change for maintperl, but the usedevel
56374              code is there already)
56375      Branch: maint-5.6/perl
56376           !> Configure INSTALL Makefile.SH Porting/Glossary
56377           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
56378           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
56379           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
56380           !> win32/config.bc win32/config.gc win32/config.vc
56381 ____________________________________________________________________________
56382 [  8994] By: jhi                                   on 2001/03/02  23:31:41
56383         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
56384      Branch: metaconfig/U/perl
56385            ! gccvers.U
56386 ____________________________________________________________________________
56387 [  8993] By: jhi                                   on 2001/03/02  23:22:12
56388         Log: Regenerate various files for maint.
56389      Branch: maint-5.6/perl
56390            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
56391            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
56392 ____________________________________________________________________________
56393 [  8992] By: alanbur                               on 2001/03/02  22:48:34
56394         Log: Resync wuth parent
56395      Branch: maint-5.6/pureperl
56396           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
56397           !> (integrate 60 files)
56398 ____________________________________________________________________________
56399 [  8991] By: jhi                                   on 2001/03/02  21:00:08
56400         Log: Retract the #8742 part of #8986, backward compat.
56401      Branch: maint-5.6/perl
56402            ! embed.pl
56403 ____________________________________________________________________________
56404 [  8990] By: jhi                                   on 2001/03/02  20:40:07
56405         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
56406      Branch: maint-5.6/perl
56407            ! hv.c
56408 ____________________________________________________________________________
56409 [  8989] By: jhi                                   on 2001/03/02  19:59:56
56410         Log: Update Changes.
56411      Branch: perl
56412            ! Changes patchlevel.h
56413 ____________________________________________________________________________
56414 [  8988] By: jhi                                   on 2001/03/02  19:57:08
56415         Log: Integrate perlio.
56416      Branch: perl
56417           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
56418           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
56419           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
56420           !> ext/Encode/Encode/iso8859-10.ucm
56421           !> ext/Encode/Encode/iso8859-13.ucm
56422           !> ext/Encode/Encode/iso8859-14.ucm
56423           !> ext/Encode/Encode/iso8859-15.ucm
56424           !> ext/Encode/Encode/iso8859-16.ucm
56425           !> ext/Encode/Encode/iso8859-2.ucm
56426           !> ext/Encode/Encode/iso8859-3.ucm
56427           !> ext/Encode/Encode/iso8859-4.ucm
56428           !> ext/Encode/Encode/iso8859-5.ucm
56429           !> ext/Encode/Encode/iso8859-6.ucm
56430           !> ext/Encode/Encode/iso8859-7.ucm
56431           !> ext/Encode/Encode/iso8859-8.ucm
56432           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
56433           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
56434 ____________________________________________________________________________
56435 [  8987] By: jhi                                   on 2001/03/02  19:43:40
56436         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
56437              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
56438              8950,8952,8955 from mainline to maintperl.
56439              
56440              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
56441              
56442              Put to rest the 20010205.001, the email address checking (not) regex.
56443              
56444              fork() not everywhere, cleanup temp files.
56445              
56446              The #8843 wasn't quite right: %Config needs to imported.
56447              
56448              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
56449              (#8849: the glob-basic hunk needed massaging as it depended
56450              on Schwern's large-scale (unintegrated) patches)
56451              
56452              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
56453              
56454              Upgrade to CGI.pm 2.752, from Lincoln Stein.
56455              (Note: there were some conflicts due to EBCDIC and EPOC
56456              patches, in general I preferred the repository code.)
56457              (When 2.753 comes out, we need to synchronize.)
56458              
56459              Subject: [PATCH] fix for charnames above FFFF
56460              
56461              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
56462              
56463              If no sfio, no -lsfio.
56464              
56465              Run run/*.t also in minitest.
56466              
56467              Subject:  [PATCH perl 5.7.0] malloc message address offset
56468              
56469              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
56470              
56471              Subject: fix for parameter -Dm (for perl@8867)
56472              
56473              Subject: [PATCH: perl@8892] was Re: hashing order difference?
56474              (make the test more portable)
56475              
56476              Subject: Re: [PATCH] fix for charnames above FFFF
56477              
56478              Subject: Re: I'm losing the war...
56479              (hv_store() not working correctly in ENV_IS_CASELESS case.)
56480              
56481              Subject: Modified README.bs2000 
56482              
56483              Subject: [PATCH: perl@8935] -Dt padsv($var)
56484              
56485              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
56486              
56487              Subject: PATCH: extra tests to check on negative float to unsigned cast
56488              
56489              Subject: [PATCH] XPUSH[insp] was Re: progress
56490              
56491              Subject: Re: Compile with perlcc..
56492      Branch: maint-5.6/perl
56493           !> (integrate 36 files)
56494 ____________________________________________________________________________
56495 [  8986] By: jhi                                   on 2001/03/02  18:51:25
56496         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
56497              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
56498              to maintperl.
56499              
56500              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
56501              
56502              Subject: [DOC PATCH] overload.pm nits
56503              
56504              Add header for LIB$ prototypes (C. Berry)
56505              
56506              Convert fwrite()s to sockets to write()s, since some socket stacks
56507              don't take kindly to stdio.
56508              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
56509              (for often optional LNMs)
56510              Correct a few typos
56511              (C. Bailey)
56512              
56513              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
56514              
56515              De-cut-and-pasto.
56516              
56517              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
56518              
56519              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
56520              
56521              Upgrade to CPAN 1.59_54, from Andreas König.
56522              
56523              Bogus shebang.
56524              
56525              Subject: [PATCH] Document makepatch in Porting/patching
56526              
56527              UTF-8 documentation.
56528              
56529              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
56530              
56531              Sort the MANIFEST.
56532              
56533              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
56534              
56535              Subject: [PATCH @8807] toke.c cleanup: scan_str()
56536              
56537              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
56538              
56539              Add run/*.t to testables.
56540              
56541              TODO: integrate #8784.
56542      Branch: maint-5.6/perl
56543           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
56544           !> (integrate 28 files)
56545 ____________________________________________________________________________
56546 [  8985] By: nick                                  on 2001/03/02  18:15:45
56547         Log: Integrate mainline
56548      Branch: perlio
56549           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
56550           !> vms/vms.c
56551 ____________________________________________________________________________
56552 [  8984] By: jhi                                   on 2001/03/02  16:00:17
56553         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
56554              
56555              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
56556              5.004_05, and mention the suidperl August 2000 security problem.
56557              (#8978,#8981)
56558              
56559              Subject: [ID 20010301.004] Technically speaking in perldata
56560              
56561              Subject: [PATCH] File::Copy for bleadperl, maintperl
56562              
56563              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
56564              
56565              (The #8982, fix for 20010221.005 and 20010221.008,
56566              would be nice too but it didn't integrate cleanly.)
56567      Branch: maint-5.6/perl
56568           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
56569 ____________________________________________________________________________
56570 [  8983] By: jhi                                   on 2001/03/02  15:51:16
56571         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
56572              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
56573              Date:     Thu, 1 Mar 2001 15:54:09 EST
56574              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
56575      Branch: perl
56576            ! vms/vms.c
56577 ____________________________________________________________________________
56578 [  8982] By: jhi                                   on 2001/03/02  15:43:31
56579         Log: Subject: Re: sync sync sync: have I missed any patches?
56580              From: Radu Greab <radu@netsoft.ro> 
56581              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
56582              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
56583              
56584              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
56585              was checking argv[0] regardless of whether a different pathname
56586              will actually be executed."  Test case not supplied because 
56587              drafting that, ironically enough, revealed another bug
56588              (or a feature).
56589      Branch: perl
56590            ! doio.c
56591 ____________________________________________________________________________
56592 [  8981] By: jhi                                   on 2001/03/02  15:28:03
56593         Log: Misdate in #8978.
56594      Branch: perl
56595            ! pod/perlfaq1.pod
56596 ____________________________________________________________________________
56597 [  8980] By: jhi                                   on 2001/03/02  15:24:20
56598         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
56599              From: Chris Nandor <pudge@pobox.com>
56600              Date: Wed, 28 Feb 2001 22:10:15 -0500
56601              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
56602      Branch: perl
56603            ! lib/File/Copy.pm
56604 ____________________________________________________________________________
56605 [  8979] By: jhi                                   on 2001/03/02  15:17:16
56606         Log: Subject: [ID 20010301.004] Technically speaking in perldata
56607              From: abela@geneanet.org
56608              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
56609              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
56610      Branch: perl
56611            ! pod/perldata.pod
56612 ____________________________________________________________________________
56613 [  8978] By: jhi                                   on 2001/03/02  15:15:27
56614         Log: Subject: [ID 20010301.003] ref to 5.004
56615              From: abela@geneanet.org
56616              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
56617              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
56618              
56619              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
56620              and mention the suidperl August 2000 security problem.
56621      Branch: perl
56622            ! pod/perlfaq1.pod
56623 ____________________________________________________________________________
56624 [  8977] By: alanbur                               on 2001/03/02  14:17:45
56625         Log: Resynchronised with parent
56626      Branch: maint-5.6/pureperl
56627           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
56628           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
56629           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
56630           !> vms/descrip_mms.template win32/win32.c win32/win32.h
56631           !> win32/win32iop.h
56632 ____________________________________________________________________________
56633 [  8976] By: nick                                  on 2001/03/01  23:25:30
56634         Log: Integrate mainline.
56635      Branch: perlio
56636            - t/op/qu.t
56637           !> (integrate 55 files)
56638 ____________________________________________________________________________
56639 [  8975] By: jhi                                   on 2001/03/01  16:51:34
56640         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
56641      Branch: perl
56642           !> toke.c
56643 ____________________________________________________________________________
56644 [  8974] By: gsar                                  on 2001/03/01  16:28:21
56645         Log: fix for bugid 20010226.008
56646              
56647              the problem was that some of the pointers (PL_last_lop and
56648              PL_last_uni specifically) into the lex buffers weren't correctly
56649              being invalidated when the buffer changed; this would leave the
56650              pointers pointing at an arbitrary location in the buffer if
56651              the buffer didn't need to be reallocated, or point into freed
56652              memory if the buffer had to be realloced
56653              
56654              TODO item for bugdb maintainers: check other seemingly random
56655              parser-related bugs--they might be cured by this
56656      Branch: maint-5.6/perl
56657            ! toke.c
56658 ____________________________________________________________________________
56659 [  8973] By: jhi                                   on 2001/03/01  02:23:25
56660         Log: Retract #8970 because of a completely mysterious core dump:
56661              adding the tests 241..244 causes op/pat dump core at test #25.
56662              The test needs a lot of whittling down before the bug can be solved.
56663      Branch: perl
56664            ! t/op/pat.t
56665 ____________________________________________________________________________
56666 [  8972] By: jhi                                   on 2001/03/01  01:58:38
56667         Log: Regen perlapi.
56668      Branch: perl
56669            ! pod/perlapi.pod
56670 ____________________________________________________________________________
56671 [  8971] By: jhi                                   on 2001/03/01  01:34:09
56672         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))
56673              From: Nicholas Clark <nick@ccl4.org>
56674              Date: Wed, 28 Feb 2001 23:28:49 +0000
56675              Message-ID: <20010228232849.A55187@plum.flirble.org>
56676              
56677              Allow a completely write protected source code tree
56678              when using the Configure -Dmksymlinks.
56679      Branch: perl
56680            ! embed.pl warnings.pl
56681 ____________________________________________________________________________
56682 [  8970] By: jhi                                   on 2001/03/01  01:32:04
56683         Log: Add back the EBCDIC character range tests (for matching).
56684      Branch: perl
56685            ! t/op/pat.t
56686 ____________________________________________________________________________
56687 [  8969] By: nick                                  on 2001/02/28  18:18:01
56688         Log: Add charname comments to .ucm files writen by 'compile',
56689              also order charmaps in those files by source encoding.
56690              regenerate distrubuted .ucm files
56691      Branch: perlio
56692            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
56693            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
56694            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
56695            ! ext/Encode/Encode/iso8859-10.ucm
56696            ! ext/Encode/Encode/iso8859-13.ucm
56697            ! ext/Encode/Encode/iso8859-14.ucm
56698            ! ext/Encode/Encode/iso8859-15.ucm
56699            ! ext/Encode/Encode/iso8859-16.ucm
56700            ! ext/Encode/Encode/iso8859-2.ucm
56701            ! ext/Encode/Encode/iso8859-3.ucm
56702            ! ext/Encode/Encode/iso8859-4.ucm
56703            ! ext/Encode/Encode/iso8859-5.ucm
56704            ! ext/Encode/Encode/iso8859-6.ucm
56705            ! ext/Encode/Encode/iso8859-7.ucm
56706            ! ext/Encode/Encode/iso8859-8.ucm
56707            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
56708            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
56709 ____________________________________________________________________________
56710 [  8968] By: jhi                                   on 2001/02/28  16:26:37
56711         Log: Expand usemorebits early if d_casti32 needs to be undefined.
56712      Branch: perl
56713            ! hints/hpux.sh hints/irix_6.sh
56714 ____________________________________________________________________________
56715 [  8967] By: jhi                                   on 2001/02/28  16:22:26
56716         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
56717              retract toke.c/qu parts of #8583, retract #8485, retract
56718              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
56719              op/length.t, and MANIFEST, and delete t/op/qu.t.
56720      Branch: perl
56721            - t/op/qu.t
56722            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
56723            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
56724            ! t/op/length.t toke.c
56725 ____________________________________________________________________________
56726 [  8966] By: jhi                                   on 2001/02/28  15:00:27
56727         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
56728              by not changing from pre-Unicode days into being Unicode-aware.
56729              Sniff.
56730      Branch: perl
56731            ! pp.c t/op/pack.t t/op/qu.t
56732 ____________________________________________________________________________
56733 [  8965] By: jhi                                   on 2001/02/28  14:37:55
56734         Log: Subject: Re: Errors in core PODs
56735              From: Michael Stevens <michael@etla.org> 
56736              Date: Fri, 23 Feb 2001 15:47:56 +0000
56737              Message-ID: <20010223154756.A7723@firedrake.org> 
56738      Branch: perl
56739            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
56740            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
56741            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
56742            ! x2p/a2p.pod
56743 ____________________________________________________________________________
56744 [  8964] By: jhi                                   on 2001/02/28  14:35:35
56745         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
56746              (The #8961 was too bold.)
56747      Branch: perl
56748            ! hints/hpux.sh hints/irix_6.sh
56749 ____________________________________________________________________________
56750 [  8963] By: jhi                                   on 2001/02/28  14:33:39
56751         Log: Subject: Re: sync sync sync: have I missed any patches?
56752              From: Tim Jenness <t.jenness@jach.hawaii.edu>
56753              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
56754              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
56755              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
56756              
56757              Replace djSP with dSP.
56758      Branch: perl
56759            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
56760            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
56761            ! win32/perlhost.h
56762 ____________________________________________________________________________
56763 [  8962] By: jhi                                   on 2001/02/27  23:21:14
56764         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
56765      Branch: perl
56766            ! lib/Filter/Simple.pm
56767 ____________________________________________________________________________
56768 [  8961] By: jhi                                   on 2001/02/27  22:55:26
56769         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
56770              and this would be it.
56771      Branch: perl
56772            ! hints/hpux.sh hints/irix_6.sh
56773 ____________________________________________________________________________
56774 [  8960] By: jhi                                   on 2001/02/27  22:51:33
56775         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
56776              From: "Craig A. Berry" <craigberry@mac.com>
56777              Date: Tue, 27 Feb 2001 16:11:44 -0600
56778              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
56779      Branch: maint-5.6/perl
56780            ! configure.com vms/descrip_mms.template
56781 ____________________________________________________________________________
56782 [  8959] By: jhi                                   on 2001/02/27  22:47:23
56783         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
56784              From: "Craig A. Berry" <craigberry@mac.com>
56785              Date: Tue, 27 Feb 2001 16:11:44 -0600
56786              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
56787      Branch: perl
56788            ! configure.com vms/descrip_mms.template
56789 ____________________________________________________________________________
56790 [  8958] By: jhi                                   on 2001/02/27  15:16:42
56791         Log: Update Changes.
56792      Branch: perl
56793            ! Changes patchlevel.h
56794 ____________________________________________________________________________
56795 [  8957] By: jhi                                   on 2001/02/27  06:15:07
56796         Log: Subject: [5.6.x] EPOC additions
56797              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56798              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
56799              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
56800      Branch: maint-5.6/perl
56801            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
56802 ____________________________________________________________________________
56803 [  8956] By: jhi                                   on 2001/02/27  06:12:11
56804         Log: Subject: [perl-current] EPOC 
56805              From: Olaf Flebbe <O.Flebbe@science-computing.de>
56806              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
56807              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
56808      Branch: perl
56809            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
56810            ! epoc/epocish.c epoc/epocish.h pp_sys.c
56811 ____________________________________________________________________________
56812 [  8955] By: jhi                                   on 2001/02/27  05:59:50
56813         Log: Subject: Re: Compile with perlcc..
56814              From: Edward Peschko <edwardp@excitehome.net>
56815              Date: Mon, 26 Feb 2001 18:51:58 -0800
56816              Message-ID: <20010226185158.A9871@excitehome.net>
56817              
56818              plus add a simple usage message if no arguments given.
56819      Branch: perl
56820            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
56821            ! utils/Makefile utils/perlcc.PL win32/pod.mak
56822 ____________________________________________________________________________
56823 [  8954] By: nick                                  on 2001/02/26  21:02:59
56824         Log: Integrate mainline
56825      Branch: perlio
56826           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
56827           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
56828           !> t/op/sprintf.t
56829 ____________________________________________________________________________
56830 [  8953] By: jhi                                   on 2001/02/26  14:43:54
56831         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
56832              From: Nicholas Clark <nick@ccl4.org>
56833              Date: Mon, 26 Feb 2001 00:42:07 +0000
56834              Message-ID: <20010226004207.F23333@plum.flirble.org>
56835      Branch: perl
56836            ! pp_ctl.c
56837 ____________________________________________________________________________
56838 [  8952] By: jhi                                   on 2001/02/26  14:42:13
56839         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
56840              From: Simon Cozens <simon@netthink.co.uk>
56841              Date: Mon, 26 Feb 2001 12:23:48 +0000
56842              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
56843      Branch: perl
56844            ! pod/perlguts.pod
56845 ____________________________________________________________________________
56846 [  8951] By: jhi                                   on 2001/02/26  14:39:15
56847         Log: Subject: [PATCH] perlio - unknown layer
56848              From: Nicholas Clark <nick@ccl4.org>
56849              Date: Mon, 26 Feb 2001 00:27:19 +0000
56850              Message-ID: <20010226002719.E23333@plum.flirble.org>
56851      Branch: perl
56852            ! perlio.c
56853 ____________________________________________________________________________
56854 [  8950] By: jhi                                   on 2001/02/26  14:38:04
56855         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
56856              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
56857              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
56858              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
56859      Branch: perl
56860            ! t/op/bop.t
56861 ____________________________________________________________________________
56862 [  8949] By: jhi                                   on 2001/02/26  14:37:07
56863         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
56864              From: Peter Prymmer <pvhp@forte.com>
56865              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
56866              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
56867      Branch: perl
56868            ! lib/Test.pm
56869 ____________________________________________________________________________
56870 [  8948] By: jhi                                   on 2001/02/26  14:35:53
56871         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
56872              From: Radu Greab <radu@netsoft.ro>
56873              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
56874              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
56875      Branch: perl
56876            ! pod/perlop.pod
56877 ____________________________________________________________________________
56878 [  8947] By: jhi                                   on 2001/02/26  14:34:46
56879         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
56880              From: David Mitchell <davem@fdgroup.co.uk>
56881              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
56882              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
56883      Branch: perl
56884            ! run.c
56885 ____________________________________________________________________________
56886 [  8946] By: jhi                                   on 2001/02/26  14:32:37
56887         Log: Subject: Modified README.bs2000 
56888              From: Dorner Thomas <Thomas.Dorner@start.de>
56889              Date: Mon, 26 Feb 2001 09:22:17 +0100
56890              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
56891      Branch: perl
56892            ! README.bs2000
56893 ____________________________________________________________________________
56894 [  8945] By: jhi                                   on 2001/02/26  14:19:53
56895         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
56896              to maintperl, listing the known failures on the tests 129 and 130.
56897      Branch: maint-5.6/perl
56898           !> t/op/sprintf.t
56899 ____________________________________________________________________________
56900 [  8944] By: jhi                                   on 2001/02/26  14:14:15
56901         Log: Add more known sprintf failures.
56902      Branch: perl
56903            ! t/op/sprintf.t
56904 ____________________________________________________________________________
56905 [  8943] By: jhi                                   on 2001/02/26  13:56:22
56906         Log: perlglob.exe needs to be found in Win32, patch from
56907              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
56908              which needs external glob at mini-perl time."
56909      Branch: perl
56910            ! ext/Encode/compile
56911 ____________________________________________________________________________
56912 [  8942] By: jhi                                   on 2001/02/26  13:52:19
56913         Log: A missing dTHX from Vadim Konovalov.
56914      Branch: perl
56915            ! perlio.c
56916 ____________________________________________________________________________
56917 [  8941] By: jhi                                   on 2001/02/26  13:37:05
56918         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
56919      Branch: perl
56920            ! op.c
56921 ____________________________________________________________________________
56922 [  8940] By: jhi                                   on 2001/02/26  13:35:40
56923         Log: Integrate perlio.
56924      Branch: perl
56925           !> ext/Encode/Encode.pm
56926 ____________________________________________________________________________
56927 [  8939] By: nick                                  on 2001/02/25  23:47:09
56928         Log: Integrate mainline.
56929      Branch: perlio
56930           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
56931           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
56932 ____________________________________________________________________________
56933 [  8938] By: nick                                  on 2001/02/25  19:36:28
56934         Log: Encode implementations docs.
56935      Branch: perlio
56936            ! ext/Encode/Encode.pm
56937 ____________________________________________________________________________
56938 [  8937] By: jhi                                   on 2001/02/25  19:26:16
56939         Log: Script wasn't aligned with reality.
56940      Branch: perl
56941            ! t/pod/find.t
56942 ____________________________________________________________________________
56943 [  8936] By: jhi                                   on 2001/02/25  18:54:55
56944         Log: Update Changes.
56945      Branch: perl
56946            ! Changes patchlevel.h
56947 ____________________________________________________________________________
56948 [  8935] By: jhi                                   on 2001/02/25  18:46:36
56949         Log: Retract #8929,8930,8932,8933 for now.
56950      Branch: perl
56951            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
56952 ____________________________________________________________________________
56953 [  8934] By: jhi                                   on 2001/02/25  17:34:35
56954         Log: Integrate perlio.
56955      Branch: perl
56956           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
56957           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
56958           !> t/lib/encode.t
56959 ____________________________________________________________________________
56960 [  8933] By: jhi                                   on 2001/02/25  17:33:12
56961         Log: (Retracted by #8395.)
56962              
56963              Slight tweaks in scan_const(), not fixes yet, it seems like
56964              lots of work remains to be done...
56965      Branch: perl
56966            ! toke.c
56967 ____________________________________________________________________________
56968 [  8932] By: jhi                                   on 2001/02/25  17:27:11
56969         Log: (Retracted by #8395.)
56970              
56971              Missing from #8930.
56972      Branch: perl
56973            ! perl.h
56974 ____________________________________________________________________________
56975 [  8931] By: jhi                                   on 2001/02/25  17:26:19
56976         Log: A comment tweak.
56977      Branch: perl
56978            ! utf8.c
56979 ____________________________________________________________________________
56980 [  8930] By: jhi                                   on 2001/02/25  17:25:47
56981         Log: (Retracted by #8395.)
56982              
56983              Attempt to fix the EBCDIC character range problem with //.
56984      Branch: perl
56985            ! regcomp.c
56986 ____________________________________________________________________________
56987 [  8929] By: jhi                                   on 2001/02/25  17:23:45
56988         Log: (Retracted by #8395.)
56989              
56990              Expand the EBCDIC character range tests, and add few nasty
56991              tr tests from Karsten Sperling.
56992      Branch: perl
56993            ! t/op/pat.t t/op/tr.t
56994 ____________________________________________________________________________
56995 [  8928] By: jhi                                   on 2001/02/25  17:18:49
56996         Log: Missing check-in.
56997      Branch: perl
56998            ! lib/Pod/Find.pm
56999 ____________________________________________________________________________
57000 [  8927] By: nick                                  on 2001/02/25  11:30:22
57001         Log: Change method names in Encode implementation classes to something
57002              less confusing (preparing to "go public").
57003      Branch: perlio
57004            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
57005 ____________________________________________________________________________
57006 [  8926] By: nick                                  on 2001/02/25  10:53:24
57007         Log: GCC __atribute__ / printf fix
57008      Branch: perlio
57009            ! perl.h
57010 ____________________________________________________________________________
57011 [  8925] By: nick                                  on 2001/02/25  10:52:25
57012         Log: Checked in the wrong one ...
57013      Branch: perlio
57014            ! ext/Encode/Encode.pm
57015 ____________________________________________________________________________
57016 [  8924] By: nick                                  on 2001/02/24  18:46:51
57017         Log: Integrate mainline - to see what Jarkko has in ...
57018      Branch: perlio
57019           +> t/pod/testpods/lib/Pod/Stuff.pm
57020           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
57021 ____________________________________________________________________________
57022 [  8923] By: nick                                  on 2001/02/24  17:05:23
57023         Log: Encode API documentation nd tidy up.
57024              Minor additions to test.
57025              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
57026              Adds STRLEN to standard typemap.
57027      Branch: perlio
57028            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
57029            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
57030 ____________________________________________________________________________
57031 [  8922] By: jhi                                   on 2001/02/24  16:38:12
57032         Log: Add a test for the "character range should match in EBCDIC
57033              if specified using explicit numerics" bug found by Karsten
57034              Sperling.
57035      Branch: perl
57036            ! t/op/pat.t
57037 ____________________________________________________________________________
57038 [  8921] By: jhi                                   on 2001/02/24  16:30:16
57039         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
57040              From: schwern@pobox.com
57041              Date: Fri, 23 Feb 2001 03:21:37 -0500
57042              Message-ID: <20010223032137.A26022@magnonel.guild.net>
57043              
57044              plus Charles Lane's fixes, plus tweaks.
57045      Branch: perl
57046            + t/pod/testpods/lib/Pod/Stuff.pm
57047            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
57048 ____________________________________________________________________________
57049 [  8920] By: nick                                  on 2001/02/24  10:30:11
57050         Log: Integrate mainline
57051      Branch: perlio
57052           !> (integrate 33 files)
57053 ____________________________________________________________________________
57054 [  8919] By: jhi                                   on 2001/02/24  00:23:35
57055         Log: Subject: Re: I'm losing the war...
57056              From: "Vadim Konovalov" <watman@inbox.ru>
57057              Date: Sat, 24 Feb 2001 00:10:14 +0300
57058              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
57059              
57060              hv_store() not working correctly in ENV_IS_CASELESS case.
57061      Branch: perl
57062            ! hv.c
57063 ____________________________________________________________________________
57064 [  8918] By: jhi                                   on 2001/02/24  00:20:09
57065         Log: Subject: Re: [PATCH] fix for charnames above FFFF
57066              From: andreas.koenig@anima.de (Andreas J. Koenig)
57067              Date: 23 Feb 2001 02:39:03 +0100
57068              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
57069              
57070              A further efficiency tweak.
57071      Branch: perl
57072            ! lib/charnames.pm
57073 ____________________________________________________________________________
57074 [  8917] By: jhi                                   on 2001/02/23  20:27:51
57075         Log: Integrate change #8916 from mainline,
57076              do away with USE_WIN32_RTL_ENV.
57077      Branch: maint-5.6/perl
57078           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57079 ____________________________________________________________________________
57080 [  8916] By: jhi                                   on 2001/02/23  20:02:25
57081         Log: Abolish USE_WIN32_RTL_ENV.
57082      Branch: perl
57083            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
57084 ____________________________________________________________________________
57085 [  8915] By: jhi                                   on 2001/02/23  19:36:00
57086         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
57087              later protected by some #define.
57088      Branch: perl
57089            ! gv.c
57090 ____________________________________________________________________________
57091 [  8914] By: jhi                                   on 2001/02/23  19:31:38
57092         Log: Retract #8902 for now, requested by Charles Lane, the correct
57093              fix will be something else.
57094      Branch: perl
57095            ! op.c
57096 ____________________________________________________________________________
57097 [  8913] By: jhi                                   on 2001/02/23  19:11:36
57098         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
57099              From: Peter Prymmer <pvhp@forte.com>
57100              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
57101              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
57102      Branch: perl
57103            ! t/op/lex_assign.t
57104 ____________________________________________________________________________
57105 [  8912] By: jhi                                   on 2001/02/23  18:38:20
57106         Log: Subject: [patch] perlio + useithreads
57107              From: Doug MacEachern <dougm@covalent.net>
57108              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
57109              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
57110              
57111              Gets things running but not complete.
57112      Branch: perl
57113            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
57114 ____________________________________________________________________________
57115 [  8911] By: jhi                                   on 2001/02/23  04:20:02
57116         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
57117              
57118              Duplicated environment freeing, File::Temp 0.12,
57119              op/append portability (EBCDIC) tweak.
57120      Branch: maint-5.6/perl
57121           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57122           !> t/op/append.t
57123 ____________________________________________________________________________
57124 [  8910] By: jhi                                   on 2001/02/23  02:07:33
57125         Log: Integrate change #8909 from mainline, a better Borland
57126              putenv() workaround.
57127      Branch: maint-5.6/perl
57128           !> perl.c
57129 ____________________________________________________________________________
57130 [  8909] By: jhi                                   on 2001/02/23  02:05:46
57131         Log: A better workaround for Borland putenv() brokenness from Sarathy.
57132      Branch: perl
57133            ! perl.c
57134 ____________________________________________________________________________
57135 [  8908] By: jhi                                   on 2001/02/23  02:04:14
57136         Log: Subject: fix for parameter -Dm (for perl@8867)
57137              From: "Vadim Konovalov" <watman@inbox.ru>
57138              Date: Thu, 22 Feb 2001 17:30:12 +0300
57139              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
57140      Branch: perl
57141            ! perl.h
57142 ____________________________________________________________________________
57143 [  8907] By: jhi                                   on 2001/02/23  01:58:20
57144         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
57145              From: Peter Prymmer <pvhp@forte.com>
57146              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
57147              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
57148      Branch: perl
57149            ! t/op/append.t
57150 ____________________________________________________________________________
57151 [  8906] By: jhi                                   on 2001/02/23  01:48:34
57152         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
57153      Branch: perl
57154            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57155 ____________________________________________________________________________
57156 [  8905] By: jhi                                   on 2001/02/23  01:43:30
57157         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
57158              From: Peter Prymmer <pvhp@forte.com>
57159              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
57160              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
57161      Branch: perl
57162            ! t/lib/st-06compat.t
57163 ____________________________________________________________________________
57164 [  8904] By: jhi                                   on 2001/02/23  01:42:39
57165         Log: Metaconfig unit change for #8903.
57166      Branch: metaconfig/U/perl
57167            ! Devel.U
57168 ____________________________________________________________________________
57169 [  8903] By: jhi                                   on 2001/02/23  01:42:12
57170         Log: Be more helpful for devel builders, suggested by John L. Allen.
57171      Branch: perl
57172            ! Configure
57173 ____________________________________________________________________________
57174 [  8902] By: jhi                                   on 2001/02/23  01:37:41
57175         Log: (Retracted by #8914)
57176              (Wrongly, reinstated by #8941)
57177              
57178              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
57179              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57180              Date:     Thu, 22 Feb 2001 09:43:57 EST
57181              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
57182      Branch: perl
57183            ! op.c
57184 ____________________________________________________________________________
57185 [  8901] By: jhi                                   on 2001/02/23  01:20:32
57186         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
57187              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57188              Date:     Thu, 22 Feb 2001 08:01:35 EST
57189              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
57190      Branch: perl
57191            ! malloc.c
57192 ____________________________________________________________________________
57193 [  8900] By: jhi                                   on 2001/02/23  01:18:02
57194         Log: Integrate changes #8898,8899 from mainline, environ handling.
57195      Branch: maint-5.6/perl
57196           !> perl.c
57197 ____________________________________________________________________________
57198 [  8899] By: jhi                                   on 2001/02/23  01:16:25
57199         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
57200              putenv() is not to be relied on, they are either broken or leaky
57201              or both.)
57202      Branch: perl
57203            ! perl.c
57204 ____________________________________________________________________________
57205 [  8898] By: jhi                                   on 2001/02/22  23:36:59
57206         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
57207              and safesysfree() must be used.
57208      Branch: perl
57209            ! perl.c
57210 ____________________________________________________________________________
57211 [  8897] By: jhi                                   on 2001/02/22  23:25:45
57212         Log: With environ one must use safesysmalloc()/safesysfree().
57213      Branch: perl
57214            ! perl.c
57215 ____________________________________________________________________________
57216 [  8896] By: jhi                                   on 2001/02/22  22:13:18
57217         Log: If we have a duplicated environment free it
57218              if PERL_DESTRUCT_LEVEL.
57219      Branch: perl
57220            ! perl.c
57221 ____________________________________________________________________________
57222 [  8895] By: alanbur                               on 2001/02/22  19:31:57
57223         Log: Synchronised with parent
57224      Branch: maint-5.6/pureperl
57225           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
57226 ____________________________________________________________________________
57227 [  8894] By: gsar                                  on 2001/02/22  19:06:18
57228         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
57229              
57230              fix memory leak in method call optimization (change#3768);
57231              made C<eval "$x->foo()"> leak
57232              
57233              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
57234      Branch: maint-5.6/perl
57235           !> op.c
57236 ____________________________________________________________________________
57237 [  8893] By: jhi                                   on 2001/02/22  18:35:27
57238         Log: (Retracted by #8915.)
57239              
57240              Third Degree finding:
57241              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
57242      Branch: perl
57243            ! gv.c
57244 ____________________________________________________________________________
57245 [  8892] By: jhi                                   on 2001/02/22  14:28:32
57246         Log: Update Changes.
57247      Branch: perl
57248            ! Changes patchlevel.h
57249 ____________________________________________________________________________
57250 [  8891] By: jhi                                   on 2001/02/22  13:22:45
57251         Log: Metaconfig unit changes for #8890.
57252      Branch: metaconfig
57253            ! U/modified/Cppsym.U U/threads/archname.U
57254 ____________________________________________________________________________
57255 [  8890] By: jhi                                   on 2001/02/22  13:22:12
57256         Log: Add -stdio to the archname if no perlio selected,
57257              no -perlio added since that is now the default.
57258              
57259              Add few CPUs/architectures to the Cppsym scan.
57260      Branch: perl
57261            ! Configure config_h.SH
57262 ____________________________________________________________________________
57263 [  8889] By: jhi                                   on 2001/02/22  13:05:59
57264         Log: Metaconfig unit change for #8888.
57265      Branch: metaconfig/U/perl
57266            ! useperlio.U
57267 ____________________________________________________________________________
57268 [  8888] By: jhi                                   on 2001/02/22  13:05:28
57269         Log: *drum roll*  Make perlio the default.
57270      Branch: perl
57271            ! Configure config_h.SH
57272 ____________________________________________________________________________
57273 [  8887] By: jhi                                   on 2001/02/22  12:50:52
57274         Log: Integrate change #8665 from maintperl to mainline,
57275              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
57276      Branch: perl
57277           !> ext/POSIX/POSIX.xs
57278 ____________________________________________________________________________
57279 [  8886] By: jhi                                   on 2001/02/22  12:49:24
57280         Log: Integrate changes #8883,8884 from mainline to maintperl.
57281              
57282              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57283              Subject: Re: File::Temp::_gettemp warning
57284      Branch: maint-5.6/perl
57285           !> embed.h embed.pl lib/File/Temp.pm
57286 ____________________________________________________________________________
57287 [  8885] By: jhi                                   on 2001/02/22  12:43:59
57288         Log: Based on
57289              
57290              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
57291              From: schwab@suse.de
57292              Date: Thu, 22 Feb 2001 13:08:09 +0100
57293              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
57294              
57295              but the fix done slightly differently because the other
57296              half was already done in #8664.
57297      Branch: maint-5.6/perl
57298            ! ext/POSIX/POSIX.xs
57299 ____________________________________________________________________________
57300 [  8884] By: jhi                                   on 2001/02/22  12:37:15
57301         Log: Subject: Re: File::Temp::_gettemp warning
57302              From: Tim Jenness <t.jenness@jach.hawaii.edu>
57303              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
57304              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
57305              
57306              This patch to File::Temp does two things:
57307              
57308              1. Fixes the problem with CGI::Carp when determining
57309              the Fcntl constants
57310              
57311              2. Removes most of the carps and consolidates them so that all the
57312              reasons are included in a single die that is caught by the test. This
57313              means that the correct skipping behaviour is displayed by the test.
57314      Branch: perl
57315            ! lib/File/Temp.pm
57316 ____________________________________________________________________________
57317 [  8883] By: jhi                                   on 2001/02/22  12:29:19
57318         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
57319              From: Peter Prymmer <pvhp@forte.com>
57320              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
57321              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
57322      Branch: perl
57323            ! embed.h embed.pl
57324 ____________________________________________________________________________
57325 [  8882] By: jhi                                   on 2001/02/21  19:41:33
57326         Log: Integrate change #8881 from mainlin to maintperl.
57327              
57328              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57329      Branch: maint-5.6/perl
57330           !> op.c
57331 ____________________________________________________________________________
57332 [  8881] By: jhi                                   on 2001/02/21  19:38:57
57333         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
57334              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
57335              Date:     Wed, 21 Feb 2001 13:08:03 EST
57336              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
57337      Branch: perl
57338            ! op.c
57339 ____________________________________________________________________________
57340 [  8880] By: jhi                                   on 2001/02/21  19:34:34
57341         Log: Retract #8875, cannot let go of the old semantics of unpack U
57342              without rethinking utf8decode.t.
57343      Branch: perl
57344            ! pp.c t/op/pack.t
57345 ____________________________________________________________________________
57346 [  8879] By: jhi                                   on 2001/02/21  19:08:02
57347         Log: Run run/*.t also in minitest.
57348      Branch: perl
57349            ! Makefile.SH
57350 ____________________________________________________________________________
57351 [  8878] By: nick                                  on 2001/02/21  18:55:37
57352         Log: Integrate mainline
57353      Branch: perlio
57354           !> (integrate 76 files)
57355 ____________________________________________________________________________
57356 [  8877] By: jhi                                   on 2001/02/21  15:09:33
57357         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
57358      Branch: metaconfig
57359            ! U/compline/nblock_io.U
57360      Branch: perl
57361            ! Configure config_h.SH
57362 ____________________________________________________________________________
57363 [  8876] By: jhi                                   on 2001/02/21  14:54:45
57364         Log: If no sfio, no -lsfio.
57365      Branch: metaconfig/U/perl
57366            ! d_sfio.U
57367      Branch: perl
57368            ! Configure config_h.SH
57369 ____________________________________________________________________________
57370 [  8875] By: jhi                                   on 2001/02/21  14:54:00
57371         Log: Make unpack C and unpack U truly equivalent.
57372      Branch: perl
57373            ! pp.c t/op/pack.t
57374 ____________________________________________________________________________
57375 [  8874] By: jhi                                   on 2001/02/21  14:26:02
57376         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
57377              From: Peter Prymmer <pvhp@forte.com>
57378              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
57379              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
57380      Branch: perl
57381            ! pod/perlport.pod
57382 ____________________________________________________________________________
57383 [  8873] By: jhi                                   on 2001/02/21  14:24:31
57384         Log: Subject: [PATCH] fix for charnames above FFFF
57385              From: andreas.koenig@anima.de (Andreas J. Koenig)
57386              Date: 21 Feb 2001 07:05:45 +0100
57387              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
57388      Branch: perl
57389            ! lib/charnames.pm t/lib/charnames.t
57390 ____________________________________________________________________________
57391 [  8872] By: jhi                                   on 2001/02/21  14:15:25
57392         Log: Integrate change #8868 from pureperl to mainline.
57393              
57394              Fixed reference count loop caused by sv_magic.
57395      Branch: perl
57396           !> sv.c
57397 ____________________________________________________________________________
57398 [  8871] By: jhi                                   on 2001/02/21  14:07:29
57399         Log: Integrate change #8868 from pureperl to maintperl.
57400              
57401              Fixed reference count loop caused by sv_magic.
57402      Branch: maint-5.6/perl
57403           !> sv.c
57404 ____________________________________________________________________________
57405 [  8870] By: jhi                                   on 2001/02/21  14:04:41
57406         Log: Put back the #8840, it was innocent.
57407      Branch: perl
57408            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57409            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
57410 ____________________________________________________________________________
57411 [  8869] By: jhi                                   on 2001/02/21  14:00:03
57412         Log: unpack("C", ...) was left slightly unfinished by #8865.
57413      Branch: perl
57414            ! pp.c t/op/pack.t
57415 ____________________________________________________________________________
57416 [  8868] By: alanbur                               on 2001/02/21  01:33:45
57417         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
57418              from gv_fetchpv to create single-character magic variables (e.g. $!),
57419              and it is passed a sv and the gv that contains the sv as the mg_obj
57420              value.  When sv_magic stores the mg_obj pointer it increments the gv
57421              refcount, thus causing a sv-gv pair that can't be freed.  There is
57422              already a check for sv == obj which is used to prevent such reference
57423              loops.  This change extends the check to cover the case described above.
57424      Branch: maint-5.6/pureperl
57425            ! sv.c
57426 ____________________________________________________________________________
57427 [  8867] By: jhi                                   on 2001/02/21  00:52:39
57428         Log: Update Changes.
57429      Branch: perl
57430            ! Changes patchlevel.h
57431 ____________________________________________________________________________
57432 [  8866] By: jhi                                   on 2001/02/21  00:34:20
57433         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
57434              (Note: there were some conflicts due to EBCDIC and EPOC
57435              patches, in general I preferred the repository code.)
57436              (When 2.753 comes out, we need to synchronize.)
57437      Branch: perl
57438            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
57439            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
57440            ! t/lib/cgi-html.t
57441 ____________________________________________________________________________
57442 [  8865] By: jhi                                   on 2001/02/21  00:24:22
57443         Log: Make pack("C", 0x100) to create Unicode, unless under the
57444              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
57445              will understand Unicode, unless you under know what.
57446      Branch: perl
57447            ! pp.c t/op/pack.t t/op/qu.t
57448 ____________________________________________________________________________
57449 [  8864] By: alanbur                               on 2001/02/20  22:35:34
57450         Log: Resynchronised with parent
57451      Branch: maint-5.6/pureperl
57452           !> README.win32 ext/GDBM_File/GDBM_File.pm
57453           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
57454           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
57455           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
57456           !> t/lib/sdbm.t util.c
57457 ____________________________________________________________________________
57458 [  8863] By: jhi                                   on 2001/02/20  20:55:11
57459         Log: Integrate change #8860,8861 from mainline into maintperl.
57460              
57461              "pseudo-literal j"
57462              
57463              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57464      Branch: maint-5.6/perl
57465           !> lib/Test.pm pod/perlop.pod
57466 ____________________________________________________________________________
57467 [  8862] By: jhi                                   on 2001/02/20  20:30:07
57468         Log: Don't do casting between pointers pointing to differently sized
57469              integers.
57470      Branch: perl
57471            ! hv.c sv.c
57472 ____________________________________________________________________________
57473 [  8861] By: jhi                                   on 2001/02/20  19:53:44
57474         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
57475              From: Peter Prymmer <pvhp@forte.com>
57476              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
57477              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
57478      Branch: perl
57479            ! lib/Test.pm
57480 ____________________________________________________________________________
57481 [  8860] By: jhi                                   on 2001/02/20  19:48:02
57482         Log: "pseudo-literal j", a documentation glitch reported to Debian.
57483              The text recovered from Perl 5.005_03, and pseudo-literal replaced
57484              by "backtick string".
57485      Branch: perl
57486            ! pod/perlop.pod
57487 ____________________________________________________________________________
57488 [  8859] By: jhi                                   on 2001/02/20  19:15:46
57489         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
57490              from Chris Nandor.
57491      Branch: perl
57492            ! makedef.pl
57493 ____________________________________________________________________________
57494 [  8858] By: jhi                                   on 2001/02/20  17:36:53
57495         Log: Integrate pureperl changes #8844,8845,8850 to mainline
57496              (via maintperl #8855).
57497              
57498              Fixed %^H scoping bug
57499              
57500              Removed GV <-> CV refcount loop
57501              
57502              Removed %ENV refcount loop
57503      Branch: perl
57504           !> gv.c op.c perl.c pp.c scope.c
57505 ____________________________________________________________________________
57506 [  8857] By: jhi                                   on 2001/02/20  17:34:32
57507         Log: Integrate changes #8853,8854 from maintperl to mainline.
57508              
57509              EBDIC fixes, README.win32 Borland update.
57510      Branch: perl
57511           !> README.win32 handy.h util.c
57512 ____________________________________________________________________________
57513 [  8856] By: jhi                                   on 2001/02/20  17:33:16
57514         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
57515      Branch: maint-5.6/perl
57516           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
57517           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
57518           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
57519 ____________________________________________________________________________
57520 [  8855] By: jhi                                   on 2001/02/20  17:32:13
57521         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
57522              
57523              Fixed %^H scoping bug
57524              
57525              Removed GV <-> CV refcount loop
57526              
57527              Removed %ENV refcount loop
57528      Branch: maint-5.6/perl
57529           !> gv.c op.c perl.c pp.c scope.c
57530 ____________________________________________________________________________
57531 [  8854] By: jhi                                   on 2001/02/20  17:25:06
57532         Log: Subject: Addition to readme.win32 for Borland C++ compilers
57533              Date: Tue, 20 Feb 2001 02:15:25 +0300
57534              From: "Vadim Konovalov" <watman@inbox.ru>
57535              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
57536              
57537              Document Borland compiler misbehaviour.
57538      Branch: maint-5.6/perl
57539            ! README.win32
57540 ____________________________________________________________________________
57541 [  8853] By: jhi                                   on 2001/02/20  17:22:25
57542         Log: The assimilation of ebcdic.c didn't quite work at the first try,
57543              patches from Thomas Dorner.
57544      Branch: maint-5.6/perl
57545            ! handy.h util.c
57546 ____________________________________________________________________________
57547 [  8852] By: jhi                                   on 2001/02/20  17:20:15
57548         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
57549              From: Chris Nandor <pudge@pobox.com>
57550              Date: Tue, 20 Feb 2001 08:32:45 -0500
57551              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
57552      Branch: maint-5.6/perl
57553            ! makedef.pl mg.c
57554 ____________________________________________________________________________
57555 [  8851] By: jhi                                   on 2001/02/20  17:15:52
57556         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
57557      Branch: perl
57558            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
57559            ! t/lib/filter-util.t
57560 ____________________________________________________________________________
57561 [  8850] By: alanbur                               on 2001/02/20  17:12:40
57562         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
57563              and the magic pointer points back to the GV that contains the
57564              %ENV hash.  This creates a refcount loop that prevents members
57565              of %ENV from being freed correctly.  This change removes the
57566              refcount loop - the magic pointer was never used anyway, the
57567              only use of the magic was to check the type ('E') so that the
57568              appropriate environment manipulation code is called when %ENV
57569              is modified.
57570      Branch: maint-5.6/pureperl
57571            ! perl.c
57572 ____________________________________________________________________________
57573 [  8849] By: jhi                                   on 2001/02/20  17:12:20
57574         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
57575              From: "Craig A. Berry" <craigberry@mac.com>
57576              Date: Mon, 19 Feb 2001 23:36:12 -0600
57577              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
57578              
57579              Case-forgiving systems match TestInit.pm with TES*.
57580      Branch: perl
57581            ! t/lib/glob-basic.t
57582 ____________________________________________________________________________
57583 [  8848] By: jhi                                   on 2001/02/20  17:10:02
57584         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
57585      Branch: perl
57586            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
57587            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
57588            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
57589 ____________________________________________________________________________
57590 [  8847] By: jhi                                   on 2001/02/20  15:34:41
57591         Log: The #8843 wasn't quite right: %Config needs to imported.
57592      Branch: perl
57593            ! t/run/runenv.t
57594 ____________________________________________________________________________
57595 [  8846] By: jhi                                   on 2001/02/20  15:31:50
57596         Log: Retract the #8838 and #8840 for now because of
57597              the DB_File tie problem.
57598      Branch: perl
57599            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
57600            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
57601            ! proto.h sv.c
57602 ____________________________________________________________________________
57603 [  8845] By: alanbur                               on 2001/02/20  14:25:41
57604         Log: Removed GV <-> CV refcount loop
57605              CvGV(mycv) points to the parent GV of the CV, and was previously
57606              refcounted.  The pointer remains, but the refcounting has been removed
57607              as it causes a refcount loop between the CV and GV that means the CV
57608              can't ever be deleted.
57609      Branch: maint-5.6/pureperl
57610            ! gv.c op.c pp.c
57611 ____________________________________________________________________________
57612 [  8844] By: alanbur                               on 2001/02/20  14:23:13
57613         Log: Fixed %^H scoping bug
57614      Branch: maint-5.6/pureperl
57615            ! scope.c
57616 ____________________________________________________________________________
57617 [  8843] By: jhi                                   on 2001/02/19  13:38:08
57618         Log: fork() not everywhere, cleanup temp files.
57619      Branch: perl
57620            ! t/run/runenv.t
57621 ____________________________________________________________________________
57622 [  8842] By: alanbur                               on 2001/02/19  12:42:07
57623         Log: Resynchronised with parent
57624      Branch: maint-5.6/pureperl
57625           !> pod/perlfaq4.pod sv.c utf8.c
57626 ____________________________________________________________________________
57627 [  8841] By: jhi                                   on 2001/02/19  03:35:51
57628         Log: Update Changes.
57629      Branch: perl
57630            ! Changes patchlevel.h
57631 ____________________________________________________________________________
57632 [  8840] By: jhi                                   on 2001/02/19  00:23:41
57633         Log: Subject: [patch] add sv_setref_uv
57634              From: Doug MacEachern <dougm@covalent.net>
57635              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
57636              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
57637      Branch: perl
57638            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
57639            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
57640 ____________________________________________________________________________
57641 [  8839] By: jhi                                   on 2001/02/19  00:01:38
57642         Log: Put to rest the 20010205.001, the email address checking (not) regex.
57643      Branch: perl
57644            ! pod/perlfaq9.pod
57645 ____________________________________________________________________________
57646 [  8838] By: jhi                                   on 2001/02/18  22:17:54
57647         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
57648              From: Doug MacEachern <dougm@covalent.net>
57649              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
57650              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
57651      Branch: perl
57652            ! lib/ExtUtils/xsubpp
57653 ____________________________________________________________________________
57654 [  8837] By: jhi                                   on 2001/02/18  22:16:50
57655         Log: Subject: [patch] -Wall cleanup round 2
57656              From: Doug MacEachern <dougm@covalent.net>
57657              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
57658              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
57659      Branch: perl
57660            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
57661            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
57662            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
57663            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
57664            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
57665            ! ext/SDBM_File/SDBM_File.xs
57666 ____________________________________________________________________________
57667 [  8836] By: jhi                                   on 2001/02/18  22:11:20
57668         Log: Misapplied regex optimizations when \C is present.
57669              Fixes 20001230.002.
57670              
57671              What still remains broken is that the submatches that
57672              have \C in them get their UTF8 flag on because their
57673              parent SV has it on.  This will result in malformed
57674              UTF8 if a \C happened to match a non-ASCII byte.
57675      Branch: perl
57676            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
57677            ! t/pragma/utf8.t
57678 ____________________________________________________________________________
57679 [  8835] By: jhi                                   on 2001/02/18  20:12:02
57680         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
57681              
57682              The hash key got wrongly UTF8fied.
57683      Branch: perl
57684            ! pod/perlapi.pod toke.c utf8.c
57685 ____________________________________________________________________________
57686 [  8834] By: jhi                                   on 2001/02/18  19:44:25
57687         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
57688              don't warn on magical or overloaded things.
57689      Branch: perl
57690            ! pp_hot.c
57691 ____________________________________________________________________________
57692 [  8833] By: nick                                  on 2001/02/18  19:31:22
57693         Log: Integrate mainline
57694      Branch: perlio
57695           +> t/TestInit.pm t/run/runenv.t
57696            - t/UTEST
57697           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
57698           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
57699           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
57700           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
57701           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
57702           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
57703           !> utf8.c
57704 ____________________________________________________________________________
57705 [  8832] By: jhi                                   on 2001/02/18  19:21:18
57706         Log: Integrate perlio.
57707      Branch: perl
57708           !> perlio.c pod/perldiag.pod
57709 ____________________________________________________________________________
57710 [  8831] By: jhi                                   on 2001/02/18  19:14:20
57711         Log: Integrate change #8827 from mainline.
57712              
57713              UTF8 tweaks.
57714      Branch: maint-5.6/perl
57715           !> sv.c utf8.c
57716 ____________________________________________________________________________
57717 [  8830] By: nick                                  on 2001/02/18  19:10:34
57718         Log: Apply the spirit of patch from Nick Clark:
57719              Subject: [PATCH] Re: extensions that provide layers
57720              From: Nicholas Clark <nick@ccl4.org>
57721              Date: Mon, 12 Feb 2001 16:43:51 +0000
57722              Message-Id: <20010212164350.Q3652@plum.flirble.org>
57723      Branch: perlio
57724            ! perlio.c pod/perldiag.pod
57725 ____________________________________________________________________________
57726 [  8829] By: jhi                                   on 2001/02/18  19:03:25
57727         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
57728              From: schwern@pobox.com 
57729              Date: Sun, 18 Feb 2001 13:44:35 -0500
57730              Message-ID: <20010218134435.A17544@magnonel.guild.net>
57731              
57732              Applied, but as t/TestInit.pm.
57733      Branch: perl
57734            + t/TestInit.pm
57735            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
57736            ! t/op/subst_wamp.t
57737 ____________________________________________________________________________
57738 [  8828] By: jhi                                   on 2001/02/18  18:43:52
57739         Log: Integrate perlio.
57740      Branch: perl
57741           !> perlio.c
57742 ____________________________________________________________________________
57743 [  8827] By: jhi                                   on 2001/02/18  18:41:33
57744         Log: UTF-8 tweaks.
57745      Branch: perl
57746            ! sv.c utf8.c
57747 ____________________________________________________________________________
57748 [  8826] By: nick                                  on 2001/02/18  17:40:59
57749         Log: Fix [ID 20010217.002]
57750              open FOO, "<:raw:perlio", ...
57751              :raw now inserts default base layer below itself.
57752              Also
57753              open FOO, "<:unix", ...
57754              works as well - but leaves buffer layer on stack under the unix layer.
57755      Branch: perlio
57756            ! perlio.c
57757 ____________________________________________________________________________
57758 [  8825] By: jhi                                   on 2001/02/18  17:15:39
57759         Log: Integrate perlio.
57760      Branch: perl
57761           !> perlio.c perliol.h
57762 ____________________________________________________________________________
57763 [  8824] By: jhi                                   on 2001/02/18  17:10:53
57764         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
57765              From: schwern@pobox.com
57766              Date: Sun, 18 Feb 2001 01:48:50 -0500
57767              Message-ID: <20010218014850.C19957@magnonel.guild.net>
57768      Branch: perl
57769            ! lib/Test/Harness.pm t/TEST t/op/chop.t
57770 ____________________________________________________________________________
57771 [  8823] By: jhi                                   on 2001/02/18  17:01:06
57772         Log: Add run/*.t to testables.
57773      Branch: perl
57774            ! t/TEST
57775 ____________________________________________________________________________
57776 [  8822] By: jhi                                   on 2001/02/18  16:58:58
57777         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
57778              From: schwern@pobox.com
57779              Date: Sun, 18 Feb 2001 01:11:35 -0500
57780              Message-ID: <20010218011135.A19957@magnonel.guild.net>
57781              
57782              Revive mjd's and Simon's PERL5OPT fix.
57783      Branch: perl
57784            + t/run/runenv.t
57785            ! MANIFEST perl.c
57786 ____________________________________________________________________________
57787 [  8821] By: jhi                                   on 2001/02/18  16:53:46
57788         Log: Subject: Re: Why t/TEST and not Test::Harness?
57789              From: schwern@pobox.com
57790              Date: Sat, 17 Feb 2001 22:44:44 -0500
57791              Message-ID: <20010217224444.A6679@magnonel.guild.net>
57792              
57793              Replace UTEST with TEST -utf8.
57794      Branch: perl
57795            - t/UTEST
57796            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
57797            ! t/lib/glob-basic.t
57798 ____________________________________________________________________________
57799 [  8820] By: nick                                  on 2001/02/18  13:06:16
57800         Log: Clean up a few core dumps when layers are used in unexpected ways.
57801              (Still not "right"...)
57802      Branch: perlio
57803            ! perlio.c perliol.h
57804 ____________________________________________________________________________
57805 [  8819] By: jhi                                   on 2001/02/18  02:25:55
57806         Log: Integrate change #8818 from maintperl, a FAQ nit.
57807      Branch: perl
57808           !> pod/perlfaq4.pod
57809 ____________________________________________________________________________
57810 [  8818] By: jhi                                   on 2001/02/18  02:24:50
57811         Log: FAQ nit from Chris Fedde.
57812      Branch: maint-5.6/perl
57813            ! pod/perlfaq4.pod
57814 ____________________________________________________________________________
57815 [  8817] By: nick                                  on 2001/02/17  18:20:14
57816         Log: Integrate mainline
57817      Branch: perlio
57818           +> lib/unicode/UCD.html lib/unicode/Unicode.html
57819           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
57820           +> pod/perlclib.pod
57821            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
57822            - lib/unicode/Unicode.301
57823           !> (integrate 324 files)
57824 ____________________________________________________________________________
57825 [  8816] By: jhi                                   on 2001/02/17  16:56:58
57826         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
57827      Branch: perl
57828            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
57829            ! ext/Storable/Storable.xs t/lib/st-06compat.t
57830            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
57831 ____________________________________________________________________________
57832 [  8815] By: jhi                                   on 2001/02/17  16:40:07
57833         Log: Subject: [patch] -Wall
57834              From: Doug MacEachern <dougm@covalent.net>
57835              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
57836              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
57837      Branch: perl
57838            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
57839            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
57840 ____________________________________________________________________________
57841 [  8814] By: jhi                                   on 2001/02/16  19:27:18
57842         Log: Document qu better.
57843      Branch: perl
57844            ! pod/perlop.pod
57845 ____________________________________________________________________________
57846 [  8813] By: jhi                                   on 2001/02/15  13:54:37
57847         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
57848              From: Hugo <hv@crypt.compulink.co.uk>
57849              Date: Thu, 15 Feb 2001 13:39:49 +0000
57850              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
57851      Branch: perl
57852            ! toke.c
57853 ____________________________________________________________________________
57854 [  8812] By: alanbur                               on 2001/02/15  13:52:16
57855         Log: Resynchronised with parent
57856      Branch: maint-5.6/pureperl
57857            - ebcdic.c
57858           !> (integrate 36 files)
57859 ____________________________________________________________________________
57860 [  8811] By: jhi                                   on 2001/02/15  13:51:16
57861         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
57862              
57863              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
57864              From: Jan Dubois <JanD@ActiveState.com>
57865              Date: Wed, 31 Jan 2001 21:17:03 -0800
57866              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
57867              
57868              tweak change#8659 to keep it simple
57869              
57870              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
57871              From: Russ Allbery <rra@stanford.edu>
57872              Date: 14 Feb 2001 10:15:41 -0800
57873              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
57874              
57875              (8809 empty)
57876              
57877              Upgrade to podlators 1.08, from Russ Allbery.
57878      Branch: perl
57879           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
57880           !> utils/perldoc.PL
57881 ____________________________________________________________________________
57882 [  8810] By: jhi                                   on 2001/02/15  13:35:08
57883         Log: Upgrade to podlators 1.08, from Russ Allbery.
57884      Branch: maint-5.6/perl
57885            ! lib/Pod/Man.pm lib/Pod/Text.pm
57886 ____________________________________________________________________________
57887 [  8809] By: jhi                                   on 2001/02/15  13:26:38
57888         Log: (accidentally empty check-in)
57889      Branch: maint-5.6/perl
57890            ! lib/Test/Harness.pm
57891 ____________________________________________________________________________
57892 [  8808] By: jhi                                   on 2001/02/15  13:23:47
57893         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
57894              From: Russ Allbery <rra@stanford.edu>
57895              Date: 14 Feb 2001 10:15:41 -0800
57896              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
57897              
57898              perldoc was hardcoding $Config{installscript}, which breaks
57899              when install* isn't where Perl ends up (such as with AFS).
57900              
57901              Use $Config{scriptdir} instead.
57902      Branch: maint-5.6/perl
57903            ! utils/perldoc.PL
57904 ____________________________________________________________________________
57905 [  8807] By: jhi                                   on 2001/02/14  14:37:27
57906         Log: Update Changes.
57907      Branch: perl
57908            ! Changes patchlevel.h
57909 ____________________________________________________________________________
57910 [  8806] By: jhi                                   on 2001/02/14  14:25:31
57911         Log: Integrate changes #8803,8804,8805 from mainline.
57912              
57913              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
57914              
57915              Don't skip too much of the locale error message if no environ array,
57916              from Chris Nandor.
57917              
57918              More MacOS Classic fixes from Chris Nandor.
57919      Branch: maint-5.6/perl
57920           !> doop.c lib/Cwd.pm perl.c perl.h util.c
57921 ____________________________________________________________________________
57922 [  8805] By: jhi                                   on 2001/02/14  03:29:01
57923         Log: More MacOS Classic fixes from Chris Nandor.
57924      Branch: perl
57925            ! doop.c lib/Cwd.pm
57926 ____________________________________________________________________________
57927 [  8804] By: jhi                                   on 2001/02/14  03:18:35
57928         Log: Don't skip too much of the locale error message if no environ array,
57929              from Chris Nandor.
57930      Branch: perl
57931            ! util.c
57932 ____________________________________________________________________________
57933 [  8803] By: jhi                                   on 2001/02/14  03:14:14
57934         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
57935      Branch: perl
57936            ! perl.c perl.h
57937 ____________________________________________________________________________
57938 [  8802] By: jhi                                   on 2001/02/13  18:31:33
57939         Log: AUTHORS update.
57940      Branch: perl
57941            ! AUTHORS
57942 ____________________________________________________________________________
57943 [  8801] By: jhi                                   on 2001/02/13  17:55:19
57944         Log: Integrate change #8792 from mainline.
57945              
57946              Subject: buncha MacPerl patches for bleadperl
57947              From: Chris Nandor <pudge@pobox.com>
57948              Date: Tue, 13 Feb 2001 00:02:43 -0500
57949              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
57950      Branch: maint-5.6/perl
57951           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
57952           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
57953           !> t/lib/basename.t toke.c util.h
57954 ____________________________________________________________________________
57955 [  8800] By: jhi                                   on 2001/02/13  17:46:43
57956         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
57957              to be forced to Off_t.
57958              
57959              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
57960              From: nick@ccl4.org
57961              Date: Thu, 1 Feb 2001 12:01:04 +0000
57962              Message-Id: <20010201120103.E11401@plum.flirble.org>
57963      Branch: maint-5.6/perl
57964            ! iperlsys.h perlio.c
57965 ____________________________________________________________________________
57966 [  8799] By: jhi                                   on 2001/02/13  16:52:51
57967         Log: Duplex duplex hunk hunk.
57968      Branch: maint-5.6/perl
57969            ! Makefile.SH
57970 ____________________________________________________________________________
57971 [  8797] By: jhi                                   on 2001/02/13  14:52:04
57972         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
57973              From: "Craig A. Berry" <craigberry@mac.com>
57974              Date: Mon, 12 Feb 2001 11:05:25 -0600
57975              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
57976      Branch: perl
57977            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
57978 ____________________________________________________________________________
57979 [  8796] By: jhi                                   on 2001/02/13  14:36:47
57980         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
57981              From: simon.cozens@pembroke.oxford.ac.uk 
57982              Date: Sat, 10 Feb 2001 17:57:02 +0000
57983              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
57984              
57985              Now it does include.
57986      Branch: perl
57987            ! pod/perldiag.pod
57988 ____________________________________________________________________________
57989 [  8795] By: jhi                                   on 2001/02/13  14:30:11
57990         Log: Sort the MANIFEST.
57991      Branch: perl
57992            ! MANIFEST
57993 ____________________________________________________________________________
57994 [  8794] By: jhi                                   on 2001/02/13  14:26:51
57995         Log: Integrate change #8793 from mainline, FAQ updates.
57996      Branch: maint-5.6/perl
57997           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
57998 ____________________________________________________________________________
57999 [  8793] By: jhi                                   on 2001/02/13  14:25:13
58000         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
58001      Branch: perl
58002            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
58003 ____________________________________________________________________________
58004 [  8792] By: jhi                                   on 2001/02/13  14:22:50
58005         Log: Subject: buncha MacPerl patches for bleadperl
58006              From: Chris Nandor <pudge@pobox.com>
58007              Date: Tue, 13 Feb 2001 00:02:43 -0500
58008              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
58009      Branch: perl
58010            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
58011            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
58012            ! t/lib/basename.t toke.c util.h
58013 ____________________________________________________________________________
58014 [  8791] By: jhi                                   on 2001/02/13  14:10:39
58015         Log: Integrate change #8790 from mainline.
58016              
58017              environ array wrongly assumed in Perl_init_i18nl10n(),
58018      Branch: maint-5.6/perl
58019           !> util.c
58020 ____________________________________________________________________________
58021 [  8790] By: jhi                                   on 2001/02/13  14:06:15
58022         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
58023              noticed by Chris Nandor in MacOS Classic.
58024      Branch: perl
58025            ! util.c
58026 ____________________________________________________________________________
58027 [  8789] By: jhi                                   on 2001/02/13  13:58:07
58028         Log: Integrate changes #8373,8487,8544,8783 from mainline.
58029              
58030              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
58031              hints files, the dynaloading, assimilate ebcdic into util.c.
58032      Branch: maint-5.6/perl
58033            - ebcdic.c
58034            ! MANIFEST hints/posix-bc.sh
58035           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
58036           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
58037           !> perlapi.c proto.h util.c
58038 ____________________________________________________________________________
58039 [  8788] By: alanbur                               on 2001/02/13  10:33:13
58040         Log: Integrated changes from maint-5.6
58041      Branch: maint-5.6/pureperl
58042           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
58043           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
58044           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
58045           !> vos/config.ga.h vos/configure_perl.cm
58046 ____________________________________________________________________________
58047 [  8787] By: jhi                                   on 2001/02/13  05:56:36
58048         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
58049      Branch: perl
58050           !> Makefile.SH
58051 ____________________________________________________________________________
58052 [  8786] By: jhi                                   on 2001/02/13  05:54:34
58053         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
58054              From: Dorner Thomas <Thomas.Dorner@start.de>
58055              Date: Mon, 12 Feb 2001 15:06:26 +0100
58056              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
58057      Branch: maint-5.6/perl
58058            ! Makefile.SH
58059 ____________________________________________________________________________
58060 [  8785] By: jhi                                   on 2001/02/13  05:29:04
58061         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
58062      Branch: perl
58063           !> hints/openbsd.sh
58064 ____________________________________________________________________________
58065 [  8784] By: jhi                                   on 2001/02/13  02:25:24
58066         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
58067              From: Peter Prymmer <pvhp@forte.com>
58068              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
58069              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
58070      Branch: perl
58071            ! pod/perlclib.pod
58072 ____________________________________________________________________________
58073 [  8783] By: jhi                                   on 2001/02/13  02:22:36
58074         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
58075      Branch: perl
58076            - ebcdic.c
58077            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
58078            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
58079            ! util.c
58080 ____________________________________________________________________________
58081 [  8782] By: jhi                                   on 2001/02/13  02:00:07
58082         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
58083      Branch: maint-5.6/perl
58084            ! pod/perlport.pod
58085 ____________________________________________________________________________
58086 [  8781] By: jhi                                   on 2001/02/13  01:58:44
58087         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
58088      Branch: maint-5.6/perl
58089            ! hints/openbsd.sh
58090 ____________________________________________________________________________
58091 [  8780] By: jhi                                   on 2001/02/13  01:57:33
58092         Log: Synchronize the regexp tests between maintperl and mainline.
58093      Branch: maint-5.6/perl
58094           !> t/op/re_tests
58095 ____________________________________________________________________________
58096 [  8779] By: jhi                                   on 2001/02/13  01:49:35
58097         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58098              From: Hugo <hv@crypt.compulink.co.uk>
58099              Date: Tue, 13 Feb 2001 00:11:11 +0000
58100              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58101      Branch: perl
58102            ! regcomp.c t/op/re_tests
58103 ____________________________________________________________________________
58104 [  8778] By: jhi                                   on 2001/02/13  00:23:10
58105         Log: Comments do not nest.
58106      Branch: perl
58107            ! perl.h
58108 ____________________________________________________________________________
58109 [  8777] By: jhi                                   on 2001/02/13  00:17:54
58110         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
58111              From: Hugo <hv@crypt.compulink.co.uk>
58112              Date: Tue, 13 Feb 2001 00:11:11 +0000
58113              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
58114      Branch: maint-5.6/perl
58115            ! regcomp.c t/op/re_tests
58116 ____________________________________________________________________________
58117 [  8776] By: jhi                                   on 2001/02/12  23:25:52
58118         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
58119      Branch: maint-5.6/perl
58120            ! pod/perlport.pod
58121 ____________________________________________________________________________
58122 [  8775] By: jhi                                   on 2001/02/12  23:04:28
58123         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
58124      Branch: maint-5.6/perl
58125            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
58126            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
58127            ! vos/configure_perl.cm
58128 ____________________________________________________________________________
58129 [  8774] By: jhi                                   on 2001/02/12  22:59:11
58130         Log: Subject: Re: [patch] context for 'U' magic functions
58131              From: Doug MacEachern <dougm@covalent.net>
58132              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
58133              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
58134              
58135              plus the suggestion by Nick Ing-Simmons to name the macro
58136              as PERL_MG_UFUNC to avoid namespace pollution, plus add
58137              the advice by Doug for XS writers to perl.h
58138      Branch: perl
58139            ! mg.c perl.h
58140 ____________________________________________________________________________
58141 [  8773] By: jhi                                   on 2001/02/11  20:14:12
58142         Log: Update Changes.
58143      Branch: perl
58144            ! Changes patchlevel.h
58145 ____________________________________________________________________________
58146 [  8772] By: jhi                                   on 2001/02/11  18:47:52
58147         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
58148              From: Simon Cozens <simon@cozens.net>
58149              Date: Wed, 31 Jan 2001 16:31:43 +0000
58150              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
58151      Branch: perl
58152            + pod/perlclib.pod
58153            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
58154            ! pod/perltoc.pod
58155 ____________________________________________________________________________
58156 [  8771] By: jhi                                   on 2001/02/11  18:36:48
58157         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
58158              
58159              Blocks-4d3.beta.txt
58160              CaseFolding-3d4.beta.txt
58161              CompositionExclusions-3d6.beta.txt
58162              EastAsianWidth-4d4.beta.txt
58163              LineBreak-6d3.beta.txt
58164              NamesList-3.1.0d1.beta.txt
58165              PropList-3.1.0d4.beta.txt
58166              SpecialCasing-4d1.beta.txt
58167              UnicodeData-3.1.0d6.beta.txt
58168      Branch: perl
58169            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
58170           +> lib/unicode/UCD.html lib/unicode/Unicode.html
58171            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
58172            - lib/unicode/Unicode.301
58173            ! (edit 257 files)
58174 ____________________________________________________________________________
58175 [  8770] By: jhi                                   on 2001/02/11  17:26:22
58176         Log: UTF-8 documentation.
58177      Branch: perl
58178            ! utf8.h
58179 ____________________________________________________________________________
58180 [  8769] By: jhi                                   on 2001/02/11  17:12:49
58181         Log: Retract #8762.
58182      Branch: perl
58183            ! regexec.c
58184 ____________________________________________________________________________
58185 [  8768] By: jhi                                   on 2001/02/11  16:54:45
58186         Log: Subject: [PATCH] Test::Harness
58187              From: andreas.koenig@anima.de (Andreas J. Koenig)
58188              Date: 11 Feb 2001 14:37:00 +0100
58189              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
58190      Branch: perl
58191            ! lib/Test/Harness.pm
58192 ____________________________________________________________________________
58193 [  8767] By: jhi                                   on 2001/02/11  16:53:52
58194         Log: Subject: [PATCH] Document makepatch in Porting/patching
58195              From: andreas.koenig@anima.de (Andreas J. Koenig)
58196              Date: 11 Feb 2001 16:46:28 +0100
58197              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
58198      Branch: perl
58199            ! Porting/patching.pod
58200 ____________________________________________________________________________
58201 [  8766] By: jhi                                   on 2001/02/11  06:30:23
58202         Log: Subject: Re: [patch] GvSHARED
58203              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
58204              From: Doug MacEachern <dougm@covalent.net>
58205              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
58206              
58207              Subject: Re: [patch] GvSHARED
58208              From: Doug MacEachern <dougm@covalent.net>
58209              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
58210              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
58211              
58212              Subject: [patch] attributes.pm support for `shared'
58213              From: Doug MacEachern <dougm@covalent.net>
58214              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
58215              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
58216              
58217              our() attributes were ignored, our :shared pieces missing,
58218              allow attributes.pm to turn on shared.
58219      Branch: perl
58220            ! op.c t/op/attrs.t toke.c xsutils.c
58221 ____________________________________________________________________________
58222 [  8765] By: alanbur                               on 2001/02/10  23:11:19
58223         Log: Resync with parent (hopefully sucessfully this time)
58224      Branch: maint-5.6/pureperl
58225           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
58226           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58227           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58228           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58229           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58230           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58231           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58232 ____________________________________________________________________________
58233 [  8764] By: jhi                                   on 2001/02/10  22:54:38
58234         Log: Make TEST and UTEST more verbose in case something goes
58235              wrong in running/compiling a script, suggested by Doug
58236              MacEachern.
58237      Branch: perl
58238            ! t/TEST t/UTEST
58239 ____________________________________________________________________________
58240 [  8763] By: jhi                                   on 2001/02/10  22:11:34
58241         Log: Bogus shebang.
58242      Branch: perl
58243            ! t/lib/texttabs.t
58244 ____________________________________________________________________________
58245 [  8762] By: jhi                                   on 2001/02/10  21:56:02
58246         Log: (Retracted by #8769)
58247      Branch: perl
58248            ! regexec.c
58249 ____________________________________________________________________________
58250 [  8761] By: jhi                                   on 2001/02/10  21:26:15
58251         Log: Subject: Re: [patch] GvSHARED 
58252              From: Doug MacEachern <dougm@covalent.net>
58253              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
58254              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
58255              
58256              our @EXPORT : shared = (...);
58257      Branch: perl
58258            ! toke.c
58259 ____________________________________________________________________________
58260 [  8760] By: jhi                                   on 2001/02/10  21:25:07
58261         Log: Subject: [patch] GvSHARED
58262              From: Doug MacEachern <dougm@covalent.net>
58263              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
58264              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
58265      Branch: perl
58266            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
58267 ____________________________________________________________________________
58268 [  8759] By: alanbur                               on 2001/02/10  21:24:27
58269         Log: Backed out mismerge.
58270      Branch: maint-5.6/pureperl
58271            ! MANIFEST README.hpux README.vmesa gv.c installhtml
58272            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
58273            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58274            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58275            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58276            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58277            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
58278 ____________________________________________________________________________
58279 [  8758] By: jhi                                   on 2001/02/10  18:01:17
58280         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
58281              
58282              Fixed UMRs and leak in Perl_pmtrans()
58283              
58284              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58285              associated UTFied tr/// code.  Also fixed scoping leak of
58286              PL_reg_start_tmp.
58287              
58288              newATTRSUB leaks when an attempt to redefine the active sort sub is
58289              made.
58290      Branch: maint-5.6/perl
58291           !> op.c regcomp.c
58292 ____________________________________________________________________________
58293 [  8757] By: alanbur                               on 2001/02/10  17:56:46
58294         Log: Resynchronised with parent
58295      Branch: maint-5.6/pureperl
58296           +> README.bs2000
58297            - README.posix-bc
58298            ! gv.c perl.c sv.c
58299           !> MANIFEST README.hpux README.vmesa installhtml
58300           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
58301           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58302           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
58303           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
58304           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
58305           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
58306 ____________________________________________________________________________
58307 [  8756] By: alanbur                               on 2001/02/10  17:51:15
58308         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
58309              made.
58310      Branch: maint-5.6/pureperl
58311            ! op.c
58312 ____________________________________________________________________________
58313 [  8755] By: jhi                                   on 2001/02/09  22:41:35
58314         Log: Upgrade to CPAN 1.59_54, from Andreas König.
58315      Branch: perl
58316            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
58317 ____________________________________________________________________________
58318 [  8754] By: jhi                                   on 2001/02/09  22:29:20
58319         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
58320              
58321              Didn't upgrade the fill.t since it has a dependency to File::Slurp
58322              purely for debugging purposes, the actual test hasn't changed.
58323      Branch: perl
58324            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
58325            ! t/lib/textwrap.t
58326 ____________________________________________________________________________
58327 [  8753] By: jhi                                   on 2001/02/09  20:17:50
58328         Log: Integrate change #8682 from maintperl.
58329              
58330              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58331              to work correctly.
58332      Branch: perl
58333           !> hints/irix_6.sh
58334 ____________________________________________________________________________
58335 [  8752] By: jhi                                   on 2001/02/09  20:00:46
58336         Log: Update Changes.
58337      Branch: perl
58338            ! Changes patchlevel.h
58339 ____________________________________________________________________________
58340 [  8751] By: nick                                  on 2001/02/09  19:48:37
58341         Log: Integrate mainline
58342      Branch: perlio
58343           +> README.bs2000 t/lib/cgi-esc.t
58344            - README.posix-bc
58345           !> (integrate 53 files)
58346 ____________________________________________________________________________
58347 [  8750] By: nick                                  on 2001/02/09  19:25:16
58348         Log: Subject: RE: Biannual Competition to Improve Hashing Function
58349              From: Fisher Mark <fisherm@tce.com>
58350              Date: Thu, 8 Feb 2001 10:44:00 -0500
58351              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
58352              Date: Thu, 8 Feb 2001 15:02:47 -0500
58353              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
58354      Branch: perl
58355            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
58356 ____________________________________________________________________________
58357 [  8749] By: jhi                                   on 2001/02/09  19:02:35
58358         Log: Forgotten fragment.
58359      Branch: perl
58360            ! pod/perlapi.pod
58361 ____________________________________________________________________________
58362 [  8748] By: jhi                                   on 2001/02/09  18:31:34
58363         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
58364              plus manual tweakage.
58365              
58366              Sync the perlfaq2 between mainline and maintperl.
58367      Branch: maint-5.6/perl
58368            ! pod/perlfaq2.pod
58369      Branch: perl
58370           !> pod/perlfaq2.pod
58371 ____________________________________________________________________________
58372 [  8747] By: jhi                                   on 2001/02/09  18:12:04
58373         Log: Subject: versiononly and installperl
58374              From: abigail@foad.org
58375              Date: Wed, 7 Feb 2001 22:43:12 +0100
58376              Message-ID: <20010207214312.7045.qmail@foad.org>    
58377              
58378              Add +v flag to force a normal install of the perl binary
58379              and the utilities.
58380              
58381              Subject: [PATCH] installperl
58382              From: Nicholas Clark <nick@ccl4.org>
58383              Date: Fri, 9 Feb 2001 16:28:57 +0000
58384              Message-ID: <20010209162857.B10931@plum.flirble.org>
58385              
58386              Add -A flag which also hardlinks the binary with
58387              the full architecture name.
58388      Branch: perl
58389            ! installperl
58390 ____________________________________________________________________________
58391 [  8746] By: jhi                                   on 2001/02/09  18:03:43
58392         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
58393              
58394              Subject: perlfaq2, re: perlmongers
58395              
58396              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
58397              
58398              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
58399              
58400              Subject: [ID 20010205.001] typo in perlfaq9
58401              
58402              Subject: [ID 20010208.002] unordered explanation in perlcall
58403      Branch: maint-5.6/perl
58404           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
58405           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
58406           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
58407 ____________________________________________________________________________
58408 [  8745] By: jhi                                   on 2001/02/09  17:59:09
58409         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
58410              From: abela@geneanet.org
58411              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
58412              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
58413      Branch: perl
58414            ! pod/perlcall.pod
58415 ____________________________________________________________________________
58416 [  8744] By: jhi                                   on 2001/02/09  17:48:16
58417         Log: Subject: [ID 20010205.001] typo in perlfaq9
58418              From: eserte@vran.herceg.de
58419              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
58420              Message-Id: <200102042244.XAA21926@vran.herceg.de>
58421      Branch: perl
58422            ! pod/perlfaq9.pod
58423 ____________________________________________________________________________
58424 [  8743] By: jhi                                   on 2001/02/09  17:25:12
58425         Log: Integrate change #8695 from maintperl.
58426              
58427              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
58428      Branch: perl
58429           !> thread.h
58430 ____________________________________________________________________________
58431 [  8742] By: jhi                                   on 2001/02/09  17:21:22
58432         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
58433              From: Andy Dougherty <doughera@lafayette.edu>
58434              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
58435              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
58436      Branch: perl
58437            ! embed.pl
58438 ____________________________________________________________________________
58439 [  8741] By: jhi                                   on 2001/02/09  17:05:19
58440         Log: Integrate changes #8738,8739,8740 from maintperl.
58441              
58442              Html files will be installed in a more logical and easier to
58443              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58444              
58445              Html files will be generated with a header to make them look
58446              a little less bare.
58447              
58448              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58449      Branch: perl
58450           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
58451 ____________________________________________________________________________
58452 [  8740] By: jhi                                   on 2001/02/09  17:03:46
58453         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
58454              From: "Brendan O'Dea" <bod@compusol.com.au>
58455              Date: Sun, 4 Feb 2001 11:17:56 +1100
58456              Message-ID: <20010204111756.A16301@compusol.com.au>
58457      Branch: maint-5.6/perl
58458            ! pod/perlfaq3.pod
58459 ____________________________________________________________________________
58460 [  8739] By: jhi                                   on 2001/02/09  17:01:59
58461         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
58462              From: "Indy Singh" <indy@nusphere.com>
58463              Date: Fri, 2 Feb 2001 15:09:59 -0500
58464              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
58465              
58466              Html files will be generated with a header to make them look
58467              a little less bare.
58468      Branch: maint-5.6/perl
58469            ! installhtml
58470 ____________________________________________________________________________
58471 [  8738] By: jhi                                   on 2001/02/09  16:58:48
58472         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
58473              From: "Indy Singh" <indy@nusphere.com>
58474              Date: Fri, 2 Feb 2001 15:08:23 -0500
58475              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
58476              
58477              Html files will be installed in a more logical and easier to
58478              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
58479      Branch: maint-5.6/perl
58480            ! win32/Makefile win32/makefile.mk
58481 ____________________________________________________________________________
58482 [  8737] By: jhi                                   on 2001/02/09  16:46:54
58483         Log: Integrate changes #8687,8736 from maintperl.
58484              
58485              HP-UX thread patches from Merijn H. Brand.
58486              
58487              Latin nit from Philip Newton.
58488      Branch: perl
58489           !> README.hpux hints/hpux.sh
58490 ____________________________________________________________________________
58491 [  8736] By: jhi                                   on 2001/02/09  16:42:31
58492         Log: Latin nit from Philip Newton.
58493      Branch: maint-5.6/perl
58494            ! README.hpux
58495 ____________________________________________________________________________
58496 [  8735] By: jhi                                   on 2001/02/09  16:24:03
58497         Log: Integrate changes #8704,8710 from pureperl.
58498              
58499              Fixed UMRs and leak in Perl_pmtrans()
58500              
58501              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58502              associated UTFied tr/// code.  Also fixed scoping leak of
58503              PL_reg_start_tmp.
58504      Branch: perl
58505           !> op.c regcomp.c
58506 ____________________________________________________________________________
58507 [  8734] By: jhi                                   on 2001/02/09  15:40:21
58508         Log: Integrate change #8733 from maintperl.
58509              
58510              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
58511      Branch: perl
58512           !> pod/perlre.pod
58513 ____________________________________________________________________________
58514 [  8733] By: jhi                                   on 2001/02/09  15:35:47
58515         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
58516              From: Prymmer/Kahn <pvhp@best.com>
58517              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
58518              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
58519      Branch: maint-5.6/perl
58520            ! pod/perlre.pod
58521 ____________________________________________________________________________
58522 [  8732] By: jhi                                   on 2001/02/09  15:26:17
58523         Log: Rename README.posix-bc to README.bs2000 (to avoid the
58524              confusion of a "perlposix-bc.pod"), add a few missing
58525              arch pods, regen toc.
58526      Branch: maint-5.6/perl
58527           +> README.bs2000
58528            - README.posix-bc
58529            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
58530            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
58531 ____________________________________________________________________________
58532 [  8731] By: jhi                                   on 2001/02/09  15:23:39
58533         Log: De-cut-and-pasto.
58534      Branch: perl
58535            ! pod/perl.pod
58536 ____________________________________________________________________________
58537 [  8730] By: jhi                                   on 2001/02/09  15:11:13
58538         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
58539              when people think that perlposix-bc.pod tells anything about
58540              Perl and POSIX.  Regen toc.
58541      Branch: perl
58542           +> README.bs2000
58543            - README.posix-bc
58544            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
58545            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
58546 ____________________________________________________________________________
58547 [  8729] By: jhi                                   on 2001/02/09  14:52:28
58548         Log: The README.vmesa part of #8712 from maintperl.
58549      Branch: perl
58550            ! README.vmesa
58551 ____________________________________________________________________________
58552 [  8728] By: jhi                                   on 2001/02/09  14:46:06
58553         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
58554              From: Peter Prymmer <pvhp@forte.com>
58555              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
58556              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
58557      Branch: maint-5.6/perl
58558            ! README.vmesa win32/Makefile win32/makefile.mk
58559 ____________________________________________________________________________
58560 [  8727] By: jhi                                   on 2001/02/09  14:33:25
58561         Log: Integrate change #8712 from mainline.
58562              
58563              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
58564      Branch: maint-5.6/perl
58565           !> lib/Pod/Find.pm
58566 ____________________________________________________________________________
58567 [  8726] By: jhi                                   on 2001/02/09  14:30:28
58568         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
58569              From: Peter Prymmer <pvhp@forte.com>
58570              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
58571              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
58572      Branch: perl
58573            + t/lib/cgi-esc.t
58574            ! MANIFEST lib/CGI/Util.pm
58575 ____________________________________________________________________________
58576 [  8725] By: jhi                                   on 2001/02/09  04:56:47
58577         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
58578      Branch: maint-5.6/perl
58579            ! pod/perlport.pod
58580 ____________________________________________________________________________
58581 [  8724] By: jhi                                   on 2001/02/09  04:40:59
58582         Log: Integrate changes 7819,7820 from vmsperl into mainline.
58583              
58584              Add header for LIB$ prototypes (C. Berry)
58585              
58586              Convert fwrite()s to sockets to write()s, since some socket stacks
58587              don't take kindly to stdio.
58588              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
58589              (for often optional LNMs)
58590              Correct a few typos
58591              (C. Bailey)
58592      Branch: perl
58593           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
58594 ____________________________________________________________________________
58595 [  8723] By: jhi                                   on 2001/02/09  03:29:29
58596         Log: Integrate change #8722 from mainline.
58597              
58598              The Im() function wasn't returning zero for non-Math::Complex
58599              arguments.  The bug reported by John Gamble.
58600      Branch: maint-5.6/perl
58601           !> lib/Math/Complex.pm
58602 ____________________________________________________________________________
58603 [  8722] By: jhi                                   on 2001/02/09  03:28:33
58604         Log: The Im() function wasn't returning zero for non-Math::Complex
58605              arguments.  The bug reported by John Gamble.
58606      Branch: perl
58607            ! lib/Math/Complex.pm
58608 ____________________________________________________________________________
58609 [  8721] By: nick                                  on 2001/02/08  22:11:35
58610         Log: Correct the correction :-(
58611      Branch: perl
58612            ! perl.c
58613 ____________________________________________________________________________
58614 [  8720] By: bailey                                on 2001/02/08  20:59:22
58615         Log: Convert fwrite()s to sockets to write()s, since some socket stacks
58616              don't take kindly to stdio.
58617              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
58618              (for often optional LNMs)
58619              Correct a few typos
58620              (C. Bailey)
58621      Branch: vmsperl
58622            ! vms/vms.c vms/vmsish.h
58623 ____________________________________________________________________________
58624 [  8719] By: bailey                                on 2001/02/08  20:51:02
58625         Log: Add header for LIB$ prototypes (C. Berry)
58626      Branch: vmsperl
58627            ! ext/Devel/DProf/DProf.xs
58628 ____________________________________________________________________________
58629 [  8718] By: bailey                                on 2001/02/08  20:49:00
58630         Log: SYN SYN
58631      Branch: vmsperl
58632           +> pod/perliol.pod t/lib/sample-tests/bailout
58633           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
58634           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
58635           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
58636           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
58637           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
58638           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
58639            - lib/unicode/Is/DCinital.pl
58640           !> (integrate 101 files)
58641 ____________________________________________________________________________
58642 [  8717] By: nick                                  on 2001/02/08  19:38:48
58643         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
58644              From: Robin Barker <rmb1@cise.npl.co.uk>
58645              Date: Thu, 8 Feb 2001 14:38:07 GMT
58646              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
58647      Branch: perl
58648            ! lib/CPAN.pm
58649 ____________________________________________________________________________
58650 [  8716] By: nick                                  on 2001/02/08  19:29:07
58651         Log: Generated files form 8713 etc.
58652      Branch: perl
58653            ! embed.h global.sym objXSUB.h perlapi.c proto.h
58654 ____________________________________________________________________________
58655 [  8715] By: nick                                  on 2001/02/08  19:26:08
58656         Log: Fixup non-ithread build after 8713
58657      Branch: perl
58658            ! perl.c
58659 ____________________________________________________________________________
58660 [  8714] By: nick                                  on 2001/02/08  19:17:45
58661         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
58662              From: nick@ccl4.org
58663              Date: Wed, 7 Feb 2001 00:27:47 +0000
58664              Message-Id: <20010207002747.B63724@plum.flirble.org>
58665      Branch: perl
58666            ! sv.c toke.c
58667 ____________________________________________________________________________
58668 [  8713] By: nick                                  on 2001/02/08  19:15:58
58669         Log: Subject: Re: [patch] Re: PL_ptr_table
58670              From: Doug Maceachern <dougm@covalent.net>
58671              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
58672              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
58673      Branch: perl
58674            ! embed.pl perl.c sv.c sv.h
58675 ____________________________________________________________________________
58676 [  8712] By: nick                                  on 2001/02/08  19:12:47
58677         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
58678              From: Peter Prymmer <pvhp@forte.com>
58679              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
58680              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
58681      Branch: perl
58682            ! lib/Pod/Find.pm
58683 ____________________________________________________________________________
58684 [  8711] By: nick                                  on 2001/02/07  21:06:11
58685         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
58686              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
58687              From: Alan Burlison <Alan.Burlison@uk.sun.com>
58688              Date: Tue, 06 Feb 2001 23:37:01 +0000
58689              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
58690      Branch: perl
58691            ! regcomp.c
58692 ____________________________________________________________________________
58693 [  8710] By: alanbur                               on 2001/02/07  00:22:04
58694         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
58695              associated UTFied tr/// code.  Also fixed scoping leak of
58696              PL_reg_start_tmp.
58697      Branch: maint-5.6/pureperl
58698            ! op.c regcomp.c
58699 ____________________________________________________________________________
58700 [  8709] By: nick                                  on 2001/02/06  21:16:49
58701         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
58702              From: Michael G Schwern <schwern@pobox.com>
58703              Date: Sun, 4 Feb 2001 19:47:14 -0500
58704              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
58705      Branch: perl
58706            ! pod/perlapi.pod pod/perlmodlib.PL
58707 ____________________________________________________________________________
58708 [  8708] By: nick                                  on 2001/02/06  20:41:20
58709         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
58710              From: Michael G Schwern <schwern@pobox.com>
58711              Date: Sun, 4 Feb 2001 21:17:49 -0500
58712              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
58713      Branch: perl
58714            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
58715            ! pod/perltootc.pod
58716 ____________________________________________________________________________
58717 [  8707] By: nick                                  on 2001/02/06  20:29:11
58718         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
58719              From: Michael G Schwern <schwern@pobox.com>
58720              Date: Tue, 6 Feb 2001 05:54:30 -0500
58721              Message-Id: <20010206055430.A951@blackrider.aocn.com>
58722      Branch: perl
58723            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
58724 ____________________________________________________________________________
58725 [  8706] By: nick                                  on 2001/02/06  20:21:40
58726         Log: Subject: RE: some win32 fixes
58727              Date: Tue, 6 Feb 2001 09:23:20 +0300
58728              From: Vadim Konovalov <vkonovalov@lucent.com>
58729              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
58730      Branch: perl
58731            ! toke.c win32/Makefile win32/config.bc win32/config.gc
58732            ! win32/config.vc win32/config_H.bc win32/makefile.mk
58733 ____________________________________________________________________________
58734 [  8705] By: alanbur                               on 2001/02/06  15:00:03
58735         Log: Synchronised with parent
58736      Branch: maint-5.6/pureperl
58737            ! regexec.c
58738           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
58739           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
58740 ____________________________________________________________________________
58741 [  8704] By: alanbur                               on 2001/02/06  14:55:24
58742         Log: Fixed UMRs and leak in Perl_pmtrans()
58743      Branch: maint-5.6/pureperl
58744            ! op.c
58745 ____________________________________________________________________________
58746 [  8703] By: gsar                                  on 2001/02/06  02:29:37
58747         Log: $(MAKE) distclean doesn't clean up properly on windows
58748      Branch: maint-5.6/perl
58749            ! win32/Makefile win32/makefile.mk
58750 ____________________________________________________________________________
58751 [  8702] By: gsar                                  on 2001/02/06  01:00:46
58752         Log: tweak change#8659 to keep it simple
58753      Branch: maint-5.6/perl
58754            ! utils/perldoc.PL
58755 ____________________________________________________________________________
58756 [  8701] By: gsar                                  on 2001/02/05  22:45:41
58757         Log: change#8693 was missing testsuite changes
58758      Branch: maint-5.6/perl
58759           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
58760 ____________________________________________________________________________
58761 [  8700] By: nick                                  on 2001/02/05  20:32:52
58762         Log: Integrate mainline
58763      Branch: perlio
58764           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
58765           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
58766           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
58767           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
58768           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
58769           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
58770           +> t/lib/test-harness.t
58771           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
58772           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
58773           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
58774           !> pod/perlutil.pod t/TEST utils/h2xs.PL
58775 ____________________________________________________________________________
58776 [  8699] By: nick                                  on 2001/02/05  19:41:07
58777         Log: Subject: perlfaq2, re: perlmongers
58778              From: David H. Adler <dha@panix.com>
58779              Date: Sun, 4 Feb 2001 23:48:23 -0500
58780              Message-Id: <20010204234823.A13429@panix.com>
58781      Branch: perl
58782            ! pod/perlfaq2.pod
58783 ____________________________________________________________________________
58784 [  8698] By: nick                                  on 2001/02/05  19:39:31
58785         Log: Missed file f#rom the testharness mess.
58786      Branch: perl
58787            + t/lib/test-harness.t
58788 ____________________________________________________________________________
58789 [  8697] By: nick                                  on 2001/02/05  19:37:21
58790         Log: Subject: [DOC PATCH] overload.pm nits
58791              From: John Tobey <jtobey@john-edwin-tobey.org>
58792              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
58793              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
58794      Branch: perl
58795            ! lib/overload.pm
58796 ____________________________________________________________________________
58797 [  8696] By: alanbur                               on 2001/02/05  11:56:00
58798         Log: Sync with parent
58799      Branch: maint-5.6/pureperl
58800           !> thread.h
58801 ____________________________________________________________________________
58802 [  8695] By: gsar                                  on 2001/02/05  03:27:34
58803         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
58804      Branch: maint-5.6/perl
58805            ! thread.h
58806 ____________________________________________________________________________
58807 [  8694] By: alanbur                               on 2001/02/05  00:07:47
58808         Log: Initial branch creation from //depot/maint-5.6/perl
58809      Branch: maint-5.6/pureperl
58810           +> (branch 1719 files)
58811 ____________________________________________________________________________
58812 [  8693] By: gsar                                  on 2001/02/04  22:38:49
58813         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
58814              changes)
58815      Branch: maint-5.6/perl
58816           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
58817           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
58818           !> ext/DB_File/version.c
58819 ____________________________________________________________________________
58820 [  8692] By: nick                                  on 2001/02/04  18:15:57
58821         Log: The missed t/TEST part of the grand testharness upgrade.
58822      Branch: perl
58823            ! t/TEST
58824 ____________________________________________________________________________
58825 [  8691] By: nick                                  on 2001/02/04  18:05:17
58826         Log: New improved test harness
58827              Subject: Re: [PATCH Test::Harness] Third time's a charm?
58828              From: Michael G Schwern <schwern@pobox.com>
58829              Date: Sun, 4 Feb 2001 08:01:20 -0500
58830              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
58831      Branch: perl
58832            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
58833            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
58834            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
58835            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
58836            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
58837            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
58838            ! MANIFEST lib/Test/Harness.pm
58839 ____________________________________________________________________________
58840 [  8690] By: nick                                  on 2001/02/04  17:57:51
58841         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
58842              From: Jonathan Stowe <gellyfish@gellyfish.com>
58843              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
58844              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
58845      Branch: perl
58846            ! utils/h2xs.PL
58847 ____________________________________________________________________________
58848 [  8689] By: nick                                  on 2001/02/04  17:55:24
58849         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
58850              From: Michael G Schwern <schwern@pobox.com>
58851              Date: Sat, 3 Feb 2001 22:46:38 -0500
58852              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
58853      Branch: perl
58854            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
58855            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
58856 ____________________________________________________________________________
58857 [  8688] By: nick                                  on 2001/02/04  17:43:55
58858         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
58859              length byfailing to spot lack of closing )
58860              From: nick@talking.bollo.cx
58861              Date: Sat, 03 Feb 2001 23:53:16 +0000
58862              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
58863      Branch: perl
58864            ! perlio.c pod/perldiag.pod
58865 ____________________________________________________________________________
58866 [  8687] By: jhi                                   on 2001/02/03  17:11:42
58867         Log: HP-UX thread patches from Merijn H. Brand.
58868      Branch: maint-5.6/perl
58869            ! README.hpux hints/hpux.sh
58870 ____________________________________________________________________________
58871 [  8686] By: jhi                                   on 2001/02/03  16:40:12
58872         Log: Metaconfig changes for #8685.
58873      Branch: metaconfig
58874            ! U/installdirs/instubperl.U
58875      Branch: metaconfig/U/perl
58876            ! Devel.U versiononly.U
58877 ____________________________________________________________________________
58878 [  8685] By: jhi                                   on 2001/02/03  16:39:49
58879         Log: For -Dusedevel builds turn off installusrbinperl and turn on
58880              versiononly, a combined idea of Richard Soderberg and Merijn
58881              H. Brand.  You can still override both of these from the command
58882              line if you need to, -Dinstallusrbinperl and -Uversiononly.
58883      Branch: perl
58884            ! Configure
58885 ____________________________________________________________________________
58886 [  8684] By: jhi                                   on 2001/02/03  16:16:34
58887         Log: Metaconfig unit fix for #8683.
58888      Branch: metaconfig
58889            ! U/compline/nblock_io.U
58890 ____________________________________________________________________________
58891 [  8683] By: jhi                                   on 2001/02/03  16:16:12
58892         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
58893              reported by Peter Prymmer for 5.6-TRIAL1.
58894      Branch: perl
58895            ! Configure
58896 ____________________________________________________________________________
58897 [  8682] By: jhi                                   on 2001/02/03  05:52:11
58898         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
58899              to work correctly.
58900      Branch: maint-5.6/perl
58901            ! hints/irix_6.sh
58902 ____________________________________________________________________________
58903 [  8681] By: jhi                                   on 2001/02/03  05:47:33
58904         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
58905      Branch: maint-5.6/perl
58906            ! pod/perlport.pod
58907 ____________________________________________________________________________
58908 [  8680] By: jhi                                   on 2001/02/02  21:39:49
58909         Log: perlport update from Peter Prymmer.
58910      Branch: maint-5.6/perl
58911            ! pod/perlport.pod
58912 ____________________________________________________________________________
58913 [  8679] By: nick                                  on 2001/02/02  20:50:48
58914         Log: Integrate mainline
58915      Branch: perlio
58916           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
58917           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
58918           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
58919 ____________________________________________________________________________
58920 [  8678] By: gsar                                  on 2001/02/02  16:02:12
58921         Log: note about bincompat, slightly modified (from Lupe Christoph)
58922      Branch: maint-5.6/perl
58923            ! README.solaris
58924 ____________________________________________________________________________
58925 [  8677] By: jhi                                   on 2001/02/02  15:46:20
58926         Log: Supported platforms updates.
58927      Branch: maint-5.6/perl
58928            ! pod/perlport.pod
58929 ____________________________________________________________________________
58930 [  8676] By: jhi                                   on 2001/02/02  03:41:26
58931         Log: A couple more perlfaq2 tweaks.
58932      Branch: maint-5.6/perl
58933            ! pod/perlfaq2.pod
58934 ____________________________________________________________________________
58935 [  8675] By: jhi                                   on 2001/02/02  03:17:44
58936         Log: Misedit in #8661.
58937      Branch: maint-5.6/perl
58938            ! Configure
58939 ____________________________________________________________________________
58940 [  8674] By: jhi                                   on 2001/02/02  03:14:38
58941         Log: Damien again.
58942      Branch: maint-5.6/perl
58943            ! pod/perlfaq2.pod
58944 ____________________________________________________________________________
58945 [  8673] By: jhi                                   on 2001/02/02  03:12:40
58946         Log: perlfaq update from Elaine Ashton.
58947      Branch: maint-5.6/perl
58948            ! pod/perlfaq2.pod
58949 ____________________________________________________________________________
58950 [  8672] By: jhi                                   on 2001/02/02  03:07:08
58951         Log: UTF-8 s/// patch from Inaba Hiroto.
58952      Branch: maint-5.6/perl
58953            ! pp_ctl.c pp_hot.c
58954 ____________________________________________________________________________
58955 [  8671] By: jhi                                   on 2001/02/01  22:34:31
58956         Log: Update Changes.
58957      Branch: perl
58958            ! Changes patchlevel.h
58959 ____________________________________________________________________________
58960 [  8670] By: jhi                                   on 2001/02/01  22:15:29
58961         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
58962              from maintperl.
58963              
58964              Upgrade to Getopt::Long 2.25, from Johan Vromans.
58965              
58966              more files need to be writable in the source distribution
58967              
58968              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
58969              
58970              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
58971              
58972              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
58973              
58974              Allow the float to be fuzzier.
58975              
58976              need to use INT2PTR instead of a straight cast or ia64 fails
58977              
58978              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
58979              
58980              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
58981      Branch: perl
58982           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
58983           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
58984           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
58985 ____________________________________________________________________________
58986 [  8669] By: jhi                                   on 2001/02/01  21:57:02
58987         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
58988              From: Robin Barker <rmb1@cise.npl.co.uk>
58989              Date: Thu, 1 Feb 2001 16:59:05 GMT
58990              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
58991      Branch: maint-5.6/perl
58992            ! pod/perlmodlib.PL
58993 ____________________________________________________________________________
58994 [  8668] By: nick                                  on 2001/02/01  19:41:40
58995         Log: Integrate mainline
58996      Branch: perlio
58997           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
58998           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
58999           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
59000 ____________________________________________________________________________
59001 [  8667] By: gsar                                  on 2001/02/01  16:59:11
59002         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
59003      Branch: maint-5.6/perl
59004            ! embed.pl embedvar.h
59005 ____________________________________________________________________________
59006 [  8666] By: gsar                                  on 2001/02/01  16:34:51
59007         Log: add missing entries to win32/config.?c
59008      Branch: maint-5.6/perl
59009            ! win32/config.bc win32/config.gc win32/config.vc
59010            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
59011 ____________________________________________________________________________
59012 [  8665] By: jhi                                   on 2001/02/01  14:58:51
59013         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
59014              From: "Stephen P. Potter" <spp@spotter.yi.org>
59015              Date: Thu, 01 Feb 2001 10:45:46 -0500
59016              Message-Id: <200102011545.KAA31479@spotter.yi.org>
59017      Branch: maint-5.6/perl
59018            ! pod/perlfunc.pod
59019 ____________________________________________________________________________
59020 [  8664] By: gsar                                  on 2001/02/01  14:52:37
59021         Log: need to use INT2PTR instead of a straight cast or ia64 fails
59022              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
59023      Branch: maint-5.6/perl
59024            ! ext/POSIX/POSIX.xs
59025 ____________________________________________________________________________
59026 [  8663] By: jhi                                   on 2001/02/01  14:09:13
59027         Log: Allow the float to be fuzzier.
59028      Branch: maint-5.6/perl
59029            ! t/lib/peek.t
59030 ____________________________________________________________________________
59031 [  8662] By: jhi                                   on 2001/02/01  13:59:00
59032         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
59033              From: Robin Barker <rmb1@cise.npl.co.uk>
59034              Date: Thu, 1 Feb 2001 13:05:39 GMT
59035              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
59036      Branch: maint-5.6/perl
59037            ! pod/perlmodlib.pod
59038 ____________________________________________________________________________
59039 [  8661] By: jhi                                   on 2001/02/01  13:57:38
59040         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
59041              Date: Thu, 01 Feb 2001 14:15:41 +0100
59042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59043              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
59044              
59045              Have the $ccflags in the gcc version test (strange, this change
59046              is claimed to be have been integrated already)
59047      Branch: maint-5.6/perl
59048            ! Configure
59049 ____________________________________________________________________________
59050 [  8660] By: jhi                                   on 2001/02/01  13:44:10
59051         Log: Integrate changes #7950,7964,7962 from mainline.
59052              
59053              Find the stdchar signedness using cpp, should fix some of
59054              the Solaris compiler warnings reported by Alan Burlison.
59055      Branch: maint-5.6/perl
59056           !> Configure config_h.SH
59057 ____________________________________________________________________________
59058 [  8659] By: jhi                                   on 2001/02/01  05:35:32
59059         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
59060              From: Jan Dubois <JanD@ActiveState.com>
59061              Date: Wed, 31 Jan 2001 21:17:03 -0800
59062              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
59063      Branch: maint-5.6/perl
59064            ! utils/perldoc.PL
59065 ____________________________________________________________________________
59066 [  8658] By: jhi                                   on 2001/02/01  04:33:17
59067         Log: Integrate the README.os390 and README.posix-bc parts of mainline
59068              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
59069              installperl parts were taken care of by #8657.)
59070      Branch: maint-5.6/perl
59071           !> README.os390 README.posix-bc
59072 ____________________________________________________________________________
59073 [  8657] By: jhi                                   on 2001/02/01  04:29:21
59074         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
59075              From: Peter Prymmer <pvhp@forte.com>
59076              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
59077              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
59078      Branch: maint-5.6/perl
59079            + ext/DynaLoader/dl_dllload.xs
59080            ! MANIFEST Makefile.SH hints/os390.sh installperl
59081 ____________________________________________________________________________
59082 [  8656] By: jhi                                   on 2001/02/01  04:25:45
59083         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
59084              From: Peter Prymmer <pvhp@forte.com>
59085              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
59086              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
59087      Branch: maint-5.6/perl
59088            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
59089 ____________________________________________________________________________
59090 [  8655] By: jhi                                   on 2001/02/01  04:14:47
59091         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
59092              From: troc@netrus.net
59093              Date: Wed, 31 Jan 2001 22:31:26 -0500
59094              Message-Id: <200102010331.WAA117.85@rocco.homenet>
59095      Branch: maint-5.6/perl
59096            ! os2/os2.c
59097 ____________________________________________________________________________
59098 [  8654] By: jhi                                   on 2001/02/01  04:12:52
59099         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
59100              as reported by Alan Burlison.
59101      Branch: maint-5.6/perl
59102            ! pp.h
59103 ____________________________________________________________________________
59104 [  8653] By: jhi                                   on 2001/02/01  04:05:12
59105         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
59106              From: dsugalski@northernlight.com
59107              Date: Wed, 31 Jan 2001 18:54:11 -0500
59108              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
59109      Branch: maint-5.6/perl
59110            ! configure.com
59111 ____________________________________________________________________________
59112 [  8652] By: jhi                                   on 2001/02/01  04:03:11
59113         Log: Misplaced #endif.
59114              
59115              Subject: [perl-5-6-1-trial2] patches for EPOC
59116              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59117              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59118              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59119      Branch: maint-5.6/perl
59120            ! epoc/epocish.c
59121 ____________________________________________________________________________
59122 [  8651] By: jhi                                   on 2001/02/01  04:00:25
59123         Log: Integrate changes #8647,8648,8650 from mainline.
59124              
59125              Macrofy a magic UTF-8 test.
59126              
59127              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
59128              
59129              Watch out for cross compiling for EPOC (usually done on linux).
59130      Branch: maint-5.6/perl
59131           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
59132 ____________________________________________________________________________
59133 [  8650] By: jhi                                   on 2001/02/01  03:56:20
59134         Log: Watch out for cross compiling for EPOC (usually done on linux)
59135              
59136              Subject: [perl-5-6-1-trial2] patches for EPOC
59137              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59138              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59139              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59140      Branch: perl
59141            ! ext/Errno/Errno_pm.PL
59142 ____________________________________________________________________________
59143 [  8649] By: gsar                                  on 2001/02/01  00:46:00
59144         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
59145      Branch: maint-5.6/perl
59146            ! sv.c
59147 ____________________________________________________________________________
59148 [  8648] By: jhi                                   on 2001/01/31  23:35:36
59149         Log: All the uses of PL_numeric_radix must be protected by
59150              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
59151              
59152              Subject: [perl-5-6-1-trial2] patches for EPOC
59153              From: Olaf Flebbe <O.Flebbe@science-computing.de>
59154              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
59155              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
59156      Branch: perl
59157            ! sv.c
59158 ____________________________________________________________________________
59159 [  8647] By: jhi                                   on 2001/01/31  22:56:16
59160         Log: Macrofy a magic UTF-8 test.
59161      Branch: perl
59162            ! utf8.c utf8.h
59163 ____________________________________________________________________________
59164 [  8646] By: gsar                                  on 2001/01/31  15:55:12
59165         Log: update Changes
59166      Branch: maint-5.6/perl
59167            ! Changes
59168 ____________________________________________________________________________
59169 [  8645] By: gsar                                  on 2001/01/31  15:10:14
59170         Log: Configure tweak suggested by Peter Prymmer
59171      Branch: maint-5.6/perl
59172            ! Configure
59173 ____________________________________________________________________________
59174 [  8644] By: gsar                                  on 2001/01/31  15:06:32
59175         Log: more files need to be writable in the source distribution
59176      Branch: maint-5.6/perl
59177            ! Porting/makerel
59178 ____________________________________________________________________________
59179 [  8643] By: jhi                                   on 2001/01/31  14:59:46
59180         Log: Integrate changes #8258,8278,8279 from mainline.
59181              
59182              Make the large file tests more robust/talkative.
59183      Branch: maint-5.6/perl
59184           !> t/lib/syslfs.t t/op/lfs.t
59185 ____________________________________________________________________________
59186 [  8642] By: gsar                                  on 2001/01/31  14:53:48
59187         Log: integrate changes#8311,8334 from mainline
59188              
59189              Add a new MakeMaker variable PM_FILTER that defines a Unix
59190              filter to be run on each .pm during the pm_to_blib() phase,
59191              a fixed version of
59192              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
59193              
59194              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
59195              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
59196              accurate reading of the "atime".  
59197      Branch: maint-5.6/perl
59198           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
59199           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
59200           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
59201 ____________________________________________________________________________
59202 [  8641] By: jhi                                   on 2001/01/31  14:46:37
59203         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
59204      Branch: maint-5.6/perl
59205            ! lib/Getopt/Long.pm
59206 ____________________________________________________________________________
59207 [  8640] By: gsar                                  on 2001/01/31  14:40:24
59208         Log: make regen_all
59209      Branch: maint-5.6/perl
59210            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
59211 ____________________________________________________________________________
59212 [  8639] By: gsar                                  on 2001/01/31  14:37:25
59213         Log: refresh windows config files
59214      Branch: maint-5.6/perl
59215            ! win32/Makefile win32/config_H.bc win32/config_H.gc
59216            ! win32/config_H.vc win32/makefile.mk
59217 ____________________________________________________________________________
59218 [  8638] By: gsar                                  on 2001/01/31  14:28:10
59219         Log: makefile tweaks for windows: introduce a bulk-switch to enable
59220              same options as ActivePerl; sync changes with makefile.mk
59221      Branch: maint-5.6/perl
59222            ! win32/Makefile win32/makefile.mk
59223 ____________________________________________________________________________
59224 [  8637] By: jhi                                   on 2001/01/31  04:41:30
59225         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
59226              From: Nicholas Clark <nick@ccl4.org>
59227              Date: Tue, 30 Jan 2001 19:51:05 +0000
59228              Message-ID: <20010130195105.R76607@plum.flirble.org> 
59229              
59230              op/inc cure.
59231      Branch: perl
59232            ! pp.c pp.h pp_hot.c t/op/arith.t
59233 ____________________________________________________________________________
59234 [  8636] By: jhi                                   on 2001/01/31  02:38:32
59235         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
59236              no perlio],8257,8380,8479,8515 from mainline.
59237              
59238              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
59239              
59240              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
59241              Subject: [PATCH perl@8133] fix-up for VMS extensions
59242              
59243              In VMS embedded perls couldn't access the statically built Socket.
59244              
59245              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
59246              
59247              Further VMS piping fixes from Charles Lane.
59248              
59249              Subject:  [PATCH] make t/op/misc.t work on VMS
59250              
59251              Add tracing for debugging extensions builds in VMS.
59252              
59253              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
59254      Branch: maint-5.6/perl
59255           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
59256           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
59257           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
59258 ____________________________________________________________________________
59259 [  8635] By: jhi                                   on 2001/01/31  01:46:41
59260         Log: Integrate change #7732 from mainline.
59261              
59262              Sparc 64-bit pack() fix from Jens Hamisch.
59263      Branch: maint-5.6/perl
59264           !> pp.c
59265 ____________________________________________________________________________
59266 [  8634] By: jhi                                   on 2001/01/31  01:41:16
59267         Log: One spot missing from #8626.
59268      Branch: maint-5.6/perl
59269            ! sv.c
59270 ____________________________________________________________________________
59271 [  8633] By: jhi                                   on 2001/01/31  00:49:17
59272         Log: Integrate change #7495 from mainline.
59273              
59274              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
59275      Branch: maint-5.6/perl
59276           !> MANIFEST ext/re/Makefile.PL
59277 ____________________________________________________________________________
59278 [  8632] By: jhi                                   on 2001/01/30  23:38:49
59279         Log: Integrate change #8396 from mainline.
59280              
59281              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
59282              better multicast support (resend)
59283      Branch: maint-5.6/perl
59284           !> ext/Socket/Socket.pm
59285 ____________________________________________________________________________
59286 [  8631] By: jhi                                   on 2001/01/30  23:28:03
59287         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
59288              
59289              More AIX lore. (7514, ext/re/hints/aix.pl)
59290              
59291              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
59292              
59293              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)
59294              
59295              Subject: [ID 20001214.002] Net::Ping patch
59296              
59297              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
59298              
59299              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
59300              
59301              Add ReuseAddr as a (preferred) alias for Reuse as we now
59302              also have ReusePort.
59303              
59304              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
59305      Branch: maint-5.6/perl
59306           +> ext/re/hints/aix.pl
59307           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
59308           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
59309 ____________________________________________________________________________
59310 [  8630] By: jhi                                   on 2001/01/30  23:03:59
59311         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
59312              
59313              read() documentation tweak for 20001121.004.
59314              
59315              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
59316      Branch: maint-5.6/perl
59317           !> pod/perlfunc.pod pod/perlre.pod
59318 ____________________________________________________________________________
59319 [  8629] By: jhi                                   on 2001/01/30  22:41:57
59320         Log: Integrate change #8098 from mainline.
59321              
59322              fastgetcwd is defined using a glob alias on a $^O dependent basis
59323              and there was no default assignment or perl subroutine.
59324      Branch: maint-5.6/perl
59325           !> lib/Cwd.pm
59326 ____________________________________________________________________________
59327 [  8628] By: jhi                                   on 2001/01/30  21:58:52
59328         Log: Integrate change #7866 from mainline.
59329              
59330              File::Temp 0.11.
59331      Branch: maint-5.6/perl
59332           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
59333 ____________________________________________________________________________
59334 [  8627] By: jhi                                   on 2001/01/30  21:39:44
59335         Log: Integrate changes #8075,8086,8228 from mainline.  
59336              
59337              Darwin is not Windows. (8075,8086)
59338              
59339              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
59340      Branch: maint-5.6/perl
59341           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
59342           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
59343           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
59344           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
59345 ____________________________________________________________________________
59346 [  8626] By: jhi                                   on 2001/01/30  21:22:11
59347         Log: Integrate with tweakery the change #8625 from mainline,
59348              the multibyte decimal separator fix ("fa_IR locale failure").
59349      Branch: maint-5.6/perl
59350            ! embedvar.h perlapi.h
59351           !> intrpvar.h perl.c perl.h sv.c util.c
59352 ____________________________________________________________________________
59353 [  8625] By: jhi                                   on 2001/01/30  20:26:33
59354         Log: Fix for the fa_IR locale failure.  The reason for the failure
59355              was that Perl was assuming the decimal separator aka the radix
59356              separator is one character.  The Farsi-Iranian locale crushed
59357              that bad assumption since there the separator is 'Momayyez',
59358              glyphwise looking somewhat like a slash, and in Unicode UTF-8
59359              encoded in two bytes, 0xd9 0xab.
59360      Branch: perl
59361            ! intrpvar.h perl.c perl.h sv.c util.c
59362 ____________________________________________________________________________
59363 [  8624] By: gsar                                  on 2001/01/30  20:17:03
59364         Log: regen_headers
59365      Branch: maint-5.6/perl
59366            ! Makefile.SH pod/perlintern.pod
59367 ____________________________________________________________________________
59368 [  8623] By: gsar                                  on 2001/01/30  19:42:34
59369         Log: backout change#7431 and its dependents (causes spurious rebuilds
59370              of autogenerated files)
59371              
59372              fix benign b.t failure
59373      Branch: maint-5.6/perl
59374            ! Makefile.SH t/lib/b.t
59375 ____________________________________________________________________________
59376 [  8622] By: jhi                                   on 2001/01/30  19:41:41
59377         Log: Microperl sync.
59378      Branch: perl
59379            ! mg.c perl.h
59380 ____________________________________________________________________________
59381 [  8621] By: gsar                                  on 2001/01/30  19:24:47
59382         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
59383              from mainline
59384              
59385              Subject: podlators 1.06 released
59386              
59387              Subject: [PATCH @8436] Eliminate op_children
59388              
59389              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
59390              
59391              (Replaced by #8448)  More op_children traces (cleanup of #8442).
59392              
59393              Subject: [PATCH #3 @8436] Re: Eliminate op_children
59394              Replace #8444 and #8445.
59395              
59396              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
59397              at the setting of the ofs_sv in new_struct_thread() as the
59398              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
59399              uninitialized fields are, uh, initialized with),
59400              SvREFCNT_inc()ing that invited a core dump.
59401              
59402              podlators 1.07, from Russ Allbery.
59403              
59404              Subject: [PATCH] regcomp.c old feature removal
59405              From: mjd@plover.com
59406              Date: 16 Jan 2001 14:43:18 -0000 
59407              Message-ID: <20010116144318.7140.qmail@plover.com> 
59408      Branch: maint-5.6/perl
59409           +> lib/Pod/Text/Overstrike.pm
59410           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
59411           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
59412           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
59413           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
59414           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
59415           !> util.c
59416 ____________________________________________________________________________
59417 [  8620] By: gsar                                  on 2001/01/30  18:48:32
59418         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
59419              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
59420              now fails one test)
59421              
59422              Subject: [PATCH] lvalue AUTOLOAD. No, really.
59423              
59424              Subject: [PATCH] Interesting syntax idea
59425              Make opens + bareword assigns do typeglob assigns.
59426              
59427              Tests for #8254.
59428              
59429              Subject: [PATCH @8269] Continue blocks and B::Deparse
59430              Make the peephole optimizer to bypass more null ops and
59431              and rewrite the deparse handling of continue blocks.
59432              
59433              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
59434              Doc tweak on #8313.
59435              
59436              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
59437              
59438              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
59439              
59440              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
59441              
59442              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
59443              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
59444              according to the platform.
59445              
59446              Subject: [PATCH @8404] Consolidated lvalue sub changes
59447              
59448              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
59449              
59450              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
59451              
59452              Subject: B::Concise -- an improved replacement for B::Terse 
59453              
59454              The B::Terse drop-in replacement wasn't quite drop-in.
59455              
59456              The LVRET macro needed an aTHX.
59457              
59458              Use the /^Perl_/-less form of is_lvalue_sub().
59459              
59460              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
59461      Branch: maint-5.6/perl
59462           +> ext/B/B/Concise.pm
59463           !> (integrate 27 files)
59464 ____________________________________________________________________________
59465 [  8619] By: nick                                  on 2001/01/30  18:40:28
59466         Log: Integrate mainline
59467      Branch: perlio
59468           !> (integrate 40 files)
59469 ____________________________________________________________________________
59470 [  8618] By: jhi                                   on 2001/01/30  18:37:18
59471         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
59472              Date: Mon, 29 Jan 2001 22:51:29 -0600
59473              From: "Craig A. Berry" <craigberry@mac.com>
59474              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
59475      Branch: perl
59476            ! vms/test.com
59477 ____________________________________________________________________________
59478 [  8617] By: jhi                                   on 2001/01/30  18:34:53
59479         Log: Subject: [PATCH] Add missing CV flags to dump.c
59480              From: Tim Jenness <t.jenness@jach.hawaii.edu>
59481              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
59482              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
59483      Branch: perl
59484            ! dump.c
59485 ____________________________________________________________________________
59486 [  8616] By: jhi                                   on 2001/01/30  18:20:58
59487         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
59488              part isn't applicable to maintperl.
59489              
59490              UTF-8 nit from Inaba Hiroto.
59491      Branch: maint-5.6/perl
59492           !> pod/perlapi.pod utf8.c
59493 ____________________________________________________________________________
59494 [  8615] By: jhi                                   on 2001/01/30  18:18:51
59495         Log: UTF-8 nit from Inaba Hiroto.
59496      Branch: perl
59497            ! pod/perlapi.pod t/op/each.t utf8.c
59498 ____________________________________________________________________________
59499 [  8614] By: jhi                                   on 2001/01/30  18:13:38
59500         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
59501              
59502              perl's internal variables are not for public consumption,
59503              move their docs from perlapi.pod to perlintern.pod
59504              
59505              support for -Dusethreads build under HP-UX 10.20 and DCE threads
59506              library (11.0 and later have pthreads but 10.x don't)
59507              
59508              avoid uninitialized value warnings
59509              
59510              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
59511              gets weird results)
59512              
59513              perldoc nit on windows
59514              
59515              make it possible to run the tests outside the source tree
59516              (there's still a dependency on ../lib being the library
59517              location)
59518      Branch: perl
59519           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
59520           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
59521           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
59522           !> win32/bin/search.pl win32/vdir.h
59523 ____________________________________________________________________________
59524 [  8613] By: gsar                                  on 2001/01/30  16:39:59
59525         Log: make it possible to run the tests outside the source tree
59526              (there's still a dependency on ../lib being the library
59527              location)
59528      Branch: maint-5.6/perl
59529            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
59530 ____________________________________________________________________________
59531 [  8612] By: gsar                                  on 2001/01/30  16:31:12
59532         Log: perldoc nit on windows
59533      Branch: maint-5.6/perl
59534            ! utils/perldoc.PL
59535 ____________________________________________________________________________
59536 [  8611] By: gsar                                  on 2001/01/30  16:22:54
59537         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
59538              gets weird results)
59539      Branch: maint-5.6/perl
59540            ! win32/vdir.h
59541 ____________________________________________________________________________
59542 [  8610] By: gsar                                  on 2001/01/30  16:12:45
59543         Log: avoid uninitialized value warnings
59544      Branch: maint-5.6/perl
59545            ! win32/bin/search.pl
59546 ____________________________________________________________________________
59547 [  8609] By: gsar                                  on 2001/01/30  16:08:01
59548         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
59549              library (11.0 and later have pthreads but 10.x don't)
59550      Branch: maint-5.6/perl
59551            ! hints/hpux.sh thread.h
59552 ____________________________________________________________________________
59553 [  8608] By: gsar                                  on 2001/01/30  15:48:55
59554         Log: perl's internal variables are not for public consumption,
59555              move their docs from perlapi.pod to perlintern.pod
59556      Branch: maint-5.6/perl
59557            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
59558            ! thrdvar.h
59559 ____________________________________________________________________________
59560 [  8607] By: gsar                                  on 2001/01/30  15:44:27
59561         Log: mistakenly branched perl56delta.pod, revert
59562      Branch: maint-5.6/perl
59563            - pod/perl56delta.pod
59564           !> pod/perldelta.pod
59565 ____________________________________________________________________________
59566 [  8606] By: gsar                                  on 2001/01/30  14:20:24
59567         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
59568              dTHR which has been a noop for a while now, except for the
59569              compatibility definition in thread.h)
59570      Branch: maint-5.6/perl
59571           !> (integrate 45 files)
59572 ____________________________________________________________________________
59573 [  8605] By: jhi                                   on 2001/01/30  05:43:58
59574         Log: Mark the UTF-8 APIs as experimental.
59575      Branch: maint-5.6/perl
59576            ! embed.pl pod/perlapi.pod
59577 ____________________________________________________________________________
59578 [  8604] By: jhi                                   on 2001/01/30  05:38:40
59579         Log: Nits from earlier integrates.
59580      Branch: maint-5.6/perl
59581            ! lib/Carp/Heavy.pm
59582           !> sv.c
59583 ____________________________________________________________________________
59584 [  8603] By: jhi                                   on 2001/01/30  05:27:26
59585         Log: Regenerate Porting files.
59586      Branch: maint-5.6/perl
59587            ! Porting/Glossary Porting/config.sh Porting/config_H
59588 ____________________________________________________________________________
59589 [  8602] By: jhi                                   on 2001/01/30  05:14:59
59590         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
59591              8310,8339,8447,8492,8493,8505,8525: documentation changes.
59592              
59593              Subject: Re: perlfaq style changes
59594              
59595              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
59596              
59597              Subject: [PATCH] docs on NaN
59598              
59599              Subject: [patch] perlfaq7
59600              
59601              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
59602              
59603              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
59604              
59605              Subject: [PATCH] open() example in perlfunc.pod
59606              
59607              Podify README.mpeix (a new version from the web)
59608              
59609              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
59610              
59611              Subject: [PATCH] format and rewording in perlfaq.pod
59612              
59613              Subject: [PATCH] API Variable documentation   
59614              
59615              Memory management calls documentation.
59616              
59617              Subject: [PATCH: perl@8482] README.vms URL updates
59618              
59619              Subject: Minor typos in perlfaq2.pod
59620              
59621              Subject: [PATCH] pod/perlvar.pod
59622      Branch: maint-5.6/perl
59623           +> pod/perl56delta.pod
59624            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59625           !> README.amiga README.epoc README.mpeix README.vms
59626           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
59627           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
59628           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
59629           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
59630           !> pod/perlvar.pod thrdvar.h
59631 ____________________________________________________________________________
59632 [  8601] By: jhi                                   on 2001/01/30  04:38:35
59633         Log: Integrate changes #8036,8096,8253 from mainline:
59634              hints changes.
59635              
59636              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
59637              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
59638              
59639              Output the (apparent) version of gcc in Tru64.
59640      Branch: maint-5.6/perl
59641           +> ext/POSIX/hints/svr4.pl
59642           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
59643           !> hints/svr4.sh t/lib/bigfltpm.t
59644 ____________________________________________________________________________
59645 [  8600] By: jhi                                   on 2001/01/30  04:04:01
59646         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
59647              locale fixes.
59648              
59649              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
59650              
59651              Debian allows /usr/bin/locale to exist without any locales. (7868)
59652              
59653              Allow the locale test needing POSIX and the taint test
59654              needing IPC::SysV to run under 'minitest' (basically,
59655              bail out if loading the extension fails). (8384)
59656              
59657              Cleanup the locale.t output  (8480)
59658      Branch: maint-5.6/perl
59659           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
59660           !> t/pragma/locale.t
59661 ____________________________________________________________________________
59662 [  8599] By: jhi                                   on 2001/01/30  03:51:04
59663         Log: Missing generated files from #8598.
59664      Branch: maint-5.6/perl
59665            ! embed.h global.sym objXSUB.h perlapi.c proto.h
59666 ____________________________________________________________________________
59667 [  8598] By: jhi                                   on 2001/01/30  03:41:54
59668         Log: Integrate change #8555 from mainline, manually integrate parts
59669              of changes 8452 and 8583.
59670              
59671              Subject: [PATCH] utf8.c documentation (8452)
59672              
59673              No point in checking the length if the pointer is bogus. (8555)
59674              
59675              Introduce bytes_from_utf8() and implement sv_eq() using it,
59676              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
59677              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
59678              was malformed. (8583)
59679      Branch: maint-5.6/perl
59680            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
59681           !> pod/perlapi.pod sv.c utf8.c
59682 ____________________________________________________________________________
59683 [  8597] By: gsar                                  on 2001/01/30  02:37:26
59684         Log: get PERL_OBJECT build going again on windows
59685      Branch: maint-5.6/perl
59686            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
59687            ! pod/perlapi.pod proto.h sv.c
59688 ____________________________________________________________________________
59689 [  8596] By: jhi                                   on 2001/01/30  02:16:17
59690         Log: Signedness nit.
59691      Branch: perl
59692            ! sv.c
59693 ____________________________________________________________________________
59694 [  8595] By: jhi                                   on 2001/01/30  02:11:07
59695         Log: EBCDIC patch for Storable, from Peter Prymmer.
59696      Branch: perl
59697            ! t/lib/st-06compat.t
59698 ____________________________________________________________________________
59699 [  8594] By: jhi                                   on 2001/01/30  01:04:48
59700         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
59701              From: Peter Prymmer <pvhp@forte.com>
59702              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
59703              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
59704      Branch: perl
59705            ! t/lib/b.t
59706 ____________________________________________________________________________
59707 [  8593] By: jhi                                   on 2001/01/30  00:56:47
59708         Log: Subject: [PATCH: perl@8585] pod problems in io
59709              From: Peter Prymmer <pvhp@forte.com>
59710              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
59711              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
59712      Branch: perl
59713            ! pod/perlapio.pod pod/perliol.pod
59714 ____________________________________________________________________________
59715 [  8592] By: jhi                                   on 2001/01/30  00:48:20
59716         Log: Integrate perlio.
59717      Branch: perl
59718           !> pod/perlapio.pod pod/perliol.pod
59719 ____________________________________________________________________________
59720 [  8591] By: nick                                  on 2001/01/29  22:02:28
59721         Log: GNU 'merge' Simon's copy of perliol.pod with version
59722              patched by Craig's patch.
59723      Branch: perlio
59724            ! pod/perliol.pod
59725 ____________________________________________________________________________
59726 [  8590] By: nick                                  on 2001/01/29  21:55:10
59727         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
59728      Branch: perlio
59729            ! pod/perlapio.pod pod/perliol.pod
59730 ____________________________________________________________________________
59731 [  8589] By: jhi                                   on 2001/01/29  15:35:33
59732         Log: Integrate change #8586 from maint-5.6/perl.
59733              
59734              make the BOM detection code not call tell() until it has to
59735              (meant to fix esoteric compatibility issues where PL_rsfp
59736              is overridden)
59737      Branch: perl
59738           !> toke.c
59739 ____________________________________________________________________________
59740 [  8588] By: jhi                                   on 2001/01/29  15:29:11
59741         Log: Subject: MAking Solaris malloc() the default
59742              From: Lupe Christoph <lupe@lupe-christoph.de>
59743              Date: Mon, 29 Jan 2001 12:59:36 +0100
59744              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
59745              
59746              The README.solaris part slightly tweaked.
59747      Branch: perl
59748            ! README.solaris hints/solaris_2.sh
59749 ____________________________________________________________________________
59750 [  8587] By: jhi                                   on 2001/01/29  15:17:34
59751         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
59752              From: root@ak-75.mind.de
59753              Date: Sun, 28 Jan 2001 20:32:29 +0100
59754              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
59755      Branch: perl
59756            ! pod/perlre.pod
59757 ____________________________________________________________________________
59758 [  8586] By: gsar                                  on 2001/01/29  13:43:44
59759         Log: make the BOM detection code not call tell() until it has to
59760              (meant to fix esoteric compatibility issues where PL_rsfp
59761              is overridden)
59762      Branch: maint-5.6/perl
59763            ! toke.c
59764 ____________________________________________________________________________
59765 [  8585] By: jhi                                   on 2001/01/28  20:05:45
59766         Log: Update Changes.
59767      Branch: perl
59768            ! Changes patchlevel.h
59769 ____________________________________________________________________________
59770 [  8584] By: jhi                                   on 2001/01/28  19:30:02
59771         Log: Integrate perlio.
59772      Branch: perl
59773           +> pod/perliol.pod
59774           !> MANIFEST pod/perlapio.pod
59775 ____________________________________________________________________________
59776 [  8583] By: jhi                                   on 2001/01/28  19:28:40
59777         Log: Patch from Inaba Hiroto:
59778              - canonical UTF-8 hash keys: if a key string for a hash is
59779              UTF8-on, try downgrade the string and use it if
59780              unicode::distinct is not in effect.
59781              For the task, I added a function bytes_from_utf8() to utf8.c.
59782              It might resemble utf8_to_bytes() but it is not convenient
59783              to the task.
59784              Made a test for it and added to t/op/each.t
59785              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
59786              the mortal copy of the argument SV.
59787              And changed t/io/utf8.t test 18 which expects print() to
59788              upgrade its argument.
59789              - re-implement sv_eq with bytes_from_utf8()
59790              - some bug fixes
59791              - tr/// does not handle UTF8 range (\x{}-\x{})
59792              - \ before raw UTF8 character produced
59793              "Malformed UTF-8 character" warning.
59794              - "\x{100}\N{CENT SIGN}" is Malformed.
59795              Added tests for these 3.
59796              - and one silly bug (by me) with qu operator.
59797      Branch: perl
59798            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
59799            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
59800            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
59801 ____________________________________________________________________________
59802 [  8582] By: nick                                  on 2001/01/28  19:25:04
59803         Log: Add pod/perliol.pod to MANIFEST :-(
59804      Branch: perlio
59805            ! MANIFEST
59806 ____________________________________________________________________________
59807 [  8581] By: nick                                  on 2001/01/28  19:22:40
59808         Log: PerlIO documentation. Proofing and sub-editing requested.
59809      Branch: perlio
59810            + pod/perliol.pod
59811            ! pod/perlapio.pod
59812 ____________________________________________________________________________
59813 [  8580] By: jhi                                   on 2001/01/28  05:16:25
59814         Log: Revert the change to sv_2pv() done by #8054: Someone who
59815              did SvNV_set() on a scalar that also happened to be POK,
59816              followed by sv_2pv() won't get the right coercion anymore.
59817              [Sarathy]
59818      Branch: maint-5.6/perl
59819            ! sv.c
59820 ____________________________________________________________________________
59821 [  8579] By: jhi                                   on 2001/01/28  05:15:04
59822         Log: Remove the #8084 effect: do not allow -Q to be interpreted
59823              as -&Q(), this is too much wiggle room.
59824      Branch: maint-5.6/perl
59825            ! toke.c
59826 ____________________________________________________________________________
59827 [  8578] By: jhi                                   on 2001/01/28  05:12:45
59828         Log: Needed bits of #8439 (should have been in #8576),
59829              mainly for lval substr().
59830      Branch: maint-5.6/perl
59831            ! mg.c pp.c pp_hot.c
59832 ____________________________________________________________________________
59833 [  8577] By: jhi                                   on 2001/01/28  05:02:46
59834         Log: A missing check-in.
59835      Branch: maint-5.6/perl
59836            ! utf8.c
59837 ____________________________________________________________________________
59838 [  8576] By: jhi                                   on 2001/01/28  04:26:18
59839         Log: Integrate changes #8425,8436,8439,8517 from mainline.
59840              The 8439 was not truly integrated because it had too many
59841              dependencies on the development branch and because it introduced
59842              concepts too bold for a maintenance branch (such as the qu operator).
59843              
59844              Subject: [PATCH perl@8342] -Wformat
59845              
59846              Tighten some of the UTF-8 tests a bit.
59847              
59848              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
59849              - The substr lval was still not okay.
59850              - Now pp_stringify and sv_setsv copies source's UTF8 flag
59851              even if IN_BYTE.  pp_stringify is called from fold_constants
59852              at optimization phase and "\x{100}" was made SvUTF8_off under
59853              use bytes (the bytes pragma is for "byte semantics" and not
59854              for "do not produce UTF8 data")
59855      Branch: maint-5.6/perl
59856            ! t/lib/charnames.t t/op/substr.t toke.c
59857           !> sv.c t/pragma/utf8.t
59858 ____________________________________________________________________________
59859 [  8575] By: jhi                                   on 2001/01/28  04:01:51
59860         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
59861              
59862              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
59863              
59864              Subject: [ID 20001230.003] UTF-8 tr still hurts
59865              
59866              Test cases for #8385 (from Simon's "torture.pl")
59867              
59868              Start fixing UTF-8 lval substr() (8405)
59869      Branch: maint-5.6/perl
59870           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
59871           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
59872 ____________________________________________________________________________
59873 [  8574] By: jhi                                   on 2001/01/28  03:09:06
59874         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
59875              from mainline.
59876              
59877              UTF-8 cleanup.
59878              
59879              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
59880              
59881              "\x{FF}\xFF" was broken.
59882              
59883              Tests for #8329 and #8330.
59884              
59885              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
59886              
59887              IRIX compiler noticed that the bof initialization might be
59888              bypassed by control flow.
59889              
59890              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
59891      Branch: maint-5.6/perl
59892           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
59893           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
59894 ____________________________________________________________________________
59895 [  8573] By: jhi                                   on 2001/01/28  02:06:12
59896         Log: Retract #8552.
59897      Branch: perl
59898            ! lib/Text/Wrap.pm t/lib/textwrap.t
59899 ____________________________________________________________________________
59900 [  8572] By: jhi                                   on 2001/01/28  02:04:49
59901         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
59902              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
59903              not really integrated but instead salvaged by hand
59904              (they had too many dependencies on the development release
59905              to be cleanly integratable).
59906              
59907              Subject: more UTF8 test suites and an UTF8 patch
59908              
59909              Tweak for MULTIPLICITY/USE_PERLIO
59910              
59911              Signedness nit.
59912              
59913              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
59914              
59915              Use the UTF8_XXX macros in is_utf8_char().
59916              
59917              Rewrite pp_concat() in terms of sv_catsv().  The . operator
59918              should now be UTF-8-proof.
59919              
59920              Subject: [PATCH perl@8269] scanning two hex-constants
59921              fails on EBCDIC environment (script length.t)
59922              
59923              Add some Unicode chop() tests.
59924      Branch: maint-5.6/perl
59925            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
59926           !> sv.c t/op/chop.t utf8.h
59927 ____________________________________________________________________________
59928 [  8571] By: jhi                                   on 2001/01/28  00:35:59
59929         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
59930              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
59931              
59932              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
59933              
59934              The maxiters upper limit sanity check (guarding against
59935              non-progress) assumed bytes instead of characters in s///
59936              and split().
59937              
59938              Signedness nit.
59939              
59940              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
59941              join() should now be UTF-8-proof.
59942              
59943              More split // UTF-8 tests. (8250)
59944      Branch: maint-5.6/perl
59945           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
59946           !> util.c
59947 ____________________________________________________________________________
59948 [  8570] By: jhi                                   on 2001/01/27  22:15:46
59949         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
59950              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
59951              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
59952              8084,8204,8244,8333 from mainline.
59953              
59954              For -Q where Q might be a one-letter sub name one does no more
59955              get a warning about an unknown filetest (7941,7943,7944,8084).
59956              
59957              Subject: Re: [ID 20001130.011] expression parsing bug ?
59958              
59959              Make uv_to_utf8() to zero-terminate its output buffer.
59960              
59961              Split off t/op/length.t (7995)
59962              
59963              Split off t/op/utf8decode.t (7996)
59964              
59965              Remove an unnecessary 'use utf8' from the utf8.t (7998)
59966              
59967              Split off t/op/concat.t (8004)
59968              
59969              Split off t/op/ver.t (8005)
59970              
59971              Document utf8_length(), utf8_distance(), and utf8_hop().
59972              
59973              Document utf8_to_uv() better.
59974              
59975              Introduce macros for UTF8 decoding (8028,8033).
59976              
59977              Add test for reverse() (8030,8031).
59978              
59979              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
59980              
59981              Do not return the Unicode replacement character    on UTF-8
59982              decoding failure.
59983              
59984              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
59985              not this_utf8 i.e. the output string has one, but don't mess
59986              with source assumption. (8052,8053)
59987              
59988              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
59989              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
59990              was not expecting to be called with something that was already
59991              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
59992              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
59993              (8054)
59994              
59995              Recode the naughty binary bytes in utf8decode.t using the \xHH.
59996              
59997              Make some panic messages a bit more logical.
59998      Branch: maint-5.6/perl
59999           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
60000           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
60001           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
60002           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
60003           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
60004           !> utf8.c utf8.h
60005 ____________________________________________________________________________
60006 [  8569] By: jhi                                   on 2001/01/27  19:16:43
60007         Log: Integrate changes #7750 from perlio and #8566 from mainline.
60008      Branch: maint-5.6/perl
60009           !> regexec.c sv.c
60010 ____________________________________________________________________________
60011 [  8568] By: jhi                                   on 2001/01/27  18:06:51
60012         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
60013              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
60014              7935[-perlio.c],7936,7959,7965 from mainline.
60015              
60016              Change the "big byte" error message to "Wide character".
60017              (7355, the croak-if-wide-chars-in-print part ignored)
60018              
60019              Use UINT64_C().
60020              
60021              Introduce Perl_utf8_length().
60022              
60023              diff -se shows these as different (7753, forgotten check-ins)
60024              
60025              Subject: [PATCH] doop.c - UTF8 tr///
60026              
60027              If we use (aTHX_ ...) then put Perl_ on the front.
60028              
60029              Make utf8_length() and utf8_distance() to be less forgiving
60030              about bad UTF-8.
60031              
60032              Test line numbers are different with utf8.
60033              
60034              No need to scan till infinity, 13 is enough. (7872,7911)
60035              
60036              Subject: [PATCH] Tokeniser debugging
60037              
60038              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
60039              
60040              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
60041              
60042              Be more careful in Perl_sv_utf8_downgrade().
60043              
60044              Use DO_UTF8().
60045              
60046              Raw zero bytes in text files confuse at least GNU patch 2.1.
60047      Branch: maint-5.6/perl
60048           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
60049           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
60050           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
60051           !> t/pragma/utf8.t toke.c utf8.c utf8.h
60052 ____________________________________________________________________________
60053 [  8567] By: nick                                  on 2001/01/27  11:10:38
60054         Log: Integrate mainline
60055      Branch: perlio
60056           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
60057           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
60058           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
60059           !> toke.c
60060 ____________________________________________________________________________
60061 [  8566] By: jhi                                   on 2001/01/27  06:22:48
60062         Log: More documentation for the regexp context stack.
60063      Branch: perl
60064            ! regexec.c
60065 ____________________________________________________________________________
60066 [  8565] By: jhi                                   on 2001/01/27  05:21:57
60067         Log: Update Changes.
60068      Branch: perl
60069            ! Changes patchlevel.h
60070 ____________________________________________________________________________
60071 [  8564] By: jhi                                   on 2001/01/27  04:44:04
60072         Log: Threadedness patch for #8562 from Doug MacEachern.
60073      Branch: perl
60074            ! toke.c
60075 ____________________________________________________________________________
60076 [  8563] By: jhi                                   on 2001/01/27  04:26:24
60077         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
60078              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
60079              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
60080              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
60081      Branch: perl
60082            ! op.c
60083 ____________________________________________________________________________
60084 [  8562] By: jhi                                   on 2001/01/27  04:20:30
60085         Log: Subject: Re: Announce : Tokener reporting patch
60086              From: Simon Cozens <simon@cozens.net>
60087              Date: Mon, 22 Jan 2001 02:17:22 +0000
60088              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
60089      Branch: perl
60090            ! embed.h embed.pl proto.h toke.c
60091 ____________________________________________________________________________
60092 [  8561] By: jhi                                   on 2001/01/27  04:17:24
60093         Log: Forgot from #8545.  Oops.
60094      Branch: perl
60095            ! pp.c t/pragma/overload.t
60096 ____________________________________________________________________________
60097 [  8560] By: jhi                                   on 2001/01/27  03:01:47
60098         Log: A better module compilation test, use MANIFEST as suggested
60099              by Spider.
60100      Branch: perl
60101            ! t/lib/1_compile.t
60102 ____________________________________________________________________________
60103 [  8559] By: jhi                                   on 2001/01/27  02:50:48
60104         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
60105              From: Peter Prymmer <pvhp@forte.com>
60106              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
60107              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
60108      Branch: perl
60109            ! t/lib/b.t
60110 ____________________________________________________________________________
60111 [  8558] By: jhi                                   on 2001/01/27  02:27:05
60112         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
60113              From: Peter Prymmer <pvhp@forte.com>
60114              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
60115              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
60116      Branch: perl
60117            ! t/pragma/sub_lval.t
60118 ____________________________________________________________________________
60119 [  8557] By: jhi                                   on 2001/01/27  02:26:03
60120         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
60121              From: Peter Prymmer <pvhp@forte.com>
60122              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
60123              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
60124      Branch: perl
60125            ! t/lib/st-06compat.t
60126 ____________________________________________________________________________
60127 [  8556] By: jhi                                   on 2001/01/27  02:24:33
60128         Log: Subject: [PATCH: perl@8531] minor update to README.os390
60129              From: Peter Prymmer <pvhp@forte.com>
60130              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
60131              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
60132      Branch: perl
60133            ! README.os390
60134 ____________________________________________________________________________
60135 [  8555] By: jhi                                   on 2001/01/27  00:35:47
60136         Log: No point in checking the length before we know whether the pointer
60137              is bogus or not, fixes Abigail's odbm failures in Linux.
60138      Branch: perl
60139            ! sv.c
60140 ____________________________________________________________________________
60141 [  8554] By: nick                                  on 2001/01/26  19:01:31
60142         Log: Integrate mainline
60143      Branch: perlio
60144           !> lib/Text/Wrap.pm t/lib/textwrap.t
60145 ____________________________________________________________________________
60146 [  8553] By: jhi                                   on 2001/01/26  15:19:39
60147         Log: Integrate change #7792 from perlio (multiplicity fix),
60148              fix the AV leak in regex DEBUGGING (tiny part of the
60149              polymorphic regexp patch #8143).
60150      Branch: maint-5.6/perl
60151            ! regcomp.c
60152           !> scope.h
60153 ____________________________________________________________________________
60154 [  8552] By: jhi                                   on 2001/01/26  15:03:23
60155         Log: (Retracted by #8573)
60156              
60157              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
60158              From: Michael G Schwern <schwern@pobox.com>
60159              Date: Fri, 26 Jan 2001 09:28:31 -0500
60160              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
60161      Branch: perl
60162            ! lib/Text/Wrap.pm t/lib/textwrap.t
60163 ____________________________________________________________________________
60164 [  8551] By: jhi                                   on 2001/01/26  02:33:19
60165         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
60166              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
60167              
60168              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
60169              
60170              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
60171              
60172              Message nit.
60173              
60174              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
60175              
60176              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
60177              
60178              (the cleanup of unused submatches in regtry() and regcppop())
60179              
60180              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
60181              stored and restored, and thusly was trounced by the utf8 swash
60182              routines.
60183              
60184              use utf8 not required to use \x{}.
60185              
60186              Removed two more tests that make no sense in UTF-8 since the test
60187              data is not in UTF-8.
60188              
60189              Get the three different space character classes right under utf8.
60190              
60191              Implement ANYOFUTF8 regprop() dumping.
60192              
60193              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
60194              
60195              Document the regex context pushing/popping a bit better.
60196      Branch: maint-5.6/perl
60197           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
60198           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
60199           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
60200           !> t/op/regmesg.t utf8.c
60201 ____________________________________________________________________________
60202 [  8550] By: nick                                  on 2001/01/25  19:42:30
60203         Log: Integrate mainline
60204      Branch: perlio
60205           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
60206           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
60207           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
60208           !> t/lib/bigint.t t/lib/bigintpm.t
60209 ____________________________________________________________________________
60210 [  8549] By: jhi                                   on 2001/01/25  15:22:28
60211         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
60212      Branch: maint-5.6/perl
60213            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60214 ____________________________________________________________________________
60215 [  8548] By: jhi                                   on 2001/01/25  15:02:55
60216         Log: Integrate changes #7997,8063,8492,8547 from mainline.
60217              
60218              Subject: Re: STRLEN - what?
60219              
60220              Subject: [PATCH] perlguts.pod
60221              
60222              Memory management calls documentation.
60223              
60224              Layout using tabulator is not a good idea in a pod.
60225      Branch: maint-5.6/perl
60226           !> pod/perlguts.pod
60227 ____________________________________________________________________________
60228 [  8547] By: jhi                                   on 2001/01/25  14:49:05
60229         Log: Layout using tabulator is not a good idea in a pod.
60230      Branch: perl
60231            ! pod/perlguts.pod
60232 ____________________________________________________________________________
60233 [  8546] By: jhi                                   on 2001/01/25  14:31:12
60234         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
60235              from mainline.
60236              
60237              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
60238              
60239              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
60240              
60241              More Win32 editor/IDE/shell hints.
60242              
60243              More Win32 Perling.
60244              
60245              Yet another editor edit.
60246              
60247              Edit edit edit.
60248              
60249              IDE/editor section tweaking.
60250              
60251              Few more IDE/editor nits from p5p.
60252      Branch: maint-5.6/perl
60253           !> pod/perlfaq3.pod
60254 ____________________________________________________________________________
60255 [  8545] By: jhi                                   on 2001/01/25  04:16:32
60256         Log: Subject: [PATCH 5.7.0] overload int()
60257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60258              Date: Wed, 24 Jan 2001 19:06:57 -0500
60259              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
60260      Branch: perl
60261            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
60262            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
60263            ! t/lib/bigintpm.t
60264 ____________________________________________________________________________
60265 [  8544] By: jhi                                   on 2001/01/25  04:15:11
60266         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
60267              From: Peter Prymmer <pvhp@forte.com>
60268              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
60269              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
60270      Branch: perl
60271            ! Makefile.SH README.os390 hints/os390.sh installperl
60272 ____________________________________________________________________________
60273 [  8543] By: jhi                                   on 2001/01/25  03:52:08
60274         Log: Integrate change #8462,8469 from mainline.
60275              
60276              In VMS Perl subversion (perl -V) is undef.
60277      Branch: maint-5.6/perl
60278           !> configure.com
60279 ____________________________________________________________________________
60280 [  8542] By: jhi                                   on 2001/01/25  03:44:55
60281         Log: Integrate changes #7835,7850,8315,8316 from mainline.
60282              
60283              Solaris hints.
60284      Branch: maint-5.6/perl
60285           !> hints/solaris_2.sh
60286 ____________________________________________________________________________
60287 [  8541] By: jhi                                   on 2001/01/25  03:39:28
60288         Log: Integrate #8336 from mainline.
60289      Branch: maint-5.6/perl
60290           !> hv.c
60291 ____________________________________________________________________________
60292 [  8540] By: jhi                                   on 2001/01/25  03:23:50
60293         Log: Retract #8539.
60294      Branch: maint-5.6/perl
60295            ! pod/perlfaq3.pod
60296 ____________________________________________________________________________
60297 [  8539] By: jhi                                   on 2001/01/25  03:21:55
60298         Log: (Retracted by #8540.)
60299      Branch: maint-5.6/perl
60300            ! pod/perlfaq3.pod
60301 ____________________________________________________________________________
60302 [  8538] By: jhi                                   on 2001/01/25  03:14:07
60303         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
60304              From: Peter Prymmer <pvhp@forte.com>
60305              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
60306              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
60307              
60308              The VMS bits.
60309      Branch: maint-5.6/perl
60310            ! configure.com vms/descrip_mms.template
60311 ____________________________________________________________________________
60312 [  8537] By: jhi                                   on 2001/01/25  03:06:09
60313         Log: Integrate #7710,7824,7973 from mainline.
60314      Branch: maint-5.6/perl
60315           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60316           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
60317           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
60318           !> vos/config.ga.def vos/config.ga.h win32/config.bc
60319           !> win32/config.gc win32/config.vc
60320 ____________________________________________________________________________
60321 [  8536] By: jhi                                   on 2001/01/24  13:50:20
60322         Log: Revert the edits made by me so far to the 5.6 branch since
60323              the TRIAL1 since I did edits when I should have been using
60324              integrates.  Bad programmer.   (Will integrate them properly later.)
60325              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
60326              The #8353 will not be reapplied at least for now since
60327              the UTF-8 hash keys need more thinking.
60328              (The patches #8347, #8354, #8454, #8473 were okay since they
60329              were original edits made specifically for the 5.6.1-TRIAL1.)
60330      Branch: maint-5.6/perl
60331            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60332            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
60333            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
60334            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
60335            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
60336            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60337            ! win32/config.bc win32/config.gc win32/config.vc
60338 ____________________________________________________________________________
60339 [  8535] By: bailey                                on 2001/01/24  06:37:02
60340         Log: SYN SYN
60341      Branch: vmsperl
60342           +> (branch 26 files)
60343           !> (integrate 130 files)
60344 ____________________________________________________________________________
60345 [  8534] By: nick                                  on 2001/01/23  19:30:57
60346         Log: Integrate mainline.
60347      Branch: perlio
60348           !> Changes Configure Porting/Glossary Porting/config.sh
60349           !> Porting/config_H embed.h embed.pl ext/Encode/compile
60350           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
60351           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
60352           !> pod/perlvar.pod proto.h t/lib/1_compile.t
60353 ____________________________________________________________________________
60354 [  8533] By: jhi                                   on 2001/01/23  16:15:46
60355         Log: Forgotten from #8501.
60356      Branch: perl
60357            ! Porting/Glossary Porting/config.sh Porting/config_H
60358 ____________________________________________________________________________
60359 [  8532] By: jhi                                   on 2001/01/23  16:13:27
60360         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
60361              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60362              Date: Mon, 22 Jan 2001 17:51:58 +0100
60363              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
60364      Branch: perl
60365            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
60366 ____________________________________________________________________________
60367 [  8531] By: jhi                                   on 2001/01/23  15:46:01
60368         Log: Update Changes.
60369      Branch: perl
60370            ! Changes patchlevel.h
60371 ____________________________________________________________________________
60372 [  8530] By: jhi                                   on 2001/01/23  15:38:39
60373         Log: De-cut-and-pasto.
60374      Branch: perl
60375            ! t/lib/1_compile.t
60376 ____________________________________________________________________________
60377 [  8529] By: jhi                                   on 2001/01/23  15:11:04
60378         Log: Document the mkdir trailing slashes case.
60379      Branch: perl
60380            ! pod/perlfunc.pod
60381 ____________________________________________________________________________
60382 [  8528] By: jhi                                   on 2001/01/23  15:08:28
60383         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
60384              get installed:
60385              
60386              Subject: lib/lib.pm
60387              From: <abigail@foad.org>
60388              Date: Mon, 28 Aug 2000 20:35:08 -0400
60389              Message-ID: <20000829003508.21281.qmail@foad.org>
60390      Branch: perl
60391            ! installperl
60392 ____________________________________________________________________________
60393 [  8527] By: jhi                                   on 2001/01/23  14:44:04
60394         Log: Metaconfig unit change for #8526.
60395      Branch: metaconfig
60396            ! U/threads/archname.U
60397 ____________________________________________________________________________
60398 [  8526] By: jhi                                   on 2001/01/23  14:43:19
60399         Log: Attach -perlio to the archname if so selected.
60400      Branch: perl
60401            ! Configure
60402 ____________________________________________________________________________
60403 [  8525] By: jhi                                   on 2001/01/23  14:24:01
60404         Log: Subject: [PATCH] pod/perlvar.pod
60405              From: abigail@foad.org
60406              Date: Tue, 23 Jan 2001 01:41:10 +0100
60407              Message-ID: <20010123004110.22259.qmail@foad.org>
60408      Branch: perl
60409            ! pod/perlvar.pod
60410 ____________________________________________________________________________
60411 [  8524] By: jhi                                   on 2001/01/23  14:22:32
60412         Log: A bug introduced in #8217 (the undefined variable in the
60413              lib/safe1_t #3) fixed, by Charles Lane:
60414              
60415              The earlier patch made it so that stuff running in Safe
60416              compartments could do a "caller" and see "main".  That
60417              little change in name is done right before the code in
60418              the compartment is run, and apparantly the parser
60419              was picking up the stash name before it got changed.
60420              
60421              (why it was threaded vs. unthreaded Perl that was sensitive to this
60422              I still don't know...and it probably doesn't matter).
60423              
60424              I tryed removing the stash name-change and saw that threaded Perl
60425              did indeed pass the lib/safe1.t tests.
60426              
60427              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
60428              do the name change (and to connect _ in the compartment to the global
60429              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
60430              to call _safe_pkg_prep when creating a new compartment.
60431              
60432              Passes all tests with threaded perl on linux; passes all tests
60433              with unthreaded perl on VMS.
60434              
60435              At some point I'll probably want to revisit Safe and Opcode to
60436              provide more sensible handling of global variables...and to get
60437              formats working in Safe compartments, which they don't do currently.
60438      Branch: perl
60439            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
60440 ____________________________________________________________________________
60441 [  8523] By: jhi                                   on 2001/01/23  14:11:58
60442         Log: Also the lib/Thread.pm itself needs to be ignored if
60443              the Thread extension hasn't been built.
60444      Branch: perl
60445            ! t/lib/1_compile.t
60446 ____________________________________________________________________________
60447 [  8522] By: jhi                                   on 2001/01/23  13:51:28
60448         Log: print() instead of warn() so that stderr doesn't get
60449              unnecessarily polluted.
60450      Branch: perl
60451            ! ext/Encode/compile
60452 ____________________________________________________________________________
60453 [  8521] By: jhi                                   on 2001/01/23  13:49:48
60454         Log: Integrate perlio.
60455      Branch: perl
60456           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
60457           !> ext/Encode/encode.h
60458 ____________________________________________________________________________
60459 [  8520] By: nick                                  on 2001/01/22  21:44:00
60460         Log: More messing with Encode:
60461              Extra fields in header to allow multiple names and to record
60462              other things "compile" knows.
60463              Re-organise compile to factor out common output routines.
60464      Branch: perlio
60465            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
60466 ____________________________________________________________________________
60467 [  8519] By: nick                                  on 2001/01/22  20:33:50
60468         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
60469      Branch: perlio
60470            ! ext/Encode/Makefile.PL ext/Encode/compile
60471 ____________________________________________________________________________
60472 [  8518] By: nick                                  on 2001/01/22  20:28:13
60473         Log: Integrate mainline
60474      Branch: perlio
60475           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
60476           !> vos/config.alpha.def vos/config.alpha.h
60477 ____________________________________________________________________________
60478 [  8517] By: jhi                                   on 2001/01/22  15:37:17
60479         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
60480              by Inaba Hiroto.
60481      Branch: perl
60482            ! sv.c
60483 ____________________________________________________________________________
60484 [  8516] By: jhi                                   on 2001/01/22  14:55:15
60485         Log: More SIG_SIZE fixes.
60486      Branch: perl
60487            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
60488 ____________________________________________________________________________
60489 [  8515] By: jhi                                   on 2001/01/22  14:50:27
60490         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
60491              From: "Craig A. Berry" <craigberry@mac.com>
60492              Date: Mon, 22 Jan 2001 00:42:24 -0600
60493              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
60494      Branch: perl
60495            ! configure.com
60496 ____________________________________________________________________________
60497 [  8514] By: jhi                                   on 2001/01/22  14:31:17
60498         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
60499              From: "Craig A. Berry" <craigberry@mac.com>
60500              Date: Sun, 21 Jan 2001 23:03:25 -0600
60501              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
60502      Branch: perl
60503            ! configure.com
60504 ____________________________________________________________________________
60505 [  8513] By: jhi                                   on 2001/01/22  14:14:00
60506         Log: Add the .ucm encoding tables to the MANIFEST.
60507      Branch: perl
60508            ! MANIFEST
60509 ____________________________________________________________________________
60510 [  8512] By: jhi                                   on 2001/01/22  13:43:33
60511         Log: Integrate perlio.
60512      Branch: perl
60513           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60514           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60515           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60516           +> ext/Encode/Encode/iso8859-10.ucm
60517           +> ext/Encode/Encode/iso8859-13.ucm
60518           +> ext/Encode/Encode/iso8859-14.ucm
60519           +> ext/Encode/Encode/iso8859-15.ucm
60520           +> ext/Encode/Encode/iso8859-16.ucm
60521           +> ext/Encode/Encode/iso8859-2.ucm
60522           +> ext/Encode/Encode/iso8859-3.ucm
60523           +> ext/Encode/Encode/iso8859-4.ucm
60524           +> ext/Encode/Encode/iso8859-5.ucm
60525           +> ext/Encode/Encode/iso8859-6.ucm
60526           +> ext/Encode/Encode/iso8859-7.ucm
60527           +> ext/Encode/Encode/iso8859-8.ucm
60528           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60529           +> ext/Encode/Encode/symbol.ucm
60530           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
60531           !> perliol.h
60532 ____________________________________________________________________________
60533 [  8511] By: nick                                  on 2001/01/21  23:44:47
60534         Log: Make "real" layers of ":utf8" and ":raw".
60535              So now PERLIO=utf8 perl ...
60536              does what Andreas wanted.
60537              Fix arg passing in open.pm (still have a Carp issue).
60538      Branch: perlio
60539            ! lib/open.pm perlio.c perliol.h
60540 ____________________________________________________________________________
60541 [  8510] By: jhi                                   on 2001/01/21  22:56:53
60542         Log: Document the regex content pushing/popping a bit better.
60543      Branch: perl
60544            ! regexec.c
60545 ____________________________________________________________________________
60546 [  8509] By: jhi                                   on 2001/01/21  22:55:44
60547         Log: Tweak the mkdir trailing slash code some more.
60548              
60549              TO DO: the same handling should probably be done for
60550              all the other filesystem functions that can have directories
60551              as their arguments.
60552      Branch: perl
60553            ! pp_sys.c
60554 ____________________________________________________________________________
60555 [  8508] By: nick                                  on 2001/01/21  21:37:43
60556         Log: Switch "compiled in" encodings to .ucm format.
60557              (Leave others as .enc till we can run-time load .ucm,
60558              or find some other way to load them.)
60559      Branch: perlio
60560            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
60561            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
60562            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
60563            + ext/Encode/Encode/iso8859-10.ucm
60564            + ext/Encode/Encode/iso8859-13.ucm
60565            + ext/Encode/Encode/iso8859-14.ucm
60566            + ext/Encode/Encode/iso8859-15.ucm
60567            + ext/Encode/Encode/iso8859-16.ucm
60568            + ext/Encode/Encode/iso8859-2.ucm
60569            + ext/Encode/Encode/iso8859-3.ucm
60570            + ext/Encode/Encode/iso8859-4.ucm
60571            + ext/Encode/Encode/iso8859-5.ucm
60572            + ext/Encode/Encode/iso8859-6.ucm
60573            + ext/Encode/Encode/iso8859-7.ucm
60574            + ext/Encode/Encode/iso8859-8.ucm
60575            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
60576            + ext/Encode/Encode/symbol.ucm
60577            ! ext/Encode/Makefile.PL ext/Encode/compile
60578 ____________________________________________________________________________
60579 [  8507] By: nick                                  on 2001/01/21  21:02:03
60580         Log: Integrate (partial) mainline.
60581      Branch: perlio
60582           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
60583           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
60584           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60585 ____________________________________________________________________________
60586 [  8506] By: jhi                                   on 2001/01/21  20:09:30
60587         Log: Update Changes.
60588      Branch: perl
60589            ! Changes patchlevel.h
60590 ____________________________________________________________________________
60591 [  8505] By: jhi                                   on 2001/01/21  19:39:59
60592         Log: Subject: Minor typos in perlfaq2.pod
60593              From: "Stephen P. Potter" <spp@spotter.yi.org>
60594              Message-Id: <200101192101.QAA11911@spotter.yi.org>
60595              Date: Fri, 19 Jan 2001 16:01:13 -0500
60596              
60597              with a nit from Philip Newton.
60598      Branch: perl
60599            ! pod/perlfaq2.pod
60600 ____________________________________________________________________________
60601 [  8504] By: jhi                                   on 2001/01/21  19:33:05
60602         Log: Metaconfig change for #8503.
60603      Branch: metaconfig
60604            ! U/threads/usethreads.U
60605 ____________________________________________________________________________
60606 [  8503] By: jhi                                   on 2001/01/21  19:32:21
60607         Log: Sanity check for conflicting thread flavours.
60608      Branch: perl
60609            ! Configure config_h.SH
60610 ____________________________________________________________________________
60611 [  8502] By: jhi                                   on 2001/01/21  19:23:00
60612         Log: Metaconfig change for #8501.
60613      Branch: metaconfig
60614            ! U/modified/sig_name.U
60615 ____________________________________________________________________________
60616 [  8501] By: jhi                                   on 2001/01/21  19:22:26
60617         Log: The SIG_SIZE is the number of the elements *excluding*
60618              the terminating NULL.
60619      Branch: perl
60620            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
60621            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
60622            ! win32/config_H.vc
60623 ____________________________________________________________________________
60624 [  8500] By: jhi                                   on 2001/01/21  18:31:31
60625         Log: Integrate perlio.
60626      Branch: perl
60627           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
60628           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
60629           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
60630           !> pp_sys.c proto.h sv.c
60631 ____________________________________________________________________________
60632 [  8499] By: jhi                                   on 2001/01/21  17:43:57
60633         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
60634              From: Hugo <hv@crypt.compulink.co.uk>
60635              Date: Sun, 21 Jan 2001 13:34:05 +0000
60636              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
60637              
60638              In sprintf UTF8ize only if necessary.
60639      Branch: perl
60640            ! sv.c
60641 ____________________________________________________________________________
60642 [  8498] By: nick                                  on 2001/01/21  16:25:32
60643         Log: Encode cleanup.
60644              Add command line control over "compile" so that Makefile.PL
60645              needs can be combined with other uses.
60646              Use command line options in Makefile.PL.
60647              Fix multi-byte parsing in .ucm files.
60648      Branch: perlio
60649            ! ext/Encode/Makefile.PL ext/Encode/compile
60650 ____________________________________________________________________________
60651 [  8497] By: nick                                  on 2001/01/21  12:56:27
60652         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
60653      Branch: perlio
60654            ! ext/Encode/Encode.xs
60655 ____________________________________________________________________________
60656 [  8496] By: nick                                  on 2001/01/21  12:18:45
60657         Log: Fixup after integrate:
60658              missed the .sym files that are changed by regen_headers
60659              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
60660      Branch: perlio
60661            ! global.sym pp.sym sv.c
60662 ____________________________________________________________________________
60663 [  8495] By: nick                                  on 2001/01/21  11:51:07
60664         Log: Integrate mainline.
60665      Branch: perlio
60666           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
60667           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
60668           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
60669           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
60670           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
60671           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
60672           !> win32/Makefile win32/makefile.mk
60673 ____________________________________________________________________________
60674 [  8494] By: jhi                                   on 2001/01/20  23:12:11
60675         Log: Forgot the expect_number() prototype.
60676      Branch: perl
60677            ! embed.h embed.pl proto.h
60678 ____________________________________________________________________________
60679 [  8493] By: jhi                                   on 2001/01/20  22:56:39
60680         Log: Subject: [PATCH: perl@8482] README.vms URL updates
60681              From: Peter Prymmer <pvhp@forte.com>
60682              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
60683              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
60684              
60685              Plus Craig A. Berry's suggestion to use compaq.com instead
60686              of digital.com.
60687      Branch: perl
60688            ! README.vms
60689 ____________________________________________________________________________
60690 [  8492] By: jhi                                   on 2001/01/20  22:50:05
60691         Log: Memory management calls documentation.
60692      Branch: perl
60693            ! pod/perlguts.pod
60694 ____________________________________________________________________________
60695 [  8491] By: jhi                                   on 2001/01/20  22:38:33
60696         Log: Signedness nit plus few memcpy/Copy nits.
60697      Branch: perl
60698            ! sv.c
60699 ____________________________________________________________________________
60700 [  8490] By: jhi                                   on 2001/01/20  22:25:53
60701         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
60702              From: Peter Prymmer <pvhp@forte.com>
60703              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
60704              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
60705      Branch: perl
60706            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
60707 ____________________________________________________________________________
60708 [  8489] By: jhi                                   on 2001/01/20  22:24:41
60709         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
60710              From: Peter Prymmer <pvhp@forte.com>
60711              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
60712              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
60713      Branch: perl
60714            ! win32/Makefile win32/makefile.mk
60715 ____________________________________________________________________________
60716 [  8488] By: jhi                                   on 2001/01/20  22:22:27
60717         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
60718              From: Peter Prymmer <pvhp@forte.com>
60719              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
60720              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
60721      Branch: perl
60722            ! Makefile.SH
60723 ____________________________________________________________________________
60724 [  8487] By: jhi                                   on 2001/01/20  22:21:18
60725         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
60726              From: Peter Prymmer <pvhp@forte.com>
60727              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
60728              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
60729      Branch: perl
60730            + ext/DynaLoader/dl_dllload.xs
60731            ! MANIFEST Makefile.SH hints/os390.sh
60732 ____________________________________________________________________________
60733 [  8486] By: jhi                                   on 2001/01/20  22:17:53
60734         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
60735              From: Peter Prymmer <pvhp@forte.com>
60736              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
60737              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
60738      Branch: perl
60739            ! README.os390 README.posix-bc
60740 ____________________________________________________________________________
60741 [  8485] By: jhi                                   on 2001/01/20  20:15:30
60742         Log: Document and test the new qu operator.
60743      Branch: perl
60744            + t/op/qu.t
60745            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
60746            ! pod/perlretut.pod pod/perlunicode.pod
60747 ____________________________________________________________________________
60748 [  8484] By: nick                                  on 2001/01/20  19:42:30
60749         Log: Infrastructure to allow:
60750              open($fh,"|-",@array);
60751              to be implemented
60752              i.e. mark pp_open as needing a stack mark, and make pp_open
60753              process its args in that style (and pass them _all_ to tied handles OPEN).
60754              Invent do_openn() which takes SV ** at allow it to see multiple args.
60755              Note this does not _do_ anything yet.
60756      Branch: perlio
60757            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
60758            ! perlapi.c pp_proto.h pp_sys.c proto.h
60759 ____________________________________________________________________________
60760 [  8483] By: nick                                  on 2001/01/20  17:23:14
60761         Log: Integrate mainline.
60762      Branch: perlio
60763           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
60764           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
60765 ____________________________________________________________________________
60766 [  8482] By: jhi                                   on 2001/01/19  15:37:49
60767         Log: Update Changes.
60768      Branch: perl
60769            ! Changes patchlevel.h
60770 ____________________________________________________________________________
60771 [  8481] By: jhi                                   on 2001/01/19  14:41:24
60772         Log: Subject: Re: new feature: s?printf parameter reordering 
60773              From: Hugo <hv@crypt.compulink.co.uk>
60774              Date: Thu, 11 Jan 2001 17:09:03 +0000
60775              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
60776              
60777              - support reordering for all parameters: %, *v, *, .*
60778              - lay down that the reordering specification must immediately
60779              follow that parameter: %3$, *v3$, *3$, .*3$
60780              - fix vectorisation of a zero-length string
60781              - factor out the code choosing the argument to format
60782              
60783              Possibly unwanted side-effects:
60784              - the special format specifiers ' +-0' must now precede any
60785              vectorisation specifier. Tests in op/sprintf and op/ver
60786              have been changed to reflect this.
60787              - sprintf.t test #214 changed its expectations because in many
60788              cases, the next parameter has already been consumed when an
60789              invalid type letter is detected.
60790              
60791              Probably wanted side-effects:
60792              - attempts to format a non-existent parameter will warn as if C<undef>
60793              - attempt to write to non-existent parameter with '%n' will complain
60794              of "attempt to modify read-only value" instead of being silent
60795      Branch: perl
60796            ! sv.c t/op/sprintf.t t/op/ver.t
60797 ____________________________________________________________________________
60798 [  8480] By: jhi                                   on 2001/01/19  14:08:37
60799         Log: Subject: PATCH pragma/locale.t
60800              From: andreas.koenig@anima.de (Andreas J. Koenig)
60801              Date: 18 Jan 2001 09:45:37 +0100
60802              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
60803      Branch: perl
60804            ! t/pragma/locale.t
60805 ____________________________________________________________________________
60806 [  8479] By: jhi                                   on 2001/01/19  13:19:58
60807         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
60808      Branch: perl
60809            ! configure.com
60810 ____________________________________________________________________________
60811 [  8478] By: jhi                                   on 2001/01/19  02:12:35
60812         Log: Automate 1_compile.t.
60813      Branch: perl
60814            ! t/lib/1_compile.t
60815 ____________________________________________________________________________
60816 [  8477] By: jhi                                   on 2001/01/19  01:49:56
60817         Log: Integrate perlio.
60818      Branch: perl
60819           !> sv.c win32/config.bc win32/config.gc win32/config.vc
60820           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
60821 ____________________________________________________________________________
60822 [  8476] By: nick                                  on 2001/01/18  21:51:52
60823         Log: Integrate mainline
60824      Branch: perlio
60825           +> t/lib/1_compile.t t/lib/compmod.pl
60826           !> MANIFEST configure.com lib/unicode/distinct.pm
60827 ____________________________________________________________________________
60828 [  8475] By: nick                                  on 2001/01/18  21:48:02
60829         Log: Win32 "safe signals" co-existance fix.
60830              Fix SIG_SIZE value.
60831              Clear PL_sig_pending when cloning (fork).
60832      Branch: perlio
60833            ! sv.c win32/config.bc win32/config.gc win32/config.vc
60834            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60835 ____________________________________________________________________________
60836 [  8474] By: jhi                                   on 2001/01/18  14:40:57
60837         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
60838      Branch: perl
60839            ! t/lib/1_compile.t
60840 ____________________________________________________________________________
60841 [  8473] By: gsar                                  on 2001/01/18  11:42:31
60842         Log: unsubmitted trial1 change
60843      Branch: maint-5.6/perl
60844            ! Changes
60845 ____________________________________________________________________________
60846 [  8472] By: jhi                                   on 2001/01/18  04:30:24
60847         Log: The first bug found by 1_compile.t.
60848      Branch: perl
60849            ! lib/unicode/distinct.pm
60850 ____________________________________________________________________________
60851 [  8471] By: jhi                                   on 2001/01/18  04:29:42
60852         Log: Add Schwern's 1_compile test.  The compile_module script renamed
60853              to be a bit shorter for the 8.3 people.
60854      Branch: perl
60855            + t/lib/1_compile.t t/lib/compmod.pl
60856            ! MANIFEST
60857 ____________________________________________________________________________
60858 [  8470] By: jhi                                   on 2001/01/18  04:16:00
60859         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)
60860              From: Peter Prymmer <pvhp@forte.com>
60861              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
60862              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
60863              Replace #8463.
60864      Branch: maint-5.6/perl
60865            ! configure.com
60866 ____________________________________________________________________________
60867 [  8469] By: jhi                                   on 2001/01/18  04:13:02
60868         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)
60869              From: Peter Prymmer <pvhp@forte.com>
60870              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
60871              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
60872              Replace #8462.
60873      Branch: perl
60874            ! configure.com
60875 ____________________________________________________________________________
60876 [  8468] By: jhi                                   on 2001/01/18  03:42:08
60877         Log: Integrate perlio.
60878      Branch: perl
60879           !> gv.c mg.c perlio.c util.c
60880 ____________________________________________________________________________
60881 [  8467] By: nick                                  on 2001/01/17  22:41:10
60882         Log: "Safe" signals - trial implementation.
60883              gv.c tweaked to zero PL_sig_pend array
60884              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
60885              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
60886              Odd thing is that it "works" with PERLIO=stdio as well (linux).
60887      Branch: perlio
60888            ! gv.c mg.c perlio.c util.c
60889 ____________________________________________________________________________
60890 [  8466] By: nick                                  on 2001/01/17  20:40:20
60891         Log: Integrate mainline.
60892      Branch: perlio
60893           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
60894           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
60895           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
60896           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
60897           !> vos/config.ga.h win32/config.bc win32/config.gc
60898           !> win32/config.vc
60899 ____________________________________________________________________________
60900 [  8465] By: jhi                                   on 2001/01/17  18:37:13
60901         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
60902              From: Nicholas Clark <nick@ccl4.org>
60903              Date: Wed, 17 Jan 2001 17:31:33 +0000
60904              Message-ID: <20010117173133.I2633@plum.flirble.org>
60905      Branch: perl
60906            ! t/op/int.t
60907 ____________________________________________________________________________
60908 [  8464] By: jhi                                   on 2001/01/17  14:43:17
60909         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
60910              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
60911              Date: Wed, 17 Jan 2001 15:16:43 +0100
60912              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
60913              
60914              pp_int() was dropping an NV to the floor,
60915              int(279964589018079/59) either returned not an integer
60916              4745162525730.15, or one got "Attempt to free unreferenced scalar."
60917      Branch: perl
60918            ! pp.c
60919 ____________________________________________________________________________
60920 [  8463] By: jhi                                   on 2001/01/17  06:12:42
60921         Log: (Replaced by #8470)
60922              
60923              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)
60924              From: "Craig A. Berry" <craigberry@mac.com>
60925              Date: Tue, 16 Jan 2001 23:38:46 -0600
60926              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
60927      Branch: maint-5.6/perl
60928            ! configure.com
60929 ____________________________________________________________________________
60930 [  8462] By: jhi                                   on 2001/01/17  06:11:31
60931         Log: (Replaced by #8469)
60932              
60933              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)
60934              From: "Craig A. Berry" <craigberry@mac.com>
60935              Date: Tue, 16 Jan 2001 23:38:46 -0600
60936              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
60937      Branch: perl
60938            ! configure.com
60939 ____________________________________________________________________________
60940 [  8461] By: jhi                                   on 2001/01/17  05:56:12
60941         Log: Allow for one trailing slash in the directory of mkdir().
60942      Branch: perl
60943            ! pp_sys.c
60944 ____________________________________________________________________________
60945 [  8460] By: jhi                                   on 2001/01/17  03:26:01
60946         Log: Metaconfig unit changes for #8459.
60947      Branch: metaconfig
60948            ! U/modified/Loc.U U/modified/sig_name.U
60949 ____________________________________________________________________________
60950 [  8459] By: jhi                                   on 2001/01/17  03:24:48
60951         Log: Define SIG_SIZE, the number of elements in the sig_name and
60952              sig_num arrays, including the final NULL entry.
60953      Branch: perl
60954            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
60955            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
60956            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
60957            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
60958            ! win32/config.bc win32/config.gc win32/config.vc
60959 ____________________________________________________________________________
60960 [  8458] By: jhi                                   on 2001/01/17  01:41:33
60961         Log: Integrate perlio.
60962      Branch: perl
60963           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
60964           !> perlapi.h proto.h sv.c
60965 ____________________________________________________________________________
60966 [  8457] By: nick                                  on 2001/01/16  22:07:26
60967         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
60968              Provides all the "cost" but no benefit yet - it is to allow cost
60969              to be measured, and implementation experiments (just in mg.c?).
60970      Branch: perlio
60971            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
60972            ! perlapi.h proto.h sv.c
60973 ____________________________________________________________________________
60974 [  8456] By: nick                                  on 2001/01/16  21:07:07
60975         Log: Integrate mainline.
60976      Branch: perlio
60977           !> (integrate 51 files)
60978 ____________________________________________________________________________
60979 [  8455] By: jhi                                   on 2001/01/16  18:13:43
60980         Log: Subject: [PATCH] regcomp.c old feature removal
60981              From: mjd@plover.com
60982              Date: 16 Jan 2001 14:43:18 -0000 
60983              Message-ID: <20010116144318.7140.qmail@plover.com> 
60984      Branch: perl
60985            ! regcomp.c
60986 ____________________________________________________________________________
60987 [  8454] By: jhi                                   on 2001/01/16  16:12:39
60988         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
60989              From: "Indy Singh" <indy@nusphere.com>
60990              Date: Wed, 10 Jan 2001 20:17:49 -0500
60991              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
60992      Branch: maint-5.6/perl
60993            ! win32/Makefile
60994 ____________________________________________________________________________
60995 [  8453] By: jhi                                   on 2001/01/16  16:09:33
60996         Log: Update Changes.
60997      Branch: perl
60998            ! Changes patchlevel.h
60999 ____________________________________________________________________________
61000 [  8452] By: jhi                                   on 2001/01/16  15:42:04
61001         Log: Subject: Re: API Cleanup
61002              To: perl5-porters@perl.org
61003              Date: Tue, 16 Jan 2001 13:42:30 +0000
61004              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
61005              
61006              Subject: [PATCH] utf8.c documentation
61007              From: Simon Cozens <simon@cozens.net>
61008              Date: Tue, 16 Jan 2001 13:52:48 +0000
61009              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
61010              
61011              Subject: Re: API Cleanup
61012              From: Simon Cozens <simon@cozens.net>
61013              Date: Tue, 16 Jan 2001 14:58:55 +0000
61014              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
61015              
61016              UTF-8 doc patches.
61017      Branch: perl
61018            ! embed.pl pod/perlapi.pod utf8.c
61019 ____________________________________________________________________________
61020 [  8451] By: jhi                                   on 2001/01/16  14:41:39
61021         Log: podlators 1.07, from Russ Allbery.
61022      Branch: perl
61023            ! lib/Pod/Man.pm
61024 ____________________________________________________________________________
61025 [  8450] By: jhi                                   on 2001/01/16  14:24:19
61026         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
61027              From: "Indy Singh" <indy@nusphere.com>
61028              Date: Mon, 15 Jan 2001 20:59:40 -0500
61029              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
61030      Branch: perl
61031            ! win32/Makefile
61032 ____________________________________________________________________________
61033 [  8449] By: jhi                                   on 2001/01/16  03:42:55
61034         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
61035              at the setting of the ofs_sv in new_struct_thread() as the
61036              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
61037              uninitialized fields are, uh, initialized with),
61038              SvREFCNT_inc()ing that invited a core dump.
61039      Branch: perl
61040            ! util.c
61041 ____________________________________________________________________________
61042 [  8448] By: jhi                                   on 2001/01/16  01:49:07
61043         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
61044              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61045              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
61046              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
61047              
61048              Replace #8444 and #8445.
61049      Branch: perl
61050            ! ext/B/B.xs ext/B/B/Debug.pm
61051 ____________________________________________________________________________
61052 [  8447] By: jhi                                   on 2001/01/15  21:05:35
61053         Log: Subject: [PATCH] API Variable documentation   
61054              From: Simon Cozens <simon@cozens.net>
61055              Date: Mon, 15 Jan 2001 19:35:54 +0000
61056              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
61057      Branch: perl
61058            ! pod/perlapi.pod thrdvar.h
61059 ____________________________________________________________________________
61060 [  8446] By: jhi                                   on 2001/01/15  20:49:20
61061         Log: Signedness nit.
61062      Branch: perl
61063            ! pp_ctl.c
61064 ____________________________________________________________________________
61065 [  8445] By: jhi                                   on 2001/01/15  20:28:48
61066         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
61067      Branch: perl
61068            ! ext/B/B/Debug.pm
61069 ____________________________________________________________________________
61070 [  8444] By: jhi                                   on 2001/01/15  13:09:10
61071         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
61072      Branch: perl
61073            ! ext/B/B.xs
61074 ____________________________________________________________________________
61075 [  8443] By: jhi                                   on 2001/01/15  13:06:26
61076         Log: Missing from #8439.
61077      Branch: perl
61078            ! keywords.h mg.c
61079 ____________________________________________________________________________
61080 [  8442] By: jhi                                   on 2001/01/15  13:02:38
61081         Log: Subject: [PATCH @8436] Eliminate op_children
61082              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61083              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
61084              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
61085              
61086              Subject: [PATCH @8436] Re: Eliminate op_children
61087              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61088              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
61089              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
61090      Branch: perl
61091            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
61092            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
61093            ! op.c op.h
61094 ____________________________________________________________________________
61095 [  8441] By: jhi                                   on 2001/01/15  12:57:08
61096         Log: Use the /^Perl_/-less form of is_lvalue_sub().
61097      Branch: perl
61098            ! pp.h
61099 ____________________________________________________________________________
61100 [  8440] By: jhi                                   on 2001/01/15  05:13:09
61101         Log: Revert #8437 and #8438, the Linux large files story is more complex.
61102      Branch: metaconfig/U/perl
61103            ! d_fpos64_t.U d_off64_t.U
61104      Branch: perl
61105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61106            ! config_h.SH configure.com epoc/config.sh perl.h
61107            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61108            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61109            ! win32/config.bc win32/config.gc win32/config.vc
61110 ____________________________________________________________________________
61111 [  8439] By: jhi                                   on 2001/01/15  05:02:24
61112         Log: More UTF-8 patches from Inaba Hiroto.
61113              - The substr lval was still not okay.
61114              - Now pp_stringify and sv_setsv copies source's UTF8 flag
61115              even if IN_BYTE.  pp_stringify is called from fold_constants
61116              at optimization phase and "\x{100}" was made SvUTF8_off under
61117              use bytes (the bytes pragma is for "byte semantics" and not
61118              for "do not produce UTF8 data")
61119              - New `qu' operator to generate UTF8 string explicitly.
61120              Though I agree with the policy "0x00-0xff always produce bytes",
61121              sometimes want to such a string to be coded in UTF8.
61122              I can use pack"U0a*" but it requires more typing and has
61123              runtime overhead.
61124              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
61125              change, the bug appears if a pm has PMdf_UTF8 flag but interpolated
61126              string is not UTF8_on and has char 0x80-0xff.
61127              
61128              TODO: document and test qu.
61129      Branch: perl
61130            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
61131            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
61132            ! toke.c
61133 ____________________________________________________________________________
61134 [  8438] By: jhi                                   on 2001/01/14  05:10:23
61135         Log: (Reverted by #8440)
61136              
61137              Metaconfig unit changes for #8437.
61138      Branch: metaconfig/U/perl
61139            ! d_fpos64_t.U d_off64_t.U
61140 ____________________________________________________________________________
61141 [  8437] By: jhi                                   on 2001/01/14  04:55:34
61142         Log: (Reverted by #8440)
61143              
61144              Add <features.h> probing, seems to be needed for (some?)
61145              Linux largefileness.
61146      Branch: perl
61147            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61148            ! config_h.SH configure.com epoc/config.sh perl.h
61149            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
61150            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61151            ! win32/config.bc win32/config.gc win32/config.vc
61152 ____________________________________________________________________________
61153 [  8436] By: jhi                                   on 2001/01/13  17:47:21
61154         Log: Tighten some of the tests a bit.
61155      Branch: perl
61156            ! t/pragma/utf8.t
61157 ____________________________________________________________________________
61158 [  8435] By: jhi                                   on 2001/01/13  17:31:54
61159         Log: Integrate perlio.
61160      Branch: perl
61161           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
61162           !> win32/config_H.gc win32/config_H.vc
61163 ____________________________________________________________________________
61164 [  8434] By: nick                                  on 2001/01/13  11:36:53
61165         Log: Run dmake regen_config_h for Win32
61166      Branch: perlio
61167            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61168 ____________________________________________________________________________
61169 [  8433] By: nick                                  on 2001/01/13  11:31:55
61170         Log: VMS friendly patch to Encode compile process
61171      Branch: perlio
61172            ! ext/Encode/Makefile.PL ext/Encode/compile
61173 ____________________________________________________________________________
61174 [  8432] By: nick                                  on 2001/01/13  11:06:44
61175         Log: Integrate mainline
61176      Branch: perlio
61177           +> ext/B/B/Concise.pm
61178           !> (integrate 52 files)
61179 ____________________________________________________________________________
61180 [  8431] By: jhi                                   on 2001/01/13  05:55:55
61181         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
61182              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61183              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
61184              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
61185      Branch: perl
61186            ! ext/B/B/Concise.pm
61187 ____________________________________________________________________________
61188 [  8430] By: jhi                                   on 2001/01/13  04:24:18
61189         Log: The LVRET macro needed an aTHX.
61190      Branch: perl
61191            ! pp.h
61192 ____________________________________________________________________________
61193 [  8429] By: jhi                                   on 2001/01/13  02:12:42
61194         Log: Update Changes.
61195      Branch: perl
61196            ! Changes patchlevel.h
61197 ____________________________________________________________________________
61198 [  8428] By: jhi                                   on 2001/01/13  02:08:50
61199         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
61200              From: Peter Prymmer <pvhp@forte.com>
61201              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
61202              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
61203              
61204              Add a BEGIN guard for sloppy floating point division.
61205      Branch: perl
61206            ! lib/Math/BigInt.pm lib/bigint.pl
61207 ____________________________________________________________________________
61208 [  8427] By: jhi                                   on 2001/01/13  01:47:16
61209         Log: The B::Terse drop-in replacement wasn't quite drop-in.
61210      Branch: perl
61211            ! ext/B/B/Terse.pm
61212 ____________________________________________________________________________
61213 [  8426] By: jhi                                   on 2001/01/12  21:20:43
61214         Log: Use UVXf.
61215      Branch: perl
61216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61217            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
61218            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
61219            ! vos/config.ga.def vos/config.ga.h win32/config.bc
61220            ! win32/config.gc win32/config.vc
61221 ____________________________________________________________________________
61222 [  8425] By: jhi                                   on 2001/01/12  20:20:14
61223         Log: Subject: [PATCH perl@8342] -Wformat
61224              From: Robin Barker <rmb1@cise.npl.co.uk>
61225              Date: Fri, 12 Jan 2001 20:03:14 GMT
61226              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
61227      Branch: perl
61228            ! ext/Encode/Encode.xs mg.c sv.c toke.c
61229 ____________________________________________________________________________
61230 [  8424] By: jhi                                   on 2001/01/12  20:01:48
61231         Log: Subject: B::Concise -- an improved replacement for B::Terse 
61232              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61233              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
61234              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
61235      Branch: perl
61236            + ext/B/B/Concise.pm
61237            ! MANIFEST ext/B/B/Terse.pm
61238 ____________________________________________________________________________
61239 [  8423] By: jhi                                   on 2001/01/12  19:24:02
61240         Log: The new metaconfig unit from the #8421.
61241      Branch: metaconfig/U/perl
61242            + d_sigprocmask.U
61243 ____________________________________________________________________________
61244 [  8422] By: jhi                                   on 2001/01/12  19:23:43
61245         Log: Forgot the microperl config from the #8421.
61246      Branch: perl
61247            ! uconfig.h uconfig.sh
61248 ____________________________________________________________________________
61249 [  8421] By: jhi                                   on 2001/01/12  19:05:27
61250         Log: Add sigprocmask() probe, regen Configure, regen toc.
61251      Branch: perl
61252            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61253            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
61254            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
61255            ! vos/config.ga.h win32/config.bc win32/config.gc
61256            ! win32/config.vc
61257 ____________________________________________________________________________
61258 [  8420] By: jhi                                   on 2001/01/12  18:34:31
61259         Log: Add sockatmark() to the todo list.
61260      Branch: perl
61261            ! Todo-5.6
61262 ____________________________________________________________________________
61263 [  8419] By: jhi                                   on 2001/01/12  18:09:46
61264         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
61265      Branch: perl
61266            ! op.c
61267 ____________________________________________________________________________
61268 [  8418] By: jhi                                   on 2001/01/12  18:05:30
61269         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
61270              From: Radu Greab <radu@netsoft.ro>
61271              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
61272              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
61273      Branch: perl
61274            ! op.c t/pragma/sub_lval.t
61275 ____________________________________________________________________________
61276 [  8417] By: jhi                                   on 2001/01/12  16:09:09
61277         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
61278              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
61279              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
61280              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
61281      Branch: perl
61282            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
61283            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
61284            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
61285            ! t/pragma/sub_lval.t toke.c
61286 ____________________________________________________________________________
61287 [  8416] By: jhi                                   on 2001/01/12  15:42:06
61288         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
61289              From: "Richard Soderberg" <rs@crystalflame.net>
61290              Date: Fri, 12 Jan 2001 04:49:35 -0800
61291              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
61292              
61293              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
61294              according to the platform.
61295      Branch: perl
61296            ! op.c
61297 ____________________________________________________________________________
61298 [  8415] By: jhi                                   on 2001/01/12  15:33:41
61299         Log: One more UTF-8 fix from Inaba Hiroto.
61300      Branch: perl
61301            ! pp.c regexec.c t/pragma/utf8.t
61302 ____________________________________________________________________________
61303 [  8414] By: jhi                                   on 2001/01/12  15:30:18
61304         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
61305      Branch: perl
61306            ! regexec.c
61307 ____________________________________________________________________________
61308 [  8413] By: jhi                                   on 2001/01/12  15:22:10
61309         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
61310              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61311              Date: Thu, 11 Jan 2001 12:53:36 +0100
61312              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
61313      Branch: perl
61314            ! toke.c
61315 ____________________________________________________________________________
61316 [  8412] By: jhi                                   on 2001/01/12  15:20:25
61317         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
61318              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61319              Date: Fri, 12 Jan 2001 14:37:55 +0100
61320              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
61321      Branch: perl
61322            ! hints/posix-bc.sh
61323 ____________________________________________________________________________
61324 [  8411] By: jhi                                   on 2001/01/12  15:14:14
61325         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
61326              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61327              Date: Fri, 12 Jan 2001 10:42:21 +0100
61328              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
61329      Branch: perl
61330            ! t/op/regmesg.t
61331 ____________________________________________________________________________
61332 [  8410] By: jhi                                   on 2001/01/12  05:48:55
61333         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
61334              From: Nicholas Clark <nick@ccl4.org> 
61335              Date: Sun, 7 Jan 2001 19:47:14 +0000
61336              Message-ID: <20010107194714.B1048@plum.flirble.org>
61337      Branch: perl
61338            ! t/op/numconvert.t
61339 ____________________________________________________________________________
61340 [  8409] By: jhi                                   on 2001/01/12  05:41:28
61341         Log: Integrate perlio.
61342      Branch: perl
61343           !> mg.c scope.h
61344 ____________________________________________________________________________
61345 [  8408] By: nick                                  on 2001/01/11  22:43:28
61346         Log: Remove variables that were used in experiments.
61347      Branch: perlio
61348            ! mg.c
61349 ____________________________________________________________________________
61350 [  8407] By: nick                                  on 2001/01/11  20:57:44
61351         Log: Catch die in %SIG handler and unblock the signal before re-dying.
61352              This make Linux work _without_ sigsetjmp().
61353              Turn off sigsetjmp() to see what else it does.
61354              May need Configure probe for sigprocmask() if anything has sigaction()
61355              but not sigprocmask().
61356      Branch: perlio
61357            ! mg.c scope.h
61358 ____________________________________________________________________________
61359 [  8406] By: nick                                  on 2001/01/11  19:32:07
61360         Log: Integrate mainline
61361      Branch: perlio
61362           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
61363           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
61364           !> t/op/substr.t
61365 ____________________________________________________________________________
61366 [  8405] By: jhi                                   on 2001/01/11  17:11:01
61367         Log: Fix UTF-8 lval substr().
61368      Branch: perl
61369            ! mg.c t/op/substr.t
61370 ____________________________________________________________________________
61371 [  8404] By: jhi                                   on 2001/01/11  05:13:58
61372         Log: Update Changes.
61373      Branch: perl
61374            ! Changes patchlevel.h
61375 ____________________________________________________________________________
61376 [  8403] By: jhi                                   on 2001/01/11  04:38:24
61377         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
61378              From: Hugo <hv@crypt.compulink.co.uk>
61379              Date: Mon, 30 Oct 2000 01:33:26 +0000
61380              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
61381      Branch: perl
61382            ! regexec.c t/op/re_tests
61383 ____________________________________________________________________________
61384 [  8402] By: jhi                                   on 2001/01/11  04:26:12
61385         Log: Integrate perlio.
61386      Branch: perl
61387           !> scope.h util.c
61388 ____________________________________________________________________________
61389 [  8401] By: nick                                  on 2001/01/10  22:52:55
61390         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
61391              (So Alan and Ilya can try setting via hints.)
61392              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
61393              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
61394              doing the save everywhere seems to restart read() correctly, but just
61395              doing it once "round" the handler does not.
61396      Branch: perlio
61397            ! scope.h
61398 ____________________________________________________________________________
61399 [  8400] By: jhi                                   on 2001/01/10  21:57:54
61400         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
61401              of IRIX, HP-UX is unaffected.
61402      Branch: perl
61403            ! perl.h
61404 ____________________________________________________________________________
61405 [  8399] By: nick                                  on 2001/01/10  21:29:19
61406         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
61407      Branch: perlio
61408            ! util.c
61409 ____________________________________________________________________________
61410 [  8398] By: jhi                                   on 2001/01/10  20:55:31
61411         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
61412              also have ReusePort.
61413      Branch: perl
61414            ! ext/IO/lib/IO/Socket/INET.pm
61415 ____________________________________________________________________________
61416 [  8397] By: jhi                                   on 2001/01/10  20:50:57
61417         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
61418              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61419              Date: Wed, 10 Jan 2001 01:38:13 -0800
61420              Message-ID: <20010110013813.B41744@yahoo-inc.com>
61421      Branch: perl
61422            ! ext/IO/lib/IO/Socket/INET.pm
61423 ____________________________________________________________________________
61424 [  8396] By: jhi                                   on 2001/01/10  20:49:30
61425         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
61426              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
61427              Date: Wed, 10 Jan 2001 01:37:32 -0800
61428              Message-ID: <20010110013732.A41744@yahoo-inc.com>
61429      Branch: perl
61430            ! ext/Socket/Socket.pm
61431 ____________________________________________________________________________
61432 [  8395] By: jhi                                   on 2001/01/10  20:41:37
61433         Log: Test for bug id 20010105.016 (fixed by #8378).
61434      Branch: perl
61435            ! t/op/split.t
61436 ____________________________________________________________________________
61437 [  8394] By: jhi                                   on 2001/01/10  20:26:32
61438         Log: Integrate perlio.
61439      Branch: perl
61440            ! util.c
61441 ____________________________________________________________________________
61442 [  8393] By: nick                                  on 2001/01/10  19:34:30
61443         Log: Back out Simon's pid hackery for now.
61444      Branch: perlio
61445            ! util.c
61446 ____________________________________________________________________________
61447 [  8392] By: nick                                  on 2001/01/10  19:23:13
61448         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
61449      Branch: perlio
61450           !> (integrate 29 files)
61451 ____________________________________________________________________________
61452 [  8391] By: jhi                                   on 2001/01/10  18:43:15
61453         Log: Subject: [PATCH] Fix my_pclose segfault
61454              From: Simon Cozens <simon@cozens.net>
61455              Date: Wed, 10 Jan 2001 18:39:35 +0000
61456              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
61457      Branch: perl
61458            ! util.c
61459 ____________________________________________________________________________
61460 [  8390] By: jhi                                   on 2001/01/10  18:42:08
61461         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
61462              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61463              Date:     Wed, 10 Jan 2001 13:23:02 EST
61464              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
61465      Branch: perl
61466            ! ext/Opcode/Opcode.xs
61467 ____________________________________________________________________________
61468 [  8389] By: jhi                                   on 2001/01/10  15:16:07
61469         Log: Turn off the integer preservation for now.
61470      Branch: perl
61471            ! perl.h
61472 ____________________________________________________________________________
61473 [  8388] By: jhi                                   on 2001/01/10  15:01:25
61474         Log: Few more IDE/editor nits from p5p.
61475      Branch: perl
61476            ! pod/perlfaq3.pod
61477 ____________________________________________________________________________
61478 [  8387] By: jhi                                   on 2001/01/10  06:53:16
61479         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
61480              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
61481              Date: Tue, 9 Jan 2001 23:16:02 +0000
61482              Message-ID: <20010109231602.A81101@plum.flirble.org>
61483      Branch: perl
61484            ! sv.c
61485 ____________________________________________________________________________
61486 [  8386] By: jhi                                   on 2001/01/10  03:17:54
61487         Log: Test cases for #8385 (from Simon's "torture.pl")
61488      Branch: perl
61489            ! t/op/tr.t
61490 ____________________________________________________________________________
61491 [  8385] By: jhi                                   on 2001/01/10  03:17:11
61492         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
61493              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
61494              Date: Wed, 10 Jan 2001 11:39:39 +0900
61495              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
61496              
61497              Some more UTF-8 tr cases fixed.
61498      Branch: perl
61499            ! doop.c
61500 ____________________________________________________________________________
61501 [  8384] By: jhi                                   on 2001/01/09  22:45:40
61502         Log: Allow the locale test needing POSIX and the taint test
61503              needing IPC::SysV to run under 'minitest' (basically,
61504              bail out if loading the extension fails)
61505      Branch: perl
61506            ! t/op/misc.t t/op/taint.t
61507 ____________________________________________________________________________
61508 [  8383] By: jhi                                   on 2001/01/09  21:36:04
61509         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
61510              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61511              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
61512              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
61513      Branch: perl
61514            ! t/io/openpid.t
61515 ____________________________________________________________________________
61516 [  8382] By: jhi                                   on 2001/01/09  21:06:08
61517         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
61518              Should finish up the bug id 20001205.022.
61519      Branch: perl
61520            ! pp.c pp_hot.c scope.c
61521 ____________________________________________________________________________
61522 [  8381] By: jhi                                   on 2001/01/09  18:27:43
61523         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
61524              From: Andy Dougherty <doughera@lafayette.edu>
61525              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
61526              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
61527              
61528              More robust yacc/bison error detection.
61529      Branch: perl
61530            ! t/comp/proto.t
61531 ____________________________________________________________________________
61532 [  8380] By: jhi                                   on 2001/01/09  15:21:38
61533         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
61534              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
61535              Date:     Tue, 9 Jan 2001 07:53:55 EST
61536              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
61537      Branch: perl
61538            ! t/op/misc.t vms/test.com
61539 ____________________________________________________________________________
61540 [  8379] By: jhi                                   on 2001/01/09  15:20:38
61541         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
61542              From: jhi@cc.hut.fi
61543              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
61544              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
61545              
61546              The #8378 fixed this.
61547      Branch: perl
61548            ! t/op/tr.t
61549 ____________________________________________________________________________
61550 [  8378] By: jhi                                   on 2001/01/09  15:05:32
61551         Log: Subject: One more patch for UTF8 
61552              From: Inaba Hiroto <inaba@st.rim.or.jp>
61553              Date: Tue, 09 Jan 2001 01:04:32 +0900
61554              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
61555              
61556              UTF-8 fixes for 'x' and tr///.
61557      Branch: perl
61558            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
61559            ! regcomp.c regexec.c toke.c utf8.c
61560 ____________________________________________________________________________
61561 [  8377] By: jhi                                   on 2001/01/09  14:32:17
61562         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
61563      Branch: perl
61564            ! t/op/length.t
61565 ____________________________________________________________________________
61566 [  8376] By: jhi                                   on 2001/01/09  04:32:32
61567         Log: integrate changes #7775, #8316, #8316 from mainline
61568      Branch: maint-5.6/perl
61569            ! hints/solaris_2.sh
61570 ____________________________________________________________________________
61571 [  8375] By: jhi                                   on 2001/01/09  04:26:43
61572         Log: Update Changes.
61573      Branch: perl
61574            ! Changes patchlevel.h
61575 ____________________________________________________________________________
61576 [  8374] By: jhi                                   on 2001/01/09  04:14:32
61577         Log: IDE/editor section tweaking.
61578      Branch: perl
61579            ! pod/perlfaq3.pod
61580 ____________________________________________________________________________
61581 [  8373] By: jhi                                   on 2001/01/09  02:38:26
61582         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
61583              From: Peter Prymmer <pvhp@forte.com>
61584              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
61585              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
61586              
61587              In preparation os OS/390 dynamic loading.
61588      Branch: perl
61589            ! README.os390 hints/os390.sh
61590 ____________________________________________________________________________
61591 [  8372] By: jhi                                   on 2001/01/09  00:24:30
61592         Log: Integrate with perlio.
61593      Branch: perl
61594           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
61595 ____________________________________________________________________________
61596 [  8371] By: nick                                  on 2001/01/08  23:54:33
61597         Log: Fix "scalars leaked" bugs caused by overload magic
61598              (Highlighted by Ilya's DESTROY optimization.)
61599      Branch: perlio
61600            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
61601 ____________________________________________________________________________
61602 [  8370] By: nick                                  on 2001/01/08  20:19:41
61603         Log: Integrate mainline
61604      Branch: perlio
61605           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
61606           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
61607           !> t/op/64bitint.t
61608 ____________________________________________________________________________
61609 [  8369] By: jhi                                   on 2001/01/08  17:30:52
61610         Log: save_delete() Safefree() doesn't (anymore?) work with shared
61611              strings, one test failure in op/misc and almost all of lib/b.
61612              (Outcomments #8369.)
61613      Branch: perl
61614            ! scope.c
61615 ____________________________________________________________________________
61616 [  8368] By: jhi                                   on 2001/01/08  14:47:10
61617         Log: (Outcommented by #8369.)
61618              
61619              Subject: Re: Perl BugID 20001205.022 ---- save_delete
61620              From: Simon Cozens <simon@cozens.net>
61621              Date: Sat, 6 Jan 2001 11:48:40 +0000
61622              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
61623              
61624              The save_delete() does need the Safefree.
61625      Branch: perl
61626            ! scope.c
61627 ____________________________________________________________________________
61628 [  8367] By: bailey                                on 2001/01/08  08:53:52
61629         Log: Once again syncing after too long an absence
61630      Branch: vmsperl
61631           +> (branch 55 files)
61632            - MAINTAIN fix_pl vos/config.def vos/config.h
61633            - vos/config_h.SH_orig
61634           !> (integrate 498 files)
61635 ____________________________________________________________________________
61636 [  8366] By: jhi                                   on 2001/01/08  02:42:59
61637         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
61638              From: nick@ccl4.org
61639              Date: Sun, 7 Jan 2001 21:07:18 +0000
61640              Message-Id: <20010107210717.D1048@plum.flirble.org>
61641      Branch: perl
61642            ! sv.c t/op/64bitint.t
61643 ____________________________________________________________________________
61644 [  8365] By: jhi                                   on 2001/01/08  02:35:16
61645         Log: Subject: [PATCH] environ nit
61646              From: Simon Cozens <simon@cozens.net>
61647              Date: Sun, 7 Jan 2001 17:57:07 +0000
61648              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
61649              
61650              Use environ only if we have it.
61651      Branch: perl
61652            ! mg.c
61653 ____________________________________________________________________________
61654 [  8364] By: jhi                                   on 2001/01/08  02:24:51
61655         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
61656      Branch: perl
61657            ! ext/GDBM_File/GDBM_File.xs
61658 ____________________________________________________________________________
61659 [  8363] By: jhi                                   on 2001/01/08  02:19:24
61660         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
61661              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
61662              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
61663              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
61664      Branch: perl
61665            ! dump.c op.c
61666 ____________________________________________________________________________
61667 [  8362] By: jhi                                   on 2001/01/08  02:17:43
61668         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
61669              From: Doug MacEachern <dougm@covalent.net>
61670              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
61671              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
61672              
61673              Allow AUTOLOAD to be an xsub and allow such xsubs
61674              to avoid use of $AUTOLOAD.
61675      Branch: perl
61676            ! gv.c
61677 ____________________________________________________________________________
61678 [  8361] By: jhi                                   on 2001/01/08  02:16:07
61679         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
61680              From: Radu Greab <radu@netsoft.ro>
61681              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
61682              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
61683              
61684              No need for the potentially nonportable $SIG{CHLD}.
61685      Branch: perl
61686            ! t/io/pipe.t
61687 ____________________________________________________________________________
61688 [  8360] By: jhi                                   on 2001/01/08  01:58:23
61689         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
61690      Branch: perl
61691            ! lib/Getopt/Long.pm
61692 ____________________________________________________________________________
61693 [  8359] By: jhi                                   on 2001/01/08  01:55:44
61694         Log: Integrate perlio.
61695      Branch: perl
61696           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
61697           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
61698           !> utf8.c win32/Makefile
61699 ____________________________________________________________________________
61700 [  8358] By: jhi                                   on 2001/01/07  21:16:50
61701         Log: Update the EPOC cross SDK URL.
61702      Branch: perl
61703            ! README.epoc
61704 ____________________________________________________________________________
61705 [  8357] By: jhi                                   on 2001/01/07  21:16:09
61706         Log: Update the EPOC cross SDK URL.
61707      Branch: maint-5.6/perl
61708            ! README.epoc
61709 ____________________________________________________________________________
61710 [  8356] By: nick                                  on 2001/01/06  21:47:52
61711         Log: FILE * in XS code for PerlIO world:
61712              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
61713              - Add FILE * T_STDIO typemap.
61714              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
61715      Branch: perlio
61716            ! lib/ExtUtils/typemap perlio.c perlio.h
61717 ____________________________________________________________________________
61718 [  8355] By: jhi                                   on 2001/01/06  20:27:15
61719         Log: integrate change #8336 from mainline
61720              
61721              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
61722      Branch: maint-5.6/perl
61723            ! hv.c
61724 ____________________________________________________________________________
61725 [  8354] By: jhi                                   on 2001/01/06  20:24:29
61726         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61727              From: Robin Barker <rmb1@cise.npl.co.uk>
61728              Date: Fri, 22 Dec 2000 12:17:38 GMT
61729              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
61730              
61731              The patch reformats some long =item lines so they give
61732              correct output via pod2man | nroff -man
61733              
61734              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
61735              From: Robin Barker <rmb1@cise.npl.co.uk>
61736              Date: Tue, 2 Jan 2001 15:35:03 GMT
61737              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
61738              
61739              Here is a _further_ patch which corrects a few more errors:
61740              * an empty C<=item> in CPAN.pm
61741              * patching the wrong file (pod/perlamiga.pod not README.amiga)
61742              * leaving empty C<=item>s which formatted incorrectly
61743              * over long C<=item>s revealed by latest patch to Pod::Man
61744      Branch: maint-5.6/perl
61745            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
61746            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
61747            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
61748            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
61749            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
61750            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
61751 ____________________________________________________________________________
61752 [  8353] By: jhi                                   on 2001/01/06  20:21:10
61753         Log: integrate changes #7980, 8056, 8057 from mainline
61754              
61755              UTF-8 hash keys.
61756      Branch: maint-5.6/perl
61757            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
61758 ____________________________________________________________________________
61759 [  8352] By: jhi                                   on 2001/01/06  20:18:44
61760         Log: Forgotten from #8438.
61761      Branch: maint-5.6/perl
61762            ! epoc/epocish.h
61763 ____________________________________________________________________________
61764 [  8351] By: jhi                                   on 2001/01/06  20:18:12
61765         Log: Forgotten from #8347.
61766      Branch: maint-5.6/perl
61767            ! config_h.SH
61768 ____________________________________________________________________________
61769 [  8350] By: jhi                                   on 2001/01/06  20:00:19
61770         Log: Thinko in #8347.
61771      Branch: maint-5.6/perl
61772            ! regcomp.c
61773 ____________________________________________________________________________
61774 [  8349] By: jhi                                   on 2001/01/06  18:05:30
61775         Log: Copy the FAQ3 IDE section from the development branch,
61776              changes originally by Peter Prymmer.
61777      Branch: maint-5.6/perl
61778            ! pod/perlfaq3.pod
61779 ____________________________________________________________________________
61780 [  8348] By: jhi                                   on 2001/01/06  18:03:02
61781         Log: EPOC updates for TRIAL1.
61782              
61783              Subject: [5.6.1 trial1] EPOC update
61784              From: Olaf Flebbe <O.Flebbe@science-computing.de>
61785              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
61786              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
61787              
61788              Subject: epoc patch2 for perl-5.6.1-trial1
61789              From: Olaf Flebbe <O.Flebbe@science-computing.de>
61790              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
61791              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
61792      Branch: maint-5.6/perl
61793            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
61794            ! epoc/epocish.c
61795 ____________________________________________________________________________
61796 [  8347] By: jhi                                   on 2001/01/06  17:29:10
61797         Log: integrate changes #7710,7824,7973 from mainline,
61798              plus VMS nits from Peter Prymmer and Dan Sugalski.
61799              
61800              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
61801              library (getprotobyname and getprotobynumber are outversioned by
61802              the same calls in libc, at least for xlc version 3.
61803              
61804              Add HAS_SBRK_PROTO.
61805              
61806              Fixes for signedness warnings noticed by VMSperlers.
61807      Branch: maint-5.6/perl
61808            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61809            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
61810            ! sv.c vms/descrip_mms.template vos/config.alpha.def
61811            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
61812            ! win32/config.bc win32/config.gc win32/config.vc
61813 ____________________________________________________________________________
61814 [  8346] By: nick                                  on 2001/01/06  14:36:01
61815         Log: Fixup accumulated integrate muddles (perlio == devperl again)
61816      Branch: perlio
61817            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
61818 ____________________________________________________________________________
61819 [  8345] By: nick                                  on 2001/01/06  14:24:58
61820         Log: Integrate mainline
61821      Branch: perlio
61822           !> (integrate 55 files)
61823 ____________________________________________________________________________
61824 [  8344] By: jhi                                   on 2001/01/06  02:24:02
61825         Log: Subject: [patch] PerlIO_cleanup() prototype
61826              From: Doug MacEachern <dougm@covalent.net>
61827              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
61828              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
61829      Branch: perl
61830            ! perlio.h
61831 ____________________________________________________________________________
61832 [  8343] By: jhi                                   on 2001/01/06  01:04:09
61833         Log: IRIX compiler noticed that the bof initialization might be
61834              bypassed by control flow.
61835      Branch: perl
61836            ! toke.c
61837 ____________________________________________________________________________
61838 [  8342] By: jhi                                   on 2001/01/06  00:10:48
61839         Log: Update Changes.
61840      Branch: perl
61841            ! Changes patchlevel.h
61842 ____________________________________________________________________________
61843 [  8341] By: jhi                                   on 2001/01/05  23:52:33
61844         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
61845      Branch: perl
61846            ! toke.c
61847 ____________________________________________________________________________
61848 [  8340] By: jhi                                   on 2001/01/05  22:44:08
61849         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
61850              From: Radu Greab <radu@netsoft.ro>
61851              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
61852              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
61853      Branch: perl
61854            ! t/io/pipe.t util.c
61855 ____________________________________________________________________________
61856 [  8339] By: jhi                                   on 2001/01/05  22:35:17
61857         Log: Subject: [PATCH] format and rewording in perlfaq.pod
61858              From: Robin Barker <rmb1@cise.npl.co.uk>
61859              Date: Fri, 5 Jan 2001 18:51:20 GMT
61860              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
61861      Branch: perl
61862            ! pod/perlfaq.pod
61863 ____________________________________________________________________________
61864 [  8338] By: jhi                                   on 2001/01/05  22:31:17
61865         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
61866              From: Peter Prymmer <pvhp@forte.com>
61867              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
61868              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
61869      Branch: perl
61870            ! utils/perlbug.PL
61871 ____________________________________________________________________________
61872 [  8337] By: jhi                                   on 2001/01/05  18:15:11
61873         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
61874              From: Robin Barker <rmb1@cise.npl.co.uk>
61875              Date: Tue, 2 Jan 2001 15:24:07 GMT
61876              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
61877              
61878              If you call configure as C<./Configure> or C<sh ./Configure>,
61879              $src is set to the absolute path name, not '.'.
61880              
61881              This, in turn, means -Dmksymlink tries to do its stuff because
61882              it does not think it is in the src directory.
61883              
61884              (plus a metaconfig nitfix)
61885      Branch: metaconfig
61886            ! U/compline/ccflags.U U/modified/src.U
61887      Branch: perl
61888            ! Configure config_h.SH
61889 ____________________________________________________________________________
61890 [  8336] By: jhi                                   on 2001/01/05  17:48:32
61891         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
61892              From: Alan Burlison <Alan.Burlison@uk.sun.com>
61893              Message-ID: <3A5606C4.473D2226@uk.sun.com>
61894              Date: Fri, 05 Jan 2001 17:39:16 +0000
61895      Branch: perl
61896            ! hv.c
61897 ____________________________________________________________________________
61898 [  8335] By: jhi                                   on 2001/01/05  16:05:44
61899         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
61900      Branch: perl
61901            ! lib/Getopt/Long.pm
61902 ____________________________________________________________________________
61903 [  8334] By: jhi                                   on 2001/01/05  16:00:51
61904         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
61905              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
61906              Date: Fri, 05 Jan 2001 13:46:51 +0100
61907              Message-ID: <13693.978698811@nice.ram.loc>
61908              
61909              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
61910              accurate reading of the "atime".  
61911      Branch: perl
61912            ! t/io/fs.t
61913 ____________________________________________________________________________
61914 [  8333] By: jhi                                   on 2001/01/05  15:57:37
61915         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
61916              From: Simon Cozens <simon@cozens.net>
61917              Date: Fri, 8 Dec 2000 13:33:31 +0000
61918              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
61919              
61920              A lost patch fragment.
61921      Branch: perl
61922            ! doop.c
61923 ____________________________________________________________________________
61924 [  8332] By: jhi                                   on 2001/01/05  15:40:42
61925         Log: Do away with strncpy() and a fixed length buffer.
61926      Branch: perl
61927            ! utf8.c
61928 ____________________________________________________________________________
61929 [  8331] By: jhi                                   on 2001/01/05  15:03:07
61930         Log: Tests for #8329 and #8330.
61931      Branch: perl
61932            ! t/op/bop.t
61933 ____________________________________________________________________________
61934 [  8330] By: jhi                                   on 2001/01/05  15:02:38
61935         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
61936              raw 8-bit form to the UTF-8 string.
61937      Branch: perl
61938            ! toke.c
61939 ____________________________________________________________________________
61940 [  8329] By: jhi                                   on 2001/01/05  14:55:13
61941         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
61942              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
61943              Date: Fri, 5 Jan 2001 12:28:52 +0100
61944              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
61945              
61946              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
61947              no effect.  (changed the strncpy() to Copy())
61948      Branch: perl
61949            ! toke.c
61950 ____________________________________________________________________________
61951 [  8328] By: jhi                                   on 2001/01/05  06:44:27
61952         Log: UTF-8 cleanup.
61953      Branch: perl
61954            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
61955            ! regexec.c sv.c toke.c
61956 ____________________________________________________________________________
61957 [  8327] By: jhi                                   on 2001/01/05  01:11:29
61958         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')
61959              From: Radu Greab <radu@netsoft.ro>
61960              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
61961              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
61962              
61963              Cleans up Harness to not use FileHandle, which uses IO.
61964      Branch: perl
61965            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61966 ____________________________________________________________________________
61967 [  8326] By: jhi                                   on 2001/01/05  00:56:37
61968         Log: Update Changes.
61969      Branch: perl
61970            ! Changes patchlevel.h
61971 ____________________________________________________________________________
61972 [  8325] By: jhi                                   on 2001/01/05  00:53:18
61973         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
61974              From: Peter Prymmer <pvhp@forte.com>
61975              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
61976              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
61977              
61978              plus a couple more tailing whitespace removals.
61979      Branch: perl
61980            ! win32/Makefile
61981 ____________________________________________________________________________
61982 [  8324] By: jhi                                   on 2001/01/05  00:47:39
61983         Log: Add some Unicode chop() tests.
61984      Branch: perl
61985            ! t/op/chop.t
61986 ____________________________________________________________________________
61987 [  8323] By: jhi                                   on 2001/01/05  00:47:23
61988         Log: Unify UTF-8 malformedness handling.
61989      Branch: perl
61990            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
61991 ____________________________________________________________________________
61992 [  8322] By: jhi                                   on 2001/01/04  22:21:54
61993         Log: The new $issymlink was unknown to Mksymlinks.
61994      Branch: metaconfig/U/perl
61995            ! Mksymlinks.U issymlink.U
61996      Branch: perl
61997            ! Configure config_h.SH
61998 ____________________________________________________________________________
61999 [  8321] By: jhi                                   on 2001/01/04  21:51:05
62000         Log: The test didn't work under the core test framework.
62001      Branch: perl
62002            ! t/lib/st-lock.t
62003 ____________________________________________________________________________
62004 [  8320] By: jhi                                   on 2001/01/04  21:14:22
62005         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
62006      Branch: perl
62007            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
62008 ____________________________________________________________________________
62009 [  8319] By: jhi                                   on 2001/01/04  20:46:17
62010         Log: Typo in #8312 when manually applying a problematic patch fragment.
62011      Branch: perl
62012            ! ext/Storable/Storable.xs
62013 ____________________________________________________________________________
62014 [  8318] By: jhi                                   on 2001/01/04  20:43:01
62015         Log: The $sh_c didn't fly.
62016      Branch: metaconfig
62017            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62018            ! U/modified/Loc.U U/modified/myhostname.U
62019            ! U/modified/spitshell.U
62020      Branch: metaconfig/U/perl
62021            ! issymlink.U
62022      Branch: perl
62023            ! Configure config_h.SH
62024 ____________________________________________________________________________
62025 [  8317] By: jhi                                   on 2001/01/04  19:58:01
62026         Log: AIX builtin test -h is broken, changes based on
62027              
62028              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
62029              Date: Tue, 02 Jan 2001 11:24:39 +0100
62030              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62031              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
62032      Branch: metaconfig
62033            + U/modified/spitshell.U
62034            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
62035            ! U/modified/Loc.U U/modified/myhostname.U
62036      Branch: metaconfig/U/perl
62037            ! Mksymlinks.U issymlink.U
62038      Branch: perl
62039            ! Configure
62040 ____________________________________________________________________________
62041 [  8316] By: jhi                                   on 2001/01/04  19:02:22
62042         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
62043              From: Andy Dougherty <doughera@lafayette.edu>
62044              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
62045              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
62046              
62047              Beware of GNU ld.
62048      Branch: perl
62049            ! hints/solaris_2.sh
62050 ____________________________________________________________________________
62051 [  8315] By: jhi                                   on 2001/01/04  18:56:48
62052         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
62053              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
62054              Date: Wed, 3 Jan 2001 07:58:51 +0100
62055              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
62056      Branch: perl
62057            ! hints/solaris_2.sh
62058 ____________________________________________________________________________
62059 [  8314] By: jhi                                   on 2001/01/04  18:54:07
62060         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
62061              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62062              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
62063              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
62064              
62065              Doc tweak on #8313.
62066      Branch: perl
62067            ! ext/B/B/Deparse.pm
62068 ____________________________________________________________________________
62069 [  8313] By: jhi                                   on 2001/01/04  18:52:27
62070         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
62071              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
62072              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
62073              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
62074              
62075              Make the peephole optimizer to bypass more null ops and
62076              and rewrite the deparse handling of continue blocks.
62077      Branch: perl
62078            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
62079 ____________________________________________________________________________
62080 [  8312] By: jhi                                   on 2001/01/04  18:47:39
62081         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
62082      Branch: perl
62083            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
62084            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
62085            ! t/lib/st-lock.t
62086 ____________________________________________________________________________
62087 [  8311] By: jhi                                   on 2001/01/04  18:36:08
62088         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
62089              filter to be run on each .pm during the pm_to_blib() phase,
62090              a fixed version of
62091              
62092              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
62093              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
62094              Date: Wed, 03 Jan 2001 22:01:30 +0100
62095              Message-ID: <5296.978555690@nice.ram.loc>
62096      Branch: perl
62097            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
62098            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
62099            ! lib/ExtUtils/MakeMaker.pm
62100 ____________________________________________________________________________
62101 [  8310] By: jhi                                   on 2001/01/04  18:32:54
62102         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
62103              From: Robin Barker <rmb1@cise.npl.co.uk>
62104              Date: Tue, 2 Jan 2001 15:35:03 GMT
62105              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
62106      Branch: perl
62107            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
62108            ! pod/perlrequick.pod
62109 ____________________________________________________________________________
62110 [  8309] By: jhi                                   on 2001/01/04  18:29:07
62111         Log: Subject: Re: [patch] static-ize XS()
62112              From: Doug MacEachern <dougm@covalent.net>
62113              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
62114              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
62115              
62116              Provide prototypes for the XS functions.
62117      Branch: perl
62118            ! lib/ExtUtils/xsubpp
62119 ____________________________________________________________________________
62120 [  8308] By: jhi                                   on 2001/01/04  18:27:44
62121         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
62122              From: Doug MacEachern <dougm@covalent.net>
62123              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
62124              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
62125      Branch: perl
62126            ! lib/ExtUtils/typemap
62127 ____________________________________________________________________________
62128 [  8307] By: jhi                                   on 2001/01/04  18:25:25
62129         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
62130              From: Doug MacEachern <dougm@covalent.net>
62131              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
62132              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
62133              
62134              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
62135      Branch: perl
62136            ! lib/ExtUtils/MM_Unix.pm
62137 ____________________________________________________________________________
62138 [  8306] By: jhi                                   on 2001/01/04  18:23:00
62139         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
62140              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62141              Date: Thu, 4 Jan 2001 12:47:10 +0100 
62142              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
62143              
62144              The toke.c part only, patching embed.h and proto.h is futile.
62145      Branch: perl
62146            ! toke.c
62147 ____________________________________________________________________________
62148 [  8305] By: jhi                                   on 2001/01/04  18:05:51
62149         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
62150              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62151              Date: Thu, 4 Jan 2001 17:50:12 +0100 
62152              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
62153      Branch: perl
62154            ! toke.c
62155 ____________________________________________________________________________
62156 [  8304] By: jhi                                   on 2001/01/04  18:03:26
62157         Log: Subject: [PATCH perl@8269]
62158              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
62159              Date: Thu, 4 Jan 2001 12:53:39 +0100 
62160              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
62161              
62162              If running byacc write-enable also perly.h.
62163      Branch: perl
62164            ! Makefile.SH
62165 ____________________________________________________________________________
62166 [  8303] By: jhi                                   on 2001/01/04  15:40:49
62167         Log: Rewrite pp_concat() in terms of sv_catsv().
62168      Branch: perl
62169            ! pp_hot.c
62170 ____________________________________________________________________________
62171 [  8302] By: nick                                  on 2001/01/03  22:43:22
62172         Log: Integrate mainline.
62173      Branch: perlio
62174           !> ext/Encode/Encode.xs sv.c utf8.c
62175 ____________________________________________________________________________
62176 [  8301] By: jhi                                   on 2001/01/02  23:40:26
62177         Log: Variable naming tweak.
62178      Branch: perl
62179            ! sv.c
62180 ____________________________________________________________________________
62181 [  8300] By: jhi                                   on 2001/01/02  23:40:02
62182         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
62183              in is_utf8_string().
62184      Branch: perl
62185            ! utf8.c
62186 ____________________________________________________________________________
62187 [  8299] By: jhi                                   on 2001/01/02  22:14:40
62188         Log: Integrate perlio.
62189      Branch: perl
62190           !> pp.c pp_hot.c win32/Makefile
62191 ____________________________________________________________________________
62192 [  8298] By: nick                                  on 2001/01/02  22:03:06
62193         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
62194      Branch: perlio
62195            ! pp.c pp_hot.c
62196 ____________________________________________________________________________
62197 [  8297] By: jhi                                   on 2001/01/02  04:26:28
62198         Log: Signedness nit.
62199      Branch: perl
62200            ! ext/Encode/Encode.xs
62201 ____________________________________________________________________________
62202 [  8296] By: nick                                  on 2001/01/01  23:49:36
62203         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
62204      Branch: perlio
62205            ! win32/Makefile
62206 ____________________________________________________________________________
62207 [  8295] By: jhi                                   on 2001/01/01  23:05:48
62208         Log: Integrate perlio.
62209      Branch: perl
62210           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62211           !> t/lib/encode.t
62212 ____________________________________________________________________________
62213 [  8294] By: nick                                  on 2001/01/01  22:48:34
62214         Log: Integrate mainline
62215      Branch: perlio
62216            ! pp_hot.c t/lib/encode.t
62217           !> (integrate 65 files)
62218 ____________________________________________________________________________
62219 [  8293] By: nick                                  on 2001/01/01  21:58:50
62220         Log: More rigor in UTF-8-ness of Encode's toUnicode
62221              XS export some of the utf8 internal functions.
62222              Test some of the functions.
62223              Fix pp_concat() bug shown by said tests.
62224      Branch: perlio
62225            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
62226            ! t/lib/encode.t
62227 ____________________________________________________________________________
62228 [  8292] By: jhi                                   on 2001/01/01  18:11:44
62229         Log: Integrate perlio.
62230      Branch: perl
62231           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62232           !> ext/Encode/encengine.c ext/Encode/encode.h
62233 ____________________________________________________________________________
62234 [  8291] By: jhi                                   on 2001/01/01  18:10:58
62235         Log: Podify README.mpeix (a new version from the web),
62236              add a dummy NAME to Carp::Heavy, regen toc.
62237      Branch: perl
62238            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
62239            ! pod/perltoc.pod
62240 ____________________________________________________________________________
62241 [  8290] By: nick                                  on 2001/01/01  17:43:47
62242         Log: Loose the "Loading..." warning.
62243              Another bug in fallback support
62244      Branch: perlio
62245            ! ext/Encode/Encode.pm ext/Encode/encengine.c
62246 ____________________________________________________________________________
62247 [  8289] By: jhi                                   on 2001/01/01  00:01:57
62248         Log: Bump up Larry's copyright.
62249      Branch: perl
62250            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
62251            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
62252            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
62253            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
62254            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
62255            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
62256            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
62257            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
62258 ____________________________________________________________________________
62259 [  8288] By: nick                                  on 2000/12/31  21:27:53
62260         Log: Fix .ucm reading - forgot a chr()
62261              Start of .ucm write (for .enc to .ucm)
62262      Branch: perlio
62263            ! ext/Encode/compile
62264 ____________________________________________________________________________
62265 [  8287] By: jhi                                   on 2000/12/31  18:15:56
62266         Log: Comment away a diagnostic message as noted by Craig A. Berry
62267              (the unexpected message was confusing testing)
62268      Branch: perl
62269            ! ext/Encode/Encode.pm
62270 ____________________________________________________________________________
62271 [  8286] By: jhi                                   on 2000/12/31  18:14:51
62272         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
62273              Date: Sun, 31 Dec 2000 11:17:37 -0600
62274              From: "Craig A. Berry" <craigberry@mac.com>
62275              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
62276      Branch: perl
62277            ! ext/Encode/Makefile.PL
62278 ____________________________________________________________________________
62279 [  8285] By: nick                                  on 2000/12/31  18:11:54
62280         Log: Start of support of ICU-style .ucm files:
62281              - teach compile how to read a .ucm file
62282              - first guess at how to represent fallbacks in "tries".
62283              - use fallbacks if check == 0
62284              - new return code to indicate we used one.
62285      Branch: perlio
62286            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
62287            ! ext/Encode/encengine.c ext/Encode/encode.h
62288 ____________________________________________________________________________
62289 [  8284] By: jhi                                   on 2000/12/31  18:04:41
62290         Log: Pacify picky VMS compiler.
62291              
62292              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
62293              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62294              Date: Sat, 30 Dec 2000 18:10:02 -0600
62295              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
62296      Branch: perl
62297            ! sv.c
62298 ____________________________________________________________________________
62299 [  8283] By: jhi                                   on 2000/12/31  16:11:47
62300         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
62301      Branch: perl
62302            ! t/lib/glob-basic.t
62303 ____________________________________________________________________________
62304 [  8282] By: jhi                                   on 2000/12/31  15:26:11
62305         Log: Integrate perlio.
62306      Branch: perl
62307           !> makedef.pl opcode.pl os2/os2.c perlio.c
62308 ____________________________________________________________________________
62309 [  8281] By: nick                                  on 2000/12/31  10:06:15
62310         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
62311              is available to be exported
62312      Branch: perlio
62313            ! makedef.pl perlio.c
62314 ____________________________________________________________________________
62315 [  8280] By: nick                                  on 2000/12/31  09:41:26
62316         Log: Ilya's OS2 patch (testing for damage on Win32)
62317      Branch: perlio
62318            ! makedef.pl opcode.pl os2/os2.c
62319 ____________________________________________________________________________
62320 [  8279] By: jhi                                   on 2000/12/30  21:52:07
62321         Log: Test nits.
62322      Branch: perl
62323            ! t/lib/syslfs.t t/op/lfs.t
62324 ____________________________________________________________________________
62325 [  8278] By: jhi                                   on 2000/12/30  21:47:49
62326         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62327              From: andreas.koenig@anima.de (Andreas J. Koenig)
62328              Date: 30 Dec 2000 22:35:37 +0100
62329              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
62330              
62331              The 32-bit wraparound test wasn't quite right.
62332      Branch: perl
62333            ! t/lib/syslfs.t t/op/lfs.t
62334 ____________________________________________________________________________
62335 [  8277] By: jhi                                   on 2000/12/30  21:33:44
62336         Log: Subject: [PATCH] open() example in perlfunc.pod 
62337              From: Karsten Sperling <s_sperli@ira.uka.de>
62338              Date: Sat, 30 Dec 2000 22:27:09 +0100
62339              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
62340      Branch: perl
62341            ! pod/perlfunc.pod
62342 ____________________________________________________________________________
62343 [  8276] By: jhi                                   on 2000/12/30  20:32:40
62344         Log: Not quite that many tests yet.
62345      Branch: perl
62346            ! t/op/pat.t
62347 ____________________________________________________________________________
62348 [  8275] By: jhi                                   on 2000/12/30  20:26:58
62349         Log: Integrate perlio.
62350      Branch: perl
62351           !> toke.c
62352 ____________________________________________________________________________
62353 [  8274] By: jhi                                   on 2000/12/30  20:24:56
62354         Log: Signedness nit.
62355      Branch: perl
62356            ! utf8.c
62357 ____________________________________________________________________________
62358 [  8273] By: jhi                                   on 2000/12/30  20:15:46
62359         Log: Add a test case for 20000731.001 which was fixed by the #8267.
62360      Branch: perl
62361            ! t/op/pat.t
62362 ____________________________________________________________________________
62363 [  8272] By: nick                                  on 2000/12/30  19:47:51
62364         Log: Tweak for MULTIPLICITY/USE_PERLIO
62365      Branch: perlio
62366            ! toke.c
62367 ____________________________________________________________________________
62368 [  8271] By: nick                                  on 2000/12/30  19:46:45
62369         Log: Integrate mainline
62370      Branch: perlio
62371           +> lib/unicode/distinct.pm
62372           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
62373           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
62374           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
62375 ____________________________________________________________________________
62376 [  8270] By: jhi                                   on 2000/12/30  19:39:50
62377         Log: Subject: RE: perl@8269
62378              From: "Richard Soderberg" <rs@crystalflame.net>
62379              Date: Sat, 30 Dec 2000 11:36:27 -0800
62380              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
62381              
62382              A missing aTHX_.
62383      Branch: perl
62384            ! toke.c
62385 ____________________________________________________________________________
62386 [  8269] By: jhi                                   on 2000/12/30  18:55:48
62387         Log: Update Changes.
62388      Branch: perl
62389            ! Changes patchlevel.h
62390 ____________________________________________________________________________
62391 [  8268] By: jhi                                   on 2000/12/30  17:18:40
62392         Log: Add a test for Unicode split //.  The #8267 was the cure.
62393      Branch: perl
62394            ! t/op/split.t
62395 ____________________________________________________________________________
62396 [  8267] By: jhi                                   on 2000/12/30  17:14:19
62397         Log: Subject: more UTF8 test suites and an UTF8 patch
62398              From: Inaba Hiroto <inaba@st.rim.or.jp>
62399              Date: Sat, 30 Dec 2000 14:27:10 +0900
62400              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
62401              
62402              Just the patch part for now, and the pragma renamed
62403              as unicode::distinct.
62404      Branch: perl
62405            + lib/unicode/distinct.pm
62406            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
62407            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
62408            ! regcomp.h regexec.c sv.c toke.c utf8.c
62409 ____________________________________________________________________________
62410 [  8266] By: nick                                  on 2000/12/30  16:40:49
62411         Log: Integrate mainline
62412      Branch: perlio
62413           +> lib/Pod/Text/Overstrike.pm
62414           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
62415           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
62416           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
62417           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
62418           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
62419 ____________________________________________________________________________
62420 [  8265] By: jhi                                   on 2000/12/30  07:28:55
62421         Log: The sv_catsv() fix, take two.
62422      Branch: perl
62423            ! sv.c t/op/join.t
62424 ____________________________________________________________________________
62425 [  8264] By: jhi                                   on 2000/12/30  06:19:18
62426         Log: Undo all the join-related changes since #8248: relevant
62427              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
62428              The new sv_catsv() doesn't fly so it must go back to
62429              the drawing board.
62430      Branch: perl
62431            ! sv.c t/op/join.t t/pragma/utf8.t
62432 ____________________________________________________________________________
62433 [  8263] By: jhi                                   on 2000/12/30  01:08:32
62434         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
62435      Branch: perl
62436            ! sv.c
62437 ____________________________________________________________________________
62438 [  8262] By: jhi                                   on 2000/12/30  00:45:14
62439         Log: Retract #8261.
62440      Branch: perl
62441            ! hv.c util.c
62442 ____________________________________________________________________________
62443 [  8261] By: jhi                                   on 2000/12/30  00:38:32
62444         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
62445      Branch: perl
62446            ! hv.c util.c
62447 ____________________________________________________________________________
62448 [  8260] By: jhi                                   on 2000/12/29  22:51:33
62449         Log: (Retracted by #8264)  More fixing for #8251.
62450      Branch: perl
62451            ! sv.c
62452 ____________________________________________________________________________
62453 [  8259] By: jhi                                   on 2000/12/29  18:27:30
62454         Log: Subject: podlators 1.06 released
62455              From: Russ Allbery <rra@stanford.edu>
62456              Date: 25 Dec 2000 05:09:30 -0800
62457              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
62458      Branch: perl
62459            + lib/Pod/Text/Overstrike.pm
62460            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
62461            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
62462 ____________________________________________________________________________
62463 [  8258] By: jhi                                   on 2000/12/29  18:20:45
62464         Log: Make the large file tests more robust/talkative as suggested by
62465              
62466              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
62467              From: andreas.koenig@anima.de (Andreas J. Koenig)
62468              Date: 29 Dec 2000 14:23:01 +0100
62469              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
62470      Branch: perl
62471            ! t/lib/syslfs.t t/op/lfs.t
62472 ____________________________________________________________________________
62473 [  8257] By: jhi                                   on 2000/12/29  17:48:04
62474         Log: Further VMS piping fixes from Charles Lane:
62475              
62476              In summary, error messages produced when a subprocess terminated
62477              abnormally were being sent not just to the parent process, but to
62478              grandparents, because of default values for error output that were
62479              not completely overridden when the subprocess was started.
62480              
62481              This patch fixes this behavior by defining user-mode (i.e., temporary
62482              for the duration of the program) logical names for SYS$OUTPUT and
62483              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
62484              changes to make it so that the user-mode logicals are the ones that
62485              control where Perl's error messages go if it terminates abnormally.
62486              
62487              I also added some gratuitous fixes to the indentation of braces in
62488              the piping code.  It just looked ugly, before.
62489      Branch: perl
62490            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
62491 ____________________________________________________________________________
62492 [  8256] By: jhi                                   on 2000/12/29  17:45:12
62493         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
62494              From: "Casey R. Tweten" <crt@kiski.net>
62495              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
62496              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
62497              
62498              Tests for for #8240.
62499      Branch: perl
62500            ! t/pragma/constant.t
62501 ____________________________________________________________________________
62502 [  8255] By: jhi                                   on 2000/12/29  17:43:07
62503         Log: Subject: Re: [PATCH] Interesting syntax idea
62504              From: Simon Cozens <simon@cozens.net>
62505              Date: Fri, 29 Dec 2000 14:34:04 +0000
62506              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
62507              
62508              Tests for #8254.
62509      Branch: perl
62510            ! t/pragma/sub_lval.t
62511 ____________________________________________________________________________
62512 [  8254] By: jhi                                   on 2000/12/29  17:42:11
62513         Log: Subject: [PATCH] Interesting syntax idea
62514              From: Simon Cozens <simon@cozens.net>
62515              Date: Wed, 27 Dec 2000 05:08:57 +0000
62516              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
62517              
62518              Make opens + bareword assigns do typeglob assigns.
62519      Branch: perl
62520            ! op.c
62521 ____________________________________________________________________________
62522 [  8253] By: jhi                                   on 2000/12/29  17:36:45
62523         Log: Output the (apparent) version of gcc, as suggested by
62524              
62525              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
62526              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
62527              Date: 26 Dec 2000 04:29:17 -0500
62528              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
62529              
62530              (The patch as such didn't any more apply as the misparsing had
62531              already been addressed in #6474.)  Also change the wording about
62532              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
62533      Branch: perl
62534            ! hints/dec_osf.sh
62535 ____________________________________________________________________________
62536 [  8252] By: nick                                  on 2000/12/29  12:14:31
62537         Log: Integrate mainline
62538      Branch: perlio
62539           !> (integrate 27 files)
62540 ____________________________________________________________________________
62541 [  8251] By: jhi                                   on 2000/12/29  08:45:46
62542         Log: (Retracted by #8264)
62543              
62544              (Fixed by #8260.)
62545              
62546              sv_catsv() needs one more byte space than seems reasonable.
62547              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
62548              Curiouser and curiouser.
62549      Branch: perl
62550            ! sv.c
62551 ____________________________________________________________________________
62552 [  8250] By: jhi                                   on 2000/12/29  07:57:52
62553         Log: More split // UTF-8 tests.
62554      Branch: perl
62555            ! t/pragma/utf8.t
62556 ____________________________________________________________________________
62557 [  8249] By: jhi                                   on 2000/12/29  07:54:51
62558         Log: (Retracted by #8264)  More join() testing which was good because
62559              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
62560      Branch: perl
62561            ! pp.c t/op/join.t utf8.c utf8.h
62562 ____________________________________________________________________________
62563 [  8248] By: jhi                                   on 2000/12/29  07:08:32
62564         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
62565              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
62566              that the only cases to care about are byte+byte and byte+character.
62567              
62568              TODO: See how well pp_concat() could be implemented in terms
62569              of sv_catsv().
62570      Branch: perl
62571            ! doop.c sv.c t/op/join.t utf8.h
62572 ____________________________________________________________________________
62573 [  8247] By: jhi                                   on 2000/12/29  06:35:23
62574         Log: Signedness nit.
62575      Branch: perl
62576            ! pp_hot.c
62577 ____________________________________________________________________________
62578 [  8246] By: jhi                                   on 2000/12/29  01:23:31
62579         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
62580              From: Lupe Christoph <lupe@lupe-christoph.de>
62581              Date: Thu, 28 Dec 2000 23:00:00 +0100
62582              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
62583              
62584              Suggest rsync --delete --dry-run.
62585      Branch: perl
62586            ! pod/perlhack.pod
62587 ____________________________________________________________________________
62588 [  8245] By: jhi                                   on 2000/12/28  23:57:05
62589         Log: The maxiters upper limit sanity check (guarding against
62590              non-progress) assumed bytes instead of characters in s///
62591              and split().
62592      Branch: perl
62593            ! pp.c pp_hot.c
62594 ____________________________________________________________________________
62595 [  8244] By: jhi                                   on 2000/12/28  23:34:08
62596         Log: Make some panic messages a bit more logical.
62597      Branch: perl
62598            ! doop.c pod/perldiag.pod pp.c pp_hot.c
62599 ____________________________________________________________________________
62600 [  8243] By: jhi                                   on 2000/12/28  22:59:16
62601         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
62602              From: Simon Cozens <simon@cozens.net>
62603              Date: Wed, 27 Dec 2000 02:30:03 +0000
62604              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
62605      Branch: perl
62606            ! pp.c t/pragma/sub_lval.t
62607 ____________________________________________________________________________
62608 [  8242] By: jhi                                   on 2000/12/28  22:56:53
62609         Log: Subject: [PATCH blead] Fix B::Terse indentation
62610              From: Daniel Chetlin <daniel@chetlin.com>
62611              Date: Wed, 27 Dec 2000 06:43:30 -0800
62612              Message-ID: <20001227064329.B9573@darkstar>
62613      Branch: perl
62614            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
62615 ____________________________________________________________________________
62616 [  8241] By: jhi                                   on 2000/12/28  22:48:59
62617         Log: The latter patch from the
62618              
62619              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
62620              From: Peter Prymmer <pvhp@forte.com> 
62621              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
62622              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
62623              
62624              (the former patch from the above should have been
62625              taken care of by Nick I-S)
62626      Branch: perl
62627            ! win32/Makefile
62628 ____________________________________________________________________________
62629 [  8240] By: jhi                                   on 2000/12/28  22:45:22
62630         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
62631              From: "Casey R. Tweten" <crt@kiski.net>
62632              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
62633              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
62634      Branch: perl
62635            ! lib/constant.pm
62636 ____________________________________________________________________________
62637 [  8239] By: jhi                                   on 2000/12/28  22:37:45
62638         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
62639              From: Simon Cozens <simon@cozens.net>
62640              Date: Wed, 27 Dec 2000 14:12:44 +0000
62641              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
62642      Branch: perl
62643            ! t/op/method.t t/op/sort.t toke.c
62644 ____________________________________________________________________________
62645 [  8238] By: jhi                                   on 2000/12/28  22:30:32
62646         Log: Subject: [PATCH perl@8229] Call.pm
62647              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
62648              Date: Mon, 25 Dec 2000 10:47:15 -0000
62649              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
62650      Branch: perl
62651            ! ext/Filter/Util/Call/Call.pm
62652 ____________________________________________________________________________
62653 [  8237] By: jhi                                   on 2000/12/28  22:19:21
62654         Log: Subject: [PATCH blead] Fix problem with `&' prototype
62655              From: Daniel Chetlin <daniel@chetlin.com>
62656              Date: Wed, 27 Dec 2000 15:55:32 -0800
62657              Message-ID: <20001227155532.D9573@darkstar>
62658      Branch: perl
62659            ! op.c t/comp/proto.t
62660 ____________________________________________________________________________
62661 [  8236] By: jhi                                   on 2000/12/28  22:09:25
62662         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
62663              From: Daniel Chetlin <daniel@chetlin.com>
62664              Date: Sun, 24 Dec 2000 04:09:49 -0800
62665              Message-ID: <20001224040949.B3090@darkstar>
62666      Branch: perl
62667            ! gv.c mg.c t/op/attrs.t
62668 ____________________________________________________________________________
62669 [  8235] By: jhi                                   on 2000/12/28  22:07:11
62670         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
62671              From: Jan Dubois <jand@ActiveState.com>
62672              Date: Tue, 26 Dec 2000 20:57:31 -0800
62673              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
62674      Branch: perl
62675            ! win32/win32.c
62676 ____________________________________________________________________________
62677 [  8234] By: jhi                                   on 2000/12/28  21:52:42
62678         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
62679              From: Simon Cozens <simon@cozens.net>
62680              Date: Thu, 28 Dec 2000 20:33:13 +0000
62681              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
62682      Branch: perl
62683            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
62684 ____________________________________________________________________________
62685 [  8233] By: jhi                                   on 2000/12/28  19:40:49
62686         Log: Integrate perlio.
62687      Branch: perl
62688           !> ext/Encode/Makefile.PL ext/Encode/compile
62689 ____________________________________________________________________________
62690 [  8232] By: nick                                  on 2000/12/23  16:06:00
62691         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
62692              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
62693      Branch: perlio
62694            ! ext/Encode/Makefile.PL
62695 ____________________________________________________________________________
62696 [  8231] By: nick                                  on 2000/12/23  14:30:34
62697         Log: "Compiled" encode build cleanup
62698              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
62699              - .c files do not export sub-tables
62700      Branch: perlio
62701            ! ext/Encode/Makefile.PL ext/Encode/compile
62702 ____________________________________________________________________________
62703 [  8230] By: nick                                  on 2000/12/23  12:50:37
62704         Log: Integrate mainline
62705      Branch: perlio
62706           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62707           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62708           !> pod/perl5004delta.pod pod/perl5005delta.pod
62709           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
62710           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
62711           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
62712           !> pod/perlsub.pod
62713 ____________________________________________________________________________
62714 [  8229] By: jhi                                   on 2000/12/22  15:32:12
62715         Log: Integrate perlio.
62716      Branch: perl
62717           +> win32/distclean.bat
62718           !> MANIFEST t/io/utf8.t
62719 ____________________________________________________________________________
62720 [  8228] By: jhi                                   on 2000/12/22  15:29:40
62721         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
62722              From: Robin Barker <rmb1@cise.npl.co.uk>
62723              Date: Fri, 22 Dec 2000 12:17:38 GMT
62724              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
62725      Branch: perl
62726            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
62727            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
62728            ! pod/perl5004delta.pod pod/perl5005delta.pod
62729            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
62730            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
62731            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
62732            ! pod/perlsub.pod
62733 ____________________________________________________________________________
62734 [  8227] By: jhi                                   on 2000/12/22  15:24:28
62735         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
62736              From: "John L. Allen" <allen@grumman.com>
62737              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
62738              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
62739              
62740              Document APPLLIB_EXP.
62741      Branch: perl
62742            ! INSTALL
62743 ____________________________________________________________________________
62744 [  8226] By: nick                                  on 2000/12/21  22:11:50
62745         Log: Handy script for when one forgets to "dmake clean" 
62746      Branch: perlio
62747            + win32/distclean.bat
62748            ! MANIFEST
62749 ____________________________________________________________________________
62750 [  8225] By: nick                                  on 2000/12/21  21:54:04
62751         Log: CRLF platform issue with io/utf8 fix.
62752      Branch: perlio
62753            ! t/io/utf8.t
62754 ____________________________________________________________________________
62755 [  8224] By: nick                                  on 2000/12/21  21:02:20
62756         Log: Integrate mainline
62757      Branch: perlio
62758           !> Changes Configure Makefile.SH Porting/Glossary
62759           !> Porting/config.sh Porting/config_H configure.com
62760           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
62761           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
62762           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
62763           !> win32/config.bc win32/config.gc win32/config.vc
62764 ____________________________________________________________________________
62765 [  8223] By: jhi                                   on 2000/12/21  17:09:16
62766         Log: Update Changes.
62767      Branch: perl
62768            ! Changes patchlevel.h
62769 ____________________________________________________________________________
62770 [  8222] By: jhi                                   on 2000/12/21  16:24:01
62771         Log: Metaconfig unit changes for #8221.
62772      Branch: metaconfig/U/perl
62773           +> issymlink.U
62774            - testsyml.U
62775            ! Mksymlinks.U
62776 ____________________________________________________________________________
62777 [  8221] By: jhi                                   on 2000/12/21  16:23:48
62778         Log: Rename testsyml to issymlink.
62779      Branch: perl
62780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62781            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
62782            ! win32/config.vc
62783 ____________________________________________________________________________
62784 [  8220] By: jhi                                   on 2000/12/21  15:47:26
62785         Log: Robustness support for #8218 (symlink forest) since the GNU
62786              tools seem to be overly picky about symlinkage depths.
62787      Branch: perl
62788            ! Makefile.SH t/io/fs.t
62789 ____________________________________________________________________________
62790 [  8219] By: jhi                                   on 2000/12/21  15:38:27
62791         Log: Metaconfig changes for #8218.
62792      Branch: metaconfig
62793            ! U/modified/Oldconfig.U
62794      Branch: metaconfig/U/perl
62795            + Mksymlinks.U
62796            ! testsyml.U
62797 ____________________________________________________________________________
62798 [  8218] By: jhi                                   on 2000/12/21  15:37:57
62799         Log: Add Configure option -Dmksymlinks which will create a symlink
62800              forest if the current/build differs from the source directory.
62801              TODO: mkdir -p is not portable.
62802      Branch: perl
62803            ! Configure
62804 ____________________________________________________________________________
62805 [  8217] By: jhi                                   on 2000/12/21  14:39:12
62806         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
62807              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
62808              Date: Thu, 21 Dec 2000 09:38:18 GMT
62809              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
62810              
62811              The ofs became an SV.
62812      Branch: perl
62813            ! ext/Thread/Thread.xs
62814 ____________________________________________________________________________
62815 [  8216] By: jhi                                   on 2000/12/21  05:40:21
62816         Log: The polymorphism seems to have fixed 20000517.001.
62817      Branch: perl
62818            ! t/pragma/utf8.t
62819 ____________________________________________________________________________
62820 [  8215] By: jhi                                   on 2000/12/21  04:44:52
62821         Log: read() documentation tweak for 20001121.004.
62822      Branch: perl
62823            ! pod/perlfunc.pod
62824 ____________________________________________________________________________
62825 [  8214] By: jhi                                   on 2000/12/21  03:54:11
62826         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
62827      Branch: perl
62828            ! pp_sys.c t/op/misc.t
62829 ____________________________________________________________________________
62830 [  8213] By: jhi                                   on 2000/12/21  00:28:10
62831         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
62832              From: Peter Prymmer <pvhp@forte.com>
62833              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
62834              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
62835      Branch: perl
62836            ! configure.com
62837 ____________________________________________________________________________
62838 [  8212] By: jhi                                   on 2000/12/21  00:26:21
62839         Log: Edit edit edit.
62840      Branch: perl
62841            ! pod/perlfaq3.pod
62842 ____________________________________________________________________________
62843 [  8211] By: jhi                                   on 2000/12/20  18:52:46
62844         Log: Update Changes.
62845      Branch: perl
62846            ! Changes patchlevel.h
62847 ____________________________________________________________________________
62848 [  8210] By: jhi                                   on 2000/12/20  18:34:47
62849         Log: Yet another editor edit.
62850      Branch: perl
62851            ! pod/perlfaq3.pod
62852 ____________________________________________________________________________
62853 [  8209] By: jhi                                   on 2000/12/20  15:33:28
62854         Log: More Win32 Perling.
62855      Branch: perl
62856            ! pod/perlfaq3.pod
62857 ____________________________________________________________________________
62858 [  8208] By: jhi                                   on 2000/12/20  15:07:46
62859         Log: More Win32 editor/IDE/shell hints.
62860      Branch: perl
62861            ! pod/perlfaq3.pod
62862 ____________________________________________________________________________
62863 [  8207] By: jhi                                   on 2000/12/20  03:54:08
62864         Log: Subject: [PATCH] obscure timing knowledge
62865              From: Nicholas Clark <nick@ccl4.org>
62866              Date: Tue, 19 Dec 2000 19:22:31 +0000
62867              Message-ID: <20001219192231.F2827@plum.flirble.org>
62868      Branch: perl
62869            ! sv.c
62870 ____________________________________________________________________________
62871 [  8206] By: jhi                                   on 2000/12/20  03:45:57
62872         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
62873              From: Spider Boardman <spider@leggy.zk3.dec.com>
62874              Date: Tue, 19 Dec 2000 21:30:16 -0500
62875              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
62876      Branch: perl
62877            ! sv.c
62878 ____________________________________________________________________________
62879 [  8205] By: jhi                                   on 2000/12/19  23:02:01
62880         Log: Update Changes.
62881      Branch: perl
62882            ! Changes patchlevel.h
62883 ____________________________________________________________________________
62884 [  8204] By: jhi                                   on 2000/12/19  22:58:18
62885         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
62886              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
62887              on editors and diffing/patching.
62888      Branch: perl
62889            ! t/op/utf8decode.t
62890 ____________________________________________________________________________
62891 [  8203] By: nick                                  on 2000/12/19  21:36:16
62892         Log: Integrate mainline (forgot my own change...)
62893      Branch: perlio
62894           !> ext/Encode/compile
62895 ____________________________________________________________________________
62896 [  8202] By: nick                                  on 2000/12/19  21:34:42
62897         Log: Integrate mainline.
62898      Branch: perlio
62899           !> (integrate 61 files)
62900 ____________________________________________________________________________
62901 [  8201] By: nick                                  on 2000/12/19  21:34:06
62902         Log: Avoid looking for File::Glob when we don't need it.
62903      Branch: perl
62904            ! ext/Encode/compile
62905 ____________________________________________________________________________
62906 [  8200] By: jhi                                   on 2000/12/19  18:35:49
62907         Log: Update Changes.
62908      Branch: perl
62909            ! Changes patchlevel.h
62910 ____________________________________________________________________________
62911 [  8199] By: jhi                                   on 2000/12/19  18:35:07
62912         Log: Microperl tweaks.
62913      Branch: perl
62914            ! sv.c uconfig.h uconfig.sh
62915 ____________________________________________________________________________
62916 [  8198] By: jhi                                   on 2000/12/19  18:29:59
62917         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
62918      Branch: perl
62919            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62920            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
62921 ____________________________________________________________________________
62922 [  8197] By: jhi                                   on 2000/12/19  17:55:29
62923         Log: In VMS embedded perls couldn't access the statically built Socket,
62924              from Charles Lane.
62925      Branch: perl
62926            ! configure.com
62927 ____________________________________________________________________________
62928 [  8196] By: jhi                                   on 2000/12/19  17:49:50
62929         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
62930              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
62931              Date: Sun, 17 Dec 2000 19:11:44 -0000
62932              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
62933      Branch: perl
62934            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62935            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
62936 ____________________________________________________________________________
62937 [  8195] By: jhi                                   on 2000/12/19  17:47:53
62938         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
62939              From: Jonathan Stowe <gellyfish@gellyfish.com>
62940              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
62941              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
62942      Branch: perl
62943            ! utils/h2xs.PL
62944 ____________________________________________________________________________
62945 [  8194] By: jhi                                   on 2000/12/19  17:46:28
62946         Log: Subject: Re: useless use of void context work-around
62947              From: andreas.koenig@anima.de (Andreas J. Koenig)
62948              Date: 16 Dec 2000 15:13:36 +0100
62949              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
62950              
62951              Document (comment) the q(di ds ig) trick in the code.
62952      Branch: perl
62953            ! op.c
62954 ____________________________________________________________________________
62955 [  8193] By: jhi                                   on 2000/12/19  17:10:57
62956         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
62957              From: "Mark J. Reed" <mreed@strange.turner.com>
62958              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
62959              Message-Id: <200012160222.VAA13986@strange.turner.com>
62960      Branch: perl
62961            ! ext/Sys/Syslog/Syslog.pm
62962 ____________________________________________________________________________
62963 [  8192] By: jhi                                   on 2000/12/19  17:07:45
62964         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
62965              From: Nicholas Clark <nick@ccl4.org>
62966              Date: Sat, 16 Dec 2000 19:03:13 +0000
62967              Message-ID: <20001216190313.D68304@plum.flirble.org>
62968      Branch: perl
62969            ! t/op/64bitint.t
62970 ____________________________________________________________________________
62971 [  8191] By: jhi                                   on 2000/12/19  17:06:13
62972         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
62973              From: Dominic Dunlop <domo@computer.org>
62974              Date: Mon, 18 Dec 2000 12:00:15 +0100
62975              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
62976              
62977              This patchlet is needed in order that perl can be statically linked.  
62978      Branch: perl
62979            ! regexec.c
62980 ____________________________________________________________________________
62981 [  8190] By: jhi                                   on 2000/12/19  17:03:08
62982         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
62983              From: "Craig A. Berry" <craig.berry@psinetcs.com>
62984              Date: Sun, 17 Dec 2000 00:18:35 -0600
62985              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
62986      Branch: perl
62987            ! perlio.h vms/gen_shrfls.pl
62988 ____________________________________________________________________________
62989 [  8189] By: jhi                                   on 2000/12/19  16:20:28
62990         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
62991              From: Prymmer/Kahn <pvhp@best.com>
62992              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
62993              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
62994              
62995              A better version of #8188.
62996      Branch: perl
62997            ! pod/perlfaq3.pod
62998 ____________________________________________________________________________
62999 [  8188] By: jhi                                   on 2000/12/19  15:57:06
63000         Log: (Replaced by #8189)
63001              
63002              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63003              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
63004              From: Prymmer/Kahn <pvhp@best.com>
63005              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
63006              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
63007              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
63008              Date: Mon, 18 Dec 2000 11:10:45 -0500
63009              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
63010      Branch: perl
63011            ! pod/perlfaq3.pod
63012 ____________________________________________________________________________
63013 [  8187] By: jhi                                   on 2000/12/19  15:54:19
63014         Log: Email address fix for Anton Berezin.
63015      Branch: perl
63016            ! AUTHORS
63017 ____________________________________________________________________________
63018 [  8186] By: jhi                                   on 2000/12/19  15:38:54
63019         Log: Subject: [PATCH perl@8102] cygwin port
63020              From: "Eric Fifer" <efifer@dircon.co.uk> 
63021              Date: Thu, 14 Dec 2000 13:41:29 -0000
63022              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
63023              
63024              When compiling modules the data item that is being imported
63025              from libperl.dll needs to be tagged as imported/shared data:
63026              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
63027      Branch: perl
63028            ! perliol.h
63029 ____________________________________________________________________________
63030 [  8185] By: jhi                                   on 2000/12/19  14:53:24
63031         Log: Regen uconfig.h and uconfig.sh.
63032      Branch: perl
63033            ! uconfig.h uconfig.sh
63034 ____________________________________________________________________________
63035 [  8184] By: jhi                                   on 2000/12/18  20:43:49
63036         Log: Comments work so much better when they are closed.
63037      Branch: perl
63038            ! regcomp.c
63039 ____________________________________________________________________________
63040 [  8183] By: jhi                                   on 2000/12/18  18:04:02
63041         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
63042              Fixes the bug 20001218.016.
63043      Branch: perl
63044            ! regcomp.c
63045 ____________________________________________________________________________
63046 [  8182] By: gsar                                  on 2000/12/18  09:53:47
63047         Log: delete spurious files
63048      Branch: maint-5.6/perl
63049            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
63050            - vos/config.h vos/config_h.SH_orig
63051 ____________________________________________________________________________
63052 [  8181] By: gsar                                  on 2000/12/18  09:46:08
63053         Log: regen perltoc
63054      Branch: maint-5.6/perl
63055            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
63056 ____________________________________________________________________________
63057 [  8180] By: gsar                                  on 2000/12/18  09:20:27
63058         Log: integrate changes#7924..7926,7946,7952 from mainline
63059              
63060              A test works better if it has the right 1..$n output.
63061              
63062              All the core library users of Class::Struct seem to be
63063              using "use Class::Struct 'struct';" instead of the bare
63064              "use Class::Struct;", which isn't documented in Class::Struct.
63065              This can't be right.
63066              
63067              Make the Class::Struct import() wiser.
63068              
63069              Upgrade to CPAN 1.59_51, from Andreas König.
63070              
63071              Subject: Re: long shell lines
63072              Split overly long shell command lines.
63073      Branch: maint-5.6/perl
63074           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
63075           !> lib/File/stat.pm t/lib/class-struct.t
63076 ____________________________________________________________________________
63077 [  8179] By: gsar                                  on 2000/12/18  08:55:54
63078         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
63079              7918,7919,7988,8907 from mainline (various)
63080              
63081              Subject: [ID 20001127.004] White space problem in perlamiga.pod
63082              
63083              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
63084              
63085              Subject: [PATCH] perlcc.PL cleanups
63086              
63087              Subject: [PATCH] Updating perltie.pod for arrays
63088              
63089              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
63090              Subject: Re: [PATCH] Updating perltie.pod for arrays
63091              Subject: Re: [PATCH] Updating perltie.pod for arrays
63092              
63093              One more perltie.pod nit from Casey R. Tweten.
63094              
63095              Subject: [PATCH] $^O  win32 -> MSWin32
63096              plus similar nits for vms, err, VMS, and UNICOS.
63097              
63098              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
63099              More checking in case someone has broken their services or
63100              protocol databases.
63101              
63102              Make "use Class::Struct 'struct';" work again (broken by #7617);
63103              add a test for Class::Struct.
63104              
63105              Integrate the "skip" messages to explain().
63106              
63107              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
63108      Branch: maint-5.6/perl
63109           +> t/lib/class-struct.t
63110           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
63111           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
63112           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
63113 ____________________________________________________________________________
63114 [  8178] By: gsar                                  on 2000/12/18  08:16:30
63115         Log: avoid redefinition warnings on windows due to sys/socket.h getting
63116              #included before win32.h
63117      Branch: maint-5.6/perl
63118            ! win32/include/sys/socket.h
63119 ____________________________________________________________________________
63120 [  8177] By: gsar                                  on 2000/12/18  05:24:04
63121         Log: make regen_headers; fix POSIX.xs problems; remove outdated
63122              code from sys/socket.h that makes build fail now
63123      Branch: maint-5.6/perl
63124            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
63125            ! pod/perlapi.pod
63126           !> win32/include/sys/socket.h
63127 ____________________________________________________________________________
63128 [  8176] By: gsar                                  on 2000/12/18  05:20:17
63129         Log: update Changes
63130      Branch: maint-5.6/perl
63131            ! Changes patchlevel.h
63132 ____________________________________________________________________________
63133 [  8175] By: gsar                                  on 2000/12/18  04:57:48
63134         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
63135              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
63136              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
63137              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
63138              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
63139              7823,7825,7838
63140              
63141              Subject: Re: [PATCH] README.solaris
63142              
63143              Add getpagesize() probing, on non-UNIX guess 'undef'.
63144              
63145              Simplify the getpagesize() unit by dropping the
63146              pagesize probe since it's nowadays slightly more
63147              complicated because of sysconf(). (Note: if some
63148              platform really needs the -lPW for getpagesize,
63149              I just broke it.)
63150              TODO: a new pagesize unit.
63151              
63152              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
63153              
63154              MachTen doesn't really do mmap() and munmap().
63155              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
63156              
63157              More README.solaris updates from Andy Dougherty.
63158              
63159              Copy the s// information of README.hpux also to the perlrun.
63160              
63161              Add HAS_FSYNC, lack noticed by Nicholas Clark.
63162              
63163              Add a metaconfig unit for fsync.
63164              
63165              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
63166              
63167              Many subdocumented return values of the IO extension now documented.
63168              ungetc and write still left subdocumented.
63169              Subject: [PATCH] (was Re: IO::Handle::ungetc)
63170              
63171              Document tell() on special streams.
63172              
63173              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
63174              
63175              Subject: [ID 20001112.007] sfio's sftell isn't ftell
63176              
63177              Couple of tests from #7660 salvaged.
63178              
63179              Tweak the definition of the bit complement on UTF-8 data:
63180              if none of the characters in the string are > 0xff,
63181              the result is a complemented byte string, not a (UTF-8)
63182              char string.  Based on the summary in
63183              Subject: Re: [ID 20000918.005] ~ on wide chars
63184              This should give us the maximum backward (pre-char string)
63185              compatibility and utf8 compatibility.  The other alternative
63186              would be to limit the bit complement to be always byte only,
63187              taking the least significant byte of the chars.
63188              
63189              Cleanup messy #ifdef.
63190              
63191              Typos in #7667.
63192              
63193              Declare reg_data like reg_substr_data.
63194              
63195              Placate nervous compilers that see longer than ints switch()ing.
63196              
63197              Remove the new two tests of lib/io_xs for now, they seem to
63198              fail under perlio on some platforms.
63199              
63200              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
63201              
63202              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
63203              
63204              Subject: tiny typo in perl5db.pl
63205              
63206              Subject: some additions for makefiles for win32 (for perl@7674)
63207              
63208              Hoist the duplicated socket/netdb include logic to perl.h;
63209              undef SETERRNO in case SOCKS has defined it.  Based on:
63210              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
63211              
63212              Regen Configure.
63213              
63214              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
63215              (a macro to define signed and unsigned integer constants).
63216              
63217              Use UINT64_C().
63218              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
63219              
63220              Use u_int32_t for the size of hash_cb(), not size_t.
63221              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
63222              
63223              Quit utf8_to_uv() instantly if curlen == 0.
63224              
63225              Subject: [PATCH: perl@7674] updates to README.os390
63226              
63227              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
63228              
63229              EBCDIC tweaks.
63230              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
63231              
63232              Linenumber fix.
63233              
63234              SOCKS has its own USE_THREADS, based on
63235              Subject: [ID 20001114.002] et. al. bugfix followup
63236              
63237              UINT64_C() work continues.
63238              
63239              Detypo.
63240              
63241              The type of the hash_cb() size argument is tricky.
63242              
63243              Add fwalk() probe to the configuration files and regen perltoc.
63244              
63245              Subject: perllocale.pod changes
63246              
63247              Avoid an infinite loop in VMS when utils scripts are run
63248              with no arguments, from Charles Lane.
63249              
63250              Subject: Re: Bug in Carp::Heavy/5.6.0?
63251              
63252              For Solaris use64bitall the stdchar needs a little bit of help.
63253              
63254              The long double hints can be here or there.
63255              
63256              Test tweak for the open pragma.
63257              
63258              Also the 64bitall hints can be either here or there.
63259              
63260              As surmised the #7719 wasn't a good move.
63261              
63262              Subject: Fix for 20000409.001
63263              
63264              Subject: Fix for 20000815.006
63265              It's really 20000518.006.
63266              
63267              Subject: [PATCH 5.6.0 README.win32] very minor typos
63268              
63269              Subject: Fix for README.amiga (20000323.033)
63270              
63271              Explain in more detail the {} syntax ambiguousity.
63272              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
63273              
63274              Sparc 64-bit pack() fix from Jens Hamisch.
63275              
63276              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
63277              
63278              Subject: podlators 1.05 available        
63279              
63280              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
63281              
63282              Subject: [perl 7711: EPOC] updates
63283              
63284              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
63285              
63286              Miraculous typo.
63287              
63288              sysseek() instead of seek().
63289              
63290              Solaris hints tweaks.
63291              
63292              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
63293              This may be overly harsh but until proven otherwise, we think this
63294              way, or until we have a simple test for Configure (having to start
63295              up servers is does not count as simple) to check for the problems.
63296              
63297              Remove the shared object before attempting to create
63298              (by linking) a new one.  E.g. in AIX not removing
63299              becomes quite painful if one tries to do more than one
63300              build in the same tree (an interrupted build, for example),
63301              since the AIX' shared dynaloader seemingly keeps the shared
63302              objects open and therefore 'busy' for quite a while, even when
63303              nobody is using the objects, leading into link failures.
63304              
63305              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
63306              
63307              Subject: DOC PATCH 5.6.0 perlreftut
63308              
63309              Subject: [PATCH: perl@7777] add system locale testing for VMS
63310              
63311              Subject: [PATCH] Test.pm POD peculiarity
63312              
63313              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
63314              
63315              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
63316              
63317              Subject: Re: perl@7777 
63318              Detypoing.
63319              
63320              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
63321              
63322              Go ahead and #include <unistd.h> in perl.h.
63323              
63324              Subject: [PATCH perl@7795] small cleanup task for test suite
63325              
63326              Subject: Re: av.c patch (having slight problems)
63327              unshift() speedup.
63328              
63329              Reach back one higher up when searching for PERL_SRC.
63330      Branch: maint-5.6/perl
63331           +> lib/File/Spec/Epoc.pm
63332           !> (integrate 88 files)
63333 ____________________________________________________________________________
63334 [  8174] By: gsar                                  on 2000/12/18  03:53:09
63335         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
63336              7625..7629,7631..7634,7637,7639,7642 from mainline
63337              
63338              Fix for the tie-refhash string table leaks.
63339              
63340              Subject: [patch perl@7595] VMS configure.com tweak
63341              
63342              More careful detection of how well NVs and UVs mix.
63343              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))
63344              Added some SIGFPE paranoia.
63345              
63346              Forgot to bump the line numbers in #7601.
63347              
63348              Subject: PATCH std stdio for (Free)BSD
63349              
63350              Deleting $ENV{PATH} in VMS is not recommendable.
63351              
63352              Locale buglets.
63353              Subject: RE: Locales support (setlocale) fixes
63354              
63355              Do not test UTF-8 locales since that the tests would require
63356              polymorphic regexen.
63357              
63358              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
63359              
63360              A missing aTHX_.
63361              
63362              Subject: [ID 20001108.013] spelling
63363              
63364              Subject: [PATCH] Class::Struct at compile time
63365              
63366              Make deleting for %ENV work for (newer versions of) VMS,
63367              from Craig A. Berry.
63368              
63369              Forgot from #7618.
63370              
63371              More VMS moves on environment handling, from Charles Lane.
63372              
63373              Remove unused extra arguments.
63374              
63375              Typo in an ifndef.
63376              Subject: Re: [PATCH 5.7.0] better messages from malloc()
63377              
63378              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
63379              All except the "cow orker" change.
63380              
63381              The generated boot_* headers are wrong.  Pickier compiler,
63382              such as KAI C++ will refuse to compile the resulting perlmain.
63383              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63384              
63385              There's no =head3.
63386              
63387              Disable only the tests 99 and 166 for UTF-8 locales.
63388              
63389              Missing dTHXs.
63390              Subject: RE: perl@7595 builds not on cygwin
63391              
63392              Subject: Re: bash -c exit and linux hints 
63393              
63394              Various doc oddball characters.
63395              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63396              
63397              Subject: [PATCH] IO::Seekable pod
63398              
63399              Amdahl UTS hints updates.
63400              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
63401              
63402              Explain better why certain regex tests are skipped.
63403              Subject: Re: tests skipped: unknown reason
63404              
63405              Subject: [PATCH] README.solaris
63406              
63407              Subject: [PATCH perl@7638] cygwin port
63408      Branch: maint-5.6/perl
63409           +> README.solaris
63410           !> (integrate 26 files)
63411 ____________________________________________________________________________
63412 [  8173] By: gsar                                  on 2000/12/18  03:37:02
63413         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
63414              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
63415              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
63416              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
63417              
63418              Better create a true mailing list for the repository keepers.
63419              
63420              Subject: [ID 20001027.007] uniq array in perlfaq
63421              
63422              De-quoted-unreadable to ISO Latin 1.
63423              (There's one ISO-2022-JP name in Changes5.004.)
63424              
63425              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
63426              
63427              The #7476 needs a MANIFEST change, too.
63428              
63429              Add also emailless people.
63430              
63431              UTF-8 decoder tweak.
63432              
63433              Make \x{...} consistently produce UTF-8.
63434              Subject: Re: \x{...} is confused 
63435              
63436              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
63437              
63438              Add a perlbug flag, -A, to avoid acknowledgement messages.
63439              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
63440              
63441              Use Errno magic.
63442              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
63443              
63444              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
63445              
63446              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
63447              
63448              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
63449              
63450              Be more lenient on bad UTF-8 when doing bit arithmetics.
63451              Subject: Re: [ID 20000918.005] ~ on wide chars
63452              (The ord() part of the patch skipped.)
63453              
63454              Subject: perlfaq style changes
63455              
63456              AUTHORS tweaks.
63457              
63458              Whitespace style tweak.  Was originally going to see to
63459              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63460              but that had already been taken care of.
63461              
63462              The compiler is either gcc or cc, from Tom Bates.
63463              
63464              The osname has been lowercased by now, from Tom Bates.
63465              
63466              The NonStop-UX libraries have a novel way to say NaN.
63467              
63468              printf UVs the correct way, noticed by Robin Barker.
63469              
63470              Subject: [PATCH] startperl to respect versiononly
63471              
63472              AUTHORS updates.
63473              
63474              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63475              
63476              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
63477              
63478              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
63479              
63480              Generalize the Camel wording.
63481              Subject: Re: perlfaq style changes
63482              
63483              Subject: [ID 20001005.006] Documentation -- description of qr//
63484              
63485              C.pm part of
63486              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
63487              
63488              Locale warning explanation tweak.
63489              
63490              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
63491              
63492              Make the POSIX::setuid and POSIX::setgid to really call setuid()
63493              and setgid() because they were just changing $< and $( which means
63494              only changing the real uid/gid, as opposed to changing both
63495              real and effective ids.  (The alternative way could have been
63496              in POSIX.pm to change $> and $), too, but making a direct call
63497              to the C API feels cleaner.)  Fixes the bug
63498              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
63499              
63500              Expand %Config variables and %ENV variables only if
63501              so requested during build time using the
63502              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
63503              Not expanding makes relocating distributions easier.
63504              
63505              More tweaking on the #7522 theme.
63506              
63507              Test::Harness revealed buglets in the new DynaLoader.
63508              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
63509              
63510              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
63511              fix a autovivification bug in Tie::RefHash, add tests for both.
63512              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
63513              
63514              Detpyo.
63515              
63516              recv() can fail and return undef.
63517              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
63518              
63519              Fix the problem discussed in
63520              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
63521              originally from Linc Madison.  Also Andreas König's comments
63522              taken into account.  Some other problems with Tie::SubstrHash
63523              fixed: didn't croak when the table exceeded the requested number
63524              of entries (as documented) but instead when the number of entries
63525              exceeded the size of the table, a croak() had an unnecessary \n,
63526              didn't have a CLEAR method, documented that there is no exists().
63527              Didn't fix to be strict-proof because the module uses &foo; and
63528              dynamic scope.  Added a test script exercizing both first tamely 
63529              the basic functionality, and then the failure cases reported by
63530              Linc Madison.
63531              
63532              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
63533              
63534              The #7521 touched things it shouldn't have.
63535              
63536              Subject: [PATCH 5.7.0] better messages from malloc()
63537              
63538              Subject: Re: README.aix
63539              
63540              Add FCNTL_CAN_LOCK.
63541              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
63542              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
63543              
63544              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
63545              create a "fast path" for locale name probing using "locale -a"
63546              if available, squash finally hopefully the s?printf resetting
63547              the numeric locale (since, IIUC perllocale, it never shouldn't). 
63548              
63549              More Changes tweakery.
63550              
63551              Dying is too strict here, better just skip.
63552              
63553              Subject: Locales support (setlocale) fixes
63554              Modified quite a bit to be more portable.
63555              
63556              Configure would use a bad $myuname from an old config.sh.
63557              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
63558              
63559              Fix for
63560              Subject: [ID 20001004.006] undef is never tainted
63561              An undef read from a slurped file was not tainted.
63562              
63563              Fix for
63564              Subject: [ID 20001004.007] taint propogation is inconsistent
63565              The culprit was sv_setsv() which was rather blindly
63566              propagating taint, which lead to behaviour where if
63567              a tainted anon hash value was seen all the hash values
63568              from then on at that level became tainted, or at any
63569              upper levels in the case of nested anon hashes.
63570              
63571              Test tweak: show also the failed locales.
63572              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
63573              
63574              A fix of sorts for 20000329.026, a better error message
63575              for a missing "use charnames" when using the \N{...}. 
63576              
63577              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
63578              
63579              Add =pod to be tidy.
63580              
63581              Fix for bug id 19990615.008, pos() unset during s///ge.
63582              
63583              Add a note for future generations about bug id 20000229.006.
63584              
63585              Use -dM for gcc (the suggested patch did it only for Linux,
63586              but I think it can be generalized).
63587              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
63588              
63589              opmini.o can linger from Configures past.
63590              
63591              Document that the evaled syntax errors cause scalar leaks.
63592              
63593              Fix for
63594              Subject: [ID 20000728.005] perl -P broken
63595              (hopefully).  The fix is also not complete, it seems to break
63596              BOM swallowing for libc5 systems, but until someone figures
63597              out a way to do this without ftell(), this will do.
63598              
63599              AUTHORS updates.
63600              
63601              Subject: Re: rsync'ed patches vs. rsync'ed source
63602              
63603              Admit that the test leaks scalars.
63604              
63605              Sanitize the environment further.
63606              
63607              VOS updates from Paul Green.
63608              
63609              Document %ENV = () portability issues.
63610              
63611              Make the stdio test program of 7427 less noisy while being 
63612              compiled so that Digital UNIX wouldn't get both
63613              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
63614              undefined.  This makes perlio happy.
63615              
63616              glibc5 detection by __GNU_LIBRARY__.
63617              
63618              %ENV note tweaks from Dan Sugalski.
63619              
63620              Varargs don't always work too well if one puts an unsigned
63621              char on the stack and pop an unsigned quad off the stack.
63622              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
63623              
63624              Subject: Pod updates
63625              
63626              Fake support of holey files in win/dosish platforms.
63627              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
63628              
63629              A doc addition for bug id 20001105.019, beware \p.
63630              
63631              Tweak #7587.
63632              
63633              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
63634              
63635              perlhack updates from H.Merijn Brand.
63636              
63637              Subject: [PATCH perl@7573] cygwin port
63638              Synchronize with Cygwin 1.1.5.
63639              
63640              Bad thinko in #7581 (I used the test program with the expanded
63641              values as-is).
63642              
63643              Make perlbug not insist on dumping to a file when stdout isn't a tty.
63644              Subject: [PATCH] perlbug.PL
63645              
63646              Overrideable keys, each, pop, push, shift, splice, unshift.
63647              Subject: [PATCH] prototyped functions that should be overrideable
63648              
63649              Try to avoid flockless and emulationless places.
63650      Branch: maint-5.6/perl
63651           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
63652            - MAINTAIN
63653           !> (integrate 111 files)
63654 ____________________________________________________________________________
63655 [  8172] By: jhi                                   on 2000/12/18  02:49:27
63656         Log: Regen pods.
63657      Branch: perl
63658            ! pod/perlmodlib.pod pod/perltoc.pod
63659 ____________________________________________________________________________
63660 [  8171] By: gsar                                  on 2000/12/18  02:49:24
63661         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
63662              7465..7471 from mainline
63663              
63664              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
63665              in platforms that strictly require all the symbols being present
63666              at link time.
63667              
63668              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
63669              
63670              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
63671              
63672              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
63673              
63674              Subject: [PATCH] todo
63675              
63676              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
63677              
63678              Use $sort, $uniq (and $tr) consistently as wondered
63679              by Nicholas Clark.
63680              
63681              Too enthusiastic editing in #7460.
63682              
63683              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
63684              
63685              Upgrade to CPAN 1.58_55.
63686              Subject: CPAN.pm status
63687              
63688              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
63689              
63690              Make target reordering to avoid pointless re-makes.
63691              Subject: Re: Total re-make of 'make okfile' after 7451 ?
63692              
63693              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
63694              
63695              Subject: DOC PATCH 5.6.0
63696              
63697              Add the repository doc by Malcolm, Sarathy, and by Simon,
63698              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
63699      Branch: maint-5.6/perl
63700           +> Porting/repository.pod
63701           !> Configure MANIFEST Makefile.SH README.dos README.os2
63702           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
63703           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
63704           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
63705 ____________________________________________________________________________
63706 [  8169] By: gsar                                  on 2000/12/18  02:33:34
63707         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
63708              7435..7441,7445 from mainline
63709              
63710              Make the UTF-8 decoding stricter and more verbose when
63711              malformation happens.  This involved adding an argument
63712              to utf8_to_uv_chk(), which involved changing its prototype,
63713              and prefer STRLEN over I32 for the UTF-8 length, which as
63714              a domino effect necessitated changing the prototypes of
63715              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
63716              The stricter UTF-8 decoding checking uses Markus Kuhn's
63717              UTF-8 Decode Stress Tester from
63718              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
63719              
63720              Run vms/vms_yfix.pl, should have done that after changing
63721              perly.c in #7382.
63722              
63723              Subject: [PATCH 5.7.0] static linking with uninstalled perl
63724              
63725              (Replaced by #7440.)
63726              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63727              
63728              Fix the bug ID 20001024.005, the bug introduced by #7416.
63729              
63730              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
63731              
63732              Fix the bug reported in
63733              From: andreas.koenig@anima.de (Andreas J. Koenig)
63734              Also make is_utf8_char() stricter.
63735              
63736              Missed the header file changes from #7425.
63737              
63738              Check if stdio supports tweaking lval and cnt simultaneously.
63739              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
63740              
63741              Stratus VOS updates from Paul Green.
63742              
63743              Podify README.epoc and README.vos.
63744              
63745              Add targets to Makefile.SH, most importantly
63746              'regen_all' which also remembers to update vms/perly*.
63747              
63748              Subject: Minor update to find2perl, for portability
63749              
63750              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
63751              
63752              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
63753              
63754              Rename UTF8LEN() to be UNISKIP(), too confusing to have
63755              UTF8LEN() and UTF8SKIP(). 
63756              
63757              Allow poking holes at the UTF-8 decoding strictness.
63758              
63759              Continue the internal UTF-8 API tweaking.
63760              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
63761              used much more than the simpler API, now called utf8_to_uv_simple().
63762              Still not quite happy with API, too much partial duplication
63763              of functionality.
63764              
63765              A new version of making the syslog test more robust.
63766              (Replaces #7421.)
63767              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
63768              
63769              buildtoc target tweaks.
63770              
63771              Integrate with vmsperl #7430 by Charles Bailey:
63772              
63773              Cleanup from prior patch (Charles Lane?):
63774              - improve handling of MFDs in Basename and Path
63775              - default to no xsubpp line # munging when building debug images
63776      Branch: maint-5.6/perl
63777           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
63778           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
63779           !> (integrate 67 files)
63780 ____________________________________________________________________________
63781 [  8168] By: gsar                                  on 2000/12/18  02:05:49
63782         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
63783              
63784              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
63785              From: Martin Husemann <martin@duskware.de>
63786              
63787              Subject: [PATCH 5.7.0] restore match data on backtracing
63788              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
63789      Branch: maint-5.6/perl
63790           !> regcomp.c regexec.c t/op/re_tests
63791 ____________________________________________________________________________
63792 [  8167] By: gsar                                  on 2000/12/18  01:55:22
63793         Log: integrate changes#7858,7986 from mainline
63794              
63795              C<foreach my $x ...> in pseudo-fork()ed process may diddle
63796              parent's memory; fix it by keeping track of the actual pad
63797              offset rather than a raw pointer (this change is probably also
63798              relevant to non-ithreads case to avoid fallout from reallocs of
63799              the pad array, but is currently only enabled for the ithreads
63800              case in the interests of minimal disruption to existing "well
63801              tested" code)
63802              
63803              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
63804              due to the notorious GetFileType() bug in Windows 9x, which fstat()
63805              tickles)
63806      Branch: maint-5.6/perl
63807           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
63808           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
63809           !> win32/win32.c win32/win32.h win32/win32sck.c
63810 ____________________________________________________________________________
63811 [  8166] By: gsar                                  on 2000/12/18  01:52:59
63812         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
63813              from mainline (xsubpp and ExtUtils::LibList fixups, various
63814              other small items)
63815              
63816              The generated boot_* headers are wrong.  Pickier compiler,
63817              such as KAI C++ will refuse to compile the resulting perlmain.
63818              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
63819              
63820              Various doc oddball characters.
63821              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
63822              
63823              Subject: [PATCH] Re: 20001101.003 PDL
63824              
63825              Subject: [PATCH 5.7.0] etags broken again
63826              
63827              Subject: [PATCH 5.7.0] Liblist finally works
63828              
63829              Subject: [PATCH 5.7.0] Liblist returns found libraries
63830              
63831              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
63832              
63833              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
63834              
63835              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63836              OUT keyword nits.
63837              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
63838              OUT and IN_OUT documentation.
63839      Branch: maint-5.6/perl
63840           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
63841           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
63842           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
63843           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
63844           !> win32/bin/search.pl
63845 ____________________________________________________________________________
63846 [  8165] By: gsar                                  on 2000/12/18  01:28:45
63847         Log: integrate changes#7533,7563,7611,7623 from mainline (various
63848              malloc.c embellishments)
63849      Branch: maint-5.6/perl
63850           !> malloc.c pod/perldiag.pod
63851 ____________________________________________________________________________
63852 [  8164] By: gsar                                  on 2000/12/18  01:23:33
63853         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
63854              fixups)
63855      Branch: maint-5.6/perl
63856           !> utils/h2xs.PL
63857 ____________________________________________________________________________
63858 [  8163] By: gsar                                  on 2000/12/18  01:17:50
63859         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
63860              fixups)
63861      Branch: maint-5.6/perl
63862           !> Makefile.SH utils/perlbug.PL
63863 ____________________________________________________________________________
63864 [  8162] By: gsar                                  on 2000/12/18  00:25:43
63865         Log: always export Perl_deb() (it is required by re.xs whether
63866              Perl is built with or without -DDEBUGGING)
63867      Branch: maint-5.6/perl
63868            ! makedef.pl
63869 ____________________________________________________________________________
63870 [  8161] By: gsar                                  on 2000/12/18  00:23:38
63871         Log: integrate change#7414 from mainline
63872              
63873              Undo the basename() part of #7412 since the lib/basename
63874              tests would need upgrading too.
63875              
63876              squelch two tests in tr.t that rely on tr/// paranoia change
63877              that's not in 5.6.x
63878      Branch: maint-5.6/perl
63879            ! t/op/tr.t
63880           !> lib/File/Basename.pm
63881 ____________________________________________________________________________
63882 [  8160] By: gsar                                  on 2000/12/18  00:05:30
63883         Log: missing change in previous integrate
63884      Branch: maint-5.6/perl
63885           !> README.aix
63886 ____________________________________________________________________________
63887 [  8159] By: gsar                                  on 2000/12/18  00:03:38
63888         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
63889              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
63890              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
63891              7410..7413 from mainline
63892              
63893              Introduce the man[24-8] variables, from Andy Dougherty.
63894              
63895              Upgrade to CPAN 1.58, from Andreas König.
63896              
63897              An updated EBCDIC tr patch.
63898              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
63899              
63900              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
63901              
63902              Two thirds of
63903              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63904              The Install.pm changes will be submitted separately because
63905              they need some work and discussion still.
63906              
63907              The Install.pm third of
63908              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
63909              
63910              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
63911              
63912              Subject: [PATCH 5.7.0] IVs in mtats
63913              
63914              Subject: [PATCH 5.7.0] Perl API for mstats
63915              
63916              Ilya implemented the memory profiling API.
63917              
63918              In Amdahl UTS "struct sv" is defined by a system header,
63919              <ksync.h>.
63920              
63921              Slight tweak of the code to appease Amdahl UTS cc.
63922              
63923              Amdahl UTS doesn't seem to do dynaloading.
63924              
63925              Use UTF8SKIP(), from Simon Cozens.
63926              
63927              Thinko in #7222.
63928              
63929              op/sprintf.t patch for OS/390 (and any other host with limited
63930              floating-point exponent length)
63931              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
63932              
63933              Tweak #7225.
63934              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
63935              
63936              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
63937              
63938              Needs to be conditional on SunOS 4.
63939              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
63940              
63941              Test cases for bug id 20000323.056 (the bug seems to be fixed).
63942              
63943              Add test for bug id 20000427.003 (which seems to have
63944              been fixed) (also duplicate as 20000427.004, though
63945              with a higher severity).  Move one utf8 from op/append
63946              to pragma/utf8, tag the tests with bug ids.
63947              
63948              Document FNCASE=y as discussed in the bug 20000902.009.
63949              
63950              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
63951              The problem was that rx->minlen was in chars while pp_split()
63952              thought it would be in bytes. 
63953              
63954              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
63955              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
63956              
63957              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
63958              
63959              Fix a couple of compiler-noted nits in #7235.
63960              
63961              Tweak the test of #7235.
63962              
63963              One more ~utf8 tweak.
63964              
63965              -w cleanup.
63966              Subject: Re: Problems with bleadperl 
63967              
63968              Subject: small pod patch
63969              
63970              Subject: [PATCH perlguts.pod] Document offset hack
63971              
63972              Add Charles Lane.
63973              
63974              Add the capability to include/exclude branches.
63975              
63976              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
63977              
63978              Detect early whether the std streams have gone bad.
63979              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63980              
63981              More IoTYPE sprinkling.
63982              
63983              Workaround for a sfio bug where the stream error indicator
63984              is not cleared as documented.
63985              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
63986              
63987              Clarify documentation on 'use bytes'.
63988              Subject: Re: What does 'use bytes' "mean" ?
63989              
63990              Show the failed remote port, instead of the failing line number.
63991              Subject: [PATCH 5.6.1 Debugger] More diagnostics
63992              
63993              Make Cwd more bulletproof in chrooted environments.
63994              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
63995              
63996              Subject: Pod patch for Devel::Peek
63997              
63998              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
63999              
64000              Borland C fstat() never saw the fd as writable.
64001              Subject: fix for Borland's weak "stat" (perl@7211)
64002              
64003              Missing change from #7362.
64004              
64005              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
64006              
64007              Add the test case for the bug id 20000730.004 which seems
64008              to have been fixed by now.
64009              
64010              Fix of sorts for bug id 20000901.092.  There seems to be no trace
64011              of a 'pmshort' anywhere in the B, so the offending line was simply
64012              removed.
64013              
64014              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
64015              
64016              Subject: PATCH do_print has 2 PerlIO_error()s
64017              
64018              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
64019              
64020              Typo noted by Mark Lutz.
64021              
64022              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
64023              
64024              In the latest compiler builds cccdlflags must not become -fpic,
64025              from Wilfredo Sánchez.
64026              
64027              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
64028              
64029              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
64030              
64031              SOCKS function redefinitions need prototypes, too, otherwise
64032              for example 32 bit versus 64 bit differences cause a lot of
64033              problems.  Part of
64034              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64035              
64036              Portability tweak on #7377.
64037              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
64038              
64039              Don't write double values through long double pointers,
64040              based on a part of
64041              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
64042              
64043              Reëntrancy fix.
64044              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64045              
64046              Make scan_num() reëntrant, as suggested in
64047              Subject: [PATCH perl@7229] Rentrant parser and yylex()
64048              
64049              Fix for ID 20001020.006, concatenating an unset submatch
64050              with utf8 resulted in "Modification of a read-only value".
64051              
64052              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
64053              
64054              The #7383 was right only in the context of the original bug report,
64055              not in more general case.
64056              
64057              Update Changes.
64058              
64059              Testcases for a #7383,#7385 related bug.
64060              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
64061              
64062              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
64063              
64064              Tweak the Is* definitions of Unicode character classes
64065              to better match the official categorizations; embrace
64066              the official categorizations; add the combining marks
64067              as alpha (and -numeric); fix DCinital (a typo and edito)
64068              to be DCmedial.
64069              
64070              Hints tweak from Anton Berezin.
64071              
64072              Subject: installman go-faster stripes
64073              Subject: Re: installman go-faster stripes
64074              
64075              Subject: [ID 20001021.003] updated hints/openbsd.sh
64076              
64077              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
64078              
64079              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
64080              
64081              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
64082              
64083              Doc patch.
64084              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
64085              
64086              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
64087              
64088              Subject: Re: [ID 20001021.005] SEGV with regex match 
64089              
64090              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
64091              
64092              The change #7187 was not so good on VMS.
64093              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
64094              
64095              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
64096              
64097              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
64098              
64099              Document PERL_INSTALL_ROOT of #7210.
64100      Branch: maint-5.6/perl
64101           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
64102           +> t/lib/tie-splice.t
64103            - lib/unicode/Is/DCinital.pl
64104           !> (integrate 112 files)
64105 ____________________________________________________________________________
64106 [  8158] By: jhi                                   on 2000/12/17  23:04:24
64107         Log: Subject: [PATCHES] RE: perl@8150 
64108              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
64109              Date: Sun, 17 Dec 2000 21:46:39 +0100
64110              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
64111              
64112              Neither cygwin has a getpwuid() one can trust on.
64113      Branch: perl
64114            ! t/lib/glob-basic.t
64115 ____________________________________________________________________________
64116 [  8157] By: jhi                                   on 2000/12/17  23:01:54
64117         Log: More MAN.PODS => {} fixes.
64118      Branch: perl
64119            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
64120            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
64121            ! os2/OS2/REXX/Makefile.PL
64122 ____________________________________________________________________________
64123 [  8156] By: gsar                                  on 2000/12/17  22:49:13
64124         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
64125              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
64126              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
64127              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
64128              7201,7204 from mainline
64129              
64130              Remove vestiges of tr//CU.
64131              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64132              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64133              
64134              The return value of setlocale must be copied away.
64135              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64136              
64137              Allow chop() and chomp() to be overridden.
64138              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64139              
64140              Hints optimization.
64141              Subject: Minor nit
64142              
64143              Subject: [PATCH] de-wall t/README
64144              
64145              Subject: Re: Two advertising clauses need to be removed
64146              
64147              Batch of UTF-8 patches from Simon Cozens.
64148              
64149              Fix for a parsing bug, not for the original bug.
64150              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
64151              
64152              Compilation warnings and an error.
64153              
64154              Subject: File::Find 5.7.0 POD nits
64155              
64156              Subject: [PATCH perl-5.7.0] continued -Wformat support
64157              
64158              The one that got away.
64159              
64160              Subject: Re: perl@7078
64161              
64162              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
64163              convertable to bytes by checking it doesn't go above 0xc3
64164              Subject: Re: perl@7078
64165              
64166              Replace #7084 with
64167              Subject: Re: perl@7078 
64168              
64169              We don't need to count the high bit bytes, a boolean is enough. 
64170              
64171              Subject: [PATCH] utf8.c apidoc
64172              
64173              Subject: Re: perl@7078 
64174              
64175              Botched the #7090 check-in.
64176              
64177              Fix for the charnames.t failures from Spider Boardman.
64178              
64179              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
64180              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
64181              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
64182              0 to checking to get the warning.
64183              
64184              Subject: [PATCH] Nits in perlmod.pod
64185              
64186              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
64187              
64188              Subject: Re: unicode support and perl [ID 20000901.097]
64189              
64190              Subject: Re: unicode support and perl [ID 20000901.097]
64191              
64192              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
64193              
64194              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
64195              
64196              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
64197              
64198              Subject: [PATCH@blead] Fix some recursion in overload.pm
64199              
64200              s/Robin Parker/Robin Barker/
64201              
64202              Subject: [PATCH] Fix aliasing of tied filehandles
64203              
64204              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
64205              
64206              Subject: Re: [PATCH 5.005_64 missed]
64207              
64208              SOCK_DGRAM and listen() do not mix as reported in
64209              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
64210              The patch for 5.7.0+ had to be reengineered, though.
64211              
64212              Subject: DOC PATCH 5.6.0
64213              
64214              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
64215              
64216              Document the issue (is not a syntax error, kind of)
64217              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
64218              
64219              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
64220              Did not apply cleanly, manual intervention was needed.
64221              
64222              Subject: [PATCH] DLL not restartabke with threaded perl
64223              
64224              Inside require() $^S was always left undefined.
64225              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
64226              
64227              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
64228              
64229              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
64230              
64231              Regen headers.
64232              
64233              Subject: [PATCH 5.7.0] Epoc update
64234              
64235              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
64236              as suggested by Olaf Flebbe and Nick Clark.
64237              
64238              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
64239              
64240              Misplaced else.
64241              
64242              Scale down the VMS message boxes, by Charles Lane.
64243              Fix for ID 20000903.009, workaround at
64244              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
64245              
64246              Subject: [ID 20001003.006] B::Debug not -w clean
64247              
64248              Test harness update to sync with the new perlcc,
64249              from Simon Cozens.
64250              
64251              One remaining nit less at the VMS mailbox sizing.
64252              
64253              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64254              
64255              It is possible to have no hosts database at all.  Pointed out in
64256              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
64257              
64258              Subject: [PATCH 5.7.0] h2xs not working
64259              Subject: [PATCH 5.7.0] h2xs not documenting the created module
64260              
64261              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
64262              
64263              Subject: perlhack.pod Patch for Externals Tools
64264              
64265              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
64266              
64267              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
64268              
64269              Enable disabling scripts installation by Configure -Uinstallscripts,
64270              suggested by H. Merijn Brand.
64271              
64272              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
64273              reported several times by Dominic Dunlop, for example in
64274              ID 20000315.008.  Patch from Dominic.  Patch affects at
64275              least MachTen, and possibly other oldish BSDs. Should not
64276              break non-broken platforms (tested on LinuxPPC). 
64277              
64278              Regen toc.
64279              
64280              Subject: Re: Questions about Tie::Array and perl modules
64281              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
64282              
64283              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
64284              
64285              Tweak #7153.
64286              
64287              IO::Handle->syswrite() did not handle length omission
64288              like CORE::syswrite() does.
64289              Subject: [Fwd] IO::Handle, syswrite and arguments
64290              The original patch from andrew@ugh.net.au.
64291              
64292              Also the $ccflags is needed for the C compiler check.
64293              Subject: Configure (check for C-compiler)
64294              
64295              Eliminate $Is_VMS code from the test.
64296              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
64297              
64298              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
64299              as the first option of cc/ld because of ultrapicky compilers
64300              (e.g. OS/390 R2.5)
64301              
64302              Change the version number of Tie::Handle in the core to 4.0,
64303              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
64304              Subject: Note on Tie::Handle
64305              
64306              UTF8ize split() so that the cloned substrings get the UTF8
64307              flag of the original scalar.  Problem reported by Simon Cozens.
64308              
64309              save_re_context() could reset PL_curcop to freed memory, causing core
64310              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
64311              
64312              Subject: PATCH 5.6 perldebguts grammar cleanup
64313              
64314              Add a todo note about overloadable assertions.
64315              
64316              on Windows, LoadLibrary() could load an extension DLL multiple
64317              times if forward slashes are used in the path
64318              
64319              on Windows, cwd strings in the environment should be of the
64320              form =X:=X:\foo instead of =X=X:\foo\
64321              
64322              on Windows, avoid potential exception (could happen if MSVCRT isn't
64323              being used) when closing a socket handle
64324              
64325              avoid nonportable example code
64326              
64327              Windows9x doesn't support link(), despite what Config.pm
64328              might think
64329              
64330              pod nit
64331              
64332              Change #7160 had a nasty typo.
64333              
64334              Warn about unknown scripts.
64335              Subject: Re: ideas? patches? [PATCH bleadperl]
64336              
64337              on Windows, clean targets might not work under some flavors of the shell
64338              
64339              tweak for change#7173
64340              
64341              Make eq work again with utf8 (disabling the upgrading
64342              should no more be necessary since the copies of the
64343              scalars are upgraded, not the scalars themselves).
64344              Takes care of ID 20001009.001.  (The claimed length()
64345              bug in 20001009.001 seems bogus to me.)
64346              
64347              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
64348              
64349              Upgrade to CGI.pm 2.74, from Lincoln Stein.
64350              
64351              Upgrade to podlators 1.04, from Russ Allbery.
64352              
64353              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
64354              
64355              Quote the temp file name, needed in Win32 because the
64356              default name unfortunately contains spaces, shouldn't
64357              hurt elsewhere.
64358              Subject: FW: perldoc fails if $TEMP contains spaces
64359              
64360              Subject: RE: [ID 19990803.001] README.win32 suggestions 
64361              
64362              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
64363              
64364              Subject: Re: utf8 concat, mg_get
64365              
64366              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
64367              
64368              Subject: [PATCH: perl@7181] op/tr tests on OS/390
64369              
64370              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
64371              
64372              Use the versiononly instead of the installscripts,
64373              retract the changes 7146 and 7147.
64374              
64375              Reapply Andy's patch and regen Configure.
64376              
64377              Add the test case for #7190, from the original bug report
64378              by Andreas König.
64379              
64380              Remove duplicated code.
64381              
64382              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
64383              
64384              restore change#7202
64385      Branch: maint-5.6/perl
64386           !> (integrate 121 files)
64387 ____________________________________________________________________________
64388 [  8155] By: jhi                                   on 2000/12/17  22:30:58
64389         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
64390              From: "Craig A. Berry" <craigberry@mac.com>
64391              Date: Sun, 17 Dec 2000 13:09:28 -0600
64392              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
64393              
64394              MAN.PODS => ' ' is naughty.
64395      Branch: perl
64396            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
64397 ____________________________________________________________________________
64398 [  8154] By: nick                                  on 2000/12/17  22:07:13
64399         Log: MULTIPLICITY nit.
64400      Branch: perl
64401            ! mg.c
64402 ____________________________________________________________________________
64403 [  8153] By: gsar                                  on 2000/12/17  21:23:05
64404         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
64405              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
64406              from mainline
64407              
64408              Document the SvIOK_.*UV().
64409              
64410              Update Unicode todo list.
64411              
64412              Guard against bad string->int conversion for quads.
64413              
64414              Subject: small apidoc fix
64415              
64416              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
64417              
64418              Subject: [PATCH] Tied filehandle documentation
64419              
64420              Subject: [PATCH] Modernize Opcode.pm documentation
64421              
64422              Make Data::Dumper (non-XS) to work with changed semantics of ref().
64423              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
64424              [applied even though said semantics didn't change in 5.6.x]
64425              
64426              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
64427              
64428              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
64429              
64430              Fix the URL, but the server is still missing in action.
64431              Subject: [ID 20000905.002] perlfaq1.pod URL error
64432              
64433              Subject: [ID 20000903.001] \w in utf8-strings
64434              
64435              Fix the ccversion detection for 5.1 and beyond.
64436              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64437              
64438              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
64439              
64440              Subject: [ID 20000904.008] Tiny fix for perldiag
64441              
64442              Subject: Re: [ID 20000906.004] segfault with bad perl statement
64443              
64444              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
64445              
64446              Subject: [ID 20000908.002] perlipc documentation bug.
64447              
64448              Subject: [PATCH lib/Benchmark.pm]
64449              
64450              Re-allow vec() for characters > 255.
64451              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
64452              
64453              Do away with memory models cruft.  Sorry, PDP users.
64454              
64455              Continue #7041.
64456              
64457              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
64458              
64459              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
64460              
64461              Upgrade to CPAN 1.57_65, from Andreas König.
64462              
64463              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
64464              by Russ Allbery.
64465              
64466              Silence t/pod/*.t about alternate quote-mappings now implemented
64467              by Pod::Text, from Brad Appleton.
64468              
64469              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
64470              Subject: borland C++ win32.c tweak
64471              
64472              C<@a = @b = split(...)> optimization coredumps under ithreads
64473              (missed a spot when fixing up op_pmreplroot hack for ithreads)
64474              
64475              Document the SvUTF8*().
64476              
64477              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
64478              
64479              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
64480              
64481              Do in VMS as the #7054 does.
64482              
64483              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
64484              
64485              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
64486              
64487              Subject: [patch: perl@7045] vms updates
64488              
64489              Test for the #7049.
64490              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
64491              
64492              Break up the myconfig lines a bit.
64493              Subject: perlbug/perl -V output format
64494              
64495              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
64496              
64497              The #7054 truncated Configure badly.
64498              
64499              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
64500              initialization in all the threads on Windows
64501              
64502              Allow for whitespace between "#" and "line" in cpp output.
64503              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
64504              
64505              Remove vestiges of tr//CU.
64506              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
64507              
64508              The return value of setlocale must be copied away.
64509              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
64510              
64511              Allow chop() and chomp() to be overridden.
64512              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
64513              
64514              Hints optimization.
64515              Subject: Minor nit
64516              
64517              Subject: [PATCH] de-wall t/README
64518              
64519              Subject: Re: Two advertising clauses need to be removed
64520      Branch: maint-5.6/perl
64521           !> (integrate 75 files)
64522 ____________________________________________________________________________
64523 [  8152] By: gsar                                  on 2000/12/17  20:30:11
64524         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
64525              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
64526              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
64527              
64528              Don't attach -ld to the archname if pointless.
64529              
64530              Document UNTIE in a very minimalistic way.
64531              
64532              POSIX doesn't report long double values under -Duselongdouble
64533              when the long doubles are "real" (bigger than doubles).
64534              
64535              More author updates.
64536              
64537              Try to deduce NV_MAX.  Really should be Configure fodder.
64538              
64539              :: not allowed in pathnames, change to .
64540              Subject: [PATCH perl@6938] cygwin port
64541              
64542              Forget about NV_MAX (#6951).  Various floating point tweaks,
64543              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
64544              
64545              Move the Solaris 7 scan to use64bitall, make the
64546              failure to find 64-bot sparc libc to mention the
64547              possibility of being in an intel, from Lupe and Alan.
64548              
64549              Regen perltoc.
64550              
64551              AUTHORS tweaks, from Peter Prymmer.
64552              
64553              More address tweaking.
64554              
64555              Small tweaks all over.
64556              
64557              File::Temp patches from Andreas König,
64558              
64559              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
64560              
64561              Subject: CPAN.pm beta 1.57_57 for the core
64562              
64563              Part of the solution.
64564              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
64565              
64566              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
64567              
64568              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64569              
64570              Add the overload warnings to perldiag.
64571              
64572              Drop unused argument.
64573              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
64574              
64575              Subject: Nit in Configure (bleadperl@6961)
64576              
64577              Update to PodParser 1.18, from Brad Appleton.
64578              
64579              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
64580              
64581              Subject: [PATCH: 6948] add SCNfldbl to configure.com
64582              
64583              Document UNTIE. Also tweak implementation to suppress the 'inner references'
64584              warning when UNTIE exists and instead pass the cound of extra references to
64585              the UNTIE method.
64586              
64587              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
64588              so that case-ignoring systems like DCL can tell them from
64589              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
64590              
64591              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
64592              
64593              Feature ordering tweak.
64594              
64595              Regen perltoc.
64596              
64597              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
64598              
64599              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
64600              
64601              Subject: http:// in L<>
64602              
64603              Detypo.
64604              
64605              change#6791 accidentally clobbered change#6710, put it back
64606              
64607              Only the first line, thank you very much.
64608              
64609              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
64610              plus rework the http: spots as suggested by Tom Christiansen,
64611              plus regen perltoc.
64612              
64613              Undo part of change 6489 which looks like a bulk edit which
64614              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
64615              The supressing of main:: on return from select() is undesirable.
64616              
64617              Apparently avoiding the swapping is too costly.
64618              
64619              Various Configure nits by Philip Newton,
64620              plus the ebcdic one by me.
64621              
64622              Make certain cc is set before trying to run it.
64623              
64624              If overloaded %{} etc. return the object do not loop.
64625              Thus  sub deref { $_[0] } functions if object is wanted type.
64626              
64627              Update perlhist.
64628              
64629              More %{} and other deref special casing - do not pass to 'nomethod'.
64630      Branch: maint-5.6/perl
64631           !> (integrate 59 files)
64632 ____________________________________________________________________________
64633 [  8151] By: gsar                                  on 2000/12/17  19:14:38
64634         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
64635              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
64636              
64637              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
64638              
64639              Make the epsilon to be relative, not absolute.
64640              
64641              Put back the flags dump as reasoned in
64642              Subject: Re: [PATCH] Glob dumping
64643              
64644              Introduce ccname to keep track of what compiler kind of we have.
64645              
64646              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
64647              
64648              Put back the slice accidentally removed by #6907.
64649              
64650              Reset archname and archname64 always, forcing them be
64651              recomputed at each Configure run, make Configure and
64652              the hints files agree on the naming of largefiles variables.
64653              
64654              Don't say "Perl 5.0 source kit".
64655              
64656              Subject: [PATCH] fix misc cast warnings
64657              
64658              Subject: typos in pods
64659              
64660              NVs not necessarily doubles, as pointed out by Yitzchak.
64661              
64662              Subject: [PATCH 6889] add a few ldbl formats to configure.com
64663              
64664              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
64665              
64666              Better options for rsync.
64667              
64668              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
64669              
64670              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
64671              
64672              Subject: [PATCH] Re: UNTIE method 
64673              
64674              A better fix for the Socket building problem from Craig Berry.
64675              
64676              Retract the dummy test, skip the security tests (instead of failing),
64677              explain what the warnings mean.
64678              
64679              Heap decorruption.
64680              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
64681              
64682              Update to Unicode 3.0.1.
64683              
64684              Missed one Unicode file.
64685              
64686              Subject: Re: typos in pods
64687              
64688              The #6929 was too skimpy.
64689              
64690              sscanf() may be the only way to read long doubles from strings.
64691              
64692              Reveal Borland's isnan.
64693              Subject: build with BC++ tweak
64694              
64695              Issue useful diagnostic on unknown pod commands.
64696              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
64697              
64698              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
64699              
64700              Clarify the third case of ftmp-security warnings.
64701              
64702              Make -Dusemorebits find long doubles in Solaris.
64703              
64704              Wrap the test in eval.
64705      Branch: maint-5.6/perl
64706           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
64707           +> lib/unicode/PropList.txt lib/unicode/README.perl
64708           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
64709           +> lib/unicode/Unicode.301 vms/vmspipe.com
64710            - lib/unicode/Props.txt lib/unicode/UCD300.html
64711            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
64712           !> (integrate 305 files)
64713 ____________________________________________________________________________
64714 [  8150] By: jhi                                   on 2000/12/17  18:47:57
64715         Log: Uncheckedin generated files.
64716      Branch: perl
64717            ! global.sym perlapi.c pod/perlapi.pod
64718 ____________________________________________________________________________
64719 [  8149] By: jhi                                   on 2000/12/17  18:41:22
64720         Log: Update Changes.
64721      Branch: perl
64722            ! Changes patchlevel.h
64723 ____________________________________________________________________________
64724 [  8148] By: jhi                                   on 2000/12/17  18:39:16
64725         Log: Subject: [PATCH] Fcntl constants speedup
64726              From: Nicholas Clark <nick@ccl4.org>
64727              Date: Sun, 17 Dec 2000 16:29:24 +0000
64728              Message-ID: <20001217162924.E97668@plum.flirble.org>
64729              
64730              Use IVs for the Fcntl constants instead of NVs.
64731      Branch: perl
64732            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
64733 ____________________________________________________________________________
64734 [  8147] By: jhi                                   on 2000/12/17  18:33:41
64735         Log: Add test for #8145 (binmode() warning), add warning for
64736              ioctl() and sockpair(), document them. (fileno() cannot
64737              be tripwired with the same kind of warning because
64738              'defined fileno($foo)' seems to be an idiom.)
64739      Branch: perl
64740            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
64741 ____________________________________________________________________________
64742 [  8146] By: gsar                                  on 2000/12/17  18:09:08
64743         Log: update Changes
64744      Branch: maint-5.6/perl
64745            ! Changes
64746 ____________________________________________________________________________
64747 [  8145] By: jhi                                   on 2000/12/17  17:39:35
64748         Log: Subject: [PATCH] Re: The long awaited feature ...
64749              From: Simon Cozens <simon@cozens.net>
64750              Date: Sun, 17 Dec 2000 12:31:56 +0000
64751              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
64752              
64753              Add a warning to binmode() about using bad filehandles
64754              (can happen e.g. if someone forgets the filehandle argument)
64755      Branch: perl
64756            ! pp_sys.c
64757 ____________________________________________________________________________
64758 [  8144] By: jhi                                   on 2000/12/17  17:33:48
64759         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
64760              From: Jonathan Stowe <gellyfish@gellyfish.com>
64761              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
64762              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
64763      Branch: perl
64764            ! lib/Net/Ping.pm
64765 ____________________________________________________________________________
64766 [  8143] By: jhi                                   on 2000/12/17  05:31:37
64767         Log: Polymorphic regexps.
64768              
64769              Fixes at least the bugs 20001028.003 (both of them...) and
64770              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
64771              also to be fixed by now, probably already before this patch.
64772      Branch: perl
64773            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
64774            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
64775            ! t/op/utf8decode.t t/pragma/utf8.t
64776 ____________________________________________________________________________
64777 [  8142] By: jhi                                   on 2000/12/16  17:16:05
64778         Log: Subject: [patch perl@8102] dos/djgpp update
64779              From: Laszlo Molnar <ml1050@freemail.hu>
64780              Date: Sat, 16 Dec 2000 01:40:52 +0100
64781              Message-ID: <20001216014052.A335@freemail.hu>
64782      Branch: perl
64783            ! djgpp/config.over t/base/commonsense.t
64784 ____________________________________________________________________________
64785 [  8141] By: jhi                                   on 2000/12/16  17:09:27
64786         Log: Few uncheckedin files.
64787      Branch: perl
64788            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
64789 ____________________________________________________________________________
64790 [  8140] By: nick                                  on 2000/12/15  22:14:31
64791         Log: Integrate mainline
64792      Branch: perlio
64793           !> (integrate 53 files)
64794 ____________________________________________________________________________
64795 [  8139] By: jhi                                   on 2000/12/15  19:49:49
64796         Log: One more IVUV tweak from Nicholas Clark.
64797      Branch: perl
64798            ! sv.c
64799 ____________________________________________________________________________
64800 [  8138] By: jhi                                   on 2000/12/15  19:17:06
64801         Log: Return of the IVUV-preservation, now seems to be happy even
64802              in Digital UNIX (the broken strtoul brokenness detection
64803              seems to have been the fly in the ointment).
64804      Branch: perl
64805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64806            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
64807            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
64808            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
64809            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
64810            ! vos/config.ga.h win32/config.bc win32/config.gc
64811            ! win32/config.vc
64812 ____________________________________________________________________________
64813 [  8137] By: jhi                                   on 2000/12/15  18:12:14
64814         Log: Metaconfig unit change for #8136.
64815      Branch: metaconfig
64816            ! U/modified/d_strtoul.U
64817      Branch: metaconfig/U/perl
64818            ! d_strtoull.U d_strtouq.U
64819 ____________________________________________________________________________
64820 [  8136] By: jhi                                   on 2000/12/15  18:11:35
64821         Log: I don't think it's sensible or portable to test the strtou*
64822              on /^-/ strings.
64823      Branch: perl
64824            ! Configure
64825 ____________________________________________________________________________
64826 [  8135] By: jhi                                   on 2000/12/15  17:18:49
64827         Log: Metaconfig unit change for #8134.
64828      Branch: metaconfig
64829            ! U/modified/d_strtoul.U
64830 ____________________________________________________________________________
64831 [  8134] By: jhi                                   on 2000/12/15  17:14:13
64832         Log: If longsize is 8 we don't need a LL suffix for integer constants.
64833      Branch: perl
64834            ! Configure config_h.SH
64835 ____________________________________________________________________________
64836 [  8133] By: jhi                                   on 2000/12/15  16:00:23
64837         Log: Update Changes.
64838      Branch: perl
64839            ! Changes patchlevel.h
64840 ____________________________________________________________________________
64841 [  8132] By: jhi                                   on 2000/12/15  15:44:16
64842         Log: Some compilers get huffy if you do not cast a const pointer
64843              to a non-const when assigning.
64844      Branch: perl
64845            ! gv.c
64846 ____________________________________________________________________________
64847 [  8131] By: jhi                                   on 2000/12/15  15:38:30
64848         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
64849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64850              Date: Fri, 15 Dec 2000 05:26:57 -0500
64851              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
64852      Branch: perl
64853            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
64854            ! t/pragma/overload.t
64855 ____________________________________________________________________________
64856 [  8130] By: jhi                                   on 2000/12/15  15:36:08
64857         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
64858              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
64859              Date: Thu, 14 Dec 2000 22:02:43 -0500
64860              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
64861      Branch: perl
64862            ! gv.c perl.h
64863 ____________________________________________________________________________
64864 [  8129] By: jhi                                   on 2000/12/15  15:34:16
64865         Log: Subject: PATCH: h2xs nit
64866              From: Tim Jenness <t.jenness@jach.hawaii.edu>
64867              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
64868              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
64869              
64870              Add a template README.
64871      Branch: perl
64872            ! utils/h2xs.PL
64873 ____________________________________________________________________________
64874 [  8128] By: jhi                                   on 2000/12/15  15:32:22
64875         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
64876      Branch: perl
64877            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
64878 ____________________________________________________________________________
64879 [  8127] By: jhi                                   on 2000/12/15  15:19:34
64880         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
64881              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
64882              Date:     Thu, 14 Dec 2000 20:04:42 EST
64883              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
64884      Branch: perl
64885            ! ext/Opcode/Opcode.xs
64886 ____________________________________________________________________________
64887 [  8126] By: jhi                                   on 2000/12/15  15:17:49
64888         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
64889              From: Peter Prymmer <pvhp@forte.com>
64890              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
64891              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
64892      Branch: perl
64893            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
64894            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
64895            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
64896 ____________________________________________________________________________
64897 [  8125] By: jhi                                   on 2000/12/15  15:11:05
64898         Log: This seems to be a stage sane and stable enough to checkin.
64899              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
64900      Branch: perl
64901            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
64902            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
64903            ! t/op/cmp.t t/op/numconvert.t
64904 ____________________________________________________________________________
64905 [  8124] By: jhi                                   on 2000/12/15  04:20:26
64906         Log: Something is really wonky.
64907      Branch: perl
64908            ! sv.c
64909 ____________________________________________________________________________
64910 [  8123] By: jhi                                   on 2000/12/15  04:00:50
64911         Log: Fixes for the IV UV patches to compile in Digital UNIX.
64912      Branch: perl
64913            ! sv.c
64914 ____________________________________________________________________________
64915 [  8122] By: jhi                                   on 2000/12/15  02:53:40
64916         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
64917              From: "Craig A. Berry" <craigberry@mac.com>
64918              Date: Thu, 14 Dec 2000 19:10:49 -0600
64919              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
64920      Branch: perl
64921            ! vms/vms.c
64922 ____________________________________________________________________________
64923 [  8121] By: jhi                                   on 2000/12/15  02:50:00
64924         Log: Metaconfig changes for #8120.
64925      Branch: metaconfig
64926            + U/modified/d_strtoul.U
64927      Branch: metaconfig/U/perl
64928            ! d_strtoull.U d_strtouq.U
64929 ____________________________________________________________________________
64930 [  8120] By: jhi                                   on 2000/12/15  02:49:42
64931         Log: From: Nicholas Clark <nick@ccl4.org> 
64932              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
64933              Date: Thu, 14 Dec 2000 18:38:57 +0000
64934              Message-ID: <20001214183857.B97909@plum.flirble.org>
64935      Branch: perl
64936            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64937            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
64938            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
64939            ! vos/config.ga.def vos/config.ga.h win32/config.bc
64940            ! win32/config.gc win32/config.vc
64941 ____________________________________________________________________________
64942 [  8119] By: jhi                                   on 2000/12/14  23:40:58
64943         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
64944              From: Nicholas Clark <nick@ccl4.org>
64945              Date: Wed, 13 Dec 2000 20:08:50 +0000
64946              Message-ID: <20001213200849.B71166@plum.flirble.org>
64947      Branch: perl
64948            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
64949            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
64950 ____________________________________________________________________________
64951 [  8118] By: jhi                                   on 2000/12/14  22:46:26
64952         Log: Integrate perlio.
64953      Branch: perl
64954           !> MANIFEST ext/Encode/compile makedef.pl
64955 ____________________________________________________________________________
64956 [  8117] By: nick                                  on 2000/12/14  22:38:53
64957         Log: Win32 tweaks to get Encode to build
64958              - temp hack to makedef.pl till PerlIO is properly "exported".
64959              - MSVC dislikes  
64960              static encpage_t foo[];
64961              so make 'em extern for now.
64962      Branch: perlio
64963            ! ext/Encode/compile makedef.pl
64964 ____________________________________________________________________________
64965 [  8116] By: nick                                  on 2000/12/14  22:00:53
64966         Log: Document the new files
64967      Branch: perlio
64968            ! MANIFEST
64969 ____________________________________________________________________________
64970 [  8115] By: jhi                                   on 2000/12/14  21:58:01
64971         Log: MANIFEST new files of #8114.
64972      Branch: perl
64973            ! MANIFEST
64974 ____________________________________________________________________________
64975 [  8114] By: jhi                                   on 2000/12/14  21:50:49
64976         Log: Integrate perlio.
64977      Branch: perl
64978           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
64979           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
64980           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
64981           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
64982           !> ext/Encode/Makefile.PL
64983 ____________________________________________________________________________
64984 [  8113] By: jhi                                   on 2000/12/14  21:48:49
64985         Log: The documentation part of the
64986              
64987              Subject: [ID 20001214.002] Net::Ping patch
64988              From: Jonathan Stowe <gellyfish@gellyfish.com>
64989              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
64990              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
64991              since the #7529 had already addressed the same problem.
64992      Branch: perl
64993            ! lib/Net/Ping.pm
64994 ____________________________________________________________________________
64995 [  8112] By: jhi                                   on 2000/12/14  21:42:57
64996         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
64997              From: Dominic Dunlop <domo@computer.org>
64998              Date: Tue, 12 Dec 2000 10:47:10 +0100
64999              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
65000              
65001              Document how elusive subroutines can be.
65002      Branch: perl
65003            ! pod/perlfunc.pod
65004 ____________________________________________________________________________
65005 [  8111] By: jhi                                   on 2000/12/14  21:38:05
65006         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
65007              From: Dominic Dunlop <domo@computer.org>
65008              Date: Thu, 14 Dec 2000 10:13:51 +0100
65009              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
65010      Branch: perl
65011            ! ext/POSIX/POSIX.pod
65012 ____________________________________________________________________________
65013 [  8110] By: jhi                                   on 2000/12/14  21:36:32
65014         Log: Subject: [patch] perlfaq7
65015              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
65016              Date: Thu, 14 Dec 2000 15:31:07 +0100
65017              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
65018      Branch: perl
65019            ! pod/perlfaq7.pod
65020 ____________________________________________________________________________
65021 [  8109] By: jhi                                   on 2000/12/14  21:29:20
65022         Log: Subject: [8104] Encode
65023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65024              Date: Thu, 14 Dec 2000 14:49:34 +0100
65025              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
65026              
65027              Type casting for nervous compilers.
65028      Branch: perl
65029            ! ext/Encode/Encode.xs
65030 ____________________________________________________________________________
65031 [  8108] By: jhi                                   on 2000/12/14  21:26:17
65032         Log: Subject: [8104] DB_File
65033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65034              Date: Thu, 14 Dec 2000 14:49:35 +0100
65035              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
65036              
65037              Type definition incorrect for DB 2.7.7.  Not known when it
65038              changed, so only changed it for a known revision.
65039      Branch: perl
65040            ! ext/DB_File/DB_File.xs
65041 ____________________________________________________________________________
65042 [  8107] By: jhi                                   on 2000/12/14  21:23:41
65043         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
65044              From: Peter Prymmer <pvhp@forte.com>
65045              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
65046              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
65047              
65048              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
65049      Branch: perl
65050            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
65051            ! ext/Encode/Encode/posix-bc.enc
65052 ____________________________________________________________________________
65053 [  8106] By: nick                                  on 2000/12/14  20:36:13
65054         Log: "Cold" build correction to Encode's Makefile.PL
65055      Branch: perlio
65056            ! ext/Encode/Makefile.PL
65057 ____________________________________________________________________________
65058 [  8105] By: nick                                  on 2000/12/14  20:09:37
65059         Log: "Compiled" encodings.
65060              Correct replacement character in EBCDIC .enc files
65061              Add 0x7F to ASCII repertoire.
65062      Branch: perlio
65063            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
65064            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
65065            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
65066            ! ext/Encode/Makefile.PL ext/Encode/compile
65067            ! ext/Encode/encengine.c ext/Encode/encode.h
65068 ____________________________________________________________________________
65069 [  8104] By: nick                                  on 2000/12/14  00:38:20
65070         Log: Integrate mainline
65071      Branch: perlio
65072           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
65073           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
65074           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
65075           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
65076           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
65077           !> t/lib/db-hash.t t/lib/db-recno.t
65078 ____________________________________________________________________________
65079 [  8103] By: nick                                  on 2000/12/13  23:16:13
65080         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
65081              so far and so it does not get lost.
65082      Branch: perlio
65083            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
65084 ____________________________________________________________________________
65085 [  8102] By: jhi                                   on 2000/12/13  17:14:22
65086         Log: Update Changes.
65087      Branch: perl
65088            ! Changes patchlevel.h
65089 ____________________________________________________________________________
65090 [  8101] By: jhi                                   on 2000/12/13  16:53:41
65091         Log: Move the proto of start_glob() to a better place; regen api files.
65092      Branch: perl
65093            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
65094 ____________________________________________________________________________
65095 [  8100] By: jhi                                   on 2000/12/13  16:47:11
65096         Log: Metaconfig change for #8099.
65097      Branch: metaconfig
65098            ! U/modified/Head.U
65099 ____________________________________________________________________________
65100 [  8099] By: jhi                                   on 2000/12/13  16:46:48
65101         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
65102              From: Andy Dougherty <doughera@lafayette.edu>
65103              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
65104              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
65105      Branch: perl
65106            ! Configure
65107 ____________________________________________________________________________
65108 [  8098] By: jhi                                   on 2000/12/13  16:39:02
65109         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
65110              From: rspier@pobox.com (Robert Spier)
65111              Date: Tue, 12 Dec 2000 21:12:39 -0500
65112              Message-ID: <14902.56087.678086.725773@rls.cx>
65113              
65114              fastgetcwd is defined using a glob alias on a $^O dependent basis -
65115              and there was no default assignment or perl subroutine.
65116      Branch: perl
65117            ! lib/Cwd.pm
65118 ____________________________________________________________________________
65119 [  8097] By: jhi                                   on 2000/12/13  16:16:01
65120         Log: Subject: [PATCH] move startglob out of pp_hot.c
65121              From: Nicholas Clark <nick@ccl4.org>
65122              Date: Mon, 11 Dec 2000 23:16:39 +0000
65123              Message-ID: <20001211231638.A55550@plum.flirble.org>
65124      Branch: perl
65125            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
65126 ____________________________________________________________________________
65127 [  8096] By: jhi                                   on 2000/12/13  15:26:23
65128         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
65129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
65130              Date: Wed, 13 Dec 2000 14:01:37 +0100
65131              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
65132              
65133              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
65134              in turn requires libpthread in libswanted.
65135      Branch: perl
65136            ! hints/hpux.sh
65137 ____________________________________________________________________________
65138 [  8095] By: jhi                                   on 2000/12/12  19:51:05
65139         Log: The integration wars continue.
65140      Branch: perl
65141           !> sv.c
65142 ____________________________________________________________________________
65143 [  8094] By: jhi                                   on 2000/12/12  19:48:26
65144         Log: Subject: [PATCH perl@8070] DB_File-1.74  
65145              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
65146              Date: Mon, 11 Dec 2000 23:07:17 -0000
65147              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
65148      Branch: perl
65149            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
65150            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
65151            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
65152            ! t/lib/db-recno.t
65153 ____________________________________________________________________________
65154 [  8093] By: nick                                  on 2000/12/12  19:42:13
65155         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
65156      Branch: perlio
65157            ! sv.c
65158           !> lib/File/DosGlob.pm
65159 ____________________________________________________________________________
65160 [  8092] By: jhi                                   on 2000/12/12  19:28:11
65161         Log: Integrate perlio.
65162      Branch: perl
65163           !> sv.c
65164 ____________________________________________________________________________
65165 [  8091] By: nick                                  on 2000/12/12  18:49:45
65166         Log: Fix for Tk, and upgrading shared SVs.
65167      Branch: perlio
65168            ! sv.c
65169 ____________________________________________________________________________
65170 [  8090] By: jhi                                   on 2000/12/12  16:48:59
65171         Log: Subject: [PATCH] Re: Breadperl & Tk
65172              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65173              Date: Tue, 12 Dec 2000 14:48:27 GMT
65174              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
65175      Branch: perl
65176            ! sv.c
65177 ____________________________________________________________________________
65178 [  8089] By: jhi                                   on 2000/12/12  03:37:19
65179         Log: Subject: DosGlob.pm diff for bash style brace expansion.
65180              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
65181              Date: Fri, 8 Dec 2000 10:45:30 -0600
65182              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
65183      Branch: perl
65184            ! lib/File/DosGlob.pm
65185 ____________________________________________________________________________
65186 [  8088] By: nick                                  on 2000/12/11  23:59:59
65187         Log: Integrate mainline
65188      Branch: perlio
65189           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
65190           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65191           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
65192           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
65193           !> t/op/local.t t/pragma/warn/toke toke.c
65194 ____________________________________________________________________________
65195 [  8087] By: jhi                                   on 2000/12/11  23:20:23
65196         Log: Integrate perlio.
65197      Branch: perl
65198           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65199 ____________________________________________________________________________
65200 [  8086] By: jhi                                   on 2000/12/11  22:50:59
65201         Log: Tune further the OS detection of CGI.
65202      Branch: perl
65203            ! lib/CGI.pm
65204 ____________________________________________________________________________
65205 [  8085] By: nick                                  on 2000/12/11  22:50:46
65206         Log: Finish 1st pass of "encoding" layer e.g. :
65207              open($fh,"<encoding(iso8859-7)",$greek) || die;
65208      Branch: perlio
65209            ! ext/Encode/Encode.xs perlio.c perliol.h
65210 ____________________________________________________________________________
65211 [  8084] By: jhi                                   on 2000/12/11  22:32:06
65212         Log: Revert the -f ambiguousity patch, seems to cause
65213              too much hassle (the interpret -Q as a function
65214              where Q is not a known filetest part is left in).
65215      Branch: perl
65216            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
65217            ! toke.c
65218 ____________________________________________________________________________
65219 [  8083] By: jhi                                   on 2000/12/11  22:27:23
65220         Log: (accidentally empty check-in)
65221      Branch: perl
65222            ! lib/File/DosGlob.pm
65223 ____________________________________________________________________________
65224 [  8082] By: nick                                  on 2000/12/11  19:09:51
65225         Log: Restore mmap function (broken by tweaks to shared buffer
65226              layer for encode(xxxx)).
65227      Branch: perlio
65228            ! perlio.c
65229 ____________________________________________________________________________
65230 [  8081] By: jhi                                   on 2000/12/11  18:29:13
65231         Log: Subject: Re: The long awaited feature ...
65232              From: Simon Cozens <simon@cozens.net>
65233              Date: Mon, 11 Dec 2000 15:54:24 +0000
65234              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
65235              
65236              More io/utf8 tests.
65237      Branch: perl
65238            ! t/io/utf8.t
65239 ____________________________________________________________________________
65240 [  8080] By: jhi                                   on 2000/12/11  18:19:36
65241         Log: Subject: PATCH MakeMaker manpage clarification
65242              From: andreas.koenig@anima.de (Andreas J. Koenig)
65243              Date: 10 Dec 2000 20:46:13 +0100
65244              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
65245      Branch: perl
65246            ! lib/ExtUtils/MakeMaker.pm
65247 ____________________________________________________________________________
65248 [  8079] By: jhi                                   on 2000/12/11  15:35:07
65249         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
65250              From: Simon Cozens <simon@cozens.net>
65251              Date: Sun, 10 Dec 2000 19:06:19 +0000
65252              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
65253      Branch: perl
65254            ! ext/B/B/Deparse.pm t/lib/b.t
65255 ____________________________________________________________________________
65256 [  8078] By: jhi                                   on 2000/12/11  15:09:11
65257         Log: Subject: [PATCH] docs on NaN
65258              From: Nicholas Clark <nick@ccl4.org>
65259              Date: Mon, 11 Dec 2000 01:48:38 +0000
65260              Message-ID: <20001211014838.B99205@plum.flirble.org>
65261      Branch: perl
65262            ! pod/perlop.pod
65263 ____________________________________________________________________________
65264 [  8077] By: jhi                                   on 2000/12/11  15:02:21
65265         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
65266              From: Simon Cozens <simon@cozens.net>
65267              Date: Mon, 11 Dec 2000 01:21:45 +0000
65268              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
65269      Branch: perl
65270            ! pp.c pp_hot.c scope.c t/op/local.t
65271 ____________________________________________________________________________
65272 [  8076] By: nick                                  on 2000/12/10  20:43:32
65273         Log: Not merge worthy...
65274              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
65275              syntax is modelled on attributes.
65276              Untested fix for io/utf8 on Win32 etc.
65277              Very clumsy start to the encode layer.
65278      Branch: perlio
65279            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
65280 ____________________________________________________________________________
65281 [  8075] By: jhi                                   on 2000/12/10  18:39:33
65282         Log: Darwin is not Windows.
65283      Branch: perl
65284            ! lib/CGI.pm
65285 ____________________________________________________________________________
65286 [  8074] By: jhi                                   on 2000/12/10  18:31:27
65287         Log: Subject: Ambiguous -%c() resolved as a file test
65288              From: "Paul Marquess" <Paul.Marquess@openwave.com>
65289              Date: Sun, 10 Dec 2000 15:35:07 -0000
65290              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
65291      Branch: perl
65292            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
65293 ____________________________________________________________________________
65294 [  8073] By: jhi                                   on 2000/12/10  18:16:29
65295         Log: Subject: PATCH installperl misinformed 
65296              From: andreas.koenig@anima.de (Andreas J. Koenig)
65297              Date: 10 Dec 2000 13:01:32 +0100 
65298              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
65299      Branch: perl
65300            ! installperl
65301 ____________________________________________________________________________
65302 [  8072] By: jhi                                   on 2000/12/10  18:07:55
65303         Log: The walkoptree confusion rages; walkoptree() seems to be coming
65304              from B.xs, while walkoptree_slow() comes from B.pm.
65305      Branch: perl
65306            ! ext/B/B.pm
65307 ____________________________________________________________________________
65308 [  8071] By: nick                                  on 2000/12/10  11:45:47
65309         Log: Integrate mainline
65310      Branch: perlio
65311           +> t/base/commonsense.t
65312           !> (integrate 37 files)
65313 ____________________________________________________________________________
65314 [  8070] By: jhi                                   on 2000/12/10  04:46:21
65315         Log: Update Changes.
65316      Branch: perl
65317            ! Changes patchlevel.h
65318 ____________________________________________________________________________
65319 [  8069] By: jhi                                   on 2000/12/10  04:39:19
65320         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
65321              From: andreas.koenig@anima.de (Andreas J. Koenig)
65322              Date: 09 Dec 2000 17:14:25 +0100
65323              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
65324      Branch: perl
65325            + t/base/commonsense.t
65326            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
65327 ____________________________________________________________________________
65328 [  8068] By: jhi                                   on 2000/12/10  04:17:36
65329         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
65330              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
65331              Date: Sat, 9 Dec 2000 16:47:22 -0000
65332              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
65333      Branch: perl
65334            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
65335            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
65336            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
65337            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
65338            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
65339            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
65340            ! t/lib/sdbm.t
65341 ____________________________________________________________________________
65342 [  8067] By: jhi                                   on 2000/12/10  03:52:02
65343         Log: Test case for #8066.
65344      Branch: perl
65345            ! t/op/misc.t
65346 ____________________________________________________________________________
65347 [  8066] By: jhi                                   on 2000/12/10  03:50:30
65348         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
65349              From: Simon Cozens <simon@cozens.net>
65350              Date: Sun, 10 Dec 2000 00:55:37 +0000
65351              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
65352      Branch: perl
65353            ! pp_sys.c
65354 ____________________________________________________________________________
65355 [  8065] By: jhi                                   on 2000/12/10  03:44:52
65356         Log: Test case for #8064.
65357      Branch: perl
65358            ! t/comp/proto.t
65359 ____________________________________________________________________________
65360 [  8064] By: jhi                                   on 2000/12/10  03:42:32
65361         Log: Subject: Re: prototype of substr
65362              From: Simon Cozens <simon@cozens.net>
65363              Date: Sun, 10 Dec 2000 00:13:33 +0000
65364              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
65365              
65366              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
65367              In other words, make the returned prototypes for any function
65368              stop prepending the ';' optionality marker after the first one.
65369              If they start getting optional, all the rest are optional.
65370      Branch: perl
65371            ! pp.c
65372 ____________________________________________________________________________
65373 [  8063] By: jhi                                   on 2000/12/10  03:39:42
65374         Log: Subject: [PATCH] perlguts.pod
65375              From: Simon Cozens <simon@cozens.net>
65376              Date: Sun, 10 Dec 2000 00:06:47 +0000
65377              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
65378              
65379              Documentation of the different types of ops,
65380              plus the functions in dump.c
65381      Branch: perl
65382            ! pod/perlguts.pod
65383 ____________________________________________________________________________
65384 [  8062] By: jhi                                   on 2000/12/10  03:30:04
65385         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
65386              From: Nicholas Clark <nick@talking.bollo.cx>
65387              Date: Sat, 09 Dec 2000 18:57:25 +0000
65388              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
65389              
65390              Be more robust in weird hostname setups.
65391      Branch: perl
65392            ! t/lib/net-hostent.t
65393 ____________________________________________________________________________
65394 [  8061] By: jhi                                   on 2000/12/10  03:28:21
65395         Log: Pacify fussy compiler. 
65396      Branch: perl
65397            ! pp_sys.c
65398 ____________________________________________________________________________
65399 [  8060] By: jhi                                   on 2000/12/10  02:52:46
65400         Log: Integrate perlio.
65401      Branch: perl
65402           !> pp_sys.c t/io/utf8.t
65403 ____________________________________________________________________________
65404 [  8059] By: nick                                  on 2000/12/09  23:40:14
65405         Log: read/sysread/recv should now be utf8 aware.
65406              Basic test for utf8 read.
65407      Branch: perlio
65408            ! pp_sys.c t/io/utf8.t
65409 ____________________________________________________________________________
65410 [  8058] By: jhi                                   on 2000/12/09  21:56:02
65411         Log: Integrate perlio.
65412      Branch: perl
65413           +> t/io/utf8.t
65414           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
65415 ____________________________________________________________________________
65416 [  8057] By: jhi                                   on 2000/12/09  21:53:35
65417         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
65418              From: Inaba Hiroto <inaba@st.rim.or.jp>
65419              Date: Sun, 10 Dec 2000 05:53:21 +0900
65420              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
65421              
65422              Tests for #8056.
65423      Branch: perl
65424            ! t/op/each.t
65425 ____________________________________________________________________________
65426 [  8056] By: jhi                                   on 2000/12/09  21:51:16
65427         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
65428              From: Inaba Hiroto <inaba@st.rim.or.jp>
65429              Date: Sat, 09 Dec 2000 18:02:00 +0900
65430              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
65431              
65432              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
65433      Branch: perl
65434            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
65435 ____________________________________________________________________________
65436 [  8055] By: nick                                  on 2000/12/09  20:11:48
65437         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
65438              than raw PerlIO_write() - does not seem to break any tests.
65439      Branch: perlio
65440            ! pp_sys.c
65441 ____________________________________________________________________________
65442 [  8054] By: nick                                  on 2000/12/09  19:47:30
65443         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
65444              (sysread, recv and write i.e. formats still to do...)
65445              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
65446              open($fh,">:utf8","name")
65447              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
65448              so no extra overhead is involved.
65449              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
65450              to a non-utf8 stream.
65451              Add initial io/utf8.t
65452              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
65453              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
65454              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
65455      Branch: perlio
65456            + t/io/utf8.t
65457            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
65458 ____________________________________________________________________________
65459 [  8053] By: nick                                  on 2000/12/09  19:26:37
65460         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
65461              was only testing this_utf8.
65462      Branch: perlio
65463            ! toke.c
65464 ____________________________________________________________________________
65465 [  8052] By: nick                                  on 2000/12/09  19:09:41
65466         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
65467              i.e. the output string has one, but don't mess with source assumption.
65468      Branch: perlio
65469            ! toke.c
65470 ____________________________________________________________________________
65471 [  8051] By: jhi                                   on 2000/12/09  16:55:17
65472         Log: Integrate perlio.
65473      Branch: perl
65474           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
65475           !> sv.c thrdvar.h util.c
65476 ____________________________________________________________________________
65477 [  8050] By: jhi                                   on 2000/12/09  16:48:07
65478         Log: Nits noticed by Peter Prymmer.
65479      Branch: perl
65480            ! lib/ExtUtils/MM_VMS.pm
65481 ____________________________________________________________________________
65482 [  8049] By: nick                                  on 2000/12/09  13:49:40
65483         Log: UTF8 output prework.
65484              - Store $\ and $, as SVs so they can have SvUTF8 flag
65485              - use do_print() rather than raw PerlIO_write() to print them.
65486      Branch: perlio
65487            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
65488            ! thrdvar.h util.c
65489 ____________________________________________________________________________
65490 [  8048] By: nick                                  on 2000/12/09  12:30:43
65491         Log: Integrate mainline.
65492      Branch: perlio
65493           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
65494           +> t/op/reverse.t
65495           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
65496           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
65497           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
65498           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
65499           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
65500           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
65501 ____________________________________________________________________________
65502 [  8047] By: jhi                                   on 2000/12/09  00:23:27
65503         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
65504              From: Michael G Schwern <schwern@pobox.com>
65505              Date: Fri, 8 Dec 2000 14:43:04 -0600
65506      Branch: perl
65507            ! lib/ExtUtils/MM_VMS.pm
65508 ____________________________________________________________________________
65509 [  8046] By: jhi                                   on 2000/12/08  23:10:27
65510         Log: A missed check-in.
65511      Branch: perl
65512            ! lib/ExtUtils/Manifest.pm
65513 ____________________________________________________________________________
65514 [  8045] By: jhi                                   on 2000/12/08  21:57:12
65515         Log: (null check-in)
65516      Branch: perl
65517            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
65518 ____________________________________________________________________________
65519 [  8044] By: jhi                                   on 2000/12/08  21:11:06
65520         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
65521              at the final draft stage.
65522      Branch: perl
65523            + ext/Encode/Encode/iso8859-16.enc
65524            ! MANIFEST
65525 ____________________________________________________________________________
65526 [  8043] By: jhi                                   on 2000/12/08  16:39:04
65527         Log: Update Changes.
65528      Branch: perl
65529            ! Changes patchlevel.h
65530 ____________________________________________________________________________
65531 [  8042] By: jhi                                   on 2000/12/08  16:33:39
65532         Log: Do not return the Unicode replacement character if UTF-8
65533              decoding goes awry, it should be up to the caller to decide.
65534      Branch: perl
65535            ! pod/perlapi.pod utf8.c
65536 ____________________________________________________________________________
65537 [  8041] By: jhi                                   on 2000/12/08  16:22:28
65538         Log: metaconfig maintenance.
65539      Branch: metaconfig
65540            ! U/modified/stdchar.U
65541      Branch: metaconfig/U/perl
65542            + testsyml.U
65543 ____________________________________________________________________________
65544 [  8040] By: jhi                                   on 2000/12/08  16:03:08
65545         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
65546              From: sthoenna@efn.org
65547              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
65548              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
65549      Branch: perl
65550            ! Changes lib/ExtUtils/MM_OS2.pm
65551 ____________________________________________________________________________
65552 [  8039] By: jhi                                   on 2000/12/08  15:57:11
65553         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
65554              From: Simon Cozens <simon@cozens.net>
65555              Date: Fri, 8 Dec 2000 13:33:31 +0000
65556              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
65557              
65558              (The pp_hot part needed a rewrite.)
65559      Branch: perl
65560            ! doop.c pp_hot.c utf8.c
65561 ____________________________________________________________________________
65562 [  8038] By: jhi                                   on 2000/12/08  15:25:08
65563         Log: Subject: djSP
65564              From: Michael Stevens <michael@etla.org>
65565              Date: Wed, 6 Dec 2000 23:24:01 +0000
65566              Message-ID: <20001206232400.A21381@firedrake.org>
65567              
65568              Plus a note from Nick Ing-Simmons.
65569      Branch: perl
65570            ! pp.h
65571 ____________________________________________________________________________
65572 [  8037] By: jhi                                   on 2000/12/08  15:18:35
65573         Log: Filetype is text.
65574      Branch: perl
65575            ! t/op/utf8decode.t
65576 ____________________________________________________________________________
65577 [  8036] By: jhi                                   on 2000/12/08  03:31:27
65578         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65579              From: Andy Dougherty <doughera@lafayette.edu>
65580              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
65581              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
65582              
65583              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
65584              From: Andy Dougherty <doughera@lafayette.edu>
65585              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
65586              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
65587      Branch: perl
65588            + ext/POSIX/hints/svr4.pl
65589            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
65590 ____________________________________________________________________________
65591 [  8035] By: jhi                                   on 2000/12/08  03:26:01
65592         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
65593              From: Andy Dougherty <doughera@lafayette.edu>
65594              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
65595              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
65596      Branch: perl
65597            ! t/README t/base/term.t
65598 ____________________________________________________________________________
65599 [  8034] By: jhi                                   on 2000/12/08  03:21:59
65600         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
65601              From: mjd@plover.com  
65602              Date: 7 Dec 2000 21:04:20 -0000
65603              Message-ID: <20001207210420.22282.qmail@plover.com>
65604              
65605              Plus -z doc.
65606      Branch: perl
65607            ! pod/perlfunc.pod
65608 ____________________________________________________________________________
65609 [  8033] By: jhi                                   on 2000/12/08  03:19:03
65610         Log: Use the UTF8 macros a bit.  They can't be used with abandon
65611              everywhere because we do generate illegal UTF-8 in some situations.
65612              This is of course naughty.
65613      Branch: perl
65614            ! pod/perlapi.pod utf8.c utf8.h
65615 ____________________________________________________________________________
65616 [  8032] By: jhi                                   on 2000/12/08  03:00:09
65617         Log: Out of sync?
65618      Branch: perl
65619            ! t/pragma/warn/utf8
65620 ____________________________________________________________________________
65621 [  8031] By: jhi                                   on 2000/12/08  02:22:39
65622         Log: Cnt spl.
65623      Branch: perl
65624            ! MANIFEST
65625 ____________________________________________________________________________
65626 [  8030] By: jhi                                   on 2000/12/08  01:23:54
65627         Log: Add test for reverse().
65628      Branch: perl
65629            + t/op/reverse.t
65630            ! MANIFEST
65631 ____________________________________________________________________________
65632 [  8029] By: jhi                                   on 2000/12/08  01:21:47
65633         Log: Integrate perlio.
65634      Branch: perl
65635           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
65636           !> perlio.c perlio.h perlsdio.h warnings.pl
65637 ____________________________________________________________________________
65638 [  8028] By: jhi                                   on 2000/12/08  01:19:08
65639         Log: Introduce macros for UTF8 decoding.
65640      Branch: perl
65641            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
65642 ____________________________________________________________________________
65643 [  8027] By: nick                                  on 2000/12/07  22:18:19
65644         Log: Integrate mainline
65645      Branch: perlio
65646           !> embed.pl pod/perlapi.pod utf8.c
65647 ____________________________________________________________________________
65648 [  8026] By: nick                                  on 2000/12/07  21:45:08
65649         Log: Various oddities p4 diff -se showed up
65650              Remove 'our' from warnings.pl
65651      Branch: perlio
65652            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
65653 ____________________________________________________________________________
65654 [  8025] By: nick                                  on 2000/12/07  21:43:32
65655         Log: Change PerlIO_(get|set)pos to take SV *
65656              Should fix, OS/2, VMS, (sfio??)
65657      Branch: perlio
65658            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
65659 ____________________________________________________________________________
65660 [  8024] By: jhi                                   on 2000/12/07  19:05:32
65661         Log: Document utf8_to_uv() better.
65662      Branch: perl
65663            ! pod/perlapi.pod utf8.c
65664 ____________________________________________________________________________
65665 [  8023] By: jhi                                   on 2000/12/07  18:23:47
65666         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
65667      Branch: perl
65668            ! embed.pl pod/perlapi.pod utf8.c
65669 ____________________________________________________________________________
65670 [  8022] By: jhi                                   on 2000/12/07  04:13:51
65671         Log: Integrate perlio.
65672      Branch: perl
65673           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
65674           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
65675           !> win32/makefile.mk
65676 ____________________________________________________________________________
65677 [  8021] By: nick                                  on 2000/12/07  00:28:14
65678         Log: Various attempts at MSVC debug - not sure what has
65679              changed but works now. 
65680              Seems atexit() _may_ work for DLLs built with MSVC so don't
65681              call cleanup that way.
65682      Branch: perlio
65683            ! perlio.c win32/makefile.mk
65684 ____________________________________________________________________________
65685 [  8020] By: nick                                  on 2000/12/06  19:57:20
65686         Log: Integrate mainline
65687      Branch: perlio
65688           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
65689           !> (integrate 75 files)
65690 ____________________________________________________________________________
65691 [  8019] By: nick                                  on 2000/12/06  19:28:21
65692         Log: Add useperlio to config.vc
65693              Turn off binmode in config_H.PL
65694              Regen all the config_H.xx
65695              Attempt to get debugging build with MSVC.
65696      Branch: perlio
65697            ! win32/config.vc win32/config_H.bc win32/config_H.gc
65698            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
65699 ____________________________________________________________________________
65700 [  8018] By: nick                                  on 2000/12/06  19:21:57
65701         Log: Test various dup/external program options on all platforms.
65702      Branch: perlio
65703            ! t/io/dup.t
65704 ____________________________________________________________________________
65705 [  8017] By: nick                                  on 2000/12/06  19:20:47
65706         Log: Fix harness to be less picky
65707      Branch: perlio
65708            ! lib/Test/Harness.pm
65709 ____________________________________________________________________________
65710 [  8016] By: jhi                                   on 2000/12/06  16:45:12
65711         Log: Update Changes.
65712      Branch: perl
65713            ! Changes patchlevel.h
65714 ____________________________________________________________________________
65715 [  8015] By: jhi                                   on 2000/12/06  16:41:03
65716         Log: Test \x{...} with ord().
65717      Branch: perl
65718            ! t/op/ord.t
65719 ____________________________________________________________________________
65720 [  8014] By: jhi                                   on 2000/12/06  16:20:33
65721         Log: Test tweak because of #8013.
65722      Branch: perl
65723            ! t/lib/b.t
65724 ____________________________________________________________________________
65725 [  8013] By: jhi                                   on 2000/12/06  16:09:09
65726         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
65727              From: Michael G Schwern <schwern@pobox.com>
65728              Date: Tue, 5 Dec 2000 21:23:28 -0500
65729              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
65730              
65731              Carp::Heavy parts not very applicable because of recent changes.
65732      Branch: perl
65733            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
65734            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
65735            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
65736            ! lib/Exporter.pm lib/Exporter/Heavy.pm
65737            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
65738            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
65739            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
65740            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
65741            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
65742            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
65743            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
65744            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
65745            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
65746            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
65747            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
65748            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
65749            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
65750            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
65751            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
65752            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
65753            ! warnings.pl
65754 ____________________________________________________________________________
65755 [  8012] By: jhi                                   on 2000/12/06  15:22:38
65756         Log: Subject: [PATCH] Re: New harness is failing things
65757              From: Nick Ing-Simmons <nik@tiuk.ti.com>
65758              Date: Wed, 6 Dec 2000 13:00:30 GMT
65759              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
65760      Branch: perl
65761            ! lib/Test/Harness.pm
65762 ____________________________________________________________________________
65763 [  8011] By: jhi                                   on 2000/12/06  15:12:08
65764         Log: Subject: installhtml changes
65765              From: Michael Stevens <michael@etla.org>
65766              Date: Wed, 6 Dec 2000 13:15:53 +0000
65767              Message-ID: <20001206131553.A27317@firedrake.org>
65768      Branch: perl
65769            ! installhtml
65770 ____________________________________________________________________________
65771 [  8010] By: jhi                                   on 2000/12/06  15:06:05
65772         Log: Subject: the dTHR hits
65773              From: Michael Stevens <michael@etla.org>
65774              Date: Wed, 6 Dec 2000 12:06:03 +0000
65775              Message-ID: <20001206120603.A24581@firedrake.org>
65776              
65777              More, errrm, less dTHRs.
65778      Branch: perl
65779            ! bytecode.pl ext/B/B/C.pm
65780 ____________________________________________________________________________
65781 [  8009] By: jhi                                   on 2000/12/06  15:04:25
65782         Log: Subject: MakeMaker mailing list gone?
65783              From: Michael G Schwern <schwern@pobox.com>
65784              Date: Tue, 5 Dec 2000 19:29:59 -0500
65785              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
65786              
65787              The MakeMaker mailing list is dead, perlbug is the right
65788              address to report bugs.
65789      Branch: perl
65790            ! lib/ExtUtils/MakeMaker.pm
65791 ____________________________________________________________________________
65792 [  8008] By: jhi                                   on 2000/12/06  15:00:32
65793         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
65794              From: Michael G Schwern <schwern@pobox.com>
65795              Date: Tue, 5 Dec 2000 19:21:21 -0500
65796              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
65797              
65798              Add a default MANIFEST skip that ignores things like
65799              version control files, editor temporary files, and the Makefile.
65800      Branch: perl
65801            + lib/ExtUtils/MANIFEST.SKIP
65802            ! MANIFEST lib/ExtUtils/Manifest.pm
65803 ____________________________________________________________________________
65804 [  8007] By: jhi                                   on 2000/12/06  14:57:20
65805         Log: In Amiga more manual hackery of the scripts seems to be needed,
65806              from Jan-Erik Karlsson.  Why Configure does not get this right
65807              is unknown, may be shell-induced.
65808      Branch: perl
65809            ! README.amiga
65810 ____________________________________________________________________________
65811 [  8006] By: jhi                                   on 2000/12/05  23:53:12
65812         Log: Add TOPm1s to peek at the second topmost stack item.
65813      Branch: perl
65814            ! pp.h
65815 ____________________________________________________________________________
65816 [  8005] By: jhi                                   on 2000/12/05  23:13:55
65817         Log: Avaunt, you foul UTF-8 tests.
65818      Branch: perl
65819            ! t/op/ver.t t/pragma/utf8.t
65820 ____________________________________________________________________________
65821 [  8004] By: jhi                                   on 2000/12/05  23:09:54
65822         Log: Continue utf8 dispersal. 
65823      Branch: perl
65824            + t/op/concat.t
65825            ! MANIFEST t/pragma/utf8.t
65826 ____________________________________________________________________________
65827 [  8003] By: nick                                  on 2000/12/05  23:02:39
65828         Log: Integrate mainline.
65829      Branch: perlio
65830           +> t/op/length.t t/op/utf8decode.t
65831           !> (integrate 69 files)
65832 ____________________________________________________________________________
65833 [  8002] By: jhi                                   on 2000/12/05  22:59:28
65834         Log: Integrate perlio.
65835      Branch: perl
65836           !> iperlsys.h perl.c perlio.c win32/perllib.c
65837 ____________________________________________________________________________
65838 [  8001] By: nick                                  on 2000/12/05  22:07:52
65839         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
65840              - calloc/free suffer from damage on TerminateThread()
65841              - use PerlMemShared (as originally planned) now fixed
65842              - avoid doing anything important on DLL "detach".
65843      Branch: perlio
65844            ! perl.c perlio.c win32/perllib.c
65845 ____________________________________________________________________________
65846 [  8000] By: nick                                  on 2000/12/05  21:05:09
65847         Log: Fix gross PerlMemShared issue.
65848      Branch: perlio
65849            ! iperlsys.h
65850 ____________________________________________________________________________
65851 [  7999] By: jhi                                   on 2000/12/05  20:46:58
65852         Log: Test for Unicode (UTF-8) hash keys.
65853      Branch: perl
65854            ! t/op/each.t
65855 ____________________________________________________________________________
65856 [  7998] By: jhi                                   on 2000/12/05  20:30:35
65857         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
65858              is now always UTF-8), empty line cosmetics.
65859      Branch: perl
65860            ! t/pragma/utf8.t
65861 ____________________________________________________________________________
65862 [  7997] By: jhi                                   on 2000/12/05  20:15:40
65863         Log: Subject: Re: STRLEN - what?
65864              From: Andy Dougherty <doughera@lafayette.edu>
65865              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
65866              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
65867              
65868              Explain STRLEN.
65869      Branch: perl
65870            ! pod/perlguts.pod
65871 ____________________________________________________________________________
65872 [  7996] By: jhi                                   on 2000/12/05  20:13:34
65873         Log: Split off the UTF-8 decoder tests, make them to check also
65874              the error message.
65875      Branch: perl
65876            + t/op/utf8decode.t
65877            ! MANIFEST t/pragma/utf8.t utf8.c
65878 ____________________________________________________________________________
65879 [  7995] By: jhi                                   on 2000/12/05  16:39:47
65880         Log: Start migrating bits of pragma/utf8 to elsewhere
65881              (since the long term plan is to obsolete 'use utf8').
65882      Branch: perl
65883            + t/op/length.t
65884            ! MANIFEST t/pragma/utf8.t
65885 ____________________________________________________________________________
65886 [  7994] By: jhi                                   on 2000/12/05  16:30:21
65887         Log: Fix a manual edit typo from #7993, fix the message formatting
65888              for Unicode, add few our declarations.
65889      Branch: perl
65890            ! lib/Carp/Heavy.pm
65891 ____________________________________________________________________________
65892 [  7993] By: jhi                                   on 2000/12/05  16:09:15
65893         Log: Subject: Need help with warnings :-(
65894              From: "Ben Tilly" <ben_tilly@hotmail.com>
65895              Date: Tue, 05 Dec 2000 01:35:54 -0500
65896              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
65897              
65898              Subject: UPDATE: Carp/Heavy now passes all tests
65899              From: "Ben Tilly" <ben_tilly@hotmail.com>
65900              Date: Tue, 05 Dec 2000 07:59:41 -0500
65901              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
65902              
65903              The Brave New Carp.
65904      Branch: perl
65905            ! lib/Carp.pm lib/Carp/Heavy.pm
65906 ____________________________________________________________________________
65907 [  7992] By: jhi                                   on 2000/12/05  15:55:08
65908         Log: Subject: [PATCH perl@7979] cygwin port
65909              From: "Eric Fifer" <efifer@dircon.co.uk>
65910              Date: Tue, 5 Dec 2000 14:04:09 -0000
65911              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
65912      Branch: perl
65913            ! t/lib/net-hostent.t
65914 ____________________________________________________________________________
65915 [  7991] By: jhi                                   on 2000/12/05  15:52:34
65916         Log: Subject: Re: [PATCH] The largest hoax of all times?
65917              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65918              Date: Tue, 5 Dec 2000 00:40:25 -0500
65919              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
65920              
65921              Subject: Re: [PATCH] The largest hoax of all times?
65922              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65923              Date: Mon, 4 Dec 2000 23:55:53 -0500
65924              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
65925              
65926              Subject: Re: [PATCH] The largest hoax of all times?
65927              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
65928              Date: Tue, 5 Dec 2000 01:28:45 -0500
65929              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
65930              
65931              Fix the unpredictable order of DESTROYs.
65932      Branch: perl
65933            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
65934            ! sv.c sv.h t/op/ref.t
65935 ____________________________________________________________________________
65936 [  7990] By: jhi                                   on 2000/12/05  14:38:53
65937         Log: Subject: [PATCH] shrink pp_hot fractionally
65938              From: Nicholas Clark <nick@ccl4.org>
65939              Date: Tue, 5 Dec 2000 12:44:31 +0000
65940              Message-ID: <20001205124431.E74518@plum.flirble.org>
65941              
65942              Use report_evil_fh().
65943      Branch: perl
65944            ! opcode.pl opnames.h pp_hot.c util.c
65945 ____________________________________________________________________________
65946 [  7989] By: jhi                                   on 2000/12/05  14:21:27
65947         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
65948              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
65949              Date: Mon, 04 Dec 2000 22:21:59 -0800
65950              Message-ID: <HmIL6gzkgepS092yn@efn.org>
65951              
65952              Harness shouldn't ignore responses like "ok 3\r\r\n".
65953      Branch: perl
65954            ! lib/Test/Harness.pm
65955 ____________________________________________________________________________
65956 [  7988] By: jhi                                   on 2000/12/05  13:51:28
65957         Log: Integrate the "skip" messages to explain().
65958      Branch: perl
65959            ! t/lib/syslfs.t t/op/lfs.t
65960 ____________________________________________________________________________
65961 [  7987] By: jhi                                   on 2000/12/05  12:34:54
65962         Log: The one that got away in #7984.
65963              
65964              Subject: Re: dTHR - what and why?
65965              From: Michael Stevens <michael@etla.org> 
65966              Date: Tue, 5 Dec 2000 11:15:52 +0000
65967              Message-ID: <20001205111552.A4647@firedrake.org>
65968      Branch: perl
65969            ! sv.h
65970 ____________________________________________________________________________
65971 [  7986] By: gsar                                  on 2000/12/05  09:14:44
65972         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
65973              due to the notorious GetFileType() bug in Windows 9x, which fstat()
65974              tickles)
65975      Branch: perl
65976            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
65977 ____________________________________________________________________________
65978 [  7985] By: jhi                                   on 2000/12/05  05:49:03
65979         Log: Integrate perlio.
65980      Branch: perl
65981           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
65982           !> win32/perlhost.h win32/perllib.c
65983 ____________________________________________________________________________
65984 [  7984] By: jhi                                   on 2000/12/05  05:48:16
65985         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
65986      Branch: perl
65987            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
65988            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
65989            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
65990            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
65991            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
65992            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
65993            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
65994            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
65995            ! win32/win32.c
65996 ____________________________________________________________________________
65997 [  7983] By: nick                                  on 2000/12/04  23:27:43
65998         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
65999      Branch: perlio
66000            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
66001            ! win32/perlhost.h win32/perllib.c
66002 ____________________________________________________________________________
66003 [  7982] By: jhi                                   on 2000/12/04  19:44:09
66004         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
66005              uncovered by #7980.
66006      Branch: perl
66007            ! op.c
66008 ____________________________________________________________________________
66009 [  7981] By: jhi                                   on 2000/12/04  19:42:07
66010         Log: Subject: [PATCH] Trivial dump.c feature
66011              From: Simon Cozens <simon@cozens.net>
66012              Date: Mon, 4 Dec 2000 18:08:38 +0000
66013              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
66014              
66015              Show whether a constant is UTF-8.
66016      Branch: perl
66017            ! dump.c
66018 ____________________________________________________________________________
66019 [  7980] By: jhi                                   on 2000/12/04  19:36:51
66020         Log: UTF-8 hash keys, patch from Inaba Hiroto.
66021      Branch: perl
66022            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
66023 ____________________________________________________________________________
66024 [  7979] By: jhi                                   on 2000/12/04  17:36:28
66025         Log: Update Changes.
66026      Branch: perl
66027            ! Changes patchlevel.h
66028 ____________________________________________________________________________
66029 [  7978] By: jhi                                   on 2000/12/04  16:42:17
66030         Log: Retract #7977, still too volatile (the euphemism of the day
66031              for unfinished and buggy :-)
66032      Branch: perl
66033            ! doop.c hv.c pp.c sv.h
66034 ____________________________________________________________________________
66035 [  7977] By: jhi                                   on 2000/12/04  16:25:15
66036         Log: (Retracted by #7978, too shaky yet.)
66037              
66038              Subject: Re: utf8 in hash keys, implementor missing
66039              From: Simon Cozens <simon@cozens.net>
66040              Date: Sat, 2 Dec 2000 19:49:35 +0000
66041              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
66042              
66043              The first step at UTF-8 hash keys.
66044      Branch: perl
66045            ! doop.c hv.c pp.c sv.h
66046 ____________________________________________________________________________
66047 [  7976] By: jhi                                   on 2000/12/04  16:13:53
66048         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
66049              From: sthoenna@efn.org
66050              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
66051              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
66052      Branch: perl
66053            ! os2/os2.c perlio.c
66054 ____________________________________________________________________________
66055 [  7975] By: jhi                                   on 2000/12/04  16:05:25
66056         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
66057              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66058              Date: Thu, 30 Nov 2000 20:50:37 -0800
66059              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
66060      Branch: perl
66061            ! os2/os2.c
66062 ____________________________________________________________________________
66063 [  7974] By: jhi                                   on 2000/12/04  16:03:57
66064         Log: Subject: [PATCH] ++ 20% faster
66065              From: Nicholas Clark <nick@ccl4.org>
66066              Date: Mon, 4 Dec 2000 12:17:27 +0000
66067              Message-ID: <20001204121726.B52976@plum.flirble.org>
66068              
66069              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
66070      Branch: perl
66071            ! sv.c
66072 ____________________________________________________________________________
66073 [  7973] By: jhi                                   on 2000/12/04  16:00:48
66074         Log: 
66075              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
66076              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66077              Date: Mon, 04 Dec 2000 12:30:45 +0100
66078              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
66079              
66080              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
66081              library (getprotobyname and getprotobynumber are outversioned by
66082              the same calls in libc, at least for xlc version 3.
66083      Branch: perl
66084            ! hints/aix.sh
66085 ____________________________________________________________________________
66086 [  7972] By: jhi                                   on 2000/12/04  02:58:31
66087         Log: Integrate perlio.
66088      Branch: perl
66089           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
66090           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
66091           !> win32/win32.h win32/win32iop.h win32/win32thread.h
66092 ____________________________________________________________________________
66093 [  7971] By: nick                                  on 2000/12/04  00:24:33
66094         Log: Quieten some noise in Win32 builds:
66095              - win32.h is included after <sys/socket.h>, so need to 
66096              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
66097              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
66098      Branch: perlio
66099            ! doio.c perl.h toke.c win32/win32.h
66100 ____________________________________________________________________________
66101 [  7970] By: nick                                  on 2000/12/03  22:57:46
66102         Log: PERL_IMPLICIT_SYS compiles but does not work.
66103      Branch: perlio
66104            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
66105            ! win32/perlhost.h win32/perllib.c win32/win32.h
66106            ! win32/win32iop.h win32/win32thread.h
66107 ____________________________________________________________________________
66108 [  7969] By: jhi                                   on 2000/12/03  22:12:58
66109         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
66110              used to swash_init(), makes regprop() dumps more informative
66111              (+utf8::IsAlpha, -utf8::IsDigit, for example).
66112      Branch: perl
66113            ! regcomp.c regexec.c
66114 ____________________________________________________________________________
66115 [  7968] By: jhi                                   on 2000/12/03  21:39:56
66116         Log: Implement ANYOFUTF8 regprop() dumping.
66117      Branch: perl
66118            ! regcomp.c
66119 ____________________________________________________________________________
66120 [  7967] By: jhi                                   on 2000/12/03  20:57:19
66121         Log: Make uv_to_utf8() to zero-terminate its output buffer,
66122              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
66123      Branch: perl
66124            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
66125 ____________________________________________________________________________
66126 [  7966] By: nick                                  on 2000/12/03  18:41:21
66127         Log: Integrate mainline (STDCHAR)
66128      Branch: perlio
66129           !> Configure t/pragma/utf8.t
66130 ____________________________________________________________________________
66131 [  7965] By: jhi                                   on 2000/12/03  17:58:20
66132         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
66133      Branch: perl
66134            ! t/pragma/utf8.t
66135 ____________________________________________________________________________
66136 [  7964] By: jhi                                   on 2000/12/03  17:35:56
66137         Log: Integrate perlio.
66138      Branch: perl
66139           !> iperlsys.h perlio.c
66140 ____________________________________________________________________________
66141 [  7963] By: jhi                                   on 2000/12/03  17:33:55
66142         Log: Metaconfig unit change for #7962.
66143      Branch: metaconfig
66144            ! U/modified/stdchar.U
66145 ____________________________________________________________________________
66146 [  7962] By: jhi                                   on 2000/12/03  17:33:27
66147         Log: Untangle the <stdio.h> #include nest for the stdchar test,
66148              from Andy Dougherty.
66149      Branch: perl
66150            ! Configure
66151 ____________________________________________________________________________
66152 [  7961] By: nick                                  on 2000/12/03  16:53:00
66153         Log: Make iperlsys.h vector stdio not PerlIO.
66154      Branch: perlio
66155            ! iperlsys.h perlio.c
66156 ____________________________________________________________________________
66157 [  7960] By: nick                                  on 2000/12/03  14:43:01
66158         Log: Integrate mainline
66159      Branch: perlio
66160           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
66161           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
66162 ____________________________________________________________________________
66163 [  7959] By: jhi                                   on 2000/12/03  08:16:36
66164         Log: Use DO_UTF8().
66165      Branch: perl
66166            ! op.c
66167 ____________________________________________________________________________
66168 [  7958] By: jhi                                   on 2000/12/02  18:33:05
66169         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66170              From: Mike Guy <mjtg@cam.ac.uk>         
66171              Date: Sat, 02 Dec 2000 17:27:13 +0000
66172              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
66173              
66174              An extraneous argument.
66175      Branch: perl
66176            ! toke.c
66177 ____________________________________________________________________________
66178 [  7957] By: jhi                                   on 2000/12/02  18:22:32
66179         Log: A missing hunk.
66180      Branch: perl
66181            ! t/lib/net-hostent.t
66182 ____________________________________________________________________________
66183 [  7956] By: jhi                                   on 2000/12/02  18:06:20
66184         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
66185              From: Nicholas Clark <nick@ccl4.org>
66186              Date: Sat, 2 Dec 2000 14:28:27 +0000
66187              Message-ID: <20001202142827.A12308@plum.flirble.org>
66188              
66189              Test robustness.
66190      Branch: perl
66191            ! t/lib/net-hostent.t
66192 ____________________________________________________________________________
66193 [  7955] By: jhi                                   on 2000/12/02  17:58:06
66194         Log: Metaconfig unit change for #7954.
66195      Branch: metaconfig
66196            ! U/modified/stdchar.U
66197 ____________________________________________________________________________
66198 [  7954] By: jhi                                   on 2000/12/02  17:54:32
66199         Log: An inconvenient hang would happen if the stdio _ptr wasn't
66200              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
66201              would be grepping stdin for all eternity for the _ptr.)
66202      Branch: perl
66203            ! Configure
66204 ____________________________________________________________________________
66205 [  7953] By: jhi                                   on 2000/12/02  00:07:15
66206         Log: Update Changes.
66207      Branch: perl
66208            ! Changes patchlevel.h
66209 ____________________________________________________________________________
66210 [  7952] By: jhi                                   on 2000/12/01  23:54:47
66211         Log: Subject: Re: long shell lines
66212              From: Andy Dougherty <doughera@lafayette.edu>
66213              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
66214              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
66215              
66216              Split overly long shell command lines.
66217      Branch: perl
66218            ! lib/ExtUtils/MM_Unix.pm
66219 ____________________________________________________________________________
66220 [  7951] By: jhi                                   on 2000/12/01  23:48:02
66221         Log: The metaconfig unit change for #7950.
66222      Branch: metaconfig
66223            + U/modified/stdchar.U
66224 ____________________________________________________________________________
66225 [  7950] By: jhi                                   on 2000/12/01  23:47:39
66226         Log: Try to find stdchar also from <stdio_impl.h>.
66227      Branch: perl
66228            ! Configure config_h.SH
66229 ____________________________________________________________________________
66230 [  7949] By: jhi                                   on 2000/12/01  23:46:45
66231         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
66232              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
66233              Date: Fri, 1 Dec 2000 16:26:08 -0500
66234              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
66235              
66236              Reword the diagnostic message.
66237      Branch: perl
66238            ! pod/perldiag.pod
66239 ____________________________________________________________________________
66240 [  7948] By: nick                                  on 2000/12/01  22:49:43
66241         Log: Integrate mainline (for s/y/m as sub names stuff).
66242      Branch: perlio
66243           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
66244           !> t/pragma/warn/toke toke.c
66245 ____________________________________________________________________________
66246 [  7947] By: jhi                                   on 2000/12/01  20:55:41
66247         Log: Integrate perlio.
66248      Branch: perl
66249           !> perlio.c perliol.h t/io/pipe.t
66250 ____________________________________________________________________________
66251 [  7946] By: jhi                                   on 2000/12/01  20:36:51
66252         Log: Upgrade to CPAN 1.59_51, from Andreas König.
66253      Branch: perl
66254            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
66255 ____________________________________________________________________________
66256 [  7945] By: nick                                  on 2000/12/01  20:31:32
66257         Log: Integrate mainline
66258      Branch: perlio
66259           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
66260           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
66261           +> t/lib/net-hostent.t
66262           !> (integrate 35 files)
66263 ____________________________________________________________________________
66264 [  7944] By: jhi                                   on 2000/12/01  20:23:29
66265         Log: Some help for 20001130.011.  Now one gets warnings like
66266              "Ambiguous -f() resolved as a file test ..."
66267      Branch: perl
66268            ! pod/perldiag.pod t/pragma/warn/toke toke.c
66269 ____________________________________________________________________________
66270 [  7943] By: jhi                                   on 2000/12/01  19:44:44
66271         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
66272              that also breaks using them as methods. 
66273      Branch: perl
66274            ! pod/perldiag.pod t/op/misc.t toke.c
66275 ____________________________________________________________________________
66276 [  7942] By: nick                                  on 2000/12/01  17:56:46
66277         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
66278              Make 'unix' pass most tests
66279              - do unread by temporary push of layer ("pending") holding unread chars
66280              - fast_gets is now based on per-handle flag
66281              - relax one of io/pipe.t tests to allow print to fail and close to
66282              succeed so that it passes on unbuffered "unix" layer.
66283              Remaining fail is sporadic and a genuine race condition between
66284              parent/child in fork test.
66285      Branch: perlio
66286            ! perlio.c perliol.h t/io/pipe.t
66287 ____________________________________________________________________________
66288 [  7941] By: jhi                                   on 2000/12/01  15:28:58
66289         Log: (Retracted by #7943.)
66290              
66291              Reserve the short named string operator names.
66292      Branch: perl
66293            ! pod/perldiag.pod t/op/misc.t toke.c
66294 ____________________________________________________________________________
66295 [  7940] By: jhi                                   on 2000/12/01  06:45:53
66296         Log: Get the three different space character classes right under utf8.
66297      Branch: perl
66298            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
66299            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
66300            ! regexec.c t/op/pat.t utf8.c
66301 ____________________________________________________________________________
66302 [  7939] By: jhi                                   on 2000/12/01  03:26:26
66303         Log: Two more tests that make no sense in UTF-8 since the test
66304              data is not in UTF-8.
66305      Branch: perl
66306            ! t/op/regexp.t
66307 ____________________________________________________________________________
66308 [  7938] By: jhi                                   on 2000/12/01  03:20:39
66309         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
66310              should it be required inside regexen?
66311      Branch: perl
66312            ! regcomp.c t/op/regmesg.t
66313 ____________________________________________________________________________
66314 [  7937] By: jhi                                   on 2000/12/01  02:58:53
66315         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
66316              stored and restored, and thusly was trounced by the utf8 swash
66317              routines.
66318      Branch: perl
66319            ! regcomp.c
66320 ____________________________________________________________________________
66321 [  7936] By: jhi                                   on 2000/11/30  20:41:39
66322         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
66323              Why the different platforms behave so differently (core dump vs
66324              no core dump) on this bug is a but of a mystery, but if I had to
66325              guess I would mumble something like 'alignment'.
66326      Branch: perl
66327            ! sv.c
66328 ____________________________________________________________________________
66329 [  7935] By: jhi                                   on 2000/11/30  16:17:02
66330         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
66331              From: Robin Barker <rmb1@cise.npl.co.uk>
66332              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
66333              Date: Thu, 30 Nov 2000 14:27:12 GMT
66334      Branch: perl
66335            ! perlio.c toke.c
66336 ____________________________________________________________________________
66337 [  7934] By: jhi                                   on 2000/11/30  16:04:49
66338         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
66339      Branch: perl
66340            ! t/lib/net-hostent.t
66341 ____________________________________________________________________________
66342 [  7933] By: jhi                                   on 2000/11/30  06:07:26
66343         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
66344              From: Peter Prymmer <pvhp@forte.com>
66345              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
66346              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
66347              
66348              In VMS the localhost may be LOCALHOST.
66349      Branch: perl
66350            ! t/lib/net-hostent.t
66351 ____________________________________________________________________________
66352 [  7932] By: jhi                                   on 2000/11/30  01:11:11
66353         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
66354              From: Peter Prymmer <pvhp@forte.com>
66355              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
66356              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
66357              
66358              plus regen perlapi.pod.
66359      Branch: perl
66360            ! pod/perlapi.pod utf8.c
66361 ____________________________________________________________________________
66362 [  7931] By: jhi                                   on 2000/11/30  01:06:19
66363         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
66364              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
66365              Date:     Wed, 29 Nov 2000 17:15:11 EST
66366              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
66367      Branch: perl
66368            ! t/lib/filter-util.pl t/lib/filter-util.t
66369 ____________________________________________________________________________
66370 [  7930] By: jhi                                   on 2000/11/29  18:51:55
66371         Log: Update Changes.
66372      Branch: perl
66373            ! Changes patchlevel.h
66374 ____________________________________________________________________________
66375 [  7929] By: jhi                                   on 2000/11/29  18:50:55
66376         Log: Update the va_copy() metaconfig unit.
66377      Branch: metaconfig/U/perl
66378            ! need_va_copy.U
66379 ____________________________________________________________________________
66380 [  7928] By: jhi                                   on 2000/11/29  17:50:43
66381         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
66382              From: Dominic Dunlop <domo@computer.org>
66383              Date: Tue, 28 Nov 2000 16:41:57 +0100
66384              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
66385              
66386              Patch to catch a core dump in the Configure va_copy test.
66387      Branch: perl
66388            ! Configure config_h.SH
66389 ____________________________________________________________________________
66390 [  7927] By: jhi                                   on 2000/11/29  17:31:59
66391         Log: Retract #7921, the patch shouldn't be needed.
66392      Branch: perl
66393            ! sv.c
66394 ____________________________________________________________________________
66395 [  7926] By: jhi                                   on 2000/11/29  17:01:41
66396         Log: Make the Class::Struct import() wiser.
66397      Branch: perl
66398            ! lib/Class/Struct.pm t/lib/class-struct.t
66399 ____________________________________________________________________________
66400 [  7925] By: jhi                                   on 2000/11/29  16:36:33
66401         Log: All the core library users of Class::Struct seem to be
66402              using "use Class::Struct 'struct';" instead of the bare
66403              "use Class::Struct;", which isn't documented in Class::Struct.
66404              This can't be right.
66405      Branch: perl
66406            ! lib/File/stat.pm
66407 ____________________________________________________________________________
66408 [  7924] By: jhi                                   on 2000/11/29  16:32:15
66409         Log: A test works better if it has the right 1..$n output.
66410      Branch: perl
66411            ! t/lib/class-struct.t
66412 ____________________________________________________________________________
66413 [  7923] By: jhi                                   on 2000/11/29  16:29:11
66414         Log: Forgot to MANIFEST the new Net::hostent test.
66415      Branch: perl
66416            ! MANIFEST
66417 ____________________________________________________________________________
66418 [  7922] By: jhi                                   on 2000/11/29  16:27:49
66419         Log: Integrate perlio.
66420      Branch: perl
66421           !> iperlsys.h perlio.c
66422 ____________________________________________________________________________
66423 [  7921] By: jhi                                   on 2000/11/29  16:27:10
66424         Log: (Retracted by #7927.)
66425              
66426              Subject: [PATCH] Is infinity a number?
66427              From: Simon Cozens <simon@cozens.net>
66428              Date: Wed, 29 Nov 2000 14:48:20 +0000
66429              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
66430      Branch: perl
66431            ! sv.c
66432 ____________________________________________________________________________
66433 [  7920] By: jhi                                   on 2000/11/29  16:23:02
66434         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
66435              From: rspier@pobox.com (Robert Spier)
66436              Date: Wed, 29 Nov 2000 02:17:49 -0500
66437              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
66438              
66439              Add a test for Net::hostent.
66440      Branch: perl
66441            + t/lib/net-hostent.t
66442 ____________________________________________________________________________
66443 [  7919] By: jhi                                   on 2000/11/29  16:21:31
66444         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
66445              add a test for Class::Struct.
66446      Branch: perl
66447            + t/lib/class-struct.t
66448            ! MANIFEST lib/Class/Struct.pm
66449 ____________________________________________________________________________
66450 [  7918] By: jhi                                   on 2000/11/29  15:48:40
66451         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
66452              From: rspier@pobox.com (Robert Spier)
66453              Date: Wed, 29 Nov 2000 02:25:39 -0500
66454              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
66455              
66456              More checking in case someone has broken their services or
66457              protocol databases.
66458      Branch: perl
66459            ! ext/Sys/Syslog/Syslog.pm
66460 ____________________________________________________________________________
66461 [  7917] By: jhi                                   on 2000/11/29  15:46:25
66462         Log: Subject: [PATCH] $^O  win32 -> MSWin32
66463              From: rspier@pobox.com (Robert Spier)
66464              Date: Wed, 29 Nov 2000 02:17:38 -0500
66465              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
66466              
66467              plus similar nits for vms, err, VMS, and UNICOS.
66468      Branch: perl
66469            ! t/lib/syslfs.t t/op/lfs.t
66470 ____________________________________________________________________________
66471 [  7916] By: jhi                                   on 2000/11/29  15:42:51
66472         Log: Subject: [PATCH] Tokeniser debugging
66473              From: Simon Cozens <simon@cozens.net>
66474              Date: Wed, 29 Nov 2000 14:15:45 +0000
66475              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
66476      Branch: perl
66477            ! perl.c perl.h pod/perlrun.pod toke.c
66478 ____________________________________________________________________________
66479 [  7915] By: jhi                                   on 2000/11/29  15:41:36
66480         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66481              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66482              Date: Wed, 29 Nov 2000 02:13:14 -0500
66483              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
66484              
66485              OUT keyword nits.
66486              
66487              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
66488              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66489              Date: Wed, 29 Nov 2000 03:09:04 -0500
66490              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
66491              
66492              OUT and IN_OUT documentation.
66493      Branch: perl
66494            ! lib/ExtUtils/xsubpp pod/perlxs.pod
66495 ____________________________________________________________________________
66496 [  7914] By: jhi                                   on 2000/11/29  03:35:01
66497         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
66498              From: John Tobey <jtobey@john-edwin-tobey.org>
66499              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
66500              Message-Id: <m140e1N-000FOoC@feynman.localnet>
66501              
66502              plus a performance speedup noticed by Sarathy.
66503      Branch: perl
66504            ! op.c
66505 ____________________________________________________________________________
66506 [  7913] By: jhi                                   on 2000/11/29  03:16:59
66507         Log: Use "1 while unlink" so that VMS gets clean, too.
66508      Branch: perl
66509            ! t/lib/filter-util.t
66510 ____________________________________________________________________________
66511 [  7912] By: jhi                                   on 2000/11/29  03:09:08
66512         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
66513              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
66514              Date: Tue, 28 Nov 2000 03:27:09 -0500
66515              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
66516      Branch: perl
66517            ! lib/ExtUtils/xsubpp
66518 ____________________________________________________________________________
66519 [  7911] By: jhi                                   on 2000/11/29  03:06:30
66520         Log: This should have been part of #7872: no need to scan UTF-8
66521              until eternity.
66522      Branch: perl
66523            ! utf8.c
66524 ____________________________________________________________________________
66525 [  7910] By: jhi                                   on 2000/11/29  02:50:04
66526         Log: One more perltie.pod nit from Casey R. Tweten.
66527      Branch: perl
66528            ! pod/perltie.pod
66529 ____________________________________________________________________________
66530 [  7909] By: jhi                                   on 2000/11/29  02:44:23
66531         Log: Document the known sprintf test failures, exact standard
66532              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
66533      Branch: perl
66534            ! pod/perldelta.pod t/op/sprintf.t
66535 ____________________________________________________________________________
66536 [  7908] By: jhi                                   on 2000/11/29  02:36:23
66537         Log: Add the Encoding table format documentation.
66538      Branch: perl
66539            + ext/Encode/Encode/EncodeFormat.pod
66540            ! MANIFEST
66541 ____________________________________________________________________________
66542 [  7907] By: jhi                                   on 2000/11/29  02:07:24
66543         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
66544              From: "Casey R. Tweten" <crt@kiski.net>
66545              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
66546              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
66547              
66548              Subject: Re: [PATCH] Updating perltie.pod for arrays
66549              From: "Casey R. Tweten" <crt@kiski.net>
66550              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
66551              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
66552      Branch: perl
66553            ! pod/perltie.pod
66554 ____________________________________________________________________________
66555 [  7906] By: nick                                  on 2000/11/28  22:40:59
66556         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
66557      Branch: perlio
66558            ! iperlsys.h perlio.c
66559 ____________________________________________________________________________
66560 [  7905] By: nick                                  on 2000/11/28  22:04:34
66561         Log: Integrate mainline
66562      Branch: perlio
66563           !> (integrate 39 files)
66564 ____________________________________________________________________________
66565 [  7904] By: jhi                                   on 2000/11/28  16:44:43
66566         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
66567              From: Nicholas Clark <nick@babyhippo.co.uk>
66568              Date: Tue, 28 Nov 2000 11:16:57 +0000
66569              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
66570      Branch: perl
66571            ! pod/perlipc.pod
66572 ____________________________________________________________________________
66573 [  7903] By: jhi                                   on 2000/11/28  16:40:31
66574         Log: Subject: [PATCH] Updating perltie.pod for arrays
66575              From: "Casey R. Tweten" <crt@kiski.net>
66576              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
66577              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
66578      Branch: perl
66579            ! pod/perltie.pod
66580 ____________________________________________________________________________
66581 [  7902] By: jhi                                   on 2000/11/28  16:39:37
66582         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
66583              From: Robin Barker <rmb1@cise.npl.co.uk>
66584              Date: Mon, 27 Nov 2000 17:56:44 GMT
66585              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
66586      Branch: perl
66587            ! pod/perlfunc.pod t/op/split.t
66588 ____________________________________________________________________________
66589 [  7901] By: jhi                                   on 2000/11/28  16:28:04
66590         Log: setmode() is a DOSish-only thing.
66591      Branch: perl
66592            ! perlio.c
66593 ____________________________________________________________________________
66594 [  7900] By: jhi                                   on 2000/11/28  16:21:46
66595         Log: Subject: [PATCH] perlcc.PL cleanups
66596              From: Simon Cozens <simon@cozens.net>
66597              Date: Tue, 28 Nov 2000 12:44:35 +0000
66598              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
66599      Branch: perl
66600            ! utils/perlcc.PL
66601 ____________________________________________________________________________
66602 [  7899] By: gsar                                  on 2000/11/28  06:32:55
66603         Log: reintegrate files missed by change#7895
66604      Branch: maint-5.6/perl
66605           +> ext/ByteLoader/bytecode.h utils/Makefile
66606            - utils/perlbc.PL
66607 ____________________________________________________________________________
66608 [  7897] By: gsar                                  on 2000/11/27  18:22:47
66609         Log: can't integrate these two files, for some reason
66610      Branch: maint-5.6/perl
66611            - ext/ByteLoader/bytecode.h utils/Makefile
66612 ____________________________________________________________________________
66613 [  7895] By: gsar                                  on 2000/11/27  18:11:21
66614         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
66615              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
66616              6757..6890,6892..6901 from mainline
66617              
66618              Bytecompiler patches from Benjamin Stuhl.
66619              
66620              More bytecompiler.
66621              
66622              Subject: [PATCH blead] B:: missing dependency
66623              
66624              Subject: [PATCH: 6757] configure.com updates and syslog build
66625              
66626              Long double Gconvert fixes from Yitzchak Scott-Thoennes
66627              and Spider Boardman.
66628              
66629              Subject: [PATCH blead] nextchar() abuse misses an optimisation
66630              
66631              Long double fixes from Spider Boardman.
66632              
66633              Make the selection of NVff et al stricter.
66634              
66635              cSVOPo_*v things index into the current PL_curpad
66636              under ithreads, which is different from the curpad
66637              used by the XSUB.  (In other words, the code as-is
66638              before this patch wouldn't work under ithreads.)
66639              
66640              Be portable.
66641              
66642              VMS MMS (make) wants null action.
66643              
66644              Mac and other portability updates from Chris Nandor.
66645              
66646              Storable support, v-version fixes.
66647              Subject: CPAN.pm beta for testing available
66648              
66649              Portability fix from Hugo van der Sanden.
66650              
66651              Bad makefile.
66652              
66653              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
66654              
66655              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
66656              
66657              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66658              
66659              Replace #6705 with a minimal doc patch.
66660              Subject: [PATCH 5.6.0] replace change #6705
66661              
66662              Drop the separate perlbc, perlcc -b should be enough.
66663              
66664              installperl couldn't tell whether it had run tests or not.
66665              Subject: [PATCH] Re: installperl and t/TEST
66666              
66667              Add silencer flags to installperl.
66668              Subject: [PATCH] Making installperl silent.
66669              
66670              Make "make install" by default silent.  A new "install-verbose"
66671              target is verbose.
66672              
66673              More liberal parsing of version numbers.
66674              Subject: Re: CPAN.pm beta for testing available
66675              
66676              Create directories in silence.
66677              Subject: [PATCH] Another silencer for MakeMaker
66678              
66679              DOS patches and portability/porting notes, from Tim Jenness.
66680              
66681              Make installman to recognize the silence flag -S.
66682              
66683              Actually do something with the silencer option.
66684              
66685              Continue silencing.
66686              
66687              Show the doc file, not the temp file.
66688              
66689              Regen perltoc.
66690              
66691              Subject: [PATCH] More silencing of installman.
66692              
66693              Better wording for the vec lvalue diagnostic.
66694              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
66695              
66696              Subject: [PATCH: 6805] several more tweaks to configure.com
66697              
66698              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
66699              
66700              Missing parts of 
66701              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
66702              
66703              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
66704              (applied slightly modified)
66705              
66706              installperl --verbose and --silent.
66707              Subject: Re: [PATCH] More silencing of installman.
66708              
66709              Add install-silent target.
66710              
66711              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
66712              the problem reported in
66713              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
66714              
66715              Tweak the sfio/useperlio logic, hopefully as wished in
66716              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
66717              
66718              One forgotten file from #6816.
66719              
66720              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
66721              
66722              Remove duplicately applied patch shards.
66723              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
66724              
66725              Support preserving extremely big/small angles.
66726              
66727              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
66728              
66729              Subject: [PATCH] installation not quite silent yet.
66730              
66731              Update the test count.
66732              
66733              Use UVxf, PTR2UV, NVff.
66734              
66735              Document PTR2XX and INT2PTR.
66736              
66737              no-install target a la make -n.
66738              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
66739              
66740              grep -e isn't portable.
66741              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
66742              
66743              Can't get the test to reliably work thanks to the
66744              inaccurateness of floating point.  "Resolves" bug ids
66745              20000826.003, 20000826.009, 20000826.010,
66746              
66747              Subject: installman buglet
66748              
66749              DJGPP update from Laszlo Molnar.
66750              
66751              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66752              
66753              Passing -R in ldflags makes now it to appear in the default
66754              for lddlflags, just like with -L.
66755              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
66756              
66757              Test nit.
66758              
66759              Use the actual thread type, not the pointer-to-struct.
66760              
66761              Provice virtual $Config{ccflags_nolargefiles} etc. 
66762              
66763              display_format used as a class method without arguments was broken,
66764              reported in
66765              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
66766              
66767              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
66768              
66769              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
66770              
66771              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
66772              
66773              opmini.o may be left around if a build is interrupted.
66774              
66775              Typo in #6858.
66776              
66777              Fix for ID 20000828.001, long doubles were not formatted
66778              correctly (showed up in $], which stopped installing perl).
66779              
66780              An attempt to fix the problem reported in
66781              Subject: Building perl@6856 using gcc/AIX 4.3.3 
66782              I can't test this properly since the gcc installation I have
66783              access to seems to be botched (gcc is calling the AIX cpp,
66784              a losing proposition...)
66785              
66786              Add -ld to archname on long tr...double platforms.
66787              
66788              Subject: hv.h Doc Patch
66789              
66790              Potential cruft.
66791              
66792              Subject: [PATCH bleedperl@6856] warnings fixes
66793              
66794              -S is the silent flag, -s is the strip flag.
66795              Subject: [PATCH] Re: [PATCH] make no-install          
66796              
66797              Take out the SUIDMAIL thing, that will not be
66798              a problem in 5.7.*.
66799              
66800              Subject: [PATCH bleedperl@6866] spellings
66801              
66802              Subject: [PATCH] Re: files not cleaned even by veryclean
66803              
66804              Use minimal @INC in tests, most of the time just '../lib',
66805              so that we simply can't pick up stuff from other Perls than
66806              the one we are testing.  Pointed out by
66807              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
66808              
66809              Update to Getopt::Long 2.24, from Johan Vromans.
66810              
66811              Fix for thinko in #6848.
66812              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
66813              
66814              Patches all over for people and the files they (hopefully) care about.
66815              
66816              Subject: Net::protoent does not export 'getproto'
66817              
66818              Missed a change in #6869.
66819              
66820              Subject: [PATCH] Warnings in B::Deparse
66821              
66822              Subject: [PATCH] Glob dumping
66823              
66824              Disable one of the tests for now.
66825              
66826              Disabling the one test is a bit tricky.
66827              
66828              Don't forget to tidy up.
66829              
66830              The #6881 removed one dump line.
66831              
66832              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
66833              
66834              Under usethreads the dumped variable is IN_PAD.
66835              Subject: Re: [PATCH] Glob dumping
66836              
66837              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
66838              
66839              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
66840              
66841              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
66842              
66843              Regen Configure for #6894.
66844              
66845              Subject: [PATCH: 6889] updates to perlebcdic.pod
66846              
66847              Undo namespace pollution of #6878.
66848              Subject: Re: Net::protoent does not export 'getproto'
66849              
66850              Admit that we are leaking scalars.
66851              
66852              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
66853      Branch: maint-5.6/perl
66854           !> (integrate 271 files)
66855 ____________________________________________________________________________
66856 [  7894] By: gsar                                  on 2000/11/27  16:00:34
66857         Log: a couple of nits
66858      Branch: maint-5.6/perl
66859            ! MANIFEST pp_sys.c
66860 ____________________________________________________________________________
66861 [  7893] By: gsar                                  on 2000/11/27  15:10:56
66862         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
66863              6740..6745,6747..6757,6760
66864              
66865              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
66866              
66867              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
66868              
66869              Doc nits spotted by Richard Soderberg.
66870              
66871              move WNOHANG definition to where other such things are
66872              
66873              Make $Config{byteorder} more magical so that it is
66874              dynamically computed: nice for 'fat binaries'.
66875              Subject: [PATCH]: default byteorder
66876              
66877              Subject: [PATCH] Cwd.pm now uses strict
66878              
66879              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
66880              
66881              Get -DLEAKTEST to compile (not necessarily to work, mind)
66882              Subject: [ID 20000724.006] -DLEAKTEST problem
66883              
66884              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
66885              
66886              Add perlebcdic from Peter Prymmer, regen toc.
66887              
66888              Don't propose using modules built for 5.005 if no binary
66889              compatibility with 5.005 is attempted.
66890              
66891              Do not use prototyping here.
66892              Subject: [ID 20000817.016] [PATCH] Peek.xs
66893              
66894              Document what the backtick returns if the command fails.
66895              
66896              Add byteorder to the myconfig output.
66897              
66898              Introduce NVef, NVff, and NVgf, use the middle one.
66899              (helps for lib/peek + Linux + long doubles)  Reported in
66900              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66901              Use NVs in POSIX math, not doubles.
66902              Subject: [ID 20000817.014] POSIX & modfl
66903              
66904              Subject: [PATCH 5.6.0+] newSVrv() memory leak
66905              
66906              The byteorder code in #6671 was wrong.
66907              
66908              Fix the lib/complex failure of
66909              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
66910              Linux long double accuracy issue: something that
66911              when printed with %g looks like "2" but int() of it is 1.
66912              
66913              Propagate new Configure vars.
66914              
66915              Unbuffer the output.
66916              
66917              Subject: [PATCH] perltrap.pod spring cleaning
66918              
66919              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
66920              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
66921              
66922              Tiny Getopt::Long patch from Johan Vromans.
66923              
66924              Document code point which makes if (defined %stash::) to work
66925              (noted by Spider Boardman).
66926              
66927              Subject: [PATCH perl@6698] cygwin port
66928              
66929              Document the NDBM_File and ODBM_File as SDBM_File
66930              was documented in #6417.
66931              
66932              The new tests were missing from #6415.
66933              
66934              Add [[:blank:]] as suggested in
66935              Subject: [ID 20000716.024] [=cc=] / [:blank:]
66936              (the [=cc=] has already been taken care of by #6439
66937              so the whole bug report can be closed)
66938              and make [[:space:]] to be equivalent to isspace(3)
66939              (as opposed to \s, which is isSPACE()).  The difference
66940              is that now [[:space:]] matches the mythical vertical tab,
66941              while \s doesn't.
66942              
66943              Don't eat leading os from index entries.
66944              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
66945              
66946              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
66947              
66948              Typo in pp_complement().
66949              Subject: [PATCH perl-current] Deparse
66950              
66951              Add warnif(), check warnings further up the stack,
66952              all the warnings functions now can take an optional object reference.
66953              Subject: [PATCH bleedperl@6691] warnings pragma update
66954              
66955              Fix a core dump in lib/selfloader under -DDEBUGGING.
66956              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
66957              
66958              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
66959              
66960              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
66961              
66962              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
66963              Put back the long double avoidance code to POSIX.xs
66964              because VMS seems to need it still.
66965              
66966              Introduce a 'veryclean' target that is like 'distclean'
66967              but also removes *~ and *.orig.
66968              
66969              Subject: [ID 20000817.023] endianness description in perlfunc.pod
66970              
66971              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
66972              
66973              Let's try #6717 again.
66974              
66975              UTF8 concat fixes.
66976              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
66977              
66978              pp_open() could pass an uninitialized filename down to do_open9().
66979              
66980              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
66981              
66982              Update to CGI 2.72, from Lincoln Stein.
66983              
66984              Subject: [PATCH] Silence MakeMaker (Was: installman)
66985              
66986              Use temporary directory instead of current directory.
66987              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
66988              
66989              Document odd vs even subreleases and -Dusedevel.
66990              
66991              The veryclean target needs to clobber.
66992              
66993              Use File::Spec->tmpdir().
66994              
66995              Document the number of exponent digits.
66996              
66997              Mention perlebcdic and perlposix-bc.
66998              
66999              s/this one/the 5.6.0 release/
67000              
67001              The #6724 is here.
67002              
67003              The correct cleaning order is an art.
67004              
67005              small tweaks for change#6705: avoid C++ style comments in C code;
67006              use Perl's malloc API rather than the low level system one
67007              
67008              Array context keeps slithering in.
67009              
67010              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
67011              
67012              Subject: [PATCH] os2.c fix for use64bitint
67013              
67014              Update to Pod::LaTeX 0.53.
67015              Subject: [PATCH] lib/Pod/LaTeX.pm updates
67016              
67017              Document the endianness of Alpha more precisely.
67018              
67019              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
67020              
67021              Rename the macro argument because some preprocessors
67022              can't tell the difference and expand arguments also inside
67023              double quoted strings.
67024              
67025              free TLS slot properly on Windows
67026              
67027              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
67028              
67029              Unicos/mk requires elaborate paranoia.
67030              
67031              Tweak the floating point output routine preferences.
67032              
67033              Also under djgpp the timestamps are funky.
67034              
67035              Apply some PodParser 1.18 patches; the Pod/Find.pm
67036              patches cannot be applied since #6712 conflicts.
67037              
67038              Use PodParser 1.18 new test.
67039              
67040              A pod nit.
67041              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
67042              
67043              Be verydeepclean.
67044      Branch: maint-5.6/perl
67045           +> pod/perlebcdic.pod
67046           !> (integrate 106 files)
67047 ____________________________________________________________________________
67048 [  7892] By: jhi                                   on 2000/11/27  15:02:32
67049         Log: Update Changes.
67050      Branch: perl
67051            ! Changes patchlevel.h
67052 ____________________________________________________________________________
67053 [  7891] By: jhi                                   on 2000/11/27  14:57:23
67054         Log: Subject: Re: perlfaq style changes
67055              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67056              Date: Sat, 25 Nov 2000 23:32:26 -0800
67057              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
67058              
67059              plus a note from Ronald Kimball.
67060      Branch: perl
67061            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
67062 ____________________________________________________________________________
67063 [  7890] By: jhi                                   on 2000/11/27  14:53:14
67064         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
67065              From: Benjamin Holzman <bah@ecnvantage.com>
67066              Date: Sun, 26 Nov 2000 16:27:33 -0500
67067              Message-ID: <20001126162733.J25040@ecnvantage.com>
67068      Branch: perl
67069            ! gv.c
67070 ____________________________________________________________________________
67071 [  7889] By: jhi                                   on 2000/11/27  14:43:11
67072         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
67073              From: lvirden@cas.org
67074              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
67075              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
67076      Branch: perl
67077            ! README.amiga
67078 ____________________________________________________________________________
67079 [  7888] By: jhi                                   on 2000/11/27  14:32:34
67080         Log: Restore also the locale test to no-sprintf-taint state.
67081              Fixes the bug 20001127.003.
67082      Branch: perl
67083            ! sv.c t/pragma/locale.t
67084 ____________________________________________________________________________
67085 [  7887] By: gsar                                  on 2000/11/27  14:13:05
67086         Log: integrate changes#6613..6616,6620..6665 from mainline
67087              
67088              VMS configure.com update continues.
67089              
67090              Subject: Test fails / warnings with perl-current #6612
67091              
67092              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
67093              
67094              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67095              
67096              For now remove the mail code.
67097              
67098              Subject: Re: [PATCH] @+, @- readonly
67099              
67100              Subject: warning: storage class after type is obsolescent
67101              
67102              Subject: sfio2000
67103              
67104              Subject: Re: File::Temp problems on VMS in bleedperl
67105              
67106              README.os2 update.
67107              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
67108              
67109              Make the user to give up his firstborn, err, to knowingly
67110              verify installing an unstable developer release.  Also bump
67111              the release to 5.7.0, but leave a patch tag in the local
67112              patches saying that this is not yet the real thing.
67113              
67114              Update (kinda) to Test 1.14, from Joshua Pritikin.
67115              
67116              make ok etc also for win32.
67117              
67118              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
67119              
67120              Don't blow limited stacks, a lower number is enough to
67121              tickle the lookbehind limit.
67122              
67123              Use -Dusedevel; regen Configure and the respective Porting stuff.
67124              
67125              Subject: [PATCH] debugger exit code should reflect user exit code
67126              
67127              Subject: [PATCH perl@6620] cygwin port
67128              
67129              Missed a file from #6638.
67130              
67131              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)
67132              
67133              magic callbacks all need to have same type signature
67134              
67135              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
67136              
67137              Fix a dependency problem.
67138              Subject: [PATCH: 6640] VMS Makefile.SH update
67139              
67140              The numeric locale was reset to "C" by s?printf and never restored.
67141              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
67142              No test since adding the failing example to locale.t
67143              does not fail -- probably because the locale settings are so
67144              thoroughly tweaked by that time.  Running the example standalone
67145              does fail, though.  UPDATE: test case added at change #7540.
67146              
67147              Subject: [ID 20000324.040] minor fix to perlhpux.pod
67148              
67149              Update to CPAN 1.57.
67150              
67151              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
67152              
67153              Change the perlbug address to perl.org since it's more forgiving.
67154              
67155              Change the regx compilation error markers to use = instead of <
67156              since pod makes using the latter quite messy.  Reported in
67157              ID 20000814.006 by Abigail and in
67158              Subject: Unknown escape E<> ?
67159              
67160              Update to perldebtut 1.9, from Richard Foley.
67161              
67162              check that the number pseudo children doesn't exceed
67163              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
67164              the WaitForMultipleObjects() limit that would cause wait()
67165              to crash)
67166              wait() and waitpid() could potentially be rewritten to use
67167              more than one thread to do the waiting to eliminate this
67168              limitation
67169              
67170              change#6328 could make close(SOCKET) return false on windows
67171              when it shouldn't
67172              
67173              pod nit seen in passing
67174              
67175              on windows, the return values from wait() and waitpid() don't
67176              match those of pseudo-pids
67177              
67178              waitpid() now handles externally spawned pids correctly;
67179              fixes for backtick/wait/waitpid failures on Windows 9x
67180              these changes make the pid returned by process functions on
67181              Windows 9x always positive by clearing the high bit (which
67182              is always set on Win9x); pseudo-process PIDs are likewise
67183              always negative now on Win9x (just as on NT/2000)
67184              
67185              trailing new %ENV entries weren't being pushed into the real
67186              environment of subprocesses on Windows
67187              
67188              Tweak the regex compilation errors once more.
67189              
67190              avoid warnings from dense compiler
67191              
67192              add "ok" targets from change#6632 in makefile.mk
67193      Branch: maint-5.6/perl
67194            - lib/Pod/PlainText.pm vms/configure.com
67195           !> (integrate 66 files)
67196 ____________________________________________________________________________
67197 [  7886] By: jhi                                   on 2000/11/27  13:54:18
67198         Log: __FUNCTION__ isn't portable and trying to emulate it leads
67199              into practically spelling out the name of the function.
67200              Takes care of the bug 20001127.001.
67201      Branch: perl
67202            ! perlio.c
67203 ____________________________________________________________________________
67204 [  7885] By: gsar                                  on 2000/11/27  13:53:18
67205         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
67206              6610..6611 from mainline
67207              
67208              Make regular expression parse error messages easier to understand.
67209              Subject: Re: enhanced(?) regex error messages
67210              
67211              Tiny tidying on report_evil_fh().
67212              
67213              Subject: Re: enhanced(?) regex error messages 
67214              plus Capitalize the error messages, plus perldiag them.
67215              
67216              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
67217              
67218              Document here-doc better.
67219              
67220              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
67221              
67222              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
67223              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
67224              (either perlbug or p5p ate the original), plus regen
67225              perlapi and perltoc. 
67226              
67227              Regen global.sym.
67228              
67229              Double check that we have a dirhandle.
67230              
67231              Subject: Re: enhanced(?) regex error messages
67232              (plus two small patches sent privately)
67233              (this still seems to leave few test failures)
67234              
67235              warn is a macro, avoid using at a variable to avoid warnings
67236              in some configurations; readdir.t is too conservative in
67237              estimating number of *.t's
67238              
67239              Get back into sync with Jeffrey on the enhanced regex warnings.
67240              
67241              Subject: [PATCH 5.6.0] cygwin port
67242              
67243              Zero entries were skipped, fix from Adrian Goalby
67244              <argoalby@yahoo.co.uk>
67245              
67246              Subject: Remove dead entry in perldiag
67247              
67248              Amend the description of Perl6.
67249              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
67250              
67251              detypo
67252              
67253              It's the 2ndO'ROSSC.
67254              
67255              Revert the sv.c part of #6559, a better fix is needed.
67256              
67257              Iterating perl6 description.
67258              
67259              Update to Term::ANSIColor 1.03, from Russ Allbery.
67260              
67261              Update to Getopt::Long 2.23_05, from Johan Vromans.
67262              
67263              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
67264              
67265              Update to Pod::Parser 1.17, from Brad Appleton.
67266              
67267              Update to CPAN 1.56, from Andreas König.
67268              
67269              Update to CGI 2.70, from Lincoln Stein.
67270              
67271              Put back the std @INC thing.
67272              
67273              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
67274              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
67275              
67276              Document the IO::Select timeout.
67277              
67278              sleep(1) does not necessarily return 1.
67279              Subject: [PATCH bleadperl] op/lex_assign.t  
67280              
67281              Subject: debugger "d" command doesnt check line number
67282              
67283              B::Deparse didn't do sub attributes.
67284              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67285              
67286              Preprocessing and postprocessing for File::Find.
67287              Subject: Patch to Find::File.pm to allow alphabetical results
67288              
67289              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
67290              
67291              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
67292              
67293              Subject: Re: [ID 20000730.003] utf8::length() bad
67294              
67295              Subject: Getting perlio and threads to compile
67296              (the Solaris version changes in Configure skipped)
67297              
67298              Tests for #6589.
67299              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
67300              
67301              Add Perl debugging tutorial, regen toc. 
67302              Subject: perldebtut.pod
67303              
67304              Add a few missing files, update MANIFEST.
67305              
67306              Rewrite of vms/subconfigure.com as configure.com,
67307              from Peter Prymmer and the vmsperl crew.
67308              
67309              Should have deleted this in #6603.
67310              
67311              Fix the test for 5005threads.
67312              
67313              Fix-n-skip the tests under 5005threads.
67314              
67315              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
67316              
67317              Upgrade to CGI 2.71, from Lincoln Stein.
67318      Branch: maint-5.6/perl
67319           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
67320           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
67321           +> t/op/regmesg.t t/pod/find.t vms/configure.com
67322            - vms/subconfigure.com
67323            ! lib/lib.pm
67324           !> (integrate 115 files)
67325 ____________________________________________________________________________
67326 [  7884] By: jhi                                   on 2000/11/27  13:44:33
67327         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
67328              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
67329              Date:     Mon, 27 Nov 2000 08:23:54 EST
67330              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
67331      Branch: perl
67332            ! vms/descrip_mms.template vms/test.com
67333 ____________________________________________________________________________
67334 [  7883] By: gsar                                  on 2000/11/27  11:50:46
67335         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
67336              6511..6513,6515..6523,6525..6536
67337              
67338              The swallow_bom() saga continues.  The #23 of require.t
67339              (UTF16-LE) still fails (silently, no output) but the #22
67340              (UTF16-BE) seems to be working now.  The root of the
67341              failure may be in sv_gets(): is it UTF-16LE-aware,
67342              especially when it comes to line endings? 
67343              
67344              Document the problem with -P in HP-UX and its workaround.
67345              
67346              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
67347              (aka ID 20000730.002)
67348              
67349              Subject: fix and question re: waitpid() under win32
67350              
67351              Make the safety catch for buggy gccs work with triple version
67352              numbers like 2.95.2.  Reported in
67353              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
67354              
67355              In Digital UNIX warn if gcc explicitly chosen because even
67356              2.95.2 is known to cause problems.
67357              
67358              Make chr() for values >127 to create utf8 when under utf8.
67359              
67360              various syntax errors and such (not fixed: comp/require.t#22 coredump
67361              on Windows)
67362              
67363              Stash away the largefiles flags and libswanted.
67364              
67365              BOM patching from Simon Cozens.
67366              
67367              If gccosandvers is equal to osname, clear gccosandvers.
67368              
67369              Make p4desc to skip non-mainperl branches by default.
67370              
67371              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
67372              
67373              The test from this
67374              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
67375              
67376              In new BSDs changes to argv[] do not show up in ps(1) output,
67377              instead one must use setproctitle().  This was already addressed
67378              by change #6457, but the below has a new variant for FreeBSD 4.0
67379              or later, and the matter is also documented more.
67380              
67381              FreeBSD 3.* updates from
67382              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
67383              
67384              regen_headers, regen perltoc.
67385              
67386              Document in one place the memory abstractions used in Perl core.
67387              
67388              memcpy has n o in it, as pinted ut by Sarathy.
67389              
67390              Remove the extraneous "main::" prefix from all the
67391              "opened only for", "on closed", and "never opened" warnings.
67392              
67393              The name of a filehandle does not have <these>.
67394              
67395              The tr utf8 patching continues.
67396              
67397              The new setproctitle() feature is available only in 
67398              bleeding edge FreeBSD.  From Paul Saab.
67399              
67400              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
67401              
67402              Dump UVs as UVs in Data::Dumper.
67403              
67404              detypo #6494
67405              
67406              Document the IVdf UVuf UVof UVxf.
67407              
67408              require.t needs binmode() to work on windows
67409              
67410              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
67411              that are hopefully soon put into use.
67412              
67413              Allow "no Module;" even if there is no 'unimport'.
67414              
67415              Better skip message for the test; one of the two problems in
67416              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
67417              
67418              The subtest 4 may fail also on VOBS, as pointed out
67419              by Nick Ing-Simmons in November 1999, bug id 19991124.003
67420              (but the failure in that bug report isn't the subtest 4).
67421              
67422              Be more informative on what is skipped and why,
67423              also repeat the list at the end.
67424              
67425              Add a URL for FSF.
67426              
67427              Subject: [PATCH] sv.h documentation - SvLEN
67428              
67429              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
67430              
67431              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
67432              
67433              Subject: [PATCH] bad cppsymbols on os2 + Configure question
67434              
67435              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
67436              
67437              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
67438              mention the idea of @( and @)
67439              
67440              This is 6512.  Really.
67441              
67442              Subject: [ID 19990721.004] Documentation bug in perlfunc
67443              
67444              Subject: Minor tweak to perlvar.pod
67445              
67446              In the warnings call filehandles consistently so;
67447              add "unopened" warning for stat().
67448              
67449              After the #6519 a warning about stat() is just that,
67450              not about a filetest, which now have their own warning.
67451              
67452              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
67453              
67454              Subject: Re: Array vs. List context
67455              
67456              Subject: New perlcc, take 2
67457              
67458              Weed buglets pointed out by
67459              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
67460              
67461              gcc versions might have (parentheses) in them.
67462              
67463              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
67464              
67465              Essential prototype changes were missing from #6527.
67466              Also make report_evil_fh() more bomb-proof.
67467              
67468              Zap lib/Sys directory when cleaning up.
67469              
67470              Change the Policy policy: now -Dprefix= with an existing
67471              Policy.sh and prefix == siteprefix == vendorprefix, then all
67472              of them follow along the new prefix.
67473              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
67474              
67475              Continue fixing the io warnings.  This also
67476              sort of fixes bug ID 20000802.003: the core dump
67477              is no more.  Whether the current behaviour is correct
67478              (giving a warning: "Not a format reference"), is another matter.
67479              
67480              Have symbols for the IoTYPEs.
67481              
67482              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
67483              
67484              Document a bit that UDP is not what you might think.
67485              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
67486              tr memory corruption fix from Simon Cozens.
67487              
67488              Plug the security hole described in the Aug 05 2000 bugtraq message
67489              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
67490              The security hole exists only in suidperls, which isn't
67491              installed or even built by default.
67492      Branch: maint-5.6/perl
67493           !> (integrate 71 files)
67494 ____________________________________________________________________________
67495 [  7882] By: gsar                                  on 2000/11/27  10:25:36
67496         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
67497              from mainline
67498              
67499              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
67500              to be fatal errors (instead of by default ignoring them, and
67501              ignoring with a bug: even though -w gave an error, the opening [
67502              was left in)  Reported in:
67503              
67504              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
67505              
67506              Subject: [PATCH] split /^/
67507              
67508              MacOS nits from Matthias Neeracher.
67509              
67510              More split() doc and test patches from Mike Guy.
67511              
67512              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
67513              from Graham Barr in the module list.
67514              
67515              docfix from Peter Scott <Peter@PSDT.com>.
67516              
67517              File::Temp patches for VMS and OS/2 from Tim Jenness.
67518              
67519              open() wariness in perlbug.
67520              
67521              Subject: [PATCH] minor doc change - perlguts
67522              
67523              Subject: Minor doc patch: handy.h
67524              
67525              Be wary of close()s, too.
67526              
67527              Further File::Temp patches from Yitzchak Scott-Thoennes
67528              and Craig A. Berry.
67529              
67530              Subject: [PATCH] fixes bug 20000508.004
67531              
67532              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
67533              
67534              Allow "no AutoLoader;", based on change #6444,
67535              suggested by Graham Barr.
67536              
67537              Use setproctitle() if available to modify $0.
67538              
67539              Warn if the version of the operating system used to compile gcc
67540              differs from the current version of the operating system.
67541              Also display the gcc compilation os and version in myconfig.
67542              Inspiration from
67543              
67544              Tiny fixes for #6460.
67545              
67546              The problem described in this
67547              Subject: [ID 20000322.018] named chars aren't magical enough
67548              has been fixed in perl 5.6.0 but just in case added a test
67549              to keep it away.  (The report from Joseph Hall.)
67550              
67551              Tune the comments and hopefully stop a memory leak.
67552              
67553              Subject: UTF8 concat
67554              (with a memory leak fixed, plus a few casts added)
67555              This also seems to help for
67556              Subject: [ID 20000716.015] join UTF8 weirdness
67557              
67558              Do not upgrade SVs into utf8 just because they participate
67559              in eq or cmp.  Reported and fix suggested in
67560              Subject: [ID 20000720.009] sv_eq UTF8 bug
67561              
67562              Fix the HALF_UPGRADE() macro introduced in #6263.
67563              
67564              Find green threads before native threads.
67565              Subject: Re: Patch to jpl/JNI/Makefile.PL
67566      Branch: maint-5.6/perl
67567           !> (integrate 30 files)
67568 ____________________________________________________________________________
67569 [  7881] By: jhi                                   on 2000/11/27  05:48:41
67570         Log: It seems that *both* the unused submatch loop cleanup
67571              codes are needed.
67572      Branch: perl
67573            ! regexec.c
67574 ____________________________________________________________________________
67575 [  7880] By: jhi                                   on 2000/11/27  04:50:07
67576         Log: Clean .exists deeper.
67577      Branch: perl
67578            ! Makefile.SH
67579 ____________________________________________________________________________
67580 [  7879] By: jhi                                   on 2000/11/27  02:31:35
67581         Log: The code in regcppop() (see #7878) contains the correct lower
67582              limit for the unused submatch 'cleanup' loop so that under
67583              "use utf8" the following code wouldn't dump core:
67584              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
67585              the cleanup loop in regtry() stomped beyond allocated area
67586              in the startp[] array.  Therefore, copied the correct lower
67587              loop limit (*PL_reglastparen) to regtry().  Note: something
67588              may still not be quite right: why was the _higher_ loop limit
67589              (prog->nparens) different in the utf8 case?
67590              
67591              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
67592              without core dumps, there were about 17 of them before
67593              the patch (with us since Perl 5.7.0).  Two failures, still:
67594              496 and 505 (though these may not be severe).
67595              
67596              Patch #7881 is also needed since both the cleanup loops
67597              seem to be needed.
67598              
67599              Also, the t/op/pat#44 seems to core dump under utf8.
67600              Plus a couple of failures.  UGH-8.
67601      Branch: perl
67602            ! regexec.c
67603 ____________________________________________________________________________
67604 [  7878] By: jhi                                   on 2000/11/27  02:21:17
67605         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
67606              the code in regcppop() seems to be redundant for the test suite --
67607              but it contains a germ of truth, and it needed for the build
67608              process itself: see #7879 and #7881.
67609      Branch: perl
67610            ! regexec.c
67611 ____________________________________________________________________________
67612 [  7877] By: jhi                                   on 2000/11/27  01:53:09
67613         Log: Comment on comment.
67614      Branch: perl
67615            ! regexec.c
67616 ____________________________________________________________________________
67617 [  7876] By: jhi                                   on 2000/11/27  00:49:59
67618         Log: Adjust the docs to agree with #7875.
67619      Branch: perl
67620            ! pod/perllocale.pod
67621 ____________________________________________________________________________
67622 [  7875] By: jhi                                   on 2000/11/27  00:49:27
67623         Log: Retract #7863.  It makes more sense not to taint formatted output,
67624              not even by sprintf().
67625      Branch: perl
67626            ! sv.c
67627 ____________________________________________________________________________
67628 [  7874] By: jhi                                   on 2000/11/26  23:36:02
67629         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
67630              Not really fixed (should really dump the UTF-8 charclass),
67631              but stopped displaying the garbage.
67632              
67633              Also add a note on the (missing) Unicode PSXSPC and BLANK.
67634      Branch: perl
67635            ! regcomp.c
67636 ____________________________________________________________________________
67637 [  7873] By: jhi                                   on 2000/11/26  21:31:13
67638         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
67639      Branch: perl
67640            ! regexec.c
67641 ____________________________________________________________________________
67642 [  7872] By: jhi                                   on 2000/11/26  21:06:04
67643         Log: No need to scan till infinity, 13 is enough.
67644      Branch: perl
67645            ! handy.h utf8.c
67646 ____________________________________________________________________________
67647 [  7871] By: jhi                                   on 2000/11/26  20:20:32
67648         Log: Test line numbers are different with utf8.
67649      Branch: perl
67650            ! t/op/re_tests
67651 ____________________________________________________________________________
67652 [  7870] By: jhi                                   on 2000/11/26  20:10:12
67653         Log: Message nit.
67654      Branch: perl
67655            ! regcomp.c
67656 ____________________________________________________________________________
67657 [  7869] By: jhi                                   on 2000/11/26  19:01:05
67658         Log: Make utf8_length() and utf8_distance() (the latter of which
67659              is unused at the moment) to be less forgiving about bad UTF-8.
67660      Branch: perl
67661            ! embed.h embed.pl objXSUB.h proto.h utf8.c
67662 ____________________________________________________________________________
67663 [  7868] By: jhi                                   on 2000/11/26  18:45:56
67664         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
67665              From: Benjamin Holzman <bah@ecnvantage.com>
67666              Date: Sat, 25 Nov 2000 20:40:20 -0500       
67667              Message-ID: <20001125204020.A25040@ecnvantage.com>              
67668              
67669              Debian allows installing /usr/bin/locale without installing
67670              any locales, an error message will ensue.
67671      Branch: perl
67672            ! t/pragma/locale.t
67673 ____________________________________________________________________________
67674 [  7867] By: jhi                                   on 2000/11/26  18:31:12
67675         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
67676              From: Benjamin Holzman <bah@ecnvantage.com>
67677              Date: Sun, 26 Nov 2000 02:42:34 -0500
67678              Message-ID: <20001126024234.G25040@ecnvantage.com>
67679              
67680              Patch for the bug 20000212.002.
67681      Branch: perl
67682            ! sv.c t/op/array.t
67683 ____________________________________________________________________________
67684 [  7866] By: jhi                                   on 2000/11/26  18:28:09
67685         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
67686              From: Tim Jenness <t.jenness@jach.hawaii.edu>
67687              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
67688              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
67689              
67690              File::Temp 0.11.
67691      Branch: perl
67692            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
67693 ____________________________________________________________________________
67694 [  7865] By: jhi                                   on 2000/11/26  18:24:22
67695         Log: The metaconfig unit change for #7864.
67696      Branch: metaconfig/U/perl
67697            ! need_va_copy.U
67698 ____________________________________________________________________________
67699 [  7864] By: jhi                                   on 2000/11/26  18:23:41
67700         Log: Make the va_copy() test not to be so talkative.
67701      Branch: perl
67702            ! Configure config_h.SH
67703 ____________________________________________________________________________
67704 [  7863] By: jhi                                   on 2000/11/26  18:11:02
67705         Log: Fix locale inconsistencies unearthed by Hugo's work.
67706              Now the floating point sprintf really does taint the result
67707              string as perllocale promises (has promised for a long time)
67708              if "use locale" is in the lexical scope.
67709      Branch: perl
67710            ! sv.c t/pragma/locale.t
67711 ____________________________________________________________________________
67712 [  7862] By: jhi                                   on 2000/11/26  00:35:15
67713         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
67714              From: Nicholas Clark <nick@ccl4.org>
67715              Date: Sun, 26 Nov 2000 00:07:50 +0000
67716              Message-ID: <20001126000750.A22446@plum.flirble.org>
67717              
67718              Infinit.
67719      Branch: perl
67720            ! sv.c
67721 ____________________________________________________________________________
67722 [  7861] By: jhi                                   on 2000/11/26  00:01:26
67723         Log: Integrate perlio.
67724      Branch: perl
67725           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
67726 ____________________________________________________________________________
67727 [  7860] By: nick                                  on 2000/11/25  22:04:17
67728         Log: Correct relative path from new ext\Filter\Util\Call location
67729              back to miniperl.
67730      Branch: perlio
67731            ! win32/makefile.mk
67732 ____________________________________________________________________________
67733 [  7859] By: nick                                  on 2000/11/25  21:26:54
67734         Log: Integrate mainline.
67735      Branch: perlio
67736           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
67737           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
67738           +> t/lib/filter-util.t
67739            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67740            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
67741            - t/lib/filt-util.t
67742           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
67743           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
67744           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
67745           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
67746           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
67747           !> win32/makefile.mk
67748 ____________________________________________________________________________
67749 [  7858] By: gsar                                  on 2000/11/25  20:52:17
67750         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
67751              parent's memory; fix it by keeping track of the actual pad
67752              offset rather than a raw pointer (this change is probably also
67753              relevant to non-ithreads case to avoid fallout from reallocs of
67754              the pad array, but is currently only enabled for the ithreads
67755              case in the interests of minimal disruption to existing "well
67756              tested" code)
67757      Branch: perl
67758            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
67759            ! proto.h scope.c scope.h sv.c t/op/fork.t
67760 ____________________________________________________________________________
67761 [  7857] By: nick                                  on 2000/11/25  20:01:28
67762         Log: All tests pass on Win32/gcc/USE_PERLIO.
67763              - when crlf layer is pushed make unix-level binary.
67764              - remove :crlf injection in pp_backtick in pp_sys.c
67765              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
67766      Branch: perlio
67767            ! doio.c perlio.c pp_sys.c win32/makefile.mk
67768 ____________________________________________________________________________
67769 [  7856] By: jhi                                   on 2000/11/25  18:38:30
67770         Log: Update the metaconfig units for #7855.
67771      Branch: metaconfig/U/perl
67772            ! useperlio.U usesocks.U
67773 ____________________________________________________________________________
67774 [  7855] By: jhi                                   on 2000/11/25  18:37:54
67775         Log: Undo the SOCKS workarounds, instead start using PerlIO
67776              if SOCKS is selected.
67777              
67778              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
67779              From: Jens Hamisch <jens@Strawberry.COM>
67780              Date: Fri, 24 Nov 2000 18:31:30 +0100
67781              Message-ID: <20001124183130.E28337@Strawberry.COM>
67782              
67783              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
67784              From: Jens Hamisch <jens@Strawberry.COM>
67785              Date: Fri, 24 Nov 2000 19:11:51 +0100
67786              Message-ID: <20001124191151.A28753@Strawberry.COM>
67787      Branch: perl
67788            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
67789            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
67790 ____________________________________________________________________________
67791 [  7854] By: jhi                                   on 2000/11/25  17:39:08
67792         Log: Undo #7848.  Some of the code seems to use walkoptree(),
67793              some walkoptree_slow().  An unfinished renaming?
67794              Now the sub is walkoptree() (which is @EXPORT_OK),
67795              the walkoptree_slow() is a typeglob alias to walkoptree.
67796              This makes the tests to pass, at least.
67797      Branch: perl
67798            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
67799 ____________________________________________________________________________
67800 [  7853] By: nick                                  on 2000/11/24  22:24:33
67801         Log: Re-arrange crlf vs binary for platforms that care.
67802              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
67803              Lip-service to making stdio layer work on such platforms (untested).
67804              Now fails 3 tests rather than one, checkin to see if I can debug 
67805              the issue under linux. (Do not merge.)
67806      Branch: perlio
67807            ! doio.c perlio.c perliol.h
67808 ____________________________________________________________________________
67809 [  7852] By: jhi                                   on 2000/11/24  18:57:39
67810         Log: AUTHORS edits.
67811      Branch: perl
67812            ! AUTHORS
67813 ____________________________________________________________________________
67814 [  7851] By: jhi                                   on 2000/11/24  17:34:56
67815         Log: Add Jan-Erik Karlsson.
67816      Branch: perl
67817            ! AUTHORS
67818 ____________________________________________________________________________
67819 [  7850] By: jhi                                   on 2000/11/24  17:27:56
67820         Log: Configure should find stdchar on its own.
67821      Branch: perl
67822            ! hints/solaris_2.sh
67823 ____________________________________________________________________________
67824 [  7849] By: jhi                                   on 2000/11/24  17:24:55
67825         Log: Subject: PATCH over 7848: Filter test flawed
67826              From: andreas.koenig@anima.de (Andreas J. Koenig)
67827              Date: 24 Nov 2000 10:28:29 +0100
67828              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
67829      Branch: perl
67830            ! t/lib/filter-util.t
67831 ____________________________________________________________________________
67832 [  7848] By: jhi                                   on 2000/11/24  17:22:15
67833         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
67834              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
67835              Date: Fri, 24 Nov 2000 16:12:58 +0000
67836              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
67837      Branch: perl
67838            ! ext/B/B.pm
67839 ____________________________________________________________________________
67840 [  7847] By: jhi                                   on 2000/11/24  03:07:01
67841         Log: Integrate perlio.
67842      Branch: perl
67843           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
67844           !> win32/makefile.mk
67845 ____________________________________________________________________________
67846 [  7846] By: gsar                                  on 2000/11/24  00:55:57
67847         Log: integrate changes#6415..6418,6420..6438 from mainline
67848              
67849              Fix the bitvector ops for utf8 (tricky since past 7 bits
67850              the utf8 'characters' can be more than one octet).
67851              
67852              MPE/ix updates for perl 5.6.0 from Mark Bixby.
67853              
67854              Subject: SDBM_File documentation
67855              
67856              Detypo.
67857              
67858              Decutandpasto.
67859              
67860              Send all installperl messages to STDERR and be -w clean.
67861              
67862              Out-of-date note removed.
67863              
67864              Protect against "wild next"s, that is, callbacks doing "next"
67865              instead of "return".
67866              
67867              Use STDOUT consistently.
67868              
67869              The output might have been produced in the wrong order.
67870              
67871              A missing 'break' after the [[:space:]] switch case.
67872              
67873              Add tests for
67874              [ID 19991110.003] another matching finding by pcre author
67875              which has already been fixed by some patch, as verified in
67876              
67877              Documentation to explain the behaviour of map().
67878              
67879              Add an optimization for map-maps-a-list-element-to-more-list-elements
67880              case, but add also notes explaining the relationship of this
67881              patch and the earlier notes by Sarathy.
67882              
67883              Subject: [ID 20000716.023] syslog test fails without sockets
67884              
67885              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
67886              Test cases for #6431.
67887              
67888              File::Spec::VMS fixup for tmpdir from Craig Berry.
67889              
67890              Make the "uninit variable" warning to say "concat or string"
67891              or "join or string" when in concat or join .
67892              
67893              Get UTF16 BOMs working.  Patch from
67894              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
67895              
67896              Subject: [PATCH] Make large file tests deal with SIGXFSZ
67897              
67898              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
67899              
67900              Subject: [PATCH] av.c apidoc
67901      Branch: maint-5.6/perl
67902           !> (integrate 43 files)
67903 ____________________________________________________________________________
67904 [  7845] By: gsar                                  on 2000/11/24  00:20:45
67905         Log: integrate changes#6406..6414 from mainline
67906              
67907              Merge perlhacktut into perlhack, update perlguts.
67908              
67909              Fix AutoSplit to use File::Spec the right way in VMS,
67910              from Peter Prymmer.
67911              
67912              The bug report
67913              [ID 19991110.002] minimal matching discrepancy found by pcre author
67914              seems to have been fixed (though differently from what was suggested
67915              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
67916              
67917              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
67918              not in pod, from Peter Prymmer
67919              
67920              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
67921              From: Hugo <hv@crypt.compulink.co.uk>
67922              Date: Fri, 14 Jul 2000 23:05:20 +0100
67923              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
67924              
67925              Didn't anymore apply, but that point still could use another fix.
67926              
67927              lib/b test fixes from Peter Prymmer.
67928              
67929              More docs for sv functions.
67930              
67931              perlvms.pod whitespace cleanup to keep pod utils happy.
67932              
67933              another VMS build tweak from Peter Prymmer
67934      Branch: maint-5.6/perl
67935           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
67936           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
67937           !> vms/descrip_mms.template vms/perlvms.pod
67938 ____________________________________________________________________________
67939 [  7844] By: nick                                  on 2000/11/23  23:42:45
67940         Log: Win32/perlio Now just fails one io/argv.t test - lack 
67941              of default :crlf on standard streams.
67942      Branch: perlio
67943            ! doio.c perlio.c
67944 ____________________________________________________________________________
67945 [  7843] By: nick                                  on 2000/11/23  23:04:05
67946         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
67947              peek fail is showing a real problem (multiple crlf layers
67948              are getting pushed.)
67949      Branch: perlio
67950            ! doio.c perlio.c win32/makefile.mk
67951 ____________________________________________________________________________
67952 [  7842] By: nick                                  on 2000/11/23  19:46:23
67953         Log: Implement PerlIO_binmode()
67954              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
67955              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
67956              make binmode in t/lib/io_tell.t unconditional so that works.
67957              Checkin just so Win32 machine can see these changes.
67958      Branch: perlio
67959            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
67960 ____________________________________________________________________________
67961 [  7841] By: jhi                                   on 2000/11/23  19:30:00
67962         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
67963      Branch: perl
67964            ! README.amiga
67965 ____________________________________________________________________________
67966 [  7840] By: jhi                                   on 2000/11/23  17:18:02
67967         Log: SOCKS wrestling continues, patches from Jens Hamisch.
67968      Branch: perl
67969            ! doio.c embed.h embed.pl perlsdio.h proto.h
67970 ____________________________________________________________________________
67971 [  7839] By: jhi                                   on 2000/11/23  16:54:14
67972         Log: Push Filter::Util::Call one level deeper.
67973      Branch: perl
67974            + t/lib/filter-util.t
67975           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
67976           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
67977            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
67978            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
67979            - t/lib/filt-util.t
67980            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
67981            ! win32/Makefile win32/makefile.mk
67982 ____________________________________________________________________________
67983 [  7838] By: jhi                                   on 2000/11/23  16:52:40
67984         Log: Reach back one higher up when searching for PERL_SRC.
67985      Branch: perl
67986            ! lib/ExtUtils/MM_Unix.pm
67987 ____________________________________________________________________________
67988 [  7837] By: jhi                                   on 2000/11/23  16:05:41
67989         Log: Subject: Re: perl@7826
67990              Date: Thu, 23 Nov 2000 02:20:25 -0600
67991              From: "Craig A. Berry" <craigberry@mac.com>
67992              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
67993              
67994              Make VMS to like Filter::Util::Call. 
67995      Branch: perl
67996            ! configure.com ext/Filter/Util/Makefile.PL
67997 ____________________________________________________________________________
67998 [  7836] By: nick                                  on 2000/11/23  16:04:08
67999         Log: Implement crlf layer - not ready for merge.
68000      Branch: perlio
68001            ! perlio.c win32/makefile.mk
68002 ____________________________________________________________________________
68003 [  7835] By: jhi                                   on 2000/11/23  15:56:52
68004         Log: STDCHAR is different in Sparc v9 vs x86.
68005      Branch: perl
68006            ! hints/solaris_2.sh
68007 ____________________________________________________________________________
68008 [  7834] By: jhi                                   on 2000/11/23  15:50:47
68009         Log: The type needs to be visible to protos.
68010      Branch: perl
68011            ! perl.h
68012 ____________________________________________________________________________
68013 [  7833] By: jhi                                   on 2000/11/23  15:40:46
68014         Log: Finish unfinished SOCKS workaround changes.
68015      Branch: perl
68016            ! doio.c
68017 ____________________________________________________________________________
68018 [  7832] By: jhi                                   on 2000/11/23  15:33:30
68019         Log: Integrate perlio.
68020      Branch: perl
68021           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
68022           !> win32/makefile.mk
68023 ____________________________________________________________________________
68024 [  7831] By: nick                                  on 2000/11/23  10:31:07
68025         Log: Correct makefile.mk dependancies for ext/Filter/Util
68026              Build ext/Encode
68027              Run dmake regen_config_h
68028      Branch: perlio
68029            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
68030            ! win32/makefile.mk
68031 ____________________________________________________________________________
68032 [  7830] By: nick                                  on 2000/11/23  08:05:07
68033         Log: Integrate mainline
68034      Branch: perlio
68035           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68036           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
68037           +> t/lib/filt-util.pl t/lib/filt-util.t
68038           !> (integrate 41 files)
68039 ____________________________________________________________________________
68040 [  7829] By: gsar                                  on 2000/11/23  03:07:11
68041         Log: build the Filter extension on windows
68042      Branch: perl
68043            ! win32/Makefile win32/makefile.mk
68044 ____________________________________________________________________________
68045 [  7828] By: gsar                                  on 2000/11/23  02:46:35
68046         Log: regenerate win32/config* and fix some inconsistencies in the
68047              makefiles; always export Perl_deb() because it is needed
68048              by ext/re/* (whether perl itself is built with -DDEBUGGING
68049              or not)
68050      Branch: perl
68051            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
68052            ! win32/config_H.vc win32/makefile.mk
68053 ____________________________________________________________________________
68054 [  7827] By: gsar                                  on 2000/11/23  02:18:38
68055         Log: get sources building on windows+MSVC again (untested with other
68056              compilers)
68057      Branch: perl
68058            ! win32/include/sys/socket.h win32/perllib.c
68059 ____________________________________________________________________________
68060 [  7826] By: jhi                                   on 2000/11/23  01:18:26
68061         Log: Update Changes.
68062      Branch: perl
68063            ! Changes patchlevel.h
68064 ____________________________________________________________________________
68065 [  7825] By: jhi                                   on 2000/11/23  00:20:41
68066         Log: Subject: Re: av.c patch (having slight problems)
68067              From: "Ben Tilly" <ben_tilly@hotmail.com>
68068              Date: Tue, 21 Nov 2000 23:29:31 -0500
68069              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
68070              
68071              unshift() speedup.
68072      Branch: perl
68073            ! av.c
68074 ____________________________________________________________________________
68075 [  7824] By: jhi                                   on 2000/11/22  23:59:15
68076         Log: Fixes for signedness warnings noticed by VMSperlers.
68077      Branch: perl
68078            ! ext/Storable/Storable.xs regcomp.c sv.c
68079 ____________________________________________________________________________
68080 [  7823] By: jhi                                   on 2000/11/22  23:19:31
68081         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
68082              From: Peter Prymmer <pvhp@forte.com>
68083              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
68084              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
68085      Branch: perl
68086            ! t/pragma/warn/pp_hot
68087 ____________________________________________________________________________
68088 [  7822] By: jhi                                   on 2000/11/22  22:52:20
68089         Log: Be clean.
68090      Branch: perl
68091            ! Makefile.SH
68092 ____________________________________________________________________________
68093 [  7821] By: jhi                                   on 2000/11/22  22:46:39
68094         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
68095              by Damian Conway, as suggested by Paul Marquess.
68096      Branch: perl
68097            + lib/Filter/Simple.pm
68098 ____________________________________________________________________________
68099 [  7820] By: jhi                                   on 2000/11/22  22:45:51
68100         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
68101      Branch: perl
68102            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
68103            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
68104            + t/lib/filt-util.t
68105            ! MANIFEST
68106 ____________________________________________________________________________
68107 [  7819] By: jhi                                   on 2000/11/22  22:03:27
68108         Log: Integrate perlio.
68109      Branch: perl
68110           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68111           !> win32/makefile.mk
68112 ____________________________________________________________________________
68113 [  7818] By: jhi                                   on 2000/11/22  21:56:02
68114         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
68115      Branch: perl
68116            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
68117            ! t/lib/io_sock.t
68118 ____________________________________________________________________________
68119 [  7817] By: jhi                                   on 2000/11/22  21:39:49
68120         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
68121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68122              Date: Wed, 22 Nov 2000 16:08:12 -0500
68123              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
68124      Branch: perl
68125            ! lib/ExtUtils/Liblist.pm
68126 ____________________________________________________________________________
68127 [  7816] By: jhi                                   on 2000/11/22  21:38:25
68128         Log: Go ahead and #include <unistd.h> in perl.h.
68129      Branch: perl
68130            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
68131            ! util.c
68132 ____________________________________________________________________________
68133 [  7815] By: jhi                                   on 2000/11/22  21:22:52
68134         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
68135              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68136              Date: Mon, 20 Nov 2000 18:30:52 -0500
68137              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
68138      Branch: perl
68139            ! pod/perlre.pod regcomp.c t/op/re_tests
68140 ____________________________________________________________________________
68141 [  7814] By: jhi                                   on 2000/11/22  21:21:46
68142         Log: Subject: [PATCH 5.7.0] Liblist finally works
68143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
68144              Date: Tue, 21 Nov 2000 22:02:17 -0500
68145              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
68146      Branch: perl
68147            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
68148            ! lib/ExtUtils/MakeMaker.pm
68149 ____________________________________________________________________________
68150 [  7813] By: jhi                                   on 2000/11/22  21:20:23
68151         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
68152              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68153              Date: Wed, 22 Nov 2000 17:53:15 +0100
68154              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
68155              
68156              AIX dynaloader and perlio patch.
68157      Branch: perl
68158            ! ext/DynaLoader/dl_aix.xs
68159 ____________________________________________________________________________
68160 [  7812] By: jhi                                   on 2000/11/22  21:17:52
68161         Log: (Accidentally empty patch.)
68162      Branch: perl
68163            ! av.c
68164 ____________________________________________________________________________
68165 [  7811] By: jhi                                   on 2000/11/22  21:16:31
68166         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
68167              From: Peter Prymmer <pvhp@forte.com>
68168              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
68169              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
68170      Branch: perl
68171            ! vms/test.com
68172 ____________________________________________________________________________
68173 [  7810] By: jhi                                   on 2000/11/22  21:15:36
68174         Log: Subject: Re: perl@7777 
68175              From: "John P. Linderman" <jpl@research.att.com>
68176              Date: Wed, 22 Nov 2000 13:11:11 -0500
68177              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
68178              
68179              Detypoing.
68180      Branch: perl
68181            ! lib/CPAN.pm
68182 ____________________________________________________________________________
68183 [  7809] By: jhi                                   on 2000/11/22  21:14:19
68184         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
68185              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
68186              Date:     Wed, 22 Nov 2000 13:51:37 EST
68187              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
68188      Branch: perl
68189            ! perlsdio.h
68190 ____________________________________________________________________________
68191 [  7808] By: jhi                                   on 2000/11/22  21:13:27
68192         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
68193              From: Casey Tweten <crt@kiski.net>
68194              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
68195              Message-Id: <200011201653.LAA10194@home.kiski.net>
68196      Branch: perl
68197            ! t/lib/io_udp.t
68198 ____________________________________________________________________________
68199 [  7807] By: jhi                                   on 2000/11/22  21:12:35
68200         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
68201              From: Casey Tweten <crt@kiski.net>
68202              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
68203              Message-Id: <200011201636.LAA07227@home.kiski.net>
68204      Branch: perl
68205            ! t/lib/io_sock.t
68206 ____________________________________________________________________________
68207 [  7806] By: jhi                                   on 2000/11/22  21:10:59
68208         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
68209              From: "Casey R. Tweten" <crt@kiski.net>
68210              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
68211              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
68212      Branch: perl
68213            ! utils/h2xs.PL
68214 ____________________________________________________________________________
68215 [  7805] By: nick                                  on 2000/11/22  21:05:06
68216         Log: Integrate mainline
68217      Branch: perlio
68218           !> Changes Porting/genlog ext/DB_File/DB_File.xs
68219           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
68220           !> utils/perlbug.PL
68221 ____________________________________________________________________________
68222 [  7804] By: jhi                                   on 2000/11/22  21:01:12
68223         Log: Subject: [PATCH] Test.pm POD peculiarity
68224              From: "Casey R. Tweten" <crt@kiski.net>
68225              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
68226              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
68227      Branch: perl
68228            ! lib/Test.pm
68229 ____________________________________________________________________________
68230 [  7803] By: jhi                                   on 2000/11/22  20:59:59
68231         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
68232              From: "Philip Newton" <pnewton@gmx.de>
68233              Date: Wed, 22 Nov 2000 14:25:53 +0100
68234              Message-Id: <3A1BD771.25462.1939FAD@localhost>
68235              
68236              Be case-understanding also on 's', and use the -oi of sendmail
68237              not to terminate the transmission on a lone '.'.
68238      Branch: perl
68239            ! utils/perlbug.PL
68240 ____________________________________________________________________________
68241 [  7802] By: nick                                  on 2000/11/22  20:51:42
68242         Log: Win32 PerlIO intermediate state now working as expected.
68243              - In current state we are still using C runtime in text/binary
68244              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
68245              - PERLIO=stdio and PERLIO=unix pass all expected tests.
68246              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
68247              and PerlIO_seek() and the dummy crlf layer is not making adjustments
68248              for CRLF translation happening in C runtime. All other tests pass.
68249              
68250              Added note to README.win32 to point out the snags of doing a perl build
68251              with Norton AntiVirus turned on.
68252              
68253              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
68254              which file a fail comes from.
68255              
68256              Updated "canned" config.h to match the one generated.
68257      Branch: perlio
68258            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
68259            ! win32/makefile.mk
68260 ____________________________________________________________________________
68261 [  7801] By: jhi                                   on 2000/11/22  06:50:20
68262         Log: Nickety nits.
68263      Branch: perl
68264            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
68265 ____________________________________________________________________________
68266 [  7800] By: jhi                                   on 2000/11/22  01:29:55
68267         Log: Changes had accidentally gone too silent on non-main branches.
68268      Branch: perl
68269            ! Changes Porting/genlog patchlevel.h
68270 ____________________________________________________________________________
68271 [  7799] By: gsar                                  on 2000/11/22  01:02:56
68272         Log: some lib_pm.PL changes snuck in via change#7772
68273      Branch: maint-5.6/perl
68274            ! Makefile.SH
68275 ____________________________________________________________________________
68276 [  7798] By: nick                                  on 2000/11/21  21:59:40
68277         Log: Integrate mainline
68278      Branch: perlio
68279           !> (integrate 28 files)
68280 ____________________________________________________________________________
68281 [  7797] By: jhi                                   on 2000/11/21  21:01:45
68282         Log: Integrate perlio.
68283      Branch: perl
68284           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
68285 ____________________________________________________________________________
68286 [  7796] By: nick                                  on 2000/11/21  20:36:22
68287         Log: Win32 builds and runs (mostly) with USE_PERLIO.
68288              PERLIO=perlio passes all tests. 
68289              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
68290      Branch: perlio
68291            ! perlio.c win32/perllib.c win32/win32.c
68292 ____________________________________________________________________________
68293 [  7795] By: jhi                                   on 2000/11/21  19:03:44
68294         Log: Update Changes.
68295      Branch: perl
68296            ! Changes patchlevel.h
68297 ____________________________________________________________________________
68298 [  7794] By: jhi                                   on 2000/11/21  18:56:34
68299         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
68300              From: "Craig A. Berry" <craigberry@mac.com>
68301              Date: Mon, 20 Nov 2000 20:27:06 -0600
68302              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
68303              
68304              A cut-and-pasto.
68305      Branch: perl
68306            ! perlio.h
68307 ____________________________________________________________________________
68308 [  7793] By: jhi                                   on 2000/11/21  18:54:41
68309         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
68310              From: Dominic Dunlop <domo@computer.org> 
68311              Date: Mon, 20 Nov 2000 18:55:29 +0100
68312              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
68313              
68314              va_copy() and the need of it.
68315              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
68316      Branch: metaconfig/U/perl
68317            + need_va_copy.U
68318      Branch: perl
68319            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
68320            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
68321            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
68322            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
68323            ! win32/config.bc win32/config.gc win32/config.vc
68324 ____________________________________________________________________________
68325 [  7792] By: jhi                                   on 2000/11/21  17:04:10
68326         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
68327      Branch: perl
68328           !> scope.h
68329 ____________________________________________________________________________
68330 [  7791] By: jhi                                   on 2000/11/21  17:01:16
68331         Log: Export the SOCKS workaround symbols only if necessary.
68332      Branch: perl
68333            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
68334 ____________________________________________________________________________
68335 [  7790] By: nick                                  on 2000/11/20  23:57:11
68336         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
68337      Branch: perlio
68338            ! scope.h
68339 ____________________________________________________________________________
68340 [  7789] By: nick                                  on 2000/11/20  23:38:33
68341         Log: Integrate mainline
68342      Branch: perlio
68343           +> lib/File/Spec/Epoc.pm
68344           !> (integrate 34 files)
68345 ____________________________________________________________________________
68346 [  7788] By: nick                                  on 2000/11/20  23:20:18
68347         Log: Make extra buffer layer work (dummy crlf layer)
68348      Branch: perlio
68349            ! doio.c perlio.c perlio.h
68350 ____________________________________________________________________________
68351 [  7787] By: jhi                                   on 2000/11/20  22:44:04
68352         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
68353              From: Peter Prymmer <pvhp@forte.com>
68354              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
68355              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
68356      Branch: perl
68357            ! t/pragma/locale.t
68358 ____________________________________________________________________________
68359 [  7786] By: jhi                                   on 2000/11/20  22:29:10
68360         Log: Subject: DOC PATCH 5.6.0 perlreftut
68361              From: mjd@plover.com
68362              Date: 20 Nov 2000 19:45:06 -0000
68363              Message-ID: <20001120194506.9505.qmail@plover.com>
68364      Branch: perl
68365            ! pod/perlreftut.pod
68366 ____________________________________________________________________________
68367 [  7785] By: jhi                                   on 2000/11/20  22:27:44
68368         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
68369              From: David Dyck <dcd@tc.fluke.com>
68370              Date: Mon, 20 Nov 2000 11:43:40 -0800
68371              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
68372      Branch: perl
68373            ! lib/Cwd.pm
68374 ____________________________________________________________________________
68375 [  7784] By: jhi                                   on 2000/11/20  22:23:21
68376         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
68377              Date: Mon, 20 Nov 2000 17:06:10 -0500
68378              To: Mailing list Perl5 <perl5-porters@perl.org>
68379              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
68380      Branch: perl
68381            ! pp_ctl.c t/op/pat.t
68382 ____________________________________________________________________________
68383 [  7783] By: jhi                                   on 2000/11/20  22:11:18
68384         Log: Subject: [PATCH] doop.c - UTF8 tr///               
68385              From: Simon Cozens <simon@cozens.net>
68386              Date: Sat, 18 Nov 2000 18:49:30 +0000
68387              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
68388              
68389              Subject: Re: [PATCH] doop.c - UTF8 tr///           
68390              From: Simon Cozens <simon@cozens.net>
68391              Date: Mon, 20 Nov 2000 20:45:22 +0000
68392              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
68393              
68394              Make tr on UTF-8 better but still not correct.
68395      Branch: perl
68396            ! doop.c
68397 ____________________________________________________________________________
68398 [  7782] By: jhi                                   on 2000/11/20  22:02:16
68399         Log: Remove the shared object before attempting to create
68400              (by linking) a new one.  E.g. in AIX not removing
68401              becomes quite painful if one tries to do more than one
68402              build in the same tree (an interrupted build, for example),
68403              since the AIX' shared dynaloader seemingly keeps the shared
68404              objects open and therefore 'busy' for quite a while, even when
68405              nobody is using the objects, leading into link failures.
68406      Branch: perl
68407            ! lib/ExtUtils/MM_Unix.pm
68408 ____________________________________________________________________________
68409 [  7781] By: gsar                                  on 2000/11/20  19:02:55
68410         Log: type mismatch due to faulty integration
68411      Branch: maint-5.6/perl
68412            ! toke.c win32/Makefile
68413 ____________________________________________________________________________
68414 [  7780] By: gsar                                  on 2000/11/20  17:31:55
68415         Log: integrate changes#6392,6394..6399,6401..6404
68416              
68417              The {multiplier} of a fixed substring was overlooked which
68418              caused a wrong initial search offset for that substring.
68419              
68420              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
68421              From: Hugo <hv@crypt.compulink.co.uk>
68422              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
68423              Date: Thu, 13 Jul 2000 19:27:13 +0100
68424              
68425              Fix the BOM bug: not a byteorder bug, a signedness bug.
68426              
68427              Replace change #6337 with a better one.
68428              
68429              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
68430              From: Hugo <hv@crypt.compulink.co.uk>
68431              Date: Fri, 14 Jul 2000 04:16:20 +0100
68432              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
68433              
68434              MakeMaker should not remove editor backups (*~) on `make clean`
68435              by default (completes change#6383)
68436              
68437              move new variables to the end of the interpreter structure (for
68438              bincompat in code that doesn't #include XSUB.h)
68439              
68440              rename totally bletcherous SvLOCK() thingy (doesn't do what the
68441              name suggests anyway)
68442              
68443              various cleanups (typos, misformatted code, and small bugs)
68444              
68445              typecasts needed for change#6394
68446              
68447              typos in change#6399, regen headers
68448              
68449              inconsistent types needs casts
68450              
68451              PERL_OBJECT build tweaks
68452      Branch: maint-5.6/perl
68453           !> MANIFEST doop.c embed.h embed.pl embedvar.h
68454           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
68455           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
68456           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
68457           !> toke.c util.c
68458 ____________________________________________________________________________
68459 [  7779] By: gsar                                  on 2000/11/20  17:06:29
68460         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
68461              
68462              Cosmetics and perldelta.
68463              
68464              Fix nits noticed by Boston.pm.
68465              
68466              Do the cc sanity check both before the hints and
68467              after the cc selction.
68468              
68469              get sprintf.t to adjust properly for 3-digit exponents
68470              
68471              don't clobber *.orig files on *clean targets
68472              
68473              fix bugs in processing %v-*d and similar format specs (from
68474              Avi Finkel <avi@finkel.org>)
68475              
68476              sprintf test tweaks (from Dominic Dunlop)
68477              
68478              new selfloader.t in change#6183 doesn't close DATA handles,
68479              and thus fails to clean up tmp files on dosish platforms
68480              
68481              typos (spotted by Peter Prymmer)
68482              
68483              typo fix from Craig Berry
68484      Branch: maint-5.6/perl
68485           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
68486           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
68487           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
68488           !> x2p/Makefile.SH
68489 ____________________________________________________________________________
68490 [  7778] By: gsar                                  on 2000/11/20  16:46:51
68491         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
68492              
68493              Subject: Re: format bug report  [Patch]
68494              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68495              Date: Wed, 05 Jul 2000 13:12:52 +0200
68496              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
68497              
68498              Subject: Re: format bug report  [Patch]
68499              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68500              Date: Wed, 05 Jul 2000 14:10:01 +0200
68501              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
68502              
68503              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
68504              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68505              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
68506              Date: Fri, 07 Jul 2000 17:57:16 +0100
68507              
68508              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
68509              To: perl5-porters@perl.org
68510              From: Karsten Sperling <spiff@phreax.net>
68511              Date: Mon, 10 Jul 2000 15:12:52 +0200
68512              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
68513              
68514              README.posix-bc podified from Thomas Dorner.
68515              
68516              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
68517              From: Dominic Dunlop <domo@computer.org>
68518              Date: Tue, 11 Jul 2000 12:27:33 +0200
68519              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
68520              
68521              Typo in #6341.
68522              
68523              Fix for
68524              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
68525              From: Roderick Schertler <roderick@argon.org>
68526              Date: Tue, 11 Jul 2000 13:55:05 -0400
68527              Message-Id: <200007111755.NAA05077@jones.argon.org>
68528              
68529              Minor cleanups on the booklist.
68530              
68531              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
68532              regen perltoc.
68533              
68534              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
68535      Branch: maint-5.6/perl
68536           +> pod/perlbook.pod
68537           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
68538           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
68539           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
68540 ____________________________________________________________________________
68541 [  7777] By: jhi                                   on 2000/11/20  16:08:49
68542         Log: Update Changes.
68543      Branch: perl
68544            ! Changes patchlevel.h
68545 ____________________________________________________________________________
68546 [  7776] By: jhi                                   on 2000/11/20  15:27:56
68547         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
68548              This may be overly harsh but until proven otherwise, we think this
68549              way, or until we have a simple test for Configure (having to start
68550              up servers is does not count as simple) to check for the problems.
68551      Branch: perl
68552            ! perl.h
68553 ____________________________________________________________________________
68554 [  7775] By: jhi                                   on 2000/11/20  15:22:17
68555         Log: Solaris hints tweaks.
68556      Branch: perl
68557            ! hints/solaris_2.sh
68558 ____________________________________________________________________________
68559 [  7774] By: jhi                                   on 2000/11/20  15:01:20
68560         Log: Add a workaround to SOCKS 64-bit problems.
68561      Branch: perl
68562            ! doio.c embed.h embed.pl perlsdio.h proto.h
68563 ____________________________________________________________________________
68564 [  7773] By: jhi                                   on 2000/11/20  14:51:47
68565         Log: sysseek() instead of seek().
68566      Branch: perl
68567            ! t/lib/syslfs.t
68568 ____________________________________________________________________________
68569 [  7772] By: gsar                                  on 2000/11/20  13:06:23
68570         Log: integrate changes#6315..6319,6321..6331,6333..6338
68571              
68572              Integrate with Sarathy, preliminary fix for unicos
68573              alignment problems in [ID 20000612.002] Perl problem on Cray system.
68574              
68575              some debugger output does not go to the socket when RemotePort is set
68576              
68577              winsock cleanup never done on Windows (leads to handle leaks)
68578              
68579              fix UNC path handling on Windows under ithreads, and chdir()
68580              return value when given a non-existent directory
68581              
68582              Autogenerate pod/Makefile and pod/buildtoc.
68583              buildtoc also checks whether the existin pods are
68584              mentioned in MANIFEST and perl.pod, and vice versa.
68585              (None of the thusly found discrepancies fixed yet.)
68586              roffitall also needs to be autogenerated similarly but it
68587              seems so badly out of date that I didn't touch it yet.
68588              
68589              Config is being used.
68590              
68591              Add =head1 NAMEs so that buildtoc is happy.
68592              (The CGI::Util nit reported to Lincoln.)
68593              
68594              Fix complaints of buildtoc.
68595              
68596              Fix the alignment problem in Crays ([ID 20000612.002]).
68597              
68598              Remove perlbook, update perlfaq book listing,
68599              rearrange perl.pod, regenerate perltoc.
68600              
68601              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
68602              was cast to an unsigned (32-bit) integer with wild abandon.
68603              
68604              winsock options weren't being set in all threads under ithreads
68605              (caused send()s from second and subsequent threads to fail)
68606              
68607              accept() leaks memory on windows due to incorrect ordering of
68608              closesocket() and fclose() calls
68609              
68610              Reorder perl.pod once more.
68611              
68612              More POSIX.pod tweaks.
68613              
68614              Sprinkle ldlibpath.
68615              
68616              Precedence goof, fix based on
68617              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
68618              From: Hugo <hv@crypt.compulink.co.uk>
68619              Date: Tue, 11 Jul 2000 12:52:38 +0100
68620              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
68621              
68622              Subject: PATCH perlguts.pod: Document D and d magic types
68623              From: mjd@plover.com
68624              Date: 5 Jul 2000 18:01:51 -0000
68625              Message-ID: <20000705180151.29413.qmail@plover.com>
68626              
68627              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
68628              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
68629              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
68630              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
68631              
68632              Subject: [PATCH cfgperl] $& segfaults if you trick it
68633              From: simon@brecon.co.uk (Simon Cozens)
68634              Date: 7 Jul 2000 11:26:09 GMT
68635              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
68636              
68637              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
68638              From: Hugo <hv@crypt.compulink.co.uk>
68639              Date: Tue, 11 Jul 2000 12:44:50 +0100
68640              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
68641              
68642              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
68643              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68644              Date: Tue, 11 Jul 2000 13:50:51 +0100
68645              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
68646      Branch: maint-5.6/perl
68647           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
68648           +> pod/buildtoc.PL
68649            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
68650           !> (integrate 26 files)
68651 ____________________________________________________________________________
68652 [  7771] By: gsar                                  on 2000/11/20  12:31:42
68653         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
68654              6310,6311,6314
68655              
68656              Subject: [PATCH bleedperl] File::Spec 0.82 beta
68657              From: Barrie Slaymaker <barries@jester.slaysys.com>
68658              Date: Wed, 28 Jun 2000 11:35:29 -0400
68659              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
68660              
68661              tweak perlembed for multiplicity/usethreads sanity; correct notes
68662              about Windows
68663              
68664              localize %INC in a Safe compartment so that use/require work
68665              (many other magic globals probably need similar treatment)
68666              
68667              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
68668              when @_ is modified, causing coredumps
68669              
68670              slurp mode fix in change#4736 still not quite right
68671              
68672              Point to perlipc for more SysV IPC examples.
68673              
68674              Elaborate POSIX.pod.  Still needs work.
68675              
68676              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
68677              
68678              fix large memory leak that has been around for ever, masked by
68679              -DPURIFY (most of the arenas were never freed!)
68680              
68681              fix memory leak on Windows (PL_sys_intern contents were never
68682              freed)
68683              
68684              PERL_OBJECT build tweak
68685              
68686              adjust change#6299
68687              
68688              remove rel2abs prototypes (from Barrie Slaymaker)
68689              
68690              missing perldiag entry for unpack("w",...) diagnostic (from
68691              Andreas Koenig)
68692              
68693              better diagnostic on Frob->stuff() when Frob:: doesn't exist
68694              (from Richard Soderberg <rs@oregonnet.com>)
68695              
68696              Win32 patches for cfgperl from Sarathy.
68697              
68698              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
68699              
68700              More POSIX.pod embellishment.
68701              
68702              tyop in change#6306
68703      Branch: maint-5.6/perl
68704           !> (integrate 44 files)
68705 ____________________________________________________________________________
68706 [  7770] By: gsar                                  on 2000/11/20  11:51:00
68707         Log: integrate changes#6268..6282 from cfgperl branch
68708              
68709              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
68710              From: Dominic Dunlop <domo@computer.org>
68711              Date: Thu, 29 Jun 2000 12:32:39 +0200
68712              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
68713              
68714              Regen headers for #6261 (and update embed.pl for this) and #6267,
68715              silence few compiler warnings.
68716              
68717              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
68718              From: Nicholas Clark <nick@talking.bollo.cx>
68719              Date: Fri, 23 Jun 2000 16:21:15 +0100
68720              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
68721              
68722              Subject: PATCH pod/perltie.pod
68723              From: Ian Phillipps <Ian.Phillipps@iname.com>
68724              Date: Fri, 16 Jun 2000 00:17:19 +0100
68725              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
68726              (only the first hunk, the second hunk had already been done
68727              by some other patch)
68728              
68729              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
68730              From: Tom Phoenix <rootbeer@redcat.com>
68731              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
68732              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
68733              
68734              Subject: [PATCH] xsub attributes
68735              From: Doug MacEachern <dougm@covalent.net>
68736              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
68737              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
68738              
68739              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
68740              From: Andy Dougherty <doughera@lafayette.edu>
68741              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
68742              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
68743              
68744              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
68745              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68746              Date: Tue, 13 Jun 2000 02:43:48 -0500
68747              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
68748              
68749              Subject: [PATCH] Re: eval documentation: context
68750              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68751              Date: Mon, 12 Jun 2000 15:07:29 +0100
68752              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
68753              
68754              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
68755              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
68756              Date: Mon, 12 Jun 2000 14:55:59 +0100
68757              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
68758              
68759              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
68760              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
68761              Date: Fri, 09 Jun 2000 12:39:27 -0400
68762              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
68763              (plus update the version "number" of Text::Wrap)
68764              
68765              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
68766              From: Tim Ayers <tayers@bridge.com>
68767              Date: Thu, 08 Jun 2000 08:11:06 +0200
68768              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
68769              [resent by Richard Foley, Message-Id probably wrong]
68770              
68771              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
68772              From: rspier@pobox.com (Robert Spier)
68773              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
68774              Message-ID: <14654.31913.845602.610277@rls.cx>
68775              
68776              Subject: [PATCH 5.6.0] utils/h2xs.PL
68777              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
68778              Date: Wed, 7 Jun 2000 04:02:04 -0500
68779              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
68780              
68781              Subject: [PATCH 5.6.0]ITHREADs for VMS
68782              From: Dan Sugalski <dan@sidhe.org>
68783              Date: Tue, 06 Jun 2000 11:59:50 -0400
68784              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
68785      Branch: maint-5.6/perl
68786           !> (integrate 31 files)
68787 ____________________________________________________________________________
68788 [  7769] By: gsar                                  on 2000/11/20  11:29:06
68789         Log: integrate changes#6261..6266 from cfgperl
68790              
68791              Subject: Re: [PATCH cfgperl] BOMs away!
68792              From: simon@brecon.co.uk (Simon Cozens)
68793              Date: 17 Jun 2000 11:49:57 GMT
68794              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
68795              
68796              Subject: 5.6.0 Patch for EPOC
68797              From: Olaf Flebbe <o.flebbe@gmx.de>
68798              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
68799              Message-ID: <23449.960929969@www11.gmx.net>
68800              
68801              tr fixes from Simon Cozens
68802              
68803              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
68804              From: Marty Lucich <marty@netcom.com>
68805              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
68806              Message-Id: <200006282116.OAA11148@netcom.com>
68807              ccdlflags update (the BSD/OS 4.1 part had already been taken
68808              care of by #6141).
68809              
68810              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
68811              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68812              Date: Wed, 28 Jun 2000 17:50:12 -0700
68813              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
68814              
68815              Subject: [PATCH 5.6.0] cygwin port
68816              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
68817              From: "Fifer, Eric" <EFifer@sanwaint.com>
68818              Date: Thu, 29 Jun 2000 12:58:29 +0100
68819      Branch: maint-5.6/perl
68820           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
68821           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
68822           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
68823           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
68824 ____________________________________________________________________________
68825 [  7768] By: gsar                                  on 2000/11/20  11:13:44
68826         Log: integrate changes#6252..6256,6259..6260
68827              
68828              Paranoia tweak on #6249.
68829              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
68830              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
68831              Date: Sun, 25 Jun 2000 23:43:12 -0400
68832              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
68833              
68834              Subject: tr///, help wanted.
68835              From: simon@brecon.co.uk (Simon Cozens)
68836              Date: 28 Jun 2000 11:29:04 GMT
68837              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
68838              
68839              small thinko tweaks
68840              
68841              tweaks from Simon Conzes to further fix tr/// under utf8
68842              
68843              perlnewmod was missing from MANIFEST.
68844              
68845              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
68846              From: simon@brecon.co.uk (Simon Cozens)
68847              Date: 17 Jun 2000 11:56:44 GMT
68848              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
68849              pack U0, pack C0
68850      Branch: maint-5.6/perl
68851           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
68852           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
68853           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
68854           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
68855 ____________________________________________________________________________
68856 [  7767] By: gsar                                  on 2000/11/20  10:51:38
68857         Log: integrate change#6250 from cfgperl
68858              
68859              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
68860              From: Doug MacEachern <dougm@covalent.net>
68861              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
68862              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
68863      Branch: maint-5.6/perl
68864           +> t/op/my_stash.t
68865           !> MANIFEST embed.pl global.sym proto.h toke.c
68866 ____________________________________________________________________________
68867 [  7766] By: gsar                                  on 2000/11/20  10:48:34
68868         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
68869              
68870              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
68871              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68872              Date: Mon, 26 Jun 2000 18:40:14 +0100
68873              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
68874              
68875              Subject: [PATCH] bytes<->utf8 fixes
68876              From: simon@brecon.co.uk (Simon Cozens)
68877              Date: 26 Jun 2000 04:55:45 GMT
68878              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
68879              
68880              Subject: [PATCH] is_utf8_string
68881              From: simon@brecon.co.uk (Simon Cozens)
68882              Date: 26 Jun 2000 02:25:59 GMT
68883              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
68884              
68885              Subject: [PATCH] avoid mg_ptr in '*' magic
68886              From: Doug MacEachern <dougm@covalent.net>
68887              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
68888              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
68889              
68890              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
68891              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
68892              Date: Sat, 24 Jun 2000 13:06:20 +0100
68893              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
68894              
68895              Allow for standalone testing.
68896              
68897              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
68898              From: Mark-Jason Dominus <mjd@plover.com>
68899              Date: Tue, 27 Jun 2000 22:36:42 -0400
68900              Message-ID: <20000628023642.12166.qmail@plover.com>
68901              
68902              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
68903              From: Frank Tobin <ftobin@uiuc.edu>
68904              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
68905              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
68906      Branch: maint-5.6/perl
68907           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
68908           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
68909           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
68910           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
68911           !> utf8.c utils/h2xs.PL
68912 ____________________________________________________________________________
68913 [  7765] By: gsar                                  on 2000/11/20  10:29:13
68914         Log: integrate change#6239 from cfgperl
68915              
68916              Configure maintenance.  Sever some dependency cycles,
68917              separate gccversion from the cc unit,
68918              address [ID 20000623.006] Configure script patch for using gcc on AIX
68919              (but solve it a little bit differently),
68920              unduplex some accidentally duplicated units,
68921              suggest using gcc if no cc available
68922              (p5p thread: "Solaris configure: counterproposal", 1999-09)
68923      Branch: maint-5.6/perl
68924           !> Configure Todo-5.6 config_h.SH
68925 ____________________________________________________________________________
68926 [  7764] By: gsar                                  on 2000/11/20  10:25:55
68927         Log: integrate changes#6233..6238 from cfgperl
68928              
68929              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
68930              From: Mark-Jason Dominus <mjd@plover.com>
68931              Date: Fri, 16 Jun 2000 20:53:04 -0400
68932              Message-ID: <20000617005304.8008.qmail@plover.com>
68933              
68934              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
68935              because when run as services (Win32ese for daemons)
68936              no environment variables are set and tmpdir ends up as /tmp,
68937              which is ambiguous.
68938              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
68939              From: matt@sergeant.org
68940              Date: 16 Jun 2000 16:30:43 -0000
68941              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
68942              
68943              The thread begun by
68944              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
68945              From: Kevin.Ruscoe@ubsw.com
68946              Date: Fri, 16 Jun 2000 16:38:51 +0100
68947              Message-Id: <H000019b03c300d6@MHS>
68948              
68949              Tweak embed.pl, regen headers.
68950              
68951              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
68952              From: Dan Sugalski <dan@sidhe.org>
68953              Date: Fri, 23 Jun 2000 17:00:00 -0400
68954              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
68955      Branch: maint-5.6/perl
68956           !> (integrate 27 files)
68957 ____________________________________________________________________________
68958 [  7763] By: gsar                                  on 2000/11/20  10:08:08
68959         Log: s/perl56delta/perldelta/g
68960      Branch: maint-5.6/perl
68961            ! pod/Makefile
68962 ____________________________________________________________________________
68963 [  7762] By: gsar                                  on 2000/11/20  10:04:00
68964         Log: integrate changes#6225,6229,6231,6232 from cfgperl
68965              
68966              Add source code filenames to apidoc.
68967              From: simon@brecon.co.uk (Simon Cozens)
68968              Subject: [PATCH embed.pl] Source X-ref
68969              Date: 22 Jun 2000 02:18:49 GMT
68970              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
68971              
68972              Subject: README.hpux version 0.6.1
68973              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
68974              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
68975              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
68976              
68977              Subject: [PATCH 5.6.0] cygwin port
68978              From: "Fifer, Eric" <EFifer@sanwaint.com>
68979              Date: Tue, 20 Jun 2000 14:30:58 +0100
68980              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
68981              
68982              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
68983              From: simon@brecon.co.uk (Simon Cozens)
68984              Date: 19 Jun 2000 15:18:27 GMT
68985              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
68986              
68987              plus update pod/Makefile and regenerate perltoc
68988      Branch: maint-5.6/perl
68989           +> pod/perlutil.pod
68990           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
68991           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
68992 ____________________________________________________________________________
68993 [  7761] By: jhi                                   on 2000/11/20  04:09:55
68994         Log: Miraculous typo.
68995      Branch: perl
68996            ! t/op/pat.t
68997 ____________________________________________________________________________
68998 [  7760] By: jhi                                   on 2000/11/20  04:06:08
68999         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
69000              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69001              Date: Sun, 19 Nov 2000 22:30:26 -0500
69002              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
69003      Branch: perl
69004            ! regexec.c scope.h t/op/pat.t
69005 ____________________________________________________________________________
69006 [  7759] By: jhi                                   on 2000/11/20  02:05:22
69007         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
69008      Branch: perl
69009            ! perl.h
69010 ____________________________________________________________________________
69011 [  7758] By: jhi                                   on 2000/11/20  01:58:11
69012         Log: Subject: [perl 7711: EPOC] updates
69013              From: Olaf Flebbe <o.flebbe@gmx.de>
69014              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
69015              Message-ID: <25575.974658810@www23.gmx.net>               
69016      Branch: perl
69017            + lib/File/Spec/Epoc.pm
69018            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
69019            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
69020            ! lib/File/Spec.pm perl.c sv.c
69021 ____________________________________________________________________________
69022 [  7757] By: jhi                                   on 2000/11/20  01:53:11
69023         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
69024      Branch: perl
69025            ! MANIFEST
69026 ____________________________________________________________________________
69027 [  7756] By: jhi                                   on 2000/11/20  01:47:22
69028         Log: Integrate perlio.
69029      Branch: perl
69030            - ext/re/hints/MSWin32.pl
69031           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
69032           !> win32/config.gc win32/config_H.gc win32/win32sck.c
69033 ____________________________________________________________________________
69034 [  7755] By: nick                                  on 2000/11/19  20:57:17
69035         Log: Add dummy crlf layer (just as buffer)
69036              Correct 1st bug - one layer of indirection.
69037      Branch: perlio
69038            ! perlio.c perlio.h perliol.h
69039 ____________________________________________________________________________
69040 [  7754] By: nick                                  on 2000/11/19  20:56:12
69041         Log: Work-round to Perl_deb_nocontext is no longer required
69042      Branch: perlio
69043            - ext/re/hints/MSWin32.pl
69044 ____________________________________________________________________________
69045 [  7753] By: nick                                  on 2000/11/19  20:01:16
69046         Log: diff -se shows these as different
69047      Branch: perlio
69048            ! global.sym pod/perlapi.pod
69049 ____________________________________________________________________________
69050 [  7752] By: nick                                  on 2000/11/19  18:57:30
69051         Log: Configure GCC/Win32 build -Duseperlio
69052              Fix a couple of gross issues
69053              - double-include of ../deb.o in re.dll
69054              - win32sck.c needs PerlIO and FILE 
69055      Branch: perlio
69056            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
69057            ! win32/win32sck.c
69058 ____________________________________________________________________________
69059 [  7751] By: nick                                  on 2000/11/19  17:05:36
69060         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
69061      Branch: perlio
69062            ! perlio.c
69063 ____________________________________________________________________________
69064 [  7750] By: nick                                  on 2000/11/19  16:57:14
69065         Log: Missing aTHX_
69066      Branch: perlio
69067            ! sv.c
69068 ____________________________________________________________________________
69069 [  7749] By: jhi                                   on 2000/11/19  16:28:40
69070         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
69071              From: "Peter J. Farley III" <pjfarley@banet.net>
69072              Date: Sun, 19 Nov 2000 01:42:58 -0500
69073              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
69074      Branch: perl
69075            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
69076 ____________________________________________________________________________
69077 [  7748] By: jhi                                   on 2000/11/19  16:08:10
69078         Log: Subject: podlators 1.05 available        
69079              From: Russ Allbery <rra@stanford.edu>   
69080              Date: 18 Nov 2000 22:04:28 -0800
69081              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
69082      Branch: perl
69083            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
69084 ____________________________________________________________________________
69085 [  7747] By: nick                                  on 2000/11/19  11:19:39
69086         Log: Integrate mainline
69087      Branch: perlio
69088           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69089           !> util.c
69090 ____________________________________________________________________________
69091 [  7746] By: jhi                                   on 2000/11/19  06:42:22
69092         Log: Make hex scanning warn on "\x{x}" and "\xx".
69093              "\x" and and hex("x") are still valid.
69094      Branch: perl
69095            ! util.c
69096 ____________________________________________________________________________
69097 [  7745] By: nick                                  on 2000/11/18  22:52:28
69098         Log: Integrate mainline
69099      Branch: perlio
69100           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
69101           !> perl.h perlio.c proto.h regcomp.c regcomp.h
69102 ____________________________________________________________________________
69103 [  7744] By: jhi                                   on 2000/11/18  22:50:28
69104         Log: Introduce Perl_utf8_length().  Use it.
69105      Branch: perl
69106            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
69107 ____________________________________________________________________________
69108 [  7743] By: jhi                                   on 2000/11/18  22:38:51
69109         Log: Compiler denit.
69110      Branch: perl
69111            ! perlio.c
69112 ____________________________________________________________________________
69113 [  7742] By: jhi                                   on 2000/11/18  20:33:05
69114         Log: Integrate perlio.
69115      Branch: perl
69116           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69117           !> perlio.h pp_ctl.c pp_sys.c sv.c
69118 ____________________________________________________________________________
69119 [  7741] By: jhi                                   on 2000/11/18  20:31:27
69120         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
69121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69122              Date: Fri, 17 Nov 2000 20:35:11 -0500
69123              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
69124              
69125              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
69126              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69127              Date: Fri, 17 Nov 2000 21:03:47 -0500
69128              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
69129              
69130              Plus a little bit of tweaking in pregcomp().
69131      Branch: perl
69132            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
69133 ____________________________________________________________________________
69134 [  7740] By: nick                                  on 2000/11/18  20:17:22
69135         Log: Lexical use open ... support:
69136              add ->cop_io to COP structure in cop.h.
69137              Make mg.c and gv.c associate it with ${^OPEN}.
69138              Make lib/open.pm set it.
69139              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
69140              manner similar to ->cop_warnings.
69141              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
69142              call new PerlIO_apply_layers().
69143              Declare latter in perlio.h and define in perlio.c
69144      Branch: perlio
69145            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
69146            ! perlio.h pp_ctl.c pp_sys.c sv.c
69147 ____________________________________________________________________________
69148 [  7739] By: jhi                                   on 2000/11/18  19:54:00
69149         Log: Integrate perlio.
69150      Branch: perl
69151           !> doio.c perlio.c pp.c
69152 ____________________________________________________________________________
69153 [  7738] By: jhi                                   on 2000/11/18  17:16:13
69154         Log: Subject: [PATCH 5.7.0] etags broken again
69155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69156              Date: Sat, 18 Nov 2000 02:41:36 -0500
69157              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
69158      Branch: perl
69159            ! emacs/ptags
69160 ____________________________________________________________________________
69161 [  7737] By: jhi                                   on 2000/11/18  17:12:18
69162         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
69163      Branch: perl
69164            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
69165 ____________________________________________________________________________
69166 [  7736] By: nick                                  on 2000/11/18  14:06:20
69167         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
69168              part to be isolated.
69169      Branch: perlio
69170            ! doio.c perlio.c
69171 ____________________________________________________________________________
69172 [  7735] By: nick                                  on 2000/11/18  11:03:32
69173         Log: Integrate mainline
69174      Branch: perlio
69175           !> Changes README.amiga README.win32 patchlevel.h
69176           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
69177 ____________________________________________________________________________
69178 [  7734] By: jhi                                   on 2000/11/18  01:18:56
69179         Log: Update Changes.
69180      Branch: perl
69181            ! Changes patchlevel.h
69182 ____________________________________________________________________________
69183 [  7733] By: jhi                                   on 2000/11/18  00:32:54
69184         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
69185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
69186              Date: Fri, 17 Nov 2000 17:28:02 -0500
69187              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
69188      Branch: perl
69189            ! regcomp.c regexec.c t/op/re_tests
69190 ____________________________________________________________________________
69191 [  7732] By: jhi                                   on 2000/11/18  00:28:56
69192         Log: Sparc 64-bit pack() fix from Jens Hamisch.
69193      Branch: perl
69194            ! pp.c
69195 ____________________________________________________________________________
69196 [  7731] By: jhi                                   on 2000/11/18  00:18:39
69197         Log: Explain in more detail the {} syntax ambiguousity.
69198              
69199              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
69200              From: Nicholas Clark <nick@ccl4.org>
69201              Date: Fri, 17 Nov 2000 22:10:28 +0000
69202              Message-ID: <20001117221028.A88930@plum.flirble.org>
69203      Branch: perl
69204            ! pod/perlfunc.pod
69205 ____________________________________________________________________________
69206 [  7730] By: jhi                                   on 2000/11/18  00:12:18
69207         Log: Subject: Fix for README.amiga (20000323.033)
69208              From: "Stephen P. Potter" <spp@spotter.yi.org>
69209              Date: Fri, 17 Nov 2000 12:25:51 -0500
69210              Message-Id: <200011171725.MAA05768@spotter.yi.org>
69211      Branch: perl
69212            ! README.amiga
69213 ____________________________________________________________________________
69214 [  7729] By: jhi                                   on 2000/11/18  00:08:34
69215         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
69216              From: "A. C. Yardley" <yardley@tanet.net>
69217              Date: Mon, 3 Apr 2000 11:35:33 -0700
69218              Message-ID: <3483.000403@tanet.net>
69219      Branch: perl
69220            ! README.win32
69221 ____________________________________________________________________________
69222 [  7728] By: nick                                  on 2000/11/17  21:59:47
69223         Log: Integrate mainline
69224      Branch: perlio
69225           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
69226           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
69227           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
69228           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
69229 ____________________________________________________________________________
69230 [  7727] By: nick                                  on 2000/11/17  21:56:31
69231         Log: Experiment on use of attributes.pm interface.
69232              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
69233              SVt_PVRV if not already something better (else vivify of say magic gets
69234              core dump).
69235      Branch: perlio
69236            ! perlio.c pp.c
69237 ____________________________________________________________________________
69238 [  7726] By: jhi                                   on 2000/11/17  14:15:49
69239         Log: Subject: Fix for 20000815.006
69240              From: "Stephen P. Potter" <spp@spotter.yi.org>
69241              Date: Fri, 17 Nov 2000 08:57:45 -0500
69242              Message-Id: <200011171357.IAA05122@spotter.yi.org>
69243              
69244              It's really 20000518.006.
69245      Branch: perl
69246            ! pod/perlmodlib.PL
69247 ____________________________________________________________________________
69248 [  7725] By: jhi                                   on 2000/11/17  14:12:31
69249         Log: Subject: Fix for 20000409.001
69250              From: "Stephen P. Potter" <spp@spotter.yi.org>
69251              Date: Fri, 17 Nov 2000 08:55:45 -0500
69252              Message-Id: <200011171355.IAA05104@spotter.yi.org>
69253      Branch: perl
69254            ! pod/perlfaq9.pod
69255 ____________________________________________________________________________
69256 [  7724] By: jhi                                   on 2000/11/17  14:08:58
69257         Log: Undo #7627 now that we have =head3.
69258      Branch: perl
69259            ! pod/perlhack.pod
69260 ____________________________________________________________________________
69261 [  7723] By: jhi                                   on 2000/11/17  14:04:09
69262         Log: As surmised the #7719 wasn't a good move.
69263      Branch: perl
69264            ! hints/solaris_2.sh
69265 ____________________________________________________________________________
69266 [  7722] By: jhi                                   on 2000/11/17  13:59:04
69267         Log: Also the 64bitall hints can be either here or there.
69268      Branch: perl
69269            ! hints/solaris_2.sh
69270 ____________________________________________________________________________
69271 [  7721] By: jhi                                   on 2000/11/17  02:26:23
69272         Log: Test tweak for the open pragma.
69273      Branch: perl
69274            ! t/lib/b.t
69275 ____________________________________________________________________________
69276 [  7720] By: jhi                                   on 2000/11/17  00:23:22
69277         Log: The long double hints can be here or there.
69278      Branch: perl
69279            ! hints/solaris_2.sh
69280 ____________________________________________________________________________
69281 [  7719] By: jhi                                   on 2000/11/17  00:14:06
69282         Log: For Solaris use64bitall the stdchar needs a little bit of help.
69283      Branch: perl
69284            ! hints/solaris_2.sh
69285 ____________________________________________________________________________
69286 [  7718] By: jhi                                   on 2000/11/16  23:27:34
69287         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
69288              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
69289              Date: Wed, 15 Nov 2000 08:56:32 +0100
69290              Message-ID: <3A1241B0.64477E00@alcatel.at>
69291      Branch: perl
69292            ! lib/Carp/Heavy.pm
69293 ____________________________________________________________________________
69294 [  7717] By: jhi                                   on 2000/11/16  23:23:29
69295         Log: Subject: [PATCH] Re: 20001101.003 PDL
69296              From: Nicholas Clark <nick@ccl4.org>
69297              Date: Thu, 16 Nov 2000 16:48:25 +0000
69298              Message-ID: <20001116164825.B93487@plum.flirble.org>
69299      Branch: perl
69300            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
69301 ____________________________________________________________________________
69302 [  7716] By: jhi                                   on 2000/11/16  23:21:31
69303         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
69304              From: "Casey R. Tweten" <crt@kiski.net>
69305              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
69306              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
69307      Branch: perl
69308            ! lib/Pod/Checker.pm pod/perlpod.pod
69309 ____________________________________________________________________________
69310 [  7715] By: jhi                                   on 2000/11/16  23:19:40
69311         Log: Avoid an infinite loop in VMS when utils scripts are run
69312              with no arguments, from Charles Lane.
69313      Branch: perl
69314            ! configure.com
69315 ____________________________________________________________________________
69316 [  7714] By: jhi                                   on 2000/11/16  23:17:08
69317         Log: Subject: perllocale.pod changes
69318              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69319              Date: Mon, 13 Nov 2000 10:09:22 +0300
69320              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
69321      Branch: perl
69322            ! pod/perllocale.pod
69323 ____________________________________________________________________________
69324 [  7713] By: jhi                                   on 2000/11/16  23:14:06
69325         Log: Integrate perlio.
69326      Branch: perl
69327           !> doio.c perlio.c perlio.h util.c
69328 ____________________________________________________________________________
69329 [  7712] By: nick                                  on 2000/11/16  21:10:58
69330         Log: Integrate mainline
69331      Branch: perlio
69332           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
69333           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69334           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
69335           !> vos/config.ga.def vos/config.ga.h win32/config.bc
69336           !> win32/config.gc win32/config.vc
69337 ____________________________________________________________________________
69338 [  7711] By: nick                                  on 2000/11/16  19:56:41
69339         Log: Minor tweaks:
69340              consistent way of getting 'rb', 'wb' etc. for binary opens
69341              move *perlio::layers to *open::layers
69342              a #define to show layers available
69343              DOSISH popen/PerlIO had export/import sense inverted.
69344      Branch: perlio
69345            ! doio.c perlio.c perlio.h util.c
69346 ____________________________________________________________________________
69347 [  7710] By: jhi                                   on 2000/11/16  15:46:05
69348         Log: Add HAS_SBRK_PROTO.
69349      Branch: metaconfig/U/perl
69350            + d_sbrkproto.U
69351      Branch: perl
69352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69353            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
69354            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
69355            ! vos/config.ga.def vos/config.ga.h win32/config.bc
69356            ! win32/config.gc win32/config.vc
69357 ____________________________________________________________________________
69358 [  7709] By: nick                                  on 2000/11/16  07:31:49
69359         Log: Integrate mainline
69360      Branch: perlio
69361           !> (integrate 35 files)
69362 ____________________________________________________________________________
69363 [  7708] By: jhi                                   on 2000/11/16  05:33:03
69364         Log: These files are text, not binary.
69365      Branch: perl
69366            ! ext/Encode/Encode/iso8859-10.enc
69367            ! ext/Encode/Encode/iso8859-13.enc
69368            ! ext/Encode/Encode/iso8859-14.enc
69369            ! ext/Encode/Encode/iso8859-15.enc
69370 ____________________________________________________________________________
69371 [  7707] By: jhi                                   on 2000/11/16  01:53:37
69372         Log: Update Changes.
69373      Branch: perl
69374            ! Changes patchlevel.h
69375 ____________________________________________________________________________
69376 [  7706] By: jhi                                   on 2000/11/16  01:35:59
69377         Log: More #undefing of stdio.
69378      Branch: perl
69379            ! fakesdio.h nostdio.h
69380 ____________________________________________________________________________
69381 [  7705] By: jhi                                   on 2000/11/16  01:34:18
69382         Log: Add fwalk() probe to the configuration files and regen perltoc.
69383      Branch: perl
69384            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69385            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
69386            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
69387            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
69388            ! win32/config.bc win32/config.gc win32/config.vc
69389 ____________________________________________________________________________
69390 [  7704] By: jhi                                   on 2000/11/16  01:33:07
69391         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
69392              an optional third argument to Inlibc?)
69393      Branch: metaconfig/U/perl
69394            + d__fwalk.U
69395 ____________________________________________________________________________
69396 [  7703] By: jhi                                   on 2000/11/16  01:09:22
69397         Log: The type of the hash_cb() size argument is tricky.
69398      Branch: perl
69399            ! ext/DB_File/DB_File.xs
69400 ____________________________________________________________________________
69401 [  7702] By: jhi                                   on 2000/11/15  23:01:16
69402         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
69403      Branch: perl
69404            ! nostdio.h
69405 ____________________________________________________________________________
69406 [  7701] By: jhi                                   on 2000/11/15  22:52:32
69407         Log: Detypo.
69408      Branch: perl
69409            ! t/lib/bigfltpm.t
69410 ____________________________________________________________________________
69411 [  7700] By: jhi                                   on 2000/11/15  22:51:56
69412         Log: UINT64_C() work continues.
69413      Branch: perl
69414            ! handy.h perl.h utf8.h
69415 ____________________________________________________________________________
69416 [  7699] By: jhi                                   on 2000/11/15  14:13:04
69417         Log: SOCKS has its own USE_THREADS, based on
69418              
69419              Subject: [ID 20001114.002] et. al. bugfix followup
69420              From: Jens Hamisch <jens@Strawberry.COM> 
69421              Date: Wed, 15 Nov 2000 14:23:11 +0100
69422              Message-ID: <20001115142311.A21164@Strawberry.COM>
69423      Branch: perl
69424            ! perl.h
69425 ____________________________________________________________________________
69426 [  7698] By: jhi                                   on 2000/11/15  03:50:56
69427         Log: Add few missing #undefs and sort them.
69428      Branch: perl
69429            ! fakesdio.h
69430 ____________________________________________________________________________
69431 [  7697] By: jhi                                   on 2000/11/15  03:39:14
69432         Log: Linenumber fix.
69433      Branch: perl
69434            ! t/pragma/warn/utf8
69435 ____________________________________________________________________________
69436 [  7696] By: jhi                                   on 2000/11/15  02:55:26
69437         Log: EBCDIC tweaks.
69438              
69439              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
69440              From: Peter Prymmer <pvhp@forte.com>
69441              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
69442              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
69443      Branch: perl
69444            ! t/op/regmesg.t t/pragma/warn/utf8
69445 ____________________________________________________________________________
69446 [  7695] By: jhi                                   on 2000/11/15  02:53:58
69447         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
69448              From: Peter Prymmer <pvhp@forte.com>
69449              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
69450              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
69451      Branch: perl
69452            ! utf8.c
69453 ____________________________________________________________________________
69454 [  7694] By: jhi                                   on 2000/11/15  02:50:55
69455         Log: Subject: [PATCH: perl@7674] updates to README.os390
69456              From: Prymmer/Kahn <pvhp@best.com>
69457              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
69458              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
69459      Branch: perl
69460            ! README.os390
69461 ____________________________________________________________________________
69462 [  7693] By: jhi                                   on 2000/11/15  02:48:37
69463         Log: Quit utf8_to_uv() instantly if curlen == 0.
69464      Branch: perl
69465            ! utf8.c
69466 ____________________________________________________________________________
69467 [  7692] By: jhi                                   on 2000/11/15  02:24:29
69468         Log: Use u_int32_t for the size of hash_cb(), not size_t.
69469              
69470              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
69471              From: Jens Hamisch <jens@Strawberry.COM>     
69472              Date: Tue, 14 Nov 2000 19:03:55 +0100
69473              Message-Id: <20001114190355.A20559@Strawberry.COM>
69474      Branch: perl
69475            ! ext/DB_File/DB_File.xs
69476 ____________________________________________________________________________
69477 [  7691] By: jhi                                   on 2000/11/15  02:20:12
69478         Log: Use UINT64_C().
69479              
69480              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
69481              From: Jens Hamisch <jens@Strawberry.COM>
69482              Date: Tue, 14 Nov 2000 19:16:23 +0100
69483              Message-Id: <20001114191623.G20559@Strawberry.COM>
69484      Branch: perl
69485            ! utf8.c utf8.h
69486 ____________________________________________________________________________
69487 [  7690] By: jhi                                   on 2000/11/15  02:17:06
69488         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
69489              (a macro to define signed and unsigned integer constants).
69490      Branch: perl
69491            ! handy.h
69492 ____________________________________________________________________________
69493 [  7689] By: jhi                                   on 2000/11/15  01:56:51
69494         Log: Regen Configure.
69495      Branch: perl
69496            ! Configure
69497 ____________________________________________________________________________
69498 [  7688] By: jhi                                   on 2000/11/15  01:56:32
69499         Log: Make the unit know about SOCKS.
69500      Branch: metaconfig
69501            ! U/protos/socksizetype.U
69502 ____________________________________________________________________________
69503 [  7687] By: jhi                                   on 2000/11/15  01:54:47
69504         Log: Remove unused dependencies.
69505      Branch: metaconfig
69506            ! U/compline/d_getpagsz.U
69507 ____________________________________________________________________________
69508 [  7686] By: nick                                  on 2000/11/14  21:25:13
69509         Log: Integrate mainline.
69510      Branch: perlio
69511           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
69512           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
69513           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
69514           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
69515           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
69516           !> win32/config.bc win32/config.gc win32/config.vc
69517           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
69518 ____________________________________________________________________________
69519 [  7685] By: jhi                                   on 2000/11/14  17:54:56
69520         Log: Integrate perlio.
69521      Branch: perl
69522           +> fakesdio.h perliol.h
69523           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
69524           !> perlsdio.h perlsfio.h pod/perlfunc.pod
69525 ____________________________________________________________________________
69526 [  7684] By: nick                                  on 2000/11/14  17:43:04
69527         Log: PerlIO #include and #ifdef re-work.
69528      Branch: perlio
69529            + fakesdio.h perliol.h
69530            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
69531            ! perlsdio.h perlsfio.h
69532 ____________________________________________________________________________
69533 [  7683] By: jhi                                   on 2000/11/14  15:42:40
69534         Log: Hoist the duplicated socket/netdb include logic to perl.h;
69535              undef SETERRNO in case SOCKS has defined it.  Based on:
69536              
69537              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
69538              From: Jens Hamisch <jens@Strawberry.COM> 
69539              Date: Tue, 14 Nov 2000 11:34:40 +0100
69540              Message-Id: <20001114113440.A20005@Strawberry.COM>
69541      Branch: perl
69542            ! doio.c perl.h pp_sys.c
69543 ____________________________________________________________________________
69544 [  7682] By: jhi                                   on 2000/11/14  14:07:28
69545         Log: Subject: some additions for makefiles for win32 (for perl@7674)
69546              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69547              Date: Tue, 14 Nov 2000 09:31:13 +0300
69548              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
69549      Branch: perl
69550            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
69551            ! win32/makefile.mk
69552 ____________________________________________________________________________
69553 [  7681] By: jhi                                   on 2000/11/14  14:01:41
69554         Log: Subject: tiny typo in perl5db.pl
69555              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
69556              Date: Tue, 14 Nov 2000 09:29:28 +0300
69557              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
69558      Branch: perl
69559            ! lib/perl5db.pl
69560 ____________________________________________________________________________
69561 [  7680] By: jhi                                   on 2000/11/14  04:13:50
69562         Log: Redo #7679 with LFs instead of CRLFs.
69563      Branch: perl
69564            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
69565            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
69566            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
69567 ____________________________________________________________________________
69568 [  7679] By: jhi                                   on 2000/11/14  01:21:09
69569         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
69570              From: Benjamin Stuhl <tiriath@yahoo.com> 
69571              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
69572              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
69573      Branch: perl
69574            + win32/bin/mdelete.bat
69575            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
69576            ! makedef.pl perlio.c win32/Makefile win32/config.gc
69577            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
69578 ____________________________________________________________________________
69579 [  7678] By: jhi                                   on 2000/11/14  01:19:20
69580         Log: Fix the re extension building for Win32.
69581              
69582              Subject: [PATCH perl@7638] Get PerlIO building on Win32
69583              From: Benjamin Stuhl <tiriath@yahoo.com> 
69584              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
69585              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
69586      Branch: perl
69587            + ext/re/hints/MSWin32.pl
69588            ! MANIFEST
69589 ____________________________________________________________________________
69590 [  7677] By: jhi                                   on 2000/11/14  01:13:54
69591         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
69592              From: sthoenna@efn.org
69593              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
69594              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
69595      Branch: perl
69596            ! doop.c pp.c toke.c utf8.c utf8.h
69597 ____________________________________________________________________________
69598 [  7676] By: jhi                                   on 2000/11/13  20:23:15
69599         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69600              From: Nicholas Clark <nick@ccl4.org>
69601              Date: Mon, 13 Nov 2000 18:55:04 +0000
69602              Message-ID: <20001113185504.J29183@plum.flirble.org>
69603      Branch: perl
69604            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
69605 ____________________________________________________________________________
69606 [  7675] By: nick                                  on 2000/11/13  20:21:57
69607         Log: Integrate mainline ...
69608      Branch: perlio
69609           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
69610           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
69611           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
69612           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
69613 ____________________________________________________________________________
69614 [  7674] By: jhi                                   on 2000/11/13  15:07:56
69615         Log: Update Changes.
69616      Branch: perl
69617            ! Changes patchlevel.h
69618 ____________________________________________________________________________
69619 [  7673] By: jhi                                   on 2000/11/13  14:42:42
69620         Log: Remove the new two tests of lib/io_xs for now, they seem to
69621              fail under perlio on some platforms.
69622      Branch: perl
69623            ! t/lib/io_xs.t
69624 ____________________________________________________________________________
69625 [  7672] By: jhi                                   on 2000/11/13  13:57:53
69626         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
69627      Branch: perl
69628            ! perlio.c
69629 ____________________________________________________________________________
69630 [  7671] By: jhi                                   on 2000/11/13  05:30:48
69631         Log: Placate nervous compilers that see longer than ints switch()ing.
69632      Branch: perl
69633            ! utf8.c
69634 ____________________________________________________________________________
69635 [  7670] By: jhi                                   on 2000/11/13  05:14:21
69636         Log: fputs() does return EOF on error but here we don't care.
69637      Branch: perl
69638            ! perlio.c
69639 ____________________________________________________________________________
69640 [  7669] By: jhi                                   on 2000/11/13  05:02:45
69641         Log: Declare reg_data like reg_substr_data.
69642      Branch: perl
69643            ! regexp.h
69644 ____________________________________________________________________________
69645 [  7668] By: jhi                                   on 2000/11/13  04:54:34
69646         Log: Typos in #7667.
69647      Branch: perl
69648            ! perl.h
69649 ____________________________________________________________________________
69650 [  7667] By: jhi                                   on 2000/11/13  04:49:49
69651         Log: Cleanup messy #ifdef.
69652      Branch: perl
69653            ! perl.h
69654 ____________________________________________________________________________
69655 [  7666] By: jhi                                   on 2000/11/13  04:17:34
69656         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
69657              From: Nicholas Clark <nick@talking.bollo.cx>
69658              Date: Sun, 12 Nov 2000 21:14:11 +0000
69659              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
69660              
69661              Note: only one breakage of the two reported is fixed by this patch.
69662      Branch: perl
69663            ! perlio.c
69664 ____________________________________________________________________________
69665 [  7665] By: jhi                                   on 2000/11/13  04:05:07
69666         Log: Tweak the definition of the bit complement on UTF-8 data:
69667              if none of the characters in the string are > 0xff,
69668              the result is a complemented byte string, not a (UTF-8)
69669              char string.  Based on the summary in
69670              
69671              Subject: Re: [ID 20000918.005] ~ on wide chars
69672              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
69673              Date: Fri, 10 Nov 2000 09:47:15 -0800
69674              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
69675              
69676              This should give us the maximum backward (pre-char string)
69677              compatibility and utf8 compatibility.  The other alternative
69678              would be to limit the bit complement to be always byte only,
69679              taking the least significant byte of the chars.
69680      Branch: perl
69681            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
69682 ____________________________________________________________________________
69683 [  7664] By: jhi                                   on 2000/11/13  00:23:44
69684         Log: Couple of tests from #7660 salvaged.
69685      Branch: perl
69686            - t/op/tell.t
69687            ! MANIFEST t/io/tell.t
69688 ____________________________________________________________________________
69689 [  7663] By: jhi                                   on 2000/11/13  00:02:48
69690         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
69691              From: Nicholas Clark <nick@talking.bollo.cx>
69692              Date: Sun, 12 Nov 2000 21:23:43 +0000
69693              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
69694      Branch: perl
69695            ! perlsfio.h
69696 ____________________________________________________________________________
69697 [  7662] By: jhi                                   on 2000/11/13  00:01:39
69698         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
69699              From: Nicholas Clark <nick@talking.bollo.cx>
69700              Date: Sun, 12 Nov 2000 21:30:04 +0000
69701              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
69702      Branch: perl
69703            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
69704 ____________________________________________________________________________
69705 [  7661] By: jhi                                   on 2000/11/12  23:57:29
69706         Log: Document tell() on special streams.
69707      Branch: perl
69708            ! pod/perlfunc.pod
69709 ____________________________________________________________________________
69710 [  7660] By: jhi                                   on 2000/11/12  23:54:22
69711         Log: (Subsumed by #7664)
69712      Branch: perl
69713            + t/op/tell.t
69714            ! MANIFEST
69715 ____________________________________________________________________________
69716 [  7659] By: jhi                                   on 2000/11/12  22:55:25
69717         Log: Many subdocumented return values of the IO extension now documented.
69718              ungetc and write still left subdocumented.
69719              
69720              Subject: [PATCH] (was Re: IO::Handle::ungetc)
69721              From: Nicholas Clark <nick@talking.bollo.cx>
69722              Date: Sun, 12 Nov 2000 21:35:53 +0000
69723              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
69724      Branch: perl
69725            ! ext/IO/lib/IO/Handle.pm
69726 ____________________________________________________________________________
69727 [  7658] By: jhi                                   on 2000/11/12  21:37:06
69728         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
69729              From: Nicholas Clark <nick@talking.bollo.cx>
69730              Date: Sun, 12 Nov 2000 20:03:22 +0000
69731              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
69732      Branch: perl
69733            ! pod/perlfunc.pod
69734 ____________________________________________________________________________
69735 [  7657] By: jhi                                   on 2000/11/12  20:34:55
69736         Log: Integrate perlio.
69737      Branch: perl
69738           !> perlio.c
69739 ____________________________________________________________________________
69740 [  7656] By: nick                                  on 2000/11/12  19:25:06
69741         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
69742      Branch: perlio
69743            ! perlio.c
69744 ____________________________________________________________________________
69745 [  7655] By: nick                                  on 2000/11/12  19:09:41
69746         Log: Integrate mainline
69747      Branch: perlio
69748           +> README.solaris ext/Encode/Encode/cp1006.enc
69749           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
69750           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
69751           +> ext/Encode/Encode/iso8859-13.enc
69752           +> ext/Encode/Encode/iso8859-14.enc
69753           +> ext/Encode/Encode/iso8859-15.enc
69754           !> (integrate 34 files)
69755 ____________________________________________________________________________
69756 [  7654] By: jhi                                   on 2000/11/12  19:00:22
69757         Log: Add a metaconfig unit for fsync.
69758      Branch: metaconfig/U/perl
69759            + d_fsync.U
69760 ____________________________________________________________________________
69761 [  7653] By: jhi                                   on 2000/11/12  19:00:01
69762         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
69763      Branch: perl
69764            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69765            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
69766            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69767            ! vos/config.ga.h win32/config.bc win32/config.gc
69768            ! win32/config.vc
69769 ____________________________________________________________________________
69770 [  7652] By: jhi                                   on 2000/11/11  21:12:01
69771         Log: Copy the s// information of README.hpux also to the perlrun.
69772      Branch: perl
69773            ! README.hpux pod/perlrun.pod
69774 ____________________________________________________________________________
69775 [  7651] By: jhi                                   on 2000/11/11  21:03:13
69776         Log: More README.solaris updates from Andy Dougherty.
69777      Branch: perl
69778            ! README.solaris
69779 ____________________________________________________________________________
69780 [  7650] By: jhi                                   on 2000/11/11  18:38:57
69781         Log: More descriptive error for unknown perlio layers.
69782              
69783              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69784              From: Dominic Dunlop <domo@computer.org> 
69785              Date: Sat, 11 Nov 2000 18:20:32 +0100             
69786              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
69787      Branch: perl
69788            ! perlio.c pod/perldiag.pod
69789 ____________________________________________________________________________
69790 [  7649] By: jhi                                   on 2000/11/11  18:37:52
69791         Log: MachTen doesn't really do mmap() and munmap().
69792              
69793              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
69794              From: Dominic Dunlop <domo@computer.org> 
69795              Date: Sat, 11 Nov 2000 18:20:32 +0100             
69796              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
69797      Branch: perl
69798            ! hints/machten.sh
69799 ____________________________________________________________________________
69800 [  7648] By: jhi                                   on 2000/11/11  18:36:46
69801         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
69802              From: rspier@pobox.com (Robert Spier)
69803              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
69804              Message-ID: <14861.32839.491271.985797@rls.cx>
69805      Branch: perl
69806            ! Porting/Contract pod/perltoot.pod
69807 ____________________________________________________________________________
69808 [  7647] By: jhi                                   on 2000/11/11  18:35:30
69809         Log: Simplify the getpagesize() unit by dropping the
69810              pagesize probe since it's nowadays slightly more
69811              complicated because of sysconf(). (Note: if some
69812              platform really needs the -lPW for getpagesize,
69813              I just broke it.)
69814              
69815              TODO: a new pagesize unit.
69816      Branch: metaconfig
69817            ! U/compline/d_getpagsz.U
69818 ____________________________________________________________________________
69819 [  7646] By: jhi                                   on 2000/11/11  18:33:23
69820         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
69821      Branch: perl
69822            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69823            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
69824            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
69825            ! vos/config.ga.h win32/config.bc win32/config.gc
69826            ! win32/config.vc
69827 ____________________________________________________________________________
69828 [  7645] By: jhi                                   on 2000/11/11  16:45:15
69829         Log: Use sysconf() or getpagesize() to find out the pagesize.
69830      Branch: perl
69831            ! perlio.c
69832 ____________________________________________________________________________
69833 [  7644] By: jhi                                   on 2000/11/11  15:46:08
69834         Log: Integrate perlio.
69835      Branch: perl
69836           !> perlio.c
69837 ____________________________________________________________________________
69838 [  7643] By: jhi                                   on 2000/11/11  15:33:36
69839         Log: Subject: Re: [PATCH] README.solaris
69840              From: Lupe Christoph <lupe@lupe-christoph.de>
69841              Date: Sat, 11 Nov 2000 14:08:10 +0100
69842              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
69843      Branch: perl
69844            ! README.solaris
69845 ____________________________________________________________________________
69846 [  7642] By: jhi                                   on 2000/11/11  15:22:12
69847         Log: Subject: [PATCH perl@7638] cygwin port
69848              From: "Eric Fifer" <egf7@columbia.edu>            
69849              Date: Fri, 10 Nov 2000 19:30:30 -0000
69850              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
69851      Branch: perl
69852            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
69853 ____________________________________________________________________________
69854 [  7641] By: nick                                  on 2000/11/11  14:50:36
69855         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
69856              Also call "Buf" layer directly when unread'ing non-read chars.
69857      Branch: perlio
69858            ! perlio.c
69859 ____________________________________________________________________________
69860 [  7640] By: jhi                                   on 2000/11/11  02:05:02
69861         Log: Add more encoding tables.
69862      Branch: perl
69863            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
69864            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
69865            + ext/Encode/Encode/iso8859-10.enc
69866            + ext/Encode/Encode/iso8859-13.enc
69867            + ext/Encode/Encode/iso8859-14.enc
69868            + ext/Encode/Encode/iso8859-15.enc
69869            ! MANIFEST
69870 ____________________________________________________________________________
69871 [  7639] By: jhi                                   on 2000/11/10  18:49:25
69872         Log: Subject: [PATCH] README.solaris
69873              From: Andy Dougherty <doughera@lafayette.edu>
69874              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
69875              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
69876      Branch: perl
69877            + README.solaris
69878            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
69879            ! pod/perl.pod pod/perltoc.pod
69880 ____________________________________________________________________________
69881 [  7638] By: jhi                                   on 2000/11/10  15:04:15
69882         Log: Update Changes.
69883      Branch: perl
69884            ! Changes patchlevel.h
69885 ____________________________________________________________________________
69886 [  7637] By: jhi                                   on 2000/11/10  14:14:28
69887         Log: Explain better why certain regex tests are skipped.
69888              
69889              Subject: Re: tests skipped: unknown reason
69890              From: Lupe Christoph <lupe@lupe-christoph.de>
69891              Date: Fri, 10 Nov 2000 09:08:56 +0100
69892              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
69893      Branch: perl
69894            ! t/op/regexp.t
69895 ____________________________________________________________________________
69896 [  7636] By: nick                                  on 2000/11/10  13:40:00
69897         Log: Integrate mainline.
69898      Branch: perlio
69899           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
69900           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
69901           !> win32/bin/search.pl
69902 ____________________________________________________________________________
69903 [  7635] By: nick                                  on 2000/11/10  13:25:52
69904         Log: Re-instate stdio large file support via perlio.
69905      Branch: perl
69906            ! perlio.c
69907 ____________________________________________________________________________
69908 [  7634] By: jhi                                   on 2000/11/10  04:49:55
69909         Log: Amdahl UTS hints updates.
69910              
69911              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
69912              From: hom00@utsglobal.com (Harold O Morris)
69913              Date: Thu, 9 Nov 2000 20:02 PST
69914              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
69915      Branch: perl
69916            ! hints/uts.sh
69917 ____________________________________________________________________________
69918 [  7633] By: jhi                                   on 2000/11/09  23:33:28
69919         Log: Subject: [PATCH] IO::Seekable pod
69920              From: Nicholas Clark <nick@talking.bollo.cx>
69921              Date: Thu, 9 Nov 2000 20:29:45 +0000
69922              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
69923      Branch: perl
69924            ! ext/IO/lib/IO/Handle.pm
69925 ____________________________________________________________________________
69926 [  7632] By: jhi                                   on 2000/11/09  21:55:41
69927         Log: Various doc oddball characters.
69928              
69929              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
69930              From: Michael Somos <somos@grail.cba.csuohio.edu>
69931              Date: Mon, 6 Nov 2000 17:44:20 -0500
69932              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
69933      Branch: perl
69934            ! emacs/cperl-mode.el lib/unicode/syllables.txt
69935            ! win32/bin/search.pl
69936 ____________________________________________________________________________
69937 [  7631] By: jhi                                   on 2000/11/09  21:12:29
69938         Log: Subject: Re: bash -c exit and linux hints 
69939              From: "John P. Linderman" <jpl@research.att.com>
69940              Date: Thu, 02 Nov 2000 09:37:25 -0500
69941              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
69942      Branch: perl
69943            ! hints/linux.sh
69944 ____________________________________________________________________________
69945 [  7630] By: nick                                  on 2000/11/09  20:34:11
69946         Log: Integrate mainline.
69947      Branch: perlio
69948           !> (integrate 91 files)
69949 ____________________________________________________________________________
69950 [  7629] By: jhi                                   on 2000/11/09  19:46:31
69951         Log: Missing dTHXs.
69952              
69953              Subject: RE: perl@7595 builds not on cygwin
69954              From: "Eric Fifer" <egf7@columbia.edu>
69955              Date: Thu, 9 Nov 2000 19:26:50 -0000
69956              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
69957      Branch: perl
69958            ! ext/Devel/Peek/Peek.xs
69959 ____________________________________________________________________________
69960 [  7628] By: jhi                                   on 2000/11/09  14:48:27
69961         Log: Disable only the tests 99 and 166 for UTF-8 locales.
69962      Branch: perl
69963            ! t/pragma/locale.t
69964 ____________________________________________________________________________
69965 [  7627] By: jhi                                   on 2000/11/09  14:40:27
69966         Log: There's no =head3.
69967      Branch: perl
69968            ! pod/perlhack.pod
69969 ____________________________________________________________________________
69970 [  7626] By: jhi                                   on 2000/11/09  13:54:26
69971         Log: The generated boot_* headers are wrong.  Pickier compiler,
69972              such as KAI C++ will refuse to compile the resulting perlmain.
69973              
69974              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
69975              From: Harri Pasanen <harri.pasanen@trema.com>
69976              Date: Thu, 09 Nov 2000 14:23:28 +0100
69977              Message-Id: <3A0AA550.26D548A3@trema.com>
69978      Branch: perl
69979            ! minimod.pl
69980 ____________________________________________________________________________
69981 [  7625] By: jhi                                   on 2000/11/09  13:50:44
69982         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
69983              From: Prymmer/Kahn <pvhp@best.com>
69984              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
69985              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
69986              
69987              All except the "cow orker" change.
69988      Branch: perl
69989            ! Porting/pumpkin.pod
69990 ____________________________________________________________________________
69991 [  7624] By: jhi                                   on 2000/11/09  13:45:33
69992         Log: Fix for
69993              
69994              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
69995              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
69996              Date: Thu, 09 Nov 2000 11:05:52 +0100
69997              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
69998      Branch: perl
69999            ! pod/perldiag.pod t/pragma/warn/pp_sys
70000 ____________________________________________________________________________
70001 [  7623] By: jhi                                   on 2000/11/09  13:37:16
70002         Log: Typo in an ifndef.
70003              
70004              Subject: Re: [PATCH 5.7.0] better messages from malloc()
70005              From: Joe Smith <jms@inwap.com>         
70006              Date: Thu, 09 Nov 2000 01:33:14 -0800
70007              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
70008      Branch: perl
70009            ! malloc.c
70010 ____________________________________________________________________________
70011 [  7622] By: jhi                                   on 2000/11/09  13:31:18
70012         Log: Remove unused extra arguments.
70013      Branch: metaconfig/U/perl
70014            ! perlxv.U
70015      Branch: perl
70016            ! Configure config_h.SH
70017 ____________________________________________________________________________
70018 [  7621] By: jhi                                   on 2000/11/09  13:16:36
70019         Log: More VMS moves on environment handling, from Charles Lane.
70020      Branch: perl
70021            ! t/pragma/locale.t
70022 ____________________________________________________________________________
70023 [  7620] By: jhi                                   on 2000/11/09  04:42:38
70024         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70025              From: David Dyck <dcd@tc.fluke.com>
70026              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
70027              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
70028      Branch: perl
70029            ! pp_sys.c
70030 ____________________________________________________________________________
70031 [  7619] By: jhi                                   on 2000/11/09  04:36:21
70032         Log: Forgot from #7618.
70033      Branch: perl
70034            ! lib/File/stat.pm
70035 ____________________________________________________________________________
70036 [  7618] By: jhi                                   on 2000/11/09  04:28:44
70037         Log: Make deleting for %ENV work for (newer versions of) VMS,
70038              from Craig A. Berry.
70039      Branch: perl
70040            ! vms/vms.c
70041 ____________________________________________________________________________
70042 [  7617] By: jhi                                   on 2000/11/09  04:25:05
70043         Log: Subject: [PATCH] Class::Struct at compile time
70044              From: "Casey R. Tweten" <crt@kiski.net>
70045              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
70046              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
70047      Branch: perl
70048            ! lib/Class/Struct.pm
70049 ____________________________________________________________________________
70050 [  7616] By: jhi                                   on 2000/11/09  04:15:17
70051         Log: Subject: [ID 20001108.013] spelling
70052              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
70053              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
70054              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
70055      Branch: perl
70056            ! lib/ftp.pl
70057 ____________________________________________________________________________
70058 [  7615] By: jhi                                   on 2000/11/09  04:12:42
70059         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
70060              From: Peter Prymmer <pvhp@forte.com>
70061              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
70062              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
70063      Branch: perl
70064            ! configure.com
70065 ____________________________________________________________________________
70066 [  7614] By: jhi                                   on 2000/11/08  22:42:55
70067         Log: A missing aTHX_.
70068      Branch: perl
70069            ! ext/IPC/SysV/SysV.xs
70070 ____________________________________________________________________________
70071 [  7613] By: jhi                                   on 2000/11/08  19:30:21
70072         Log: Update Changes.
70073      Branch: perl
70074            ! Changes patchlevel.h
70075 ____________________________________________________________________________
70076 [  7612] By: jhi                                   on 2000/11/08  18:35:25
70077         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
70078              From: David Dyck <dcd@tc.fluke.com>
70079              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
70080              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
70081      Branch: perl
70082            ! pp_sys.c
70083 ____________________________________________________________________________
70084 [  7611] By: jhi                                   on 2000/11/08  18:30:26
70085         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
70086              From: Dominic Dunlop <domo@computer.org>
70087              Date: Tue, 7 Nov 2000 12:05:25 +0100
70088              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
70089      Branch: perl
70090            ! malloc.c
70091 ____________________________________________________________________________
70092 [  7610] By: jhi                                   on 2000/11/08  18:25:14
70093         Log: Do not test UTF-8 locales since that the tests would require
70094              polymorphic regexen.
70095      Branch: perl
70096            ! t/pragma/locale.t
70097 ____________________________________________________________________________
70098 [  7609] By: jhi                                   on 2000/11/08  17:12:51
70099         Log: Locale buglets.
70100              
70101              Subject: RE: Locales support (setlocale) fixes
70102              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70103              Date: Wed, 8 Nov 2000 20:01:39 +0300
70104              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
70105      Branch: perl
70106            ! t/pragma/locale.t util.c
70107 ____________________________________________________________________________
70108 [  7608] By: jhi                                   on 2000/11/08  17:00:16
70109         Log: Deleting $ENV{PATH} in VMS is not recommendable.
70110      Branch: perl
70111            ! t/pragma/locale.t
70112 ____________________________________________________________________________
70113 [  7607] By: jhi                                   on 2000/11/08  16:58:26
70114         Log: Subject: PATCH std stdio for (Free)BSD
70115              From: Nicholas Clark <nick@ccl4.org>
70116              Date: Wed, 8 Nov 2000 15:36:29 +0000
70117              Message-ID: <20001108153629.D98736@plum.flirble.org>
70118      Branch: metaconfig
70119            ! U/compline/d_stdstdio.U
70120      Branch: perl
70121            ! Configure config_h.SH
70122 ____________________________________________________________________________
70123 [  7606] By: jhi                                   on 2000/11/08  16:43:31
70124         Log: Forgot to bump the line numbers in #7601.
70125      Branch: perl
70126            ! t/pragma/warn/pp_sys
70127 ____________________________________________________________________________
70128 [  7605] By: jhi                                   on 2000/11/08  16:39:12
70129         Log: More careful detection of how well NVs and UVs mix.
70130              
70131              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))
70132              From: Nicholas Clark <nick@ccl4.org>
70133              Date: Wed, 8 Nov 2000 15:14:12 +0000
70134              Message-ID: <20001108151412.B98736@plum.flirble.org>
70135              
70136              Added some SIGFPE paranoia.
70137      Branch: metaconfig/U/perl
70138            ! perlxv.U
70139      Branch: perl
70140            ! Configure config_h.SH
70141 ____________________________________________________________________________
70142 [  7604] By: jhi                                   on 2000/11/08  14:39:10
70143         Log: Subject: [patch perl@7595] VMS configure.com tweak
70144              From: "Craig A. Berry" <craigberry@mac.com>
70145              Date: Wed, 8 Nov 2000 00:24:12 -0600
70146              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
70147      Branch: perl
70148            ! configure.com
70149 ____________________________________________________________________________
70150 [  7603] By: jhi                                   on 2000/11/08  14:27:11
70151         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
70152              From: Robin Barker <rmb1@cise.npl.co.uk>
70153              Date: Wed, 8 Nov 2000 11:11:39 GMT
70154              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
70155      Branch: perl
70156            ! perlio.c
70157 ____________________________________________________________________________
70158 [  7602] By: jhi                                   on 2000/11/08  14:25:03
70159         Log: Fix for the tie-refhash string table leaks.
70160              
70161              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
70162              Date: Wed, 8 Nov 2000 13:03:04 GMT
70163              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
70164      Branch: perl
70165            ! t/lib/tie-refhash.t
70166 ____________________________________________________________________________
70167 [  7601] By: jhi                                   on 2000/11/08  14:21:08
70168         Log: Try to avoid flockless and emulationless places.
70169      Branch: perl
70170            ! t/pragma/warn/pp_sys
70171 ____________________________________________________________________________
70172 [  7600] By: jhi                                   on 2000/11/08  02:28:54
70173         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
70174              
70175              Subject: [PATCH] prototyped functions that should be overrideable
70176              From: "Casey R. Tweten" <crt@kiski.net>
70177              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
70178              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
70179      Branch: perl
70180            ! toke.c
70181 ____________________________________________________________________________
70182 [  7599] By: jhi                                   on 2000/11/08  01:12:05
70183         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
70184              
70185              Subject: [PATCH] perlbug.PL
70186              From: "Kurt D. Starsinic" <kstar@chapin.edu>
70187              Date: Mon, 6 Nov 2000 21:39:01 -0500
70188              Message-ID: <20001106213901.B20955@O2.chapin.edu>
70189      Branch: perl
70190            ! utils/perlbug.PL
70191 ____________________________________________________________________________
70192 [  7598] By: jhi                                   on 2000/11/07  23:42:00
70193         Log: Bad thinko in #7581 (I used the test program with the expanded
70194              values as-is).
70195      Branch: metaconfig
70196            ! U/compline/d_stdstdio.U
70197      Branch: perl
70198            ! Configure
70199 ____________________________________________________________________________
70200 [  7597] By: jhi                                   on 2000/11/07  21:43:29
70201         Log: Subject: [PATCH perl@7573] cygwin port
70202              From: "Fifer, Eric" <EFifer@sanwaint.com>
70203              Date: Tue, 7 Nov 2000 18:08:51 -0000 
70204              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
70205              
70206              Synchronize with Cygwin 1.1.5.
70207      Branch: perl
70208            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
70209            ! pod/perlport.pod unixish.h util.c
70210 ____________________________________________________________________________
70211 [  7596] By: jhi                                   on 2000/11/07  21:39:25
70212         Log: perlhack updates from H.Merijn Brand.
70213      Branch: perl
70214            ! pod/perlhack.pod
70215 ____________________________________________________________________________
70216 [  7595] By: jhi                                   on 2000/11/07  20:21:41
70217         Log: Update Changes.
70218      Branch: perl
70219            ! Changes patchlevel.h
70220 ____________________________________________________________________________
70221 [  7594] By: jhi                                   on 2000/11/07  19:18:58
70222         Log: Be more robust in Dynaloader.pm.
70223      Branch: perl
70224            ! ext/DynaLoader/DynaLoader_pm.PL
70225 ____________________________________________________________________________
70226 [  7593] By: jhi                                   on 2000/11/07  16:49:31
70227         Log: AUTHORS update.
70228      Branch: perl
70229            ! AUTHORS
70230 ____________________________________________________________________________
70231 [  7592] By: gsar                                  on 2000/11/07  16:39:51
70232         Log: normalize relative paths in virtualized current directory on windows,
70233              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
70234              returns)
70235      Branch: perl
70236            ! win32/vdir.h
70237 ____________________________________________________________________________
70238 [  7591] By: jhi                                   on 2000/11/07  16:04:26
70239         Log: Too profiler-happy: with optimization the #7590 actually makes
70240              the test to run 0.5% _slower_.  Requires much more instrumentation.
70241              Retract #7590.
70242      Branch: perl
70243            ! regcomp.c regcomp.h
70244 ____________________________________________________________________________
70245 [  7590] By: jhi                                   on 2000/11/07  15:51:13
70246         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
70247              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
70248              by using memset() and testing bytewise (as opposed to bitwise).
70249      Branch: perl
70250            ! regcomp.c regcomp.h
70251 ____________________________________________________________________________
70252 [  7589] By: jhi                                   on 2000/11/07  12:56:39
70253         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
70254              From: "Craig A. Berry" <craig.berry@psinetcs.com>
70255              Date: Mon, 06 Nov 2000 23:45:30 -0500
70256              Message-Id: <0011079735.AA973576259@univpress.com>
70257      Branch: perl
70258            ! configure.com t/lib/st-lock.t
70259 ____________________________________________________________________________
70260 [  7588] By: jhi                                   on 2000/11/07  01:03:28
70261         Log: Tweak #7587.
70262      Branch: perl
70263            ! pod/perldiag.pod
70264 ____________________________________________________________________________
70265 [  7587] By: jhi                                   on 2000/11/07  01:00:27
70266         Log: A doc addition for bug id 20001105.019, beware \p.
70267      Branch: perl
70268            ! pod/perldiag.pod
70269 ____________________________________________________________________________
70270 [  7586] By: jhi                                   on 2000/11/07  00:32:22
70271         Log: Fake support of holey files in win/dosish platforms.
70272              
70273              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
70274              From: kipp@shonanblue.ne.jp
70275              Date: Mon, 6 Nov 2000 13:30:55 -0800
70276              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
70277      Branch: perl
70278            ! ext/SDBM_File/sdbm/sdbm.c
70279 ____________________________________________________________________________
70280 [  7585] By: jhi                                   on 2000/11/07  00:12:54
70281         Log: Subject: Pod updates
70282              From: "Stephen P. Potter" <spp@spotter.yi.org>
70283              Date: Mon, 06 Nov 2000 18:56:43 -0500
70284              Message-Id: <200011062357.SAA18173@spotter.yi.org>
70285      Branch: perl
70286            ! README.dos README.os2 README.win32 pod/buildtoc.PL
70287            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
70288            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
70289            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
70290            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
70291            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
70292            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
70293            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
70294            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
70295            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
70296            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
70297            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
70298            ! pod/perltootc.pod pod/perlunicode.pod
70299 ____________________________________________________________________________
70300 [  7584] By: jhi                                   on 2000/11/07  00:04:17
70301         Log: Varargs don't always work too well if one puts an unsigned
70302              char on the stack and pop an unsigned quad off the stack.
70303              
70304              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
70305              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
70306              Date: Mon, 06 Nov 2000 15:19:05 -0800
70307              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
70308      Branch: perl
70309            ! utf8.c
70310 ____________________________________________________________________________
70311 [  7583] By: jhi                                   on 2000/11/06  23:58:48
70312         Log: %ENV note tweaks from Dan Sugalski.
70313      Branch: perl
70314            ! pod/perlport.pod vms/perlvms.pod
70315 ____________________________________________________________________________
70316 [  7582] By: jhi                                   on 2000/11/06  23:05:49
70317         Log: glibc5 detection by __GNU_LIBRARY__.
70318      Branch: perl
70319            ! toke.c
70320 ____________________________________________________________________________
70321 [  7581] By: jhi                                   on 2000/11/06  22:51:29
70322         Log: Make the stdio test program of 7427 less noisy while being 
70323              compiled so that Digital UNIX wouldn't get both
70324              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
70325              undefined.  This makes perlio happy.
70326      Branch: metaconfig
70327            ! U/compline/d_stdstdio.U
70328      Branch: perl
70329            ! Configure config_h.SH
70330 ____________________________________________________________________________
70331 [  7580] By: jhi                                   on 2000/11/06  22:41:41
70332         Log: Document %ENV = () portability issues.
70333      Branch: perl
70334            ! pod/perlport.pod vms/perlvms.pod
70335 ____________________________________________________________________________
70336 [  7579] By: jhi                                   on 2000/11/06  21:29:24
70337         Log: VOS updates from Paul Green.
70338      Branch: perl
70339            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
70340 ____________________________________________________________________________
70341 [  7578] By: jhi                                   on 2000/11/06  21:00:40
70342         Log: Sanitize the environment further.
70343      Branch: perl
70344            ! t/pragma/locale.t
70345 ____________________________________________________________________________
70346 [  7577] By: jhi                                   on 2000/11/06  20:53:51
70347         Log: Re-introduce 7552 lost in integration.
70348      Branch: perl
70349            ! perlio.c
70350 ____________________________________________________________________________
70351 [  7576] By: jhi                                   on 2000/11/06  20:33:46
70352         Log: Admit that the test leaks scalars.
70353      Branch: perl
70354            ! t/comp/proto.t
70355 ____________________________________________________________________________
70356 [  7575] By: jhi                                   on 2000/11/06  20:17:08
70357         Log: Integrate perlio.
70358      Branch: perl
70359           !> perlio.c
70360 ____________________________________________________________________________
70361 [  7574] By: nick                                  on 2000/11/06  20:07:28
70362         Log: Remove debug. Try (Mmap_t) on madvise() call.
70363      Branch: perlio
70364            ! perlio.c
70365 ____________________________________________________________________________
70366 [  7573] By: jhi                                   on 2000/11/06  13:56:05
70367         Log: Update Changes.
70368      Branch: perl
70369            ! Changes patchlevel.h
70370 ____________________________________________________________________________
70371 [  7572] By: jhi                                   on 2000/11/06  13:48:41
70372         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
70373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70374              Date: Mon, 06 Nov 2000 10:11:42 +0100
70375              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
70376      Branch: perl
70377            ! pod/perlhack.pod
70378 ____________________________________________________________________________
70379 [  7571] By: jhi                                   on 2000/11/06  01:45:51
70380         Log: AUTHORS updates.
70381      Branch: perl
70382            ! AUTHORS
70383 ____________________________________________________________________________
70384 [  7570] By: jhi                                   on 2000/11/06  00:18:00
70385         Log: Fix for
70386              
70387              Subject: [ID 20000728.005] perl -P broken
70388              From: David Dyck <dcd@tc.fluke.com>
70389              Date: Fri, 28 Jul 2000 17:19:16 -0700
70390              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
70391              
70392              (hopefully).  The fix is also not complete, it seems to break
70393              BOM swallowing for libc5 systems, but until someone figures
70394              out a way to do this without ftell(), this will do.
70395      Branch: perl
70396            ! toke.c
70397 ____________________________________________________________________________
70398 [  7569] By: jhi                                   on 2000/11/06  00:05:30
70399         Log: Document that the evaled syntax errors cause scalar leaks.
70400      Branch: perl
70401            ! t/comp/proto.t
70402 ____________________________________________________________________________
70403 [  7568] By: jhi                                   on 2000/11/05  23:14:47
70404         Log: opmini.o can linger from Configures past.
70405      Branch: perl
70406            ! Makefile.SH
70407 ____________________________________________________________________________
70408 [  7567] By: jhi                                   on 2000/11/05  21:28:39
70409         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
70410              first argument correctly.
70411      Branch: perl
70412            ! perlio.c
70413 ____________________________________________________________________________
70414 [  7566] By: jhi                                   on 2000/11/05  21:15:56
70415         Log: Integrate perlio.
70416      Branch: perl
70417           !> perlio.c
70418 ____________________________________________________________________________
70419 [  7565] By: jhi                                   on 2000/11/05  21:15:13
70420         Log: Use -dM for gcc (the suggested patch did it only for Linux,
70421              but I think it can be generalized).
70422              
70423              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
70424              From: Pixel <pixel@mandrakesoft.com>
70425              Date: 05 Nov 2000 21:49:34 +0100 
70426              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
70427      Branch: perl
70428            ! ext/Errno/Errno_pm.PL
70429 ____________________________________________________________________________
70430 [  7564] By: nick                                  on 2000/11/05  21:09:18
70431         Log: Added a mmap layer as a "subclass" of perlio.
70432              PERLIO=mmap ./perl harness passes
70433      Branch: perlio
70434            ! perlio.c
70435 ____________________________________________________________________________
70436 [  7563] By: jhi                                   on 2000/11/05  19:48:55
70437         Log: Add a note for future generations about bug id 20000229.006.
70438      Branch: perl
70439            ! malloc.c
70440 ____________________________________________________________________________
70441 [  7562] By: jhi                                   on 2000/11/05  19:38:24
70442         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
70443      Branch: perl
70444            ! pp_ctl.c t/op/pos.t
70445 ____________________________________________________________________________
70446 [  7561] By: jhi                                   on 2000/11/05  18:21:46
70447         Log: Add =pod to be tidy.
70448      Branch: perl
70449            ! lib/Math/Complex.pm
70450 ____________________________________________________________________________
70451 [  7560] By: jhi                                   on 2000/11/05  17:38:46
70452         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
70453      Branch: perl
70454            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
70455            ! ext/Storable/Storable.xs t/lib/st-recurse.t
70456 ____________________________________________________________________________
70457 [  7559] By: jhi                                   on 2000/11/05  17:32:59
70458         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
70459              From: "Peter J. Farley III" <pjfarley@banet.net>
70460              Date: Sun, 05 Nov 2000 11:55:59 -0500
70461              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
70462      Branch: perl
70463            ! t/lib/syslog.t
70464 ____________________________________________________________________________
70465 [  7558] By: jhi                                   on 2000/11/05  17:29:19
70466         Log: Integrate perlio.
70467      Branch: perl
70468           !> perlio.c
70469 ____________________________________________________________________________
70470 [  7557] By: jhi                                   on 2000/11/05  17:22:01
70471         Log: A fix of sorts for 20000329.026, a better error message
70472              for a missing "use charnames" when using the \N{...}. 
70473      Branch: perl
70474            ! pod/perldiag.pod toke.c
70475 ____________________________________________________________________________
70476 [  7556] By: jhi                                   on 2000/11/05  16:33:50
70477         Log: Test tweak: show also the failed locales.
70478              
70479              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
70480              From: Lupe Christoph <lupe@lupe-christoph.de>         
70481              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
70482              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
70483      Branch: perl
70484            ! t/pragma/locale.t
70485 ____________________________________________________________________________
70486 [  7555] By: nick                                  on 2000/11/05  11:09:34
70487         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
70488              open RDWR so does not fail. (pragma/warnings 303 again...)
70489      Branch: perlio
70490            ! perlio.c
70491 ____________________________________________________________________________
70492 [  7554] By: nick                                  on 2000/11/05  10:10:13
70493         Log: Fix case where ungetc(f,EOF) was allowed.
70494              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
70495              so we can see similarities.
70496              Use types more carefully and a STDCHAR array in hope that this will
70497              fix Jarrko's 64bit machine.
70498      Branch: perlio
70499            ! perlio.c
70500 ____________________________________________________________________________
70501 [  7553] By: jhi                                   on 2000/11/05  01:12:16
70502         Log: Fix for
70503              
70504              Subject: [ID 20001004.007] taint propogation is inconsistent
70505              From: pimlott@idiomtech.com (Andrew Pimlott) 
70506              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
70507              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
70508              
70509              The culprit was sv_setsv() which was rather blindly
70510              propagating taint, which lead to behaviour where if
70511              a tainted anon hash value was seen all the hash values
70512              from then on at that level became tainted, or at any
70513              upper levels in the case of nested anon hashes.
70514      Branch: perl
70515            ! sv.c t/op/taint.t
70516 ____________________________________________________________________________
70517 [  7552] By: jhi                                   on 2000/11/04  23:44:18
70518         Log: Some cpps don't like splitting conditionals across several lines.
70519      Branch: perl
70520            ! perlio.c
70521 ____________________________________________________________________________
70522 [  7551] By: nick                                  on 2000/11/04  23:40:44
70523         Log: Integrate mainline
70524      Branch: perlio
70525           !> pp_hot.c t/op/taint.t
70526 ____________________________________________________________________________
70527 [  7550] By: nick                                  on 2000/11/04  23:39:05
70528         Log: Integrate mainline again
70529      Branch: perlio
70530           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
70531           !> t/lib/b.t t/op/misc.t util.c
70532 ____________________________________________________________________________
70533 [  7549] By: jhi                                   on 2000/11/04  23:14:01
70534         Log: Fix for
70535              
70536              Subject: [ID 20001004.006] undef is never tainted
70537              From: pimlott@idiomtech.com (Andrew Pimlott)
70538              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
70539              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
70540              
70541              An undef read from a slurped file was not tainted.
70542      Branch: perl
70543            ! pp_hot.c t/op/taint.t
70544 ____________________________________________________________________________
70545 [  7548] By: jhi                                   on 2000/11/04  22:56:21
70546         Log: Test tweak ($Config{useperlio} is by default undef) .
70547      Branch: perl
70548            ! t/lib/b.t
70549 ____________________________________________________________________________
70550 [  7547] By: jhi                                   on 2000/11/04  22:43:56
70551         Log: Integrate perlio.
70552      Branch: perl
70553           +> lib/perlio.pm
70554           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
70555           !> pod/perlapi.pod t/lib/b.t
70556 ____________________________________________________________________________
70557 [  7546] By: jhi                                   on 2000/11/04  22:40:59
70558         Log: Configure would use a bad $myuname from an old config.sh.
70559              
70560              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
70561              From: Andy Dougherty <doughera@lafayette.edu>
70562              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
70563              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
70564      Branch: metaconfig
70565            ! U/modified/Oldconfig.U
70566      Branch: perl
70567            ! Configure config_h.SH
70568 ____________________________________________________________________________
70569 [  7545] By: jhi                                   on 2000/11/04  22:36:54
70570         Log: Subject: Locales support (setlocale) fixes
70571              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
70572              Date: Sat, 4 Nov 2000 10:15:48 +0300 
70573              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
70574              
70575              Modified quite a bit to be more portable.
70576      Branch: perl
70577            ! embed.h embed.pl perl.h proto.h util.c
70578 ____________________________________________________________________________
70579 [  7544] By: jhi                                   on 2000/11/04  22:32:47
70580         Log: Dying is too strict here, better just skip.
70581      Branch: perl
70582            ! t/op/misc.t
70583 ____________________________________________________________________________
70584 [  7543] By: nick                                  on 2000/11/04  21:55:13
70585         Log: Merge mainline
70586      Branch: perlio
70587           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
70588           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
70589           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
70590           !> (integrate 64 files)
70591 ____________________________________________________________________________
70592 [  7542] By: jhi                                   on 2000/11/04  21:09:28
70593         Log: More Changes tweakery.
70594      Branch: perl
70595            ! Changes Porting/genlog
70596 ____________________________________________________________________________
70597 [  7541] By: jhi                                   on 2000/11/04  20:58:18
70598         Log: Changes fixups.
70599      Branch: perl
70600            ! Changes
70601 ____________________________________________________________________________
70602 [  7540] By: jhi                                   on 2000/11/04  20:42:38
70603         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
70604              create a "fast path" for locale name probing using "locale -a"
70605              if available, squash finally hopefully the s?printf resetting
70606              the numeric locale (since, IIUC perllocale, it never shouldn't). 
70607      Branch: perl
70608            ! sv.c t/op/misc.t t/pragma/locale.t
70609 ____________________________________________________________________________
70610 [  7539] By: nick                                  on 2000/11/04  19:56:10
70611         Log: PerlIO infrastructure complete.
70612      Branch: perlio
70613            + lib/perlio.pm
70614            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
70615 ____________________________________________________________________________
70616 [  7538] By: nick                                  on 2000/11/04  14:31:32
70617         Log: Type tweaks + less contorted allocation scheme
70618      Branch: perlio
70619            ! perlio.c
70620 ____________________________________________________________________________
70621 [  7537] By: nick                                  on 2000/11/04  12:40:42
70622         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
70623              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
70624              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
70625              sensible) which lead to some interesting fails.
70626      Branch: perlio
70627            ! perlio.c
70628 ____________________________________________________________________________
70629 [  7536] By: jhi                                   on 2000/11/04  00:20:02
70630         Log: Add FCNTL_CAN_LOCK.
70631              
70632              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70633              From: Andy Dougherty <doughera@lafayette.edu>
70634              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
70635              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
70636              
70637              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
70638              From: Andy Dougherty <doughera@lafayette.edu>
70639              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
70640              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
70641      Branch: metaconfig/U/perl
70642            + d_fcntl_can_lock.U
70643            ! startperl.U
70644      Branch: perl
70645            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
70646            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
70647            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70648            ! vos/config.ga.h win32/config.bc win32/config.gc
70649            ! win32/config.vc
70650 ____________________________________________________________________________
70651 [  7535] By: nick                                  on 2000/11/03  22:19:10
70652         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
70653              - Works on Linux with
70654              perlio + unix
70655              stdio
70656              - Works on Solaris with
70657              perlio + unix
70658              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
70659              - Fails (hangs in openpid) if you try and stack
70660              perlio + stdio - Linux stdio's read() logic is hanging.
70661      Branch: perlio
70662            ! iperlsys.h perlio.c
70663 ____________________________________________________________________________
70664 [  7534] By: jhi                                   on 2000/11/03  15:16:02
70665         Log: Subject: Re: README.aix
70666              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70667              Date: Fri, 03 Nov 2000 16:03:15 +0100
70668              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
70669      Branch: perl
70670            ! README.aix
70671 ____________________________________________________________________________
70672 [  7533] By: jhi                                   on 2000/11/03  03:59:02
70673         Log: Subject: [PATCH 5.7.0] better messages from malloc()
70674              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
70675              Date: Wed, 1 Nov 2000 23:39:56 -0500
70676              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
70677      Branch: perl
70678            ! malloc.c pod/perldiag.pod
70679 ____________________________________________________________________________
70680 [  7532] By: jhi                                   on 2000/11/03  00:11:56
70681         Log: The #7521 touched things it shouldn't have.
70682      Branch: perl
70683            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
70684 ____________________________________________________________________________
70685 [  7531] By: jhi                                   on 2000/11/02  22:32:33
70686         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
70687              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
70688              Date:     Thu, 2 Nov 2000 16:58:36 EST
70689              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
70690      Branch: perl
70691            ! vms/gen_shrfls.pl
70692 ____________________________________________________________________________
70693 [  7530] By: jhi                                   on 2000/11/02  22:08:49
70694         Log: Fix the problem discussed in
70695              
70696              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
70697              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
70698              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
70699              
70700              originally from Linc Madison.  Also Andreas König's comments
70701              taken into account.  Some other problems with Tie::SubstrHash
70702              fixed: didn't croak when the table exceeded the requested number
70703              of entries (as documented) but instead when the number of entries
70704              exceeded the size of the table, a croak() had an unnecessary \n,
70705              didn't have a CLEAR method, documented that there is no exists().
70706              Didn't fix to be strict-proof because the module uses &foo; and
70707              dynamic scope.  Added a test script exercizing both first tamely 
70708              the basic functionality, and then the failure cases reported by
70709              Linc Madison.
70710      Branch: perl
70711            + t/lib/tie-substrhash.t
70712            ! MANIFEST lib/Tie/SubstrHash.pm
70713 ____________________________________________________________________________
70714 [  7529] By: jhi                                   on 2000/11/02  17:58:08
70715         Log: recv() can fail and return undef.
70716              
70717              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
70718              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
70719              Date: Thu, 2 Nov 2000 20:12:20 +0300
70720              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
70721      Branch: perl
70722            ! lib/Net/Ping.pm
70723 ____________________________________________________________________________
70724 [  7528] By: jhi                                   on 2000/11/02  17:49:09
70725         Log: Detpyo.
70726      Branch: perl
70727            ! pod/perlop.pod
70728 ____________________________________________________________________________
70729 [  7527] By: jhi                                   on 2000/11/02  15:48:37
70730         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
70731              fix a autovivification bug in Tie::RefHash, add tests for both.
70732              
70733              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
70734              From: Edward Avis <epa98@doc.ic.ac.uk>
70735              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
70736              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
70737      Branch: perl
70738            + t/lib/tie-refhash.t
70739            ! MANIFEST lib/Tie/RefHash.pm
70740 ____________________________________________________________________________
70741 [  7526] By: jhi                                   on 2000/11/02  13:56:26
70742         Log: Test::Harness revealed buglets in the new DynaLoader.
70743              
70744              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
70745              From: andreas.koenig@anima.de (Andreas J. Koenig)
70746              Date: 02 Nov 2000 11:26:48 +0100 
70747              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
70748      Branch: perl
70749            ! ext/DynaLoader/DynaLoader_pm.PL
70750 ____________________________________________________________________________
70751 [  7525] By: jhi                                   on 2000/11/01  23:52:08
70752         Log: The entry for #7503 was missing.
70753      Branch: perl
70754            ! Changes
70755 ____________________________________________________________________________
70756 [  7524] By: jhi                                   on 2000/11/01  23:40:52
70757         Log: Update Changes.
70758      Branch: perl
70759            ! Changes patchlevel.h
70760 ____________________________________________________________________________
70761 [  7523] By: jhi                                   on 2000/11/01  22:57:09
70762         Log: More tweaking on the #7522 theme.
70763      Branch: perl
70764            ! ext/DynaLoader/DynaLoader_pm.PL
70765 ____________________________________________________________________________
70766 [  7522] By: jhi                                   on 2000/11/01  22:06:15
70767         Log: Expand %Config variables and %ENV variables only if
70768              so requested during build time using the
70769              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
70770              Not expanding makes relocating distributions easier.
70771      Branch: perl
70772            ! ext/DynaLoader/DynaLoader_pm.PL
70773 ____________________________________________________________________________
70774 [  7521] By: jhi                                   on 2000/11/01  20:56:34
70775         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
70776              and setgid() because they were just changing $< and $( which means
70777              only changing the real uid/gid, as opposed to changing both
70778              real and effective ids.  (The alternative way could have been
70779              in POSIX.pm to change $> and $), too, but making a direct call
70780              to the C API feels cleaner.)  Fixes the bug
70781              
70782              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
70783              From: "Garry T. Williams" <garry@zvolve.com>
70784              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
70785              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
70786      Branch: perl
70787            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
70788            ! ext/POSIX/typemap pod/perlvar.pod
70789 ____________________________________________________________________________
70790 [  7520] By: jhi                                   on 2000/11/01  20:08:33
70791         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
70792              From: "Garry T. Williams" <garry@zvolve.com>
70793              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
70794              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
70795      Branch: perl
70796            ! pod/perlsec.pod
70797 ____________________________________________________________________________
70798 [  7519] By: jhi                                   on 2000/11/01  20:01:22
70799         Log: Locale warning explanation tweak.
70800      Branch: perl
70801            ! pod/perldiag.pod
70802 ____________________________________________________________________________
70803 [  7518] By: jhi                                   on 2000/11/01  18:57:13
70804         Log: C.pm part of
70805              
70806              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
70807              From: Jarkko Hietaniemi <jhi@iki.fi>
70808              Date: Tue, 10 Oct 2000 08:22:28 -0500
70809              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
70810      Branch: perl
70811            ! ext/B/B/C.pm
70812 ____________________________________________________________________________
70813 [  7517] By: jhi                                   on 2000/11/01  18:41:59
70814         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
70815              From: Martien Verbruggen <mgjv@comdyn.com.au>
70816              Date: Fri, 6 Oct 2000 14:09:10 +1100
70817              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
70818      Branch: perl
70819            ! pod/perlop.pod
70820 ____________________________________________________________________________
70821 [  7516] By: jhi                                   on 2000/11/01  18:34:55
70822         Log: Generalize the Camel wording.
70823              
70824              Subject: Re: perlfaq style changes
70825              From: John Borwick <jhborwic@unity.ncsu.edu>
70826              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
70827              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
70828      Branch: perl
70829            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
70830 ____________________________________________________________________________
70831 [  7515] By: jhi                                   on 2000/11/01  16:52:31
70832         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
70833              From: pimlott@idiomtech.com (Andrew Pimlott)
70834              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
70835              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
70836      Branch: perl
70837            ! pod/perlsec.pod
70838 ____________________________________________________________________________
70839 [  7514] By: jhi                                   on 2000/11/01  15:03:40
70840         Log: More AIX lore.
70841      Branch: perl
70842            ! ext/re/hints/aix.pl
70843 ____________________________________________________________________________
70844 [  7513] By: jhi                                   on 2000/11/01  14:48:30
70845         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
70846              From: root <root@chronos.fi.muni.cz>
70847              Date: Wed, 1 Nov 2000 12:31:32 +0100
70848              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
70849      Branch: perl
70850            ! lib/Net/Ping.pm
70851 ____________________________________________________________________________
70852 [  7512] By: jhi                                   on 2000/11/01  14:46:47
70853         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
70854              From: Martin Husemann <martin@duskware.de>
70855              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
70856              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
70857      Branch: perl
70858            ! regcomp.c
70859 ____________________________________________________________________________
70860 [  7511] By: jhi                                   on 2000/11/01  14:39:50
70861         Log: AUTHORS updates.
70862      Branch: perl
70863            ! AUTHORS
70864 ____________________________________________________________________________
70865 [  7510] By: jhi                                   on 2000/11/01  14:29:50
70866         Log: Subject: [PATCH] startperl to respect versiononly
70867              From: Robin Barker <rmb1@cise.npl.co.uk> 
70868              Date: Tue, 31 Oct 2000 16:29:36 GMT
70869              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
70870      Branch: metaconfig/U/perl
70871            ! startperl.U
70872      Branch: perl
70873            ! Configure config_h.SH
70874 ____________________________________________________________________________
70875 [  7509] By: jhi                                   on 2000/11/01  14:19:53
70876         Log: printf UVs the correct way, noticed by Robin Barker.
70877      Branch: perl
70878            ! utf8.c
70879 ____________________________________________________________________________
70880 [  7508] By: jhi                                   on 2000/11/01  14:10:03
70881         Log: Do not cleanup *% because the % has special meanings in some
70882              shell environments.
70883      Branch: perl
70884            ! ext/Storable/Makefile.PL
70885 ____________________________________________________________________________
70886 [  7507] By: jhi                                   on 2000/11/01  14:06:00
70887         Log: The NonStop-UX libraries have a novel way to say NaN.
70888      Branch: perl
70889            ! t/lib/bigfltpm.t
70890 ____________________________________________________________________________
70891 [  7506] By: jhi                                   on 2000/11/01  14:03:35
70892         Log: The osname has been lowercased by now, from Tom Bates.
70893      Branch: metaconfig
70894            ! U/modified/Oldconfig.U
70895      Branch: perl
70896            ! Configure config_h.SH
70897 ____________________________________________________________________________
70898 [  7505] By: jhi                                   on 2000/10/31  19:18:39
70899         Log: The compiler is either gcc or cc, from Tom Bates.
70900      Branch: perl
70901            ! hints/nonstopux.sh
70902 ____________________________________________________________________________
70903 [  7504] By: jhi                                   on 2000/10/31  14:53:42
70904         Log: Update Changes.
70905      Branch: perl
70906            ! Changes patchlevel.h
70907 ____________________________________________________________________________
70908 [  7503] By: jhi                                   on 2000/10/31  14:30:50
70909         Log: Whitespace style tweak.  Was originally going to see to
70910              
70911              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
70912              From: Joe Smith <jms@inwap.com>
70913              Date: Mon, 30 Oct 2000 18:47:57 -0800
70914              Message-Id: <39FE32DD.24AAC4D@inwap.com>
70915              
70916              but that had already been taken care of.
70917      Branch: metaconfig
70918            ! U/compline/d_stdstdio.U
70919      Branch: perl
70920            ! Configure config_h.SH
70921 ____________________________________________________________________________
70922 [  7502] By: jhi                                   on 2000/10/31  14:25:02
70923         Log: AUTHORS tweaks.
70924      Branch: perl
70925            ! AUTHORS
70926 ____________________________________________________________________________
70927 [  7501] By: jhi                                   on 2000/10/31  14:23:59
70928         Log: Subject: perlfaq style changes
70929              From: John Borwick <jhborwic@unity.ncsu.edu>
70930              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
70931              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
70932      Branch: perl
70933            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
70934            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
70935            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
70936            ! pod/perlfaq9.pod
70937 ____________________________________________________________________________
70938 [  7500] By: jhi                                   on 2000/10/31  14:22:15
70939         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
70940              
70941              Subject: Re: [ID 20000918.005] ~ on wide chars
70942              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
70943              Date: Mon, 30 Oct 2000 21:09:55 -0800
70944              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
70945              
70946              (The ord() part of the patch skipped.)
70947      Branch: perl
70948            ! doop.c
70949 ____________________________________________________________________________
70950 [  7499] By: jhi                                   on 2000/10/31  14:20:08
70951         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
70952              From: Jens Hamisch <jens@Strawberry.COM>
70953              Date: Mon, 30 Oct 2000 15:17:07 +0100
70954              Message-Id: <20001030151707.A9597@Strawberry.COM>
70955      Branch: perl
70956            ! av.c
70957 ____________________________________________________________________________
70958 [  7498] By: jhi                                   on 2000/10/31  14:16:29
70959         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
70960              From: Peter Prymmer <pvhp@forte.com>
70961              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
70962              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
70963      Branch: perl
70964            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
70965            + ext/Encode/Encode/posix-bc.enc
70966            ! MANIFEST t/lib/encode.t
70967 ____________________________________________________________________________
70968 [  7497] By: jhi                                   on 2000/10/31  14:13:22
70969         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
70970              From: Peter Prymmer <pvhp@forte.com>
70971              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
70972              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
70973      Branch: perl
70974            ! t/lib/cgi-html.t
70975 ____________________________________________________________________________
70976 [  7496] By: jhi                                   on 2000/10/31  14:12:05
70977         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
70978              From: Peter Prymmer <pvhp@forte.com>
70979              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
70980              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
70981      Branch: perl
70982            ! t/lib/cgi-function.t
70983 ____________________________________________________________________________
70984 [  7495] By: jhi                                   on 2000/10/31  14:11:08
70985         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
70986              From: Peter Prymmer <pvhp@forte.com>
70987              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
70988              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
70989      Branch: perl
70990            + ext/re/hints/aix.pl
70991            ! MANIFEST ext/re/Makefile.PL
70992 ____________________________________________________________________________
70993 [  7494] By: jhi                                   on 2000/10/31  14:08:32
70994         Log: Use Errno magic.
70995              
70996              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
70997              From: Casey Tweten <perl@ctweten.amsite.com>
70998              Date: Mon, 30 Oct 2000 15:51:17 -0500
70999              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
71000      Branch: perl
71001            ! lib/File/Temp.pm
71002 ____________________________________________________________________________
71003 [  7493] By: jhi                                   on 2000/10/31  14:05:07
71004         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
71005              
71006              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
71007              From: Nicholas Clark <nick@ccl4.org>
71008              Date: Mon, 30 Oct 2000 17:38:45 +0000
71009              Message-ID: <20001030173845.O60355@plum.flirble.org>
71010      Branch: perl
71011            ! Makefile.SH utils/perlbug.PL
71012 ____________________________________________________________________________
71013 [  7492] By: nick                                  on 2000/10/30  19:37:23
71014         Log: Change files which are mysteriously different to mainline to be
71015              copies of mainline.
71016      Branch: perlio
71017            ! objXSUB.h perlapi.c pod/perlapi.pod
71018 ____________________________________________________________________________
71019 [  7491] By: nick                                  on 2000/10/30  18:05:54
71020         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
71021              - typo in endian code in putc.
71022              - Don't allow read of write-only files and vice-versa
71023              - and off-by-one in flush-all loop.
71024              Remove debug calls as they were using GCC specific features.
71025      Branch: perlio
71026            ! perlio.c
71027 ____________________________________________________________________________
71028 [  7490] By: nick                                  on 2000/10/29  21:45:45
71029         Log: Integrate mainline to perlio
71030      Branch: perlio
71031           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
71032           !> toke.c
71033 ____________________________________________________________________________
71034 [  7489] By: jhi                                   on 2000/10/29  21:11:08
71035         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
71036              From: andreas.koenig@anima.de (Andreas J. Koenig)
71037              Date: 29 Oct 2000 22:05:59 +0100
71038              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
71039      Branch: perl
71040            ! lib/ExtUtils/Manifest.pm
71041 ____________________________________________________________________________
71042 [  7488] By: jhi                                   on 2000/10/29  21:07:47
71043         Log: Tests for #7487.
71044              
71045              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71046              From: andreas.koenig@anima.de (Andreas J. Koenig)
71047              Date: 29 Oct 2000 19:37:09 +0100
71048              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
71049      Branch: perl
71050            ! t/comp/proto.t
71051 ____________________________________________________________________________
71052 [  7487] By: jhi                                   on 2000/10/29  21:06:27
71053         Log: constsub spillage.
71054              
71055              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
71056              From: John Tobey <jtobey@john-edwin-tobey.org>
71057              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
71058              Message-Id: <m13pvSr-000FObC@feynman.localnet>
71059      Branch: perl
71060            ! op.c
71061 ____________________________________________________________________________
71062 [  7486] By: nick                                  on 2000/10/29  21:05:04
71063         Log: Integrate mainline to perlio branch
71064      Branch: perlio
71065           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
71066           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
71067           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
71068           +> vos/install_perl.cm
71069            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
71070            - vos/config.h vos/config_h.SH_orig
71071           !> (integrate 141 files)
71072 ____________________________________________________________________________
71073 [  7485] By: jhi                                   on 2000/10/29  21:00:47
71074         Log: Make \x{...} consistently produce UTF-8.
71075              
71076              Subject: Re: \x{...} is confused 
71077              From: Simon Cozens <simon@cozens.net>
71078              Date: Sun, 29 Oct 2000 19:36:48 +0000
71079              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
71080      Branch: perl
71081            ! t/pragma/utf8.t toke.c
71082 ____________________________________________________________________________
71083 [  7484] By: nick                                  on 2000/10/29  20:05:29
71084         Log: PerlIO passes all tests.
71085      Branch: perlio
71086            ! perlio.c
71087 ____________________________________________________________________________
71088 [  7483] By: jhi                                   on 2000/10/29  18:06:55
71089         Log: Update Changes.
71090      Branch: perl
71091            ! Changes patchlevel.h
71092 ____________________________________________________________________________
71093 [  7482] By: nick                                  on 2000/10/29  17:43:28
71094         Log: Include <unistd.h> to get correct lseek() prototype etc.
71095              (I thought perl.h did that) - down to two fails
71096              - comp/require.t (last test)
71097              - lib/io_xs.t - possibly import/export of FILE * ?
71098      Branch: perlio
71099            ! perlio.c
71100 ____________________________________________________________________________
71101 [  7481] By: jhi                                   on 2000/10/29  17:02:37
71102         Log: UTF-8 decoder tweak.
71103      Branch: perl
71104            ! utf8.c
71105 ____________________________________________________________________________
71106 [  7480] By: nick                                  on 2000/10/29  16:26:11
71107         Log: Fixed two bugs:
71108              - error code not being set on close (of broken pipe)
71109              - append mode was truncating.
71110              At least one seek/tell bug remains.
71111      Branch: perlio
71112            ! perlio.c
71113 ____________________________________________________________________________
71114 [  7479] By: nick                                  on 2000/10/29  11:18:16
71115         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
71116              in case of accidents. Still several worrying fails, no line disciplines yet.
71117      Branch: perlio
71118            ! iperlsys.h perlio.c
71119 ____________________________________________________________________________
71120 [  7478] By: jhi                                   on 2000/10/29  02:04:01
71121         Log: Add also emailless people.
71122      Branch: perl
71123            ! AUTHORS
71124 ____________________________________________________________________________
71125 [  7477] By: jhi                                   on 2000/10/29  01:36:00
71126         Log: The #7476 needs a MANIFEST change, too.
71127      Branch: perl
71128            ! MANIFEST
71129 ____________________________________________________________________________
71130 [  7476] By: jhi                                   on 2000/10/29  01:35:21
71131         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
71132      Branch: perl
71133            - MAINTAIN
71134            ! AUTHORS Changes
71135 ____________________________________________________________________________
71136 [  7475] By: jhi                                   on 2000/10/28  23:57:25
71137         Log: De-quoted-unreadable to ISO Latin 1.
71138              (There's one ISO-2022-JP name in Changes5.004.)
71139      Branch: perl
71140            ! Changes Changes5.6
71141 ____________________________________________________________________________
71142 [  7474] By: jhi                                   on 2000/10/28  19:13:06
71143         Log: Subject: [ID 20001027.007] uniq array in perlfaq
71144              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
71145              Date: Fri, 27 Oct 2000 19:28:30 +0200
71146              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
71147      Branch: perl
71148            ! pod/perlfaq4.pod
71149 ____________________________________________________________________________
71150 [  7473] By: jhi                                   on 2000/10/28  18:02:05
71151         Log: Locking null mutexes is not recommendable.
71152              
71153              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
71154              From: Hugo <hv@crypt.compulink.co.uk>
71155              Date: Sat, 28 Oct 2000 18:41:12 +0100
71156              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
71157      Branch: perl
71158            ! op.c
71159 ____________________________________________________________________________
71160 [  7472] By: jhi                                   on 2000/10/28  17:52:58
71161         Log: Better create a true mailing list for the repository keepers.
71162      Branch: perl
71163            ! Porting/repository.pod
71164 ____________________________________________________________________________
71165 [  7471] By: jhi                                   on 2000/10/28  17:28:24
71166         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
71167              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
71168      Branch: perl
71169            + Porting/repository.pod
71170            ! MANIFEST
71171 ____________________________________________________________________________
71172 [  7470] By: jhi                                   on 2000/10/28  17:20:54
71173         Log: Subject: DOC PATCH 5.6.0
71174              From: mjd@plover.com
71175              Date: 27 Oct 2000 17:32:44 -0000
71176              Message-ID: <20001027173244.23754.qmail@plover.com>
71177      Branch: perl
71178            ! pod/perlfunc.pod
71179 ____________________________________________________________________________
71180 [  7469] By: jhi                                   on 2000/10/28  17:16:45
71181         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
71182              From: "Peter J. Farley III" <pjfarley@banet.net>
71183              Date: Fri, 27 Oct 2000 20:32:56 -0400
71184              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
71185      Branch: perl
71186            ! README.dos
71187 ____________________________________________________________________________
71188 [  7468] By: jhi                                   on 2000/10/28  17:07:18
71189         Log: Make target reordering to avoid pointless re-makes.
71190              
71191              Subject: Re: Total re-make of 'make okfile' after 7451 ?
71192              From: Nicholas Clark <nick@ccl4.org>
71193              Date: Sat, 28 Oct 2000 00:31:02 +0100
71194              Message-ID: <20001028003101.A54517@plum.flirble.org>
71195      Branch: perl
71196            ! Makefile.SH
71197 ____________________________________________________________________________
71198 [  7467] By: jhi                                   on 2000/10/28  17:05:31
71199         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
71200              From: lvirden@cas.org
71201              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
71202              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
71203      Branch: perl
71204            ! README.os2
71205 ____________________________________________________________________________
71206 [  7466] By: jhi                                   on 2000/10/28  16:09:16
71207         Log: Upgrade to CPAN 1.58_55.
71208              
71209              Subject: CPAN.pm status
71210              From: andreas.koenig@anima.de (Andreas J. Koenig) 
71211              Date: 28 Oct 2000 08:18:00 +0200 
71212              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
71213      Branch: perl
71214            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
71215 ____________________________________________________________________________
71216 [  7465] By: jhi                                   on 2000/10/28  16:02:47
71217         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
71218      Branch: perl
71219            ! embed.h embed.pl perl.h proto.h toke.c
71220 ____________________________________________________________________________
71221 [  7464] By: nick                                  on 2000/10/28  10:43:44
71222         Log: Fix for sv_2iv() on "shared" value from keys %hash.
71223      Branch: perl
71224            ! sv.c
71225 ____________________________________________________________________________
71226 [  7463] By: jhi                                   on 2000/10/27  16:18:29
71227         Log: Update Changes.
71228      Branch: perl
71229            ! Changes patchlevel.h
71230 ____________________________________________________________________________
71231 [  7462] By: jhi                                   on 2000/10/27  16:17:44
71232         Log: Too enthusiastic editing in #7460.
71233      Branch: metaconfig
71234            ! U/modified/Oldsym.U
71235      Branch: perl
71236            ! Configure config_h.SH
71237 ____________________________________________________________________________
71238 [  7461] By: jhi                                   on 2000/10/27  15:37:38
71239         Log: Retract #7459, the script needs more work.
71240      Branch: perl
71241            - mkreef
71242            ! MANIFEST
71243 ____________________________________________________________________________
71244 [  7460] By: jhi                                   on 2000/10/27  15:23:14
71245         Log: Use $sort, $uniq (and $tr) consistently as wondered
71246              by Nicholas Clark.
71247      Branch: metaconfig
71248            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
71249            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
71250            ! U/modified/libc.U
71251      Branch: perl
71252            ! Configure config_h.SH
71253 ____________________________________________________________________________
71254 [  7459] By: jhi                                   on 2000/10/27  15:02:07
71255         Log: (Retracted by #7461)
71256              
71257              Add a shell script for creating/removing symbolic link farms,
71258              useful for keeping the source code read-only and doing the
71259              builds somewhere else.
71260      Branch: perl
71261            + mkreef
71262            ! MANIFEST
71263 ____________________________________________________________________________
71264 [  7458] By: jhi                                   on 2000/10/27  14:42:20
71265         Log: Do away with the fix_pl.
71266      Branch: perl
71267            - fix_pl
71268            ! MANIFEST Makefile.SH
71269 ____________________________________________________________________________
71270 [  7457] By: jhi                                   on 2000/10/27  12:43:13
71271         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
71272              From: Jens Hamisch <jens@Strawberry.COM>
71273              Date: Fri, 27 Oct 2000 14:38:21 +0200
71274              Message-Id: <20001027143821.B3366@Strawberry.COM>
71275      Branch: perl
71276            ! perl.h
71277 ____________________________________________________________________________
71278 [  7456] By: jhi                                   on 2000/10/27  12:33:42
71279         Log: Subject: [PATCH] todo
71280              From: Nicholas Clark <nick@ccl4.org>
71281              Date: Thu, 26 Oct 2000 22:32:29 +0100
71282              Message-ID: <20001026223229.A44540@plum.flirble.org>
71283      Branch: perl
71284            ! pod/perltodo.pod
71285 ____________________________________________________________________________
71286 [  7455] By: jhi                                   on 2000/10/27  12:02:21
71287         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
71288              From: John Tobey <jtobey@john-edwin-tobey.org>
71289              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
71290              Message-Id: <m13ozHF-000FObC@feynman.localnet>
71291      Branch: perl
71292            ! op.c t/pragma/sub_lval.t
71293 ____________________________________________________________________________
71294 [  7454] By: jhi                                   on 2000/10/27  11:59:42
71295         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
71296              From: sthoenna@efn.org
71297              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
71298              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
71299      Branch: perl
71300            ! pp.c t/op/assignwarn.t
71301 ____________________________________________________________________________
71302 [  7453] By: jhi                                   on 2000/10/27  00:15:08
71303         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
71304      Branch: perl
71305            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
71306            ! ext/Storable/Storable.xs t/lib/st-lock.t
71307 ____________________________________________________________________________
71308 [  7452] By: jhi                                   on 2000/10/26  13:05:52
71309         Log: Undo #7451, this seems to be a deficiency in Perforce,
71310              there is no per-file line-terminator type, only per-client.
71311      Branch: perl
71312            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71313            ! win32/makefile.mk
71314 ____________________________________________________________________________
71315 [  7451] By: jhi                                   on 2000/10/26  04:56:03
71316         Log: Experimenting in DOS arcana.
71317      Branch: perl
71318            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
71319            ! win32/makefile.mk
71320 ____________________________________________________________________________
71321 [  7450] By: jhi                                   on 2000/10/26  04:50:52
71322         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
71323              From: "Peter J. Farley III" <pjfarley@banet.net>            
71324              Date: Wed, 25 Oct 2000 23:10:18 -0400
71325              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
71326      Branch: perl
71327            ! t/io/open.t
71328 ____________________________________________________________________________
71329 [  7449] By: jhi                                   on 2000/10/26  04:49:16
71330         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
71331              From: Hugo <hv@crypt.compulink.co.uk>
71332              Date: Thu, 26 Oct 2000 01:55:17 +0100
71333              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
71334              
71335              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
71336      Branch: perl
71337            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
71338 ____________________________________________________________________________
71339 [  7448] By: jhi                                   on 2000/10/26  04:38:36
71340         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
71341              From: Peter Prymmer <pvhp@forte.com>
71342              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
71343              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
71344      Branch: perl
71345            ! configure.com
71346 ____________________________________________________________________________
71347 [  7447] By: jhi                                   on 2000/10/25  23:20:02
71348         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
71349              in platforms that strictly require all the symbols being present
71350              at link time.
71351      Branch: perl
71352            ! handy.h
71353 ____________________________________________________________________________
71354 [  7446] By: jhi                                   on 2000/10/25  21:55:57
71355         Log: Update Changes.
71356      Branch: perl
71357            ! Changes patchlevel.h
71358 ____________________________________________________________________________
71359 [  7445] By: jhi                                   on 2000/10/25  21:27:08
71360         Log: Integrate with vmsperl #7430 by Charles Bailey:
71361              
71362              Cleanup from prior patch (Charles Lane?):
71363              - improve handling of MFDs in Basename and Path
71364              - default to no xsubpp line # munging when building debug images
71365      Branch: perl
71366           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71367 ____________________________________________________________________________
71368 [  7444] By: jhi                                   on 2000/10/25  21:03:50
71369         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
71370              From: John Peacock <JPeacock@UnivPress.com>
71371              Date: Thu, 18 May 2000 11:55:27 -0400
71372              Message-ID: <3924126F.A58BE57A@UnivPress.com>
71373      Branch: perl
71374            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
71375            ! t/op/write.t
71376 ____________________________________________________________________________
71377 [  7443] By: jhi                                   on 2000/10/25  20:43:10
71378         Log: Temporary stopgap for the self-tying issue: for now only
71379              array and hash self-ties are verboten.  The real fix, of
71380              course, would be to comprehensively test (and implement?)
71381              and debug (and document) self-ties.
71382      Branch: perl
71383            ! pod/perldiag.pod pp_sys.c t/op/tie.t
71384 ____________________________________________________________________________
71385 [  7442] By: jhi                                   on 2000/10/25  20:14:30
71386         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
71387              From: Dan Sugalski <dan@sidhe.org>
71388              Date: Wed, 25 Oct 2000 13:36:35 -0400
71389              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
71390              
71391              plus regen global.sym.
71392      Branch: perl
71393            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
71394            ! thrdvar.h util.c
71395 ____________________________________________________________________________
71396 [  7441] By: jhi                                   on 2000/10/25  20:12:20
71397         Log: buildtoc target tweaks.
71398      Branch: perl
71399            ! pod/Makefile.SH
71400 ____________________________________________________________________________
71401 [  7440] By: jhi                                   on 2000/10/25  20:03:53
71402         Log: A new version of making the syslog test more robust.
71403              (Replaces #7421.)
71404              
71405              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71406              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71407              Date: Wed, 25 Oct 2000 12:13:54 -0400
71408              Message-ID: <20001025121354.B2264@O2.chapin.edu>
71409      Branch: perl
71410            ! t/lib/syslog.t
71411 ____________________________________________________________________________
71412 [  7439] By: jhi                                   on 2000/10/25  20:00:48
71413         Log: Continue the internal UTF-8 API tweaking.
71414              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
71415              used much more than the simpler API, now called utf8_to_uv_simple().
71416              Still not quite happy with API, too much partial duplication
71417              of functionality.
71418      Branch: perl
71419            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
71420            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
71421            ! regcomp.c regexec.c sv.c toke.c utf8.c
71422 ____________________________________________________________________________
71423 [  7438] By: jhi                                   on 2000/10/25  18:52:30
71424         Log: Allow poking holes at the UTF-8 decoding strictness.
71425      Branch: perl
71426            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
71427            ! utf8.h
71428 ____________________________________________________________________________
71429 [  7437] By: jhi                                   on 2000/10/25  13:53:05
71430         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
71431              UTF8LEN() and UTF8SKIP(). 
71432      Branch: perl
71433            ! pp.c utf8.c utf8.h
71434 ____________________________________________________________________________
71435 [  7436] By: jhi                                   on 2000/10/25  13:51:37
71436         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
71437              From: Nicholas Clark <nick@ccl4.org>
71438              Date: Wed, 25 Oct 2000 14:44:05 +0100
71439              Message-ID: <20001025144404.D27253@plum.flirble.org>
71440      Branch: perl
71441            ! pod/perlrun.pod
71442 ____________________________________________________________________________
71443 [  7435] By: jhi                                   on 2000/10/25  13:49:32
71444         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
71445              From: Mike Guy <mjtg@cam.ac.uk>
71446              Date: Tue, 24 Oct 2000 14:59:40 +0100
71447              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
71448      Branch: perl
71449            ! scope.c
71450 ____________________________________________________________________________
71451 [  7434] By: jhi                                   on 2000/10/25  13:48:41
71452         Log: AIX is picky about its symbol exports.  Solution for now
71453              is to include the deb.o explicitly to the re extension build.
71454              
71455              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
71456              From: Peter Prymmer <pvhp@forte.com>
71457              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
71458              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
71459      Branch: perl
71460            ! ext/re/Makefile.PL hints/aix.sh
71461 ____________________________________________________________________________
71462 [  7433] By: jhi                                   on 2000/10/25  13:46:49
71463         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
71464              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
71465              Date: Wed, 25 Oct 2000 12:02:20 +0200
71466              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
71467      Branch: perl
71468            ! perlsdio.h
71469 ____________________________________________________________________________
71470 [  7432] By: jhi                                   on 2000/10/25  13:44:28
71471         Log: Subject: Minor update to find2perl, for portability
71472              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
71473              Date: Wed, 25 Oct 2000 12:05:47 +0100
71474              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
71475      Branch: perl
71476            ! x2p/find2perl.PL
71477 ____________________________________________________________________________
71478 [  7431] By: jhi                                   on 2000/10/25  13:40:39
71479         Log: Add targets to Makefile.SH, most importantly
71480              'regen_all' which also remembers to update vms/perly*.
71481      Branch: perl
71482            ! Makefile.SH
71483 ____________________________________________________________________________
71484 [  7430] By: bailey                                on 2000/10/25  03:13:53
71485         Log: Cleanup from prior patch (Charles Lane?):
71486              - improve handling of MFDs in Basename and Path
71487              - default to no xsubpp line # munging when building debug images
71488      Branch: vmsperl
71489            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
71490 ____________________________________________________________________________
71491 [  7429] By: jhi                                   on 2000/10/24  20:03:40
71492         Log: Podify README.epoc and README.vos.
71493      Branch: perl
71494            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
71495            ! pod/perlport.pod pod/perltoc.pod
71496 ____________________________________________________________________________
71497 [  7428] By: jhi                                   on 2000/10/24  19:10:33
71498         Log: Stratus VOS updates from Paul Green.
71499      Branch: perl
71500            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
71501            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
71502            - vos/config.def vos/config.h vos/config_h.SH_orig
71503            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
71504            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
71505 ____________________________________________________________________________
71506 [  7427] By: jhi                                   on 2000/10/24  18:59:48
71507         Log: Check if stdio supports tweaking lval and cnt simultaneously.
71508              
71509              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
71510              From: Nicholas Clark <nick@ccl4.org>
71511              Date: Mon, 23 Oct 2000 15:39:32 +0100
71512              Message-ID: <20001023153932.A10786@plum.flirble.org>
71513      Branch: metaconfig
71514            ! U/compline/d_stdstdio.U
71515      Branch: perl
71516            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
71517            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
71518            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
71519            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
71520            ! vos/config.h vos/config_h.SH_orig win32/config.bc
71521            ! win32/config.gc win32/config.vc
71522 ____________________________________________________________________________
71523 [  7426] By: jhi                                   on 2000/10/24  17:57:44
71524         Log: Missed the header file changes from #7425.
71525      Branch: perl
71526            ! embed.h embed.pl objXSUB.h proto.h
71527 ____________________________________________________________________________
71528 [  7425] By: jhi                                   on 2000/10/24  17:55:17
71529         Log: Fix the bug reported in
71530              
71531              From: andreas.koenig@anima.de (Andreas J. Koenig)
71532              Subject: Encode bug?
71533              Date: 24 Oct 2000 14:01:26 +0200 
71534              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
71535              
71536              Also make is_utf8_char() stricter.
71537      Branch: perl
71538            ! ext/Encode/Encode.xs utf8.c
71539 ____________________________________________________________________________
71540 [  7424] By: jhi                                   on 2000/10/24  15:15:39
71541         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
71542              From: Peter Scott <Peter@PSDT.com>
71543              Date: Mon, 23 Oct 2000 19:46:01 -0700
71544              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
71545      Branch: perl
71546            ! pod/perlfaq5.pod
71547 ____________________________________________________________________________
71548 [  7423] By: jhi                                   on 2000/10/24  14:25:30
71549         Log: Test tweak to avoid pulling in the whole Config.
71550      Branch: perl
71551            ! t/lib/st-lock.t
71552 ____________________________________________________________________________
71553 [  7422] By: jhi                                   on 2000/10/24  14:03:16
71554         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
71555      Branch: perl
71556            ! pp.c
71557 ____________________________________________________________________________
71558 [  7421] By: jhi                                   on 2000/10/24  13:32:09
71559         Log: (Replaced by #7440.)
71560              
71561              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
71562              From: "Kurt D. Starsinic" <kstar@chapin.edu>
71563              Date: Mon, 23 Oct 2000 16:40:54 -0400
71564              Message-ID: <20001023164054.B14491@O2.chapin.edu>
71565      Branch: perl
71566            ! t/lib/syslog.t
71567 ____________________________________________________________________________
71568 [  7420] By: jhi                                   on 2000/10/24  13:30:53
71569         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
71570              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71571              Date: Mon, 23 Oct 2000 17:29:03 -0400
71572              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
71573      Branch: perl
71574            ! lib/ExtUtils/MM_Unix.pm
71575 ____________________________________________________________________________
71576 [  7419] By: jhi                                   on 2000/10/24  13:29:57
71577         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
71578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
71579              Date: Mon, 23 Oct 2000 19:01:32 -0400
71580              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
71581      Branch: perl
71582            ! utils/h2xs.PL
71583 ____________________________________________________________________________
71584 [  7418] By: jhi                                   on 2000/10/24  13:26:04
71585         Log: Replace #7409 with
71586              
71587              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
71588              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
71589              Date: Mon, 23 Oct 2000 20:08:56 +0200
71590              Message-ID: <20001023200855.A14850@nice.ram.loc>
71591      Branch: perl
71592            ! ext/Storable/Storable.pm t/lib/st-lock.t
71593 ____________________________________________________________________________
71594 [  7417] By: jhi                                   on 2000/10/24  13:17:52
71595         Log: Run vms/vms_yfix.pl, should have done that after changing
71596              perly.c in #7382.
71597      Branch: perl
71598            ! vms/perly_c.vms vms/perly_h.vms
71599 ____________________________________________________________________________
71600 [  7416] By: jhi                                   on 2000/10/24  02:55:33
71601         Log: Make the UTF-8 decoding stricter and more verbose when
71602              malformation happens.  This involved adding an argument
71603              to utf8_to_uv_chk(), which involved changing its prototype,
71604              and prefer STRLEN over I32 for the UTF-8 length, which as
71605              a domino effect necessitated changing the prototypes of
71606              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
71607              The stricter UTF-8 decoding checking uses Markus Kuhn's
71608              UTF-8 Decode Stress Tester from
71609              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
71610      Branch: perl
71611            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
71612            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
71613            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
71614            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
71615 ____________________________________________________________________________
71616 [  7415] By: jhi                                   on 2000/10/23  14:06:06
71617         Log: Update Changes.
71618      Branch: perl
71619            ! Changes patchlevel.h
71620 ____________________________________________________________________________
71621 [  7414] By: jhi                                   on 2000/10/23  12:39:52
71622         Log: Undo the basename() part of #7412 since the lib/basename
71623              tests would need upgrading too.
71624      Branch: perl
71625            ! lib/File/Basename.pm
71626 ____________________________________________________________________________
71627 [  7413] By: jhi                                   on 2000/10/23  12:19:27
71628         Log: Document PERL_INSTALL_ROOT of #7210.
71629      Branch: perl
71630            ! lib/ExtUtils/Install.pm
71631 ____________________________________________________________________________
71632 [  7412] By: jhi                                   on 2000/10/23  12:16:47
71633         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
71634      Branch: perl
71635            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
71636            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
71637 ____________________________________________________________________________
71638 [  7411] By: jhi                                   on 2000/10/23  12:07:41
71639         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
71640              From: Prymmer/Kahn <pvhp@best.com>
71641              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
71642              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
71643      Branch: perl
71644            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
71645 ____________________________________________________________________________
71646 [  7410] By: jhi                                   on 2000/10/23  04:10:11
71647         Log: The change #7187 was not so good on VMS.
71648              
71649              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
71650              From: "Craig A. Berry" <craig.berry@psinetcs.com>
71651              Date: Sun, 22 Oct 2000 23:03:08 -0500
71652              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
71653      Branch: perl
71654            ! utils/perldoc.PL
71655 ____________________________________________________________________________
71656 [  7409] By: jhi                                   on 2000/10/23  03:57:36
71657         Log: Avoid Storable locking on DJGPP for now.
71658              
71659              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
71660              From: "Peter J. Farley III" <pjfarley@banet.net>
71661              Date: Sun, 22 Oct 2000 20:00:00 -0400
71662              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
71663      Branch: perl
71664            ! ext/Storable/Storable.pm t/lib/st-lock.t
71665 ____________________________________________________________________________
71666 [  7408] By: jhi                                   on 2000/10/23  03:50:24
71667         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
71668              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
71669              Date: Sun, 22 Oct 2000 21:12:22 -0400
71670              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
71671      Branch: perl
71672            ! lib/vars.pm
71673 ____________________________________________________________________________
71674 [  7407] By: jhi                                   on 2000/10/23  03:43:12
71675         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
71676              From: Hugo <hv@crypt.compulink.co.uk>
71677              Date: Mon, 23 Oct 2000 00:47:22 +0100
71678              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
71679      Branch: perl
71680            ! regexec.c t/op/pat.t
71681 ____________________________________________________________________________
71682 [  7406] By: jhi                                   on 2000/10/23  03:40:29
71683         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
71684      Branch: perl
71685            ! lib/ExtUtils/MakeMaker.pm
71686 ____________________________________________________________________________
71687 [  7405] By: jhi                                   on 2000/10/22  21:32:00
71688         Log: Doc patch.
71689              
71690              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
71691              From: rspier@pobox.com (Robert Spier)
71692              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
71693              Message-ID: <14835.16112.13457.447971@rls.cx>
71694      Branch: perl
71695            ! lib/strict.pm
71696 ____________________________________________________________________________
71697 [  7404] By: jhi                                   on 2000/10/22  21:30:51
71698         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
71699              From: rspier@pobox.com (Robert Spier)
71700              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
71701              Message-ID: <14835.17223.72448.705566@rls.cx>
71702      Branch: perl
71703            ! lib/ExtUtils/MakeMaker.pm
71704 ____________________________________________________________________________
71705 [  7403] By: jhi                                   on 2000/10/22  21:24:11
71706         Log: Subject: [PATCH bleadperl] ripples from constsub patch
71707              From: John Tobey <jtobey@john-edwin-tobey.org>
71708              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
71709              Message-Id: <m13nSOB-000FObC@feynman.localnet>
71710      Branch: perl
71711            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
71712 ____________________________________________________________________________
71713 [  7402] By: jhi                                   on 2000/10/22  20:59:35
71714         Log: Support s?printf parameter reordering.
71715      Branch: perl
71716            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
71717 ____________________________________________________________________________
71718 [  7401] By: jhi                                   on 2000/10/22  19:19:14
71719         Log: Expand %Config variables only if explicitly so requested
71720              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
71721              
71722              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71723              From: Gurusamy Sarathy <gsar@ActiveState.com>
71724              Date: Sun, 22 Oct 2000 11:47:32 -0700
71725              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
71726      Branch: perl
71727            ! Makefile.SH lib/lib_pm.PL
71728 ____________________________________________________________________________
71729 [  7400] By: jhi                                   on 2000/10/22  18:24:10
71730         Log: Move the #7390 test from warn/op to comp/redef.
71731              
71732              Subject: Re: Creating const subs for constants.
71733              From: John Tobey <jtobey@john-edwin-tobey.org>
71734              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
71735              Message-Id: <m13nG72-000FObC@feynman.localnet>               
71736      Branch: perl
71737            ! t/comp/redef.t t/pragma/warn/op
71738 ____________________________________________________________________________
71739 [  7399] By: jhi                                   on 2000/10/22  17:49:59
71740         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
71741              From: Nicholas Clark <nick@ccl4.org>
71742              Date: Sat, 21 Oct 2000 22:23:19 +0100
71743              Message-ID: <20001021222319.B45586@plum.flirble.org>
71744      Branch: perl
71745            ! ext/DynaLoader/DynaLoader_pm.PL
71746 ____________________________________________________________________________
71747 [  7398] By: jhi                                   on 2000/10/22  17:47:35
71748         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
71749              From: Hugo <hv@crypt.compulink.co.uk>
71750              Date: Sat, 21 Oct 2000 18:19:59 +0100
71751              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
71752      Branch: perl
71753            ! ext/B/B.pm ext/B/B/C.pm
71754 ____________________________________________________________________________
71755 [  7397] By: jhi                                   on 2000/10/22  17:35:18
71756         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
71757              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
71758              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
71759              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
71760      Branch: perl
71761            ! hints/openbsd.sh
71762 ____________________________________________________________________________
71763 [  7396] By: jhi                                   on 2000/10/22  17:19:46
71764         Log: Subject: installman go-faster stripes
71765              From: Nicholas Clark <nick@talking.bollo.cx>
71766              Date: Sat, 21 Oct 2000 17:24:53 +0100
71767              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
71768              
71769              Subject: Re: installman go-faster stripes
71770              From: Russ Allbery <rra@stanford.edu>
71771              Date: 21 Oct 2000 11:04:13 -0700
71772              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
71773      Branch: perl
71774            ! installman pod/pod2man.PL
71775 ____________________________________________________________________________
71776 [  7395] By: jhi                                   on 2000/10/22  17:17:35
71777         Log: Hints tweak from Anton Berezin.
71778      Branch: perl
71779            ! hints/freebsd.sh
71780 ____________________________________________________________________________
71781 [  7394] By: jhi                                   on 2000/10/22  04:50:04
71782         Log: Tweak the Is* definitions of Unicode character classes
71783              to better match the official categorizations; embrace
71784              the official categorizations; add the combining marks
71785              as alpha (and -numeric); fix DCinital (a typo and edito)
71786              to be DCmedial.
71787      Branch: perl
71788            + lib/unicode/Is/DCmedial.pl
71789            - lib/unicode/Is/DCinital.pl
71790            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
71791            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
71792            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
71793            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
71794 ____________________________________________________________________________
71795 [  7393] By: jhi                                   on 2000/10/21  18:06:05
71796         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
71797              From: Daniel Chetlin <daniel@chetlin.com>
71798              Date: Sat, 21 Oct 2000 02:57:03 -0700
71799              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
71800      Branch: perl
71801            + t/lib/tie-splice.t
71802            ! MANIFEST lib/Tie/Array.pm
71803 ____________________________________________________________________________
71804 [  7392] By: gsar                                  on 2000/10/21  18:05:15
71805         Log: resync utfperl branch with mainline
71806      Branch: utfperl
71807           !> (integrate 1760 files)
71808 ____________________________________________________________________________
71809 [  7391] By: jhi                                   on 2000/10/21  14:37:49
71810         Log: Testcases for a #7383,#7385 related bug.
71811              
71812              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
71813              From: Nicholas Clark <nick@ccl4.org>
71814              Date: Sat, 21 Oct 2000 15:04:51 +0100
71815              Message-ID: <20001021150451.A51566@plum.flirble.org>
71816      Branch: perl
71817            ! t/pragma/utf8.t
71818 ____________________________________________________________________________
71819 [  7390] By: jhi                                   on 2000/10/21  14:35:57
71820         Log: Add a testcase for #7389.
71821      Branch: perl
71822            ! t/pragma/warn/op
71823 ____________________________________________________________________________
71824 [  7389] By: jhi                                   on 2000/10/21  14:26:45
71825         Log: Subject: Re: Creating const subs for constants.
71826              From: John Tobey <jtobey@john-edwin-tobey.org>
71827              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
71828              Message-Id: <m13mo0N-000FObC@feynman.localnet>
71829      Branch: perl
71830            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
71831            ! proto.h sv.c
71832 ____________________________________________________________________________
71833 [  7388] By: nick                                  on 2000/10/21  11:44:23
71834         Log: Populate perlio branch
71835      Branch: perlio
71836           +> (branch 1760 files)
71837 ____________________________________________________________________________
71838 [  7387] By: nick                                  on 2000/10/21  10:52:05
71839         Log: Get branch back as replica of mainline via :
71840              p4 integrate -b utfperl
71841              p4 resolve -at ./...
71842      Branch: utfperl
71843           +> (branch 269 files)
71844            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
71845            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
71846            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
71847            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
71848            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
71849            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
71850            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
71851            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
71852            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
71853            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
71854            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
71855            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
71856            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
71857            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
71858            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
71859            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
71860            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
71861            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
71862            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
71863            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
71864            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
71865            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
71866            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
71867            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
71868            - lib/unicode/UCD300.html lib/unicode/Unicode.300
71869            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
71870            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
71871            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
71872            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
71873           !> (integrate 965 files)
71874 ____________________________________________________________________________
71875 [  7386] By: jhi                                   on 2000/10/21  01:31:12
71876         Log: Update Changes.
71877      Branch: perl
71878            ! Changes patchlevel.h
71879 ____________________________________________________________________________
71880 [  7385] By: jhi                                   on 2000/10/21  01:28:42
71881         Log: The #7383 was right only in the context of the original bug report,
71882              not in more general case.
71883      Branch: perl
71884            ! pp_hot.c
71885 ____________________________________________________________________________
71886 [  7384] By: jhi                                   on 2000/10/21  01:08:23
71887         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
71888      Branch: perl
71889            ! ext/IO/lib/IO/Select.pm
71890 ____________________________________________________________________________
71891 [  7383] By: jhi                                   on 2000/10/21  00:44:18
71892         Log: Fix for ID 20001020.006, concatenating an unset submatch
71893              with utf8 resulted in "Modification of a read-only value".
71894      Branch: perl
71895            ! pp_hot.c t/pragma/utf8.t
71896 ____________________________________________________________________________
71897 [  7382] By: jhi                                   on 2000/10/20  20:44:31
71898         Log: Make scan_num() reëntrant, as suggested in
71899              
71900              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71901              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
71902              Date: Fri, 20 Oct 2000 14:17:27 +0100
71903              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
71904      Branch: perl
71905            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
71906            ! toke.c
71907 ____________________________________________________________________________
71908 [  7381] By: jhi                                   on 2000/10/20  20:07:29
71909         Log: Reëntrancy fix.
71910              
71911              Subject: [PATCH perl@7229] Rentrant parser and yylex()
71912              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
71913              Date: Fri, 20 Oct 2000 14:17:27 +0100
71914              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
71915      Branch: perl
71916            ! embed.h embed.pl perl.h proto.h toke.c
71917 ____________________________________________________________________________
71918 [  7380] By: jhi                                   on 2000/10/20  19:15:54
71919         Log: Don't write double values through long double pointers,
71920              based on a part of
71921              
71922              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71923              From: Jens Hamisch <jens@Strawberry.COM>
71924              Date: Tue, 17 Oct 2000 08:39:36 +0200
71925              Message-Id: <20001017083936.A11104@Strawberry.COM>
71926      Branch: perl
71927            ! perl.h pp.c
71928 ____________________________________________________________________________
71929 [  7379] By: jhi                                   on 2000/10/20  18:43:37
71930         Log: Portability tweak on #7377.
71931              
71932              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
71933              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71934              Date:     Fri, 20 Oct 2000 13:13:41 EDT
71935              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
71936      Branch: perl
71937            ! t/lib/dprof.t
71938 ____________________________________________________________________________
71939 [  7378] By: jhi                                   on 2000/10/20  12:57:19
71940         Log: SOCKS function redefinitions need prototypes, too, otherwise
71941              for example 32 bit versus 64 bit differences cause a lot of
71942              problems.  Part of
71943              
71944              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
71945              From: Jens Hamisch <jens@Strawberry.COM>
71946              Date: Tue, 17 Oct 2000 08:39:36 +0200
71947              Message-Id: <20001017083936.A11104@Strawberry.COM>
71948      Branch: perl
71949            ! doio.c pp_sys.c
71950 ____________________________________________________________________________
71951 [  7377] By: jhi                                   on 2000/10/20  12:37:12
71952         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
71953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71954              Date:     Fri, 20 Oct 2000 08:26:04 EDT
71955              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
71956      Branch: perl
71957            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
71958 ____________________________________________________________________________
71959 [  7376] By: jhi                                   on 2000/10/20  12:35:31
71960         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
71961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71962              Date:     Fri, 20 Oct 2000 07:48:15 EDT
71963              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
71964      Branch: perl
71965            ! configure.com vms/gen_shrfls.pl
71966 ____________________________________________________________________________
71967 [  7375] By: bailey                                on 2000/10/20  04:44:37
71968         Log: SYN SYN
71969      Branch: vmsperl
71970           +> (branch 134 files)
71971            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
71972            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
71973            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
71974            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
71975            - eg/cgi/frameset.cgi eg/cgi/index.html
71976            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
71977            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
71978            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
71979            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
71980            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
71981            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
71982            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
71983            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
71984            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
71985            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
71986            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
71987            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
71988            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
71989            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
71990            - lib/unicode/Props.txt lib/unicode/UCD300.html
71991            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
71992            - utils/perlbc.PL vms/subconfigure.com
71993           !> (integrate 785 files)
71994 ____________________________________________________________________________
71995 [  7374] By: jhi                                   on 2000/10/20  00:59:48
71996         Log: In the latest compiler builds cccdlflags must not become -fpic,
71997              from Wilfredo Sánchez.
71998      Branch: perl
71999            ! hints/darwin.sh
72000 ____________________________________________________________________________
72001 [  7373] By: jhi                                   on 2000/10/20  00:56:35
72002         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
72003              From: Tony Cook <tony@develop-help.com>
72004              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
72005              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
72006      Branch: perl
72007            ! pod/perlop.pod
72008 ____________________________________________________________________________
72009 [  7372] By: jhi                                   on 2000/10/19  19:34:40
72010         Log: Typo noted by Mark Lutz.
72011      Branch: perl
72012            ! t/op/64bitint.t
72013 ____________________________________________________________________________
72014 [  7371] By: jhi                                   on 2000/10/19  19:33:13
72015         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
72016      Branch: metaconfig
72017            ! U/modified/Cppsym.U U/modified/Oldconfig.U
72018      Branch: metaconfig/U/perl
72019            ! End.U dlsrc.U libperl.U
72020      Branch: perl
72021            + hints/nonstopux.sh
72022            ! Configure MANIFEST config_h.SH
72023 ____________________________________________________________________________
72024 [  7370] By: jhi                                   on 2000/10/19  17:18:08
72025         Log: Subject: PATCH do_print has 2 PerlIO_error()s
72026              From: nick@ccl4.org
72027              Date: Thu, 19 Oct 2000 18:09:20 +0100
72028              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
72029      Branch: perl
72030            ! doio.c
72031 ____________________________________________________________________________
72032 [  7369] By: jhi                                   on 2000/10/19  14:01:49
72033         Log: Update Changes.
72034      Branch: perl
72035            ! Changes patchlevel.h
72036 ____________________________________________________________________________
72037 [  7368] By: jhi                                   on 2000/10/19  13:04:29
72038         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
72039              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72040              Date: Wed, 18 Oct 2000 13:12:01 +0200
72041              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
72042      Branch: perl
72043            ! hints/aix.sh
72044 ____________________________________________________________________________
72045 [  7367] By: jhi                                   on 2000/10/19  02:22:40
72046         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
72047              of a 'pmshort' anywhere in the B, so the offending line was simply
72048              removed.
72049      Branch: perl
72050            ! ext/B/B/Debug.pm
72051 ____________________________________________________________________________
72052 [  7366] By: jhi                                   on 2000/10/19  02:12:37
72053         Log: Add the test case for the bug id 20000730.004 which seems
72054              to have been fixed by now.
72055      Branch: perl
72056            ! t/pragma/utf8.t
72057 ____________________________________________________________________________
72058 [  7365] By: jhi                                   on 2000/10/18  23:36:24
72059         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
72060              From: Hugo <hv@crypt.compulink.co.uk>
72061              Date: Wed, 18 Oct 2000 23:25:58 +0100
72062              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
72063      Branch: perl
72064            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
72065 ____________________________________________________________________________
72066 [  7364] By: jhi                                   on 2000/10/18  21:12:53
72067         Log: (retracted)
72068      Branch: perl
72069            ! pp.c
72070 ____________________________________________________________________________
72071 [  7363] By: jhi                                   on 2000/10/18  20:55:38
72072         Log: Missing change from #7362.
72073      Branch: perl
72074            ! win32/perlhost.h
72075 ____________________________________________________________________________
72076 [  7362] By: jhi                                   on 2000/10/18  20:52:01
72077         Log: Borland C fstat() never saw the fd as writable.
72078              
72079              Subject: fix for Borland's weak "stat" (perl@7211)
72080              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
72081              Date: Mon, 16 Oct 2000 09:55:03 +0400
72082              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
72083      Branch: perl
72084            ! win32/win32.c
72085 ____________________________________________________________________________
72086 [  7361] By: jhi                                   on 2000/10/18  17:43:50
72087         Log: Regen toc.
72088      Branch: perl
72089            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
72090 ____________________________________________________________________________
72091 [  7360] By: jhi                                   on 2000/10/18  17:07:44
72092         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72093              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
72094              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
72095              Date: Mon, 16 Oct 2000 15:19:49 +0200
72096      Branch: perl
72097            + README.aix
72098            ! MANIFEST
72099 ____________________________________________________________________________
72100 [  7359] By: jhi                                   on 2000/10/18  17:04:49
72101         Log: Subject: Pod patch for Devel::Peek
72102              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
72103              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
72104              Date: Mon, 16 Oct 2000 12:26:34 +0200
72105      Branch: perl
72106            ! ext/Devel/Peek/Peek.pm
72107 ____________________________________________________________________________
72108 [  7358] By: jhi                                   on 2000/10/18  17:03:15
72109         Log: Make Cwd more bulletproof in chrooted environments.
72110              
72111              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
72112              From: "Eric E. Coe" <Eric.Coe@oracle.com>
72113              Date: Wed, 18 Oct 2000 04:03:54 -0400
72114              Message-Id: <39ED596A.70E599FE@oracle.com>
72115      Branch: perl
72116            ! lib/Cwd.pm
72117 ____________________________________________________________________________
72118 [  7357] By: jhi                                   on 2000/10/18  16:37:26
72119         Log: Disable the UTF8 downgrade croakage for now to avoid
72120              too many not okay messages.
72121      Branch: perl
72122            ! doio.c
72123 ____________________________________________________________________________
72124 [  7356] By: jhi                                   on 2000/10/17  23:29:41
72125         Log: Show the failed remote port, instead of the failing line number.
72126              
72127              Subject: [PATCH 5.6.1 Debugger] More diagnostics
72128              From: David Sparks <daves@ActiveState.com>
72129              Date: Tue, 17 Oct 2000 15:00:24 -0700
72130              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
72131      Branch: perl
72132            ! lib/perl5db.pl
72133 ____________________________________________________________________________
72134 [  7355] By: jhi                                   on 2000/10/17  14:11:31
72135         Log: On output try to downgrade to bytes, croak if impossible,
72136              from Simon Cozens.  This means that outputting >255 UTF8
72137              is impossible.  Consider this as a strong incentive to get
72138              the I/O disciplines implemented.
72139      Branch: perl
72140            ! doio.c pod/perldiag.pod sv.c
72141 ____________________________________________________________________________
72142 [  7354] By: jhi                                   on 2000/10/17  13:42:23
72143         Log: Clarify documentation on 'use bytes'.
72144              
72145              Subject: Re: What does 'use bytes' "mean" ?
72146              From: Simon Cozens <simon@cozens.net>
72147              Date: Mon, 18 Sep 2000 18:24:25 +0100
72148              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
72149      Branch: perl
72150            ! lib/bytes.pm
72151 ____________________________________________________________________________
72152 [  7353] By: jhi                                   on 2000/10/17  13:28:12
72153         Log: Workaround for a sfio bug where the stream error indicator
72154              is not cleared as documented.
72155              
72156              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72157              From: Nicholas Clark <nick@ccl4.org>
72158              Date: Mon, 16 Oct 2000 18:28:23 +0100
72159              Message-ID: <20001016182823.J19700@plum.flirble.org>
72160      Branch: perl
72161            ! doio.c
72162 ____________________________________________________________________________
72163 [  7352] By: jhi                                   on 2000/10/17  13:06:19
72164         Log: More IoTYPE sprinkling.
72165      Branch: perl
72166            ! doio.c pp_hot.c
72167 ____________________________________________________________________________
72168 [  7351] By: jhi                                   on 2000/10/16  22:47:07
72169         Log: Detect early whether the std streams have gone bad.
72170              
72171              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
72172              Date: Mon, 16 Oct 2000 23:28:42 +0100
72173              From: Nicholas Clark <nick@ccl4.org>
72174              Message-ID: <20001016232842.A37942@plum.flirble.org>
72175      Branch: perl
72176            ! t/op/misc.t
72177 ____________________________________________________________________________
72178 [  7350] By: jhi                                   on 2000/10/16  22:45:16
72179         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
72180              From: "Peter J. Farley III" <pjfarley@banet.net>
72181              Date: Mon, 16 Oct 2000 18:15:59 -0400
72182              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
72183      Branch: perl
72184            ! djgpp/djgpp.c dosish.h t/io/open.t
72185 ____________________________________________________________________________
72186 [  7349] By: jhi                                   on 2000/10/16  22:36:45
72187         Log: perldelta tweak.
72188      Branch: perl
72189            ! pod/perldelta.pod
72190 ____________________________________________________________________________
72191 [  7348] By: jhi                                   on 2000/10/16  15:17:53
72192         Log: Update Changes.
72193      Branch: perl
72194            ! Changes patchlevel.h
72195 ____________________________________________________________________________
72196 [  7347] By: jhi                                   on 2000/10/16  13:55:27
72197         Log: Add the capability to include/exclude branches.
72198      Branch: perl
72199            ! Porting/genlog
72200 ____________________________________________________________________________
72201 [  7346] By: jhi                                   on 2000/10/16  13:18:04
72202         Log: Add Charles Lane.
72203      Branch: perl
72204            ! AUTHORS Changes
72205 ____________________________________________________________________________
72206 [  7345] By: jhi                                   on 2000/10/16  13:13:21
72207         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
72208      Branch: perl
72209            ! pod/perldelta.pod
72210 ____________________________________________________________________________
72211 [  7344] By: gsar                                  on 2000/10/16  09:30:21
72212         Log: integrate change#6220 from cfgperl
72213              
72214              Win32 patches from Benjamin Stuhl.
72215      Branch: maint-5.6/perl
72216           !> makedef.pl win32/win32.h
72217 ____________________________________________________________________________
72218 [  7343] By: gsar                                  on 2000/10/16  08:32:19
72219         Log: integrate changes#6221,6222 from cfgperl
72220              
72221              Remove tr///CU (the feature is to be obsoleted by better interfaces).
72222              From: simon@brecon.co.uk (Simon Cozens)
72223              Subject: [PATCH] Eliminate tr///[CU][CU]
72224              Date: 23 Jun 2000 11:05:40 GMT
72225              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
72226              
72227              doc typo fix
72228              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
72229              From: Ian Phillipps <Ian.Phillipps@iname.com>
72230              Date: Fri, 23 Jun 2000 10:40:58 +0100
72231              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
72232      Branch: maint-5.6/perl
72233           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
72234 ____________________________________________________________________________
72235 [  7342] By: gsar                                  on 2000/10/16  08:28:08
72236         Log: integrate change#6217 from cfgperl (in part)
72237              
72238              Rename the fdpid locking and integrate with Sarathy.
72239      Branch: maint-5.6/perl
72240           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
72241           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
72242           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
72243           !> win32/win32.c
72244 ____________________________________________________________________________
72245 [  7341] By: gsar                                  on 2000/10/16  08:23:39
72246         Log: integrate changes#6214..6216 from mainline
72247              
72248              @_ can't have junk in it even in the non-USE_ITHREADS case because
72249              caller() wants to populate @DB::args with it (causes a coredump
72250              in Carp::confess())
72251              
72252              tweak comment about @DB::args
72253              
72254              be more optimal about clearing @_
72255      Branch: maint-5.6/perl
72256           !> av.h cop.h pp_ctl.c t/op/runlevel.t
72257 ____________________________________________________________________________
72258 [  7340] By: gsar                                  on 2000/10/16  08:20:37
72259         Log: integrate changes#6207..6210 from cfgperl
72260              
72261              Subject: [PATCH 5.6.0] Threadsafe patches
72262              From: Dan Sugalski <dan@sidhe.org>
72263              To: perl5-porters@perl.org
72264              Date: Mon, 08 May 2000 18:08:13 -0400
72265              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
72266              
72267              Regen headers for #6207.
72268              
72269              Lock PL_fdpid against race conditions, based on:
72270              Subject: [PATCH 5.6.0]subprocess fixup for threads
72271              From: Dan Sugalski <dan@sidhe.org>
72272              To: perl5-porters@perl.org
72273              Date: Tue, 11 Apr 2000 17:02:32 -0400
72274              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
72275              
72276              Mopup for #6207 and #6209.
72277      Branch: maint-5.6/perl
72278           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
72279           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
72280           !> win32/win32.c
72281 ____________________________________________________________________________
72282 [  7339] By: gsar                                  on 2000/10/16  08:14:34
72283         Log: integrate change#6203 from cfgperl
72284              
72285              perldiag should refer to perlos2.pod not README.os2
72286      Branch: maint-5.6/perl
72287           !> pod/perldiag.pod
72288 ____________________________________________________________________________
72289 [  7338] By: gsar                                  on 2000/10/16  08:11:42
72290         Log: integrate change#6201 from mainline
72291              
72292              Perl_eval_pv() leaks 4 bytes every time it is called because it
72293              does a PUSHMARK that's never ever POPMARKed; in general, only
72294              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
72295              Perl_eval_[sp]v() don't because they don't take any incoming
72296              arguments (this leak has been around since the original version
72297              of perl_eval_pv() in 5.003_97e)
72298      Branch: maint-5.6/perl
72299           !> perl.c
72300 ____________________________________________________________________________
72301 [  7337] By: gsar                                  on 2000/10/16  08:08:47
72302         Log: integrate changes#6197..6200 from cfgperl
72303              
72304              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
72305              From: John Borwick <jhborwic@unity.ncsu.edu>
72306              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
72307              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
72308              
72309              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
72310              From: Dan Sugalski <dan@sidhe.org>
72311              To: vmsperl@perl.org, perl5-porters@perl.org
72312              Date: Fri, 02 Jun 2000 16:00:41 -0400
72313              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
72314              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
72315              
72316              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
72317              From: Dan Sugalski <dan@sidhe.org>
72318              To: perl5-porters@perl.org, vmsperl@perl.org
72319              Date: Fri, 02 Jun 2000 17:30:51 -0400
72320              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
72321              
72322              Update to cperl-mode.el 4.31 from
72323              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
72324              Subject: A couple of notes
72325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
72326              To: Mailing list Perl5 <perl5-porters@perl.org>
72327              Date: Sat, 3 Jun 2000 23:33:32 -0400
72328              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
72329      Branch: maint-5.6/perl
72330           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
72331           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
72332           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
72333           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
72334           !> vms/vmsish.h
72335 ____________________________________________________________________________
72336 [  7336] By: gsar                                  on 2000/10/16  08:03:46
72337         Log: integrate changes#6194,6195 from mainline
72338              
72339              fix small eval"" memory leaks under USE_ITHREADS
72340              
72341              fix yet another eval"" leak under USE_ITHREADS
72342      Branch: maint-5.6/perl
72343           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
72344           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
72345           !> vms/perly_c.vms
72346 ____________________________________________________________________________
72347 [  7335] By: gsar                                  on 2000/10/16  08:02:15
72348         Log: integrate changes#6190,6191 from mainline
72349              
72350              submit missing embed.pl change
72351              
72352              vec() loses numericalness (modified version of patch suggested
72353              by Robin Barker)
72354      Branch: maint-5.6/perl
72355           !> doop.c embed.pl t/op/vec.t
72356 ____________________________________________________________________________
72357 [  7334] By: gsar                                  on 2000/10/16  08:01:03
72358         Log: integrate change#6189 from mainline
72359              
72360              counting tr/// corrupts later operation (from M.J.T Guy)
72361      Branch: maint-5.6/perl
72362           !> doop.c t/op/tr.t
72363 ____________________________________________________________________________
72364 [  7333] By: gsar                                  on 2000/10/16  07:59:07
72365         Log: integrate changes#6183..6188 from mainline
72366              
72367              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
72368              <nick@ccl4.org>)
72369              
72370              tweak for change#6127
72371              
72372              remove incorrect documentation about implicit split to @_ in
72373              list context, which never really worked in perl 5 (from
72374              M.J.T. Guy)
72375              
72376              further qualify references to "alphanumeric" (from Wolfgang Laun
72377              <wolfgang.laun@alcatel.at>)
72378              
72379              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
72380              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72381              
72382              h2xs tweaks
72383      Branch: maint-5.6/perl
72384           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
72385           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
72386           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
72387           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
72388           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
72389           !> pod/pod2latex.PL utils/h2xs.PL
72390 ____________________________________________________________________________
72391 [  7332] By: gsar                                  on 2000/10/16  07:53:52
72392         Log: integrate change#6179 from mainline
72393              
72394              buggy modulus on UVs introduced by change#3378 (resulted in
72395              4063328477 % 65535 amounting to 27406, instead of 27407)
72396      Branch: maint-5.6/perl
72397           !> pp.c t/op/arith.t
72398 ____________________________________________________________________________
72399 [  7331] By: gsar                                  on 2000/10/16  07:52:49
72400         Log: integrate changes#6176,6177,6178,6182 from cfgperl
72401              
72402              Single-quoted utf8 patch from Simon Cozens.
72403              
72404              Substitution utf8 patch from Simon Cozens.
72405              
72406              Be cleaner.
72407              
72408              Be Cleaner Part Deux.
72409      Branch: maint-5.6/perl
72410           !> Makefile.SH pp_hot.c toke.c
72411 ____________________________________________________________________________
72412 [  7330] By: gsar                                  on 2000/10/16  07:41:36
72413         Log: integrate change#6172 from mainline
72414              
72415              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
72416              (from Ilya Zakharevich)
72417      Branch: maint-5.6/perl
72418           !> regexec.c t/op/re_tests
72419 ____________________________________________________________________________
72420 [  7329] By: gsar                                  on 2000/10/16  07:40:25
72421         Log: integrate change#6171 from mainline
72422              
72423              scalar() doesn't force scalar context when used in void context
72424              (from Simon Cozens)
72425      Branch: maint-5.6/perl
72426           !> op.c t/op/wantarray.t
72427 ____________________________________________________________________________
72428 [  7328] By: gsar                                  on 2000/10/16  07:39:33
72429         Log: integrate change#6170 from mainline
72430              
72431              change#6142 needs tweaks to tests to work where there's no
72432              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72433      Branch: maint-5.6/perl
72434           !> t/lib/filefind.t
72435 ____________________________________________________________________________
72436 [  7327] By: gsar                                  on 2000/10/16  07:35:34
72437         Log: integrate changes#6166..6168 from cfgperl
72438              
72439              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
72440              in case somebody wants to write an extension for more
72441              shadow database interfaces.
72442              
72443              tweak todo
72444              
72445              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
72446      Branch: maint-5.6/perl
72447           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72448           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
72449           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
72450           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72451           !> win32/config.vc win32/config_H.bc win32/config_H.gc
72452           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72453 ____________________________________________________________________________
72454 [  7326] By: gsar                                  on 2000/10/16  07:29:05
72455         Log: integrate changes#6157,6159..6161,6164 from cfgperl
72456              
72457              Regen Configure to jive with #6149.
72458              
72459              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
72460              
72461              Changes for the File::Temp 0.08 (change #6159) test suite
72462              to fit better into the Perl distribution test framework.
72463              
72464              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
72465              both from Simon Cozens.
72466              
72467              detypo
72468      Branch: maint-5.6/perl
72469           +> pod/perlmodlib.PL pod/perlnewmod.pod
72470           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
72471           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
72472           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72473           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72474 ____________________________________________________________________________
72475 [  7325] By: gsar                                  on 2000/10/16  07:25:13
72476         Log: integrate change#6158 from vmsperl
72477              
72478              Add fallback to tmpfile for use in cases where user's relying on
72479              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
72480              Lane's patch)
72481      Branch: maint-5.6/perl
72482           !> vms/vms.c vms/vmsish.h
72483 ____________________________________________________________________________
72484 [  7324] By: gsar                                  on 2000/10/16  07:20:50
72485         Log: integrate changes#6153..6155 from mainline
72486              
72487              prettier Test::Harness output on failed tests (from Nicholas Clark
72488              <nick@Bagpuss.uk.boo.com>)
72489              
72490              avoid type mismatch warning
72491              
72492              small bug in change#6144; remove random \xA0 character that snuck
72493              in via change#6145
72494      Branch: maint-5.6/perl
72495           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
72496           !> perl.c
72497 ____________________________________________________________________________
72498 [  7323] By: gsar                                  on 2000/10/16  07:18:47
72499         Log: integrate changes#6151,6152 from mainline
72500              
72501              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
72502              
72503              cosmetic fixups of RE debug output (from Ilya Zakharevich)
72504      Branch: maint-5.6/perl
72505           !> regexec.c
72506 ____________________________________________________________________________
72507 [  7322] By: gsar                                  on 2000/10/16  07:17:25
72508         Log: integrate changes#6146..6150 from mainline
72509              
72510              doc typo
72511              
72512              add a make entry to Config.pm so "perl -V:make" works on VMS
72513              (from Peter Prymmer)
72514              
72515              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
72516              
72517              OS/2 tweaks for usethreads build (from Rocco Caputo
72518              <troc@netrus.net>)
72519              
72520              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
72521      Branch: maint-5.6/perl
72522           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
72523           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
72524           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
72525           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
72526           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
72527           !> warnings.pl x2p/a2p.h
72528 ____________________________________________________________________________
72529 [  7321] By: gsar                                  on 2000/10/16  07:14:02
72530         Log: integrate changes#6143..6145 from mainline
72531              
72532              MacOS support, part 1 (from Matthias Neeracher
72533              <neeri@iis.ee.ethz.ch>)
72534              
72535              MacOS support, part 2: make AutoSplit use File::Spec instead
72536              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
72537              <neeri@iis.ee.ethz.ch>)
72538              
72539              make xsubpp skip embedded pod (from Matthias Neeracher
72540              <neeri@iis.ee.ethz.ch>)
72541      Branch: maint-5.6/perl
72542           +> ext/DynaLoader/dl_mac.xs
72543           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
72544           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
72545           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
72546           !> pp_ctl.c proto.h toke.c util.c util.h
72547 ____________________________________________________________________________
72548 [  7320] By: gsar                                  on 2000/10/16  07:12:13
72549         Log: integrate changes#6141,6142 from mainline
72550              
72551              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
72552              forwarded by Peter Seebach from the bsdi-users mailing list.
72553              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
72554              
72555              File::Find fails to chdir when chasing symlinks (from
72556              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
72557      Branch: maint-5.6/perl
72558           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
72559 ____________________________________________________________________________
72560 [  7319] By: gsar                                  on 2000/10/16  07:04:30
72561         Log: integrate change#6139 from mainline
72562              
72563              revise mktables.PL for bugs and newness in Unicode 3.0
72564              (from James Bence <jbence@amgen.com>)
72565      Branch: maint-5.6/perl
72566           +> (branch 30 files)
72567           !> (integrate 49 files)
72568 ____________________________________________________________________________
72569 [  7318] By: gsar                                  on 2000/10/16  07:01:01
72570         Log: integrate changes#6137,6138 from mainline
72571              
72572              fix bogus redeclaration warning for "our" variables in different
72573              scopes
72574              
72575              add note about the handling of negative indices to tied arrays
72576              (from Michael G Schwern <schwern@pobox.com>)
72577      Branch: maint-5.6/perl
72578           !> op.c pod/perltie.pod t/pragma/strict-vars
72579 ____________________________________________________________________________
72580 [  7317] By: gsar                                  on 2000/10/16  06:58:46
72581         Log: integrate changes#6127..6136 from mainline
72582              
72583              call_method(...,G_EVAL) can longjmp() out if the method probing
72584              failed (from Gisle Aas)
72585              
72586              new perlxstut example for passing/returning refs to arrays
72587              (from David Lowe <dlowe@pootpoot.com>)
72588              
72589              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
72590              
72591              fix places that mean C<"word" character> but say C<alphanumeric
72592              character>
72593              
72594              avoid warnings in POSIX.pm (from Barrie Slaymaker)
72595              
72596              warnings::enabled() doesn't fall back to looking at $^W if
72597              caller isn't using lexical warnings (from Paul Marquess)
72598              
72599              elide bogus test in change#6132
72600              
72601              make Test::Harness use wait.h/WCOREDUMP if available
72602              (from Ben Tilly <ben_tilly@hotmail.com>)
72603              
72604              enable Test::Harness to dynamically determine column width etc.
72605              (from Rob Napier <rnapier@employees.org>)
72606              
72607              random pod typos (from Peter Scott <Peter@PSDT.com>)
72608      Branch: maint-5.6/perl
72609           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
72610           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
72611           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
72612           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
72613 ____________________________________________________________________________
72614 [  7316] By: gsar                                  on 2000/10/16  06:53:23
72615         Log: integrate change#6126 from mainline
72616              
72617              change#2879 broke rvalue autovivification of magicals such as
72618              ${$num} (reworked variant of patch suggested by Simon Cozens)
72619      Branch: maint-5.6/perl
72620           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
72621           !> pp_hot.c proto.h t/op/gv.t
72622 ____________________________________________________________________________
72623 [  7315] By: gsar                                  on 2000/10/16  06:51:38
72624         Log: integrate changes#6123,6125 from mainline
72625              
72626              clarify gotcha with #line directives (from Rocco Caputo
72627              <troc@netrus.net>)
72628              
72629              enable propagating exception objects via Perl_croak() in XS code
72630              (from Gisle Aas)
72631      Branch: maint-5.6/perl
72632           !> pod/perldebug.pod pod/perlsyn.pod util.c
72633 ____________________________________________________________________________
72634 [  7314] By: gsar                                  on 2000/10/16  06:49:28
72635         Log: integrate change#6122 from mainline
72636              
72637              downgrade fatal error on C<"foo@nosucharray.com"> to optional
72638              warning (from Mark-Jason Dominus)
72639      Branch: maint-5.6/perl
72640           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
72641           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
72642           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
72643           !> toke.c
72644 ____________________________________________________________________________
72645 [  7313] By: gsar                                  on 2000/10/16  06:46:54
72646         Log: integrate changes#6112..6121 from vmsperl
72647              
72648              Check for existence of file before trying to delete
72649              
72650              Ugly workaround for version-specific RTL error
72651              
72652              Urk -- undo previous removal of vmsish 'exit' change
72653              
72654              Add bounds checking for several strings (Charles Lane)
72655              
72656              Miscellaneous cosmetic fixes (Charles Lane)
72657              
72658              Treat sockets as special in sys(read|write) (Charles Lane et al.)
72659              
72660              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
72661              Flatten case labels in switch statements uniformly (Charles Bailey)
72662              
72663              Quiet error messages in vmsish.t (Charles Lane)
72664              
72665              Add missing escape (Charles Lane)
72666              
72667              Allow eliminate_macros() and fixpath() to handle space-delimited
72668              lists (based on fixes by Craig Berry)
72669      Branch: maint-5.6/perl
72670           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
72671           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
72672           !> vms/vmsish.h
72673 ____________________________________________________________________________
72674 [  7312] By: gsar                                  on 2000/10/16  06:41:18
72675         Log: integrate changes#6107,6110 from cfgperl
72676              
72677              Tweak the todo list.
72678              
72679              todo tweak
72680      Branch: maint-5.6/perl
72681           !> Todo-5.6
72682 ____________________________________________________________________________
72683 [  7311] By: gsar                                  on 2000/10/16  06:38:38
72684         Log: integrate changes#6104,6108 from mainline
72685              
72686              PL_sys_intern was being initialized too late on windows
72687              
72688              reenable fake signal handling on Windows, bugs and all
72689      Branch: maint-5.6/perl
72690           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
72691           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
72692           !> win32/win32.c
72693 ____________________________________________________________________________
72694 [  7310] By: gsar                                  on 2000/10/16  06:36:03
72695         Log: integrate changes#6095,6097..6103 from cfgperl
72696              
72697              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
72698              might be useful in future.
72699              
72700              Add a note about possible compilation problems from Allen Smith.
72701              
72702              Add a note about other, yet unsupported, shadow password APIs.
72703              
72704              Tweaks for the cc bugs from Allen Smith.
72705              
72706              More compilation tweakery from Allen Smith.
72707              
72708              Hints and test tweaks for Unicos.
72709              
72710              The test suite tweak in #6101 wasn't quite right.
72711              
72712              Test tweaking for Unicos continues.
72713      Branch: maint-5.6/perl
72714           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72715           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
72716           !> t/lib/complex.t t/op/64bitint.t
72717 ____________________________________________________________________________
72718 [  7309] By: gsar                                  on 2000/10/16  06:29:41
72719         Log: integrate changes#6093,6094 from mainline
72720              
72721              fork() failure to create pseudo process sets errno=EAGAIN and returns
72722              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
72723              
72724              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
72725      Branch: maint-5.6/perl
72726           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
72727           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
72728 ____________________________________________________________________________
72729 [  7308] By: gsar                                  on 2000/10/16  06:27:29
72730         Log: integrate change#6092 from cfgperl
72731              
72732              Regen perltoc with the fixed buildtoc.
72733      Branch: maint-5.6/perl
72734           !> pod/perltoc.pod
72735 ____________________________________________________________________________
72736 [  7307] By: gsar                                  on 2000/10/16  06:26:40
72737         Log: integrate changes#6089,6090 from mainline
72738              
72739              buildtoc tweak to fix newline lossage
72740              
72741              concat doesn't preserve utf8-ness, and doesn't invalidate
72742              [NI]OK; added tests for both
72743      Branch: maint-5.6/perl
72744           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
72745 ____________________________________________________________________________
72746 [  7306] By: gsar                                  on 2000/10/16  06:24:05
72747         Log: integrate change#6088 from cfgperl
72748              
72749              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
72750              because we do not use those.  The HAS_GETSPNAM remains,
72751              though, because we still do use that.
72752      Branch: maint-5.6/perl
72753           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
72754           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
72755           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
72756           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
72757           !> win32/config.vc win32/config_H.bc win32/config_H.gc
72758           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
72759 ____________________________________________________________________________
72760 [  7305] By: gsar                                  on 2000/10/16  06:15:52
72761         Log: integrate changes#6084,6085,6087 from mainline
72762              
72763              substr() does not preserve utf8-ness (from Stefan Eissing
72764              <Eissing@medicaldataservice.de>); added tests
72765              
72766              repeat operator (x) doesn't preserve utf8-ness
72767              
72768              reverse() and quotemeta() weren't preserving utf8-ness; add tests
72769      Branch: maint-5.6/perl
72770           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
72771 ____________________________________________________________________________
72772 [  7304] By: gsar                                  on 2000/10/16  06:13:10
72773         Log: integrate changes#6077..6083 from mainline
72774              
72775              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
72776              and Tom Phoenix)
72777              
72778              workaround for CRT bug in chdir() (from Charles Lane, via
72779              Peter Prymmer)
72780              
72781              remove outdated kludge in Carp (NULLs are permitted in diagnostics
72782              now)
72783              
72784              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
72785              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
72786              
72787              better default perlbug categories for ok reports (from Richard Foley)
72788              
72789              peek.t non-portable to ithreads
72790              
72791              note about undocumented caller() return value (from M.J.T. Guy);
72792              yet another peek.t tweak
72793      Branch: maint-5.6/perl
72794           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
72795           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
72796           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
72797           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
72798           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
72799           !> vms/vmsish.h
72800 ____________________________________________________________________________
72801 [  7303] By: gsar                                  on 2000/10/16  06:03:18
72802         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
72803              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
72804              
72805              &HUGE_VAL is not defined, it exists.
72806              
72807              Do not warn that an infinity does not look like a number.
72808              
72809              Rewrite the pwent/spent logic to be a little bit more clearer.
72810              
72811              Continue on the pwent/spent case.
72812              
72813              Correct Freudian slip.
72814              
72815              Use HUGE_VALL if applicable.
72816              
72817              pwent/spent #ifdef imbalance.
72818              
72819              Infinite problems.
72820              
72821              Call getspnam() only iff needd.
72822              
72823              Test both the scalar and list contexts.
72824              
72825              Use setxxent()/endxxent().
72826              
72827              Complex tweakery.
72828              
72829              Unicos hint tweak.
72830              
72831              Be more forgiving in POSIX about HUGE_VALL.
72832              
72833              Detypo.
72834              
72835              The search of infinity continues, this time simplified.
72836              
72837              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
72838              in natively 64-bit platforms where a long is a quad (no need
72839              for long longs).  Also added bias for IVs.
72840              
72841              Complex tweaks.
72842              
72843              Introduce t/lib/peek.t.
72844              
72845              Make the test more portable.
72846      Branch: maint-5.6/perl
72847           +> t/lib/peek.t
72848            ! pp_sys.c
72849           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
72850           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
72851           !> t/op/pwent.t toke.c util.c
72852 ____________________________________________________________________________
72853 [  7302] By: gsar                                  on 2000/10/16  05:03:37
72854         Log: integrate changes#6066..6071 from mainline
72855              
72856              s/END/CHECK/
72857              
72858              replace direct call to sighandler() with (*PL_sighandlerp)()
72859              
72860              note about values()
72861              
72862              File::Spec compatibility update (from Barrie Slaymaker
72863              <barries@slaysys.com>)
72864              
72865              remove misleading comment (from M.J.T. Guy)
72866              
72867              misformatted perllocal.pod (from Tim Jenness
72868              <t.jenness@jach.hawaii.edu>)
72869      Branch: maint-5.6/perl
72870           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
72871           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
72872           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
72873           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
72874 ____________________________________________________________________________
72875 [  7301] By: gsar                                  on 2000/10/16  05:00:08
72876         Log: integrate changes#6061..6063 from mainline
72877              
72878              change#5921 neglected to make eq honor "use bytes"
72879              
72880              additional tests for utf8.t
72881              
72882              tokeq() could read unallocated field in argument
72883      Branch: maint-5.6/perl
72884           !> sv.c t/pragma/utf8.t toke.c
72885 ____________________________________________________________________________
72886 [  7300] By: gsar                                  on 2000/10/16  04:56:54
72887         Log: integrate changes#6046,6048,6057,6058 from mainline
72888              
72889              libscheck has insufficient checks for n32 libs (from
72890              Albert Chin-A-Young <china@thewrittenword.com>)
72891              
72892              add note about how $( doesn't interpolate in REs (from
72893              Philip Newton <newton@ficus.frogspace.net>)
72894              
72895              fix broken parsing of /\x{ab}/
72896              
72897              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
72898              (spotted by Donald Kinzer <dkinzer@premia.com>)
72899      Branch: maint-5.6/perl
72900           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
72901           !> t/pragma/utf8.t
72902 ____________________________________________________________________________
72903 [  7299] By: gsar                                  on 2000/10/16  04:52:50
72904         Log: integrate change#6044 from mainline
72905              
72906              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
72907              such that underscores are only ignored in literal numbers,
72908              "\x{...}", and hex/oct argument
72909      Branch: maint-5.6/perl
72910           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
72911 ____________________________________________________________________________
72912 [  7298] By: gsar                                  on 2000/10/16  04:50:53
72913         Log: integrate changes#6027..6043 from mainline
72914              
72915              podlators-1.02 update (from Russ Allbery)
72916              
72917              Pod::Man generates groff-incompatible macro definition (from
72918              Tom Christiansen)
72919              
72920              add CGI.pm v2.66 (from Lincoln Stein)
72921              
72922              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
72923              for @- and @+ (from Johan Vromans)
72924              
72925              small nits in diagnostics.pm (from Robin Barker)
72926              
72927              whitespace adjustments
72928              
72929              missing files in MANIFEST
72930              
72931              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
72932              to compensate
72933              
72934              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
72935              
72936              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
72937      Branch: maint-5.6/perl
72938           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
72939           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
72940           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
72941           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
72942           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
72943           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
72944           !> t/lib/cgi-html.t t/lib/cgi-request.t
72945 ____________________________________________________________________________
72946 [  7297] By: gsar                                  on 2000/10/16  04:44:30
72947         Log: integrate change#6025 from mainline
72948              
72949              Is{Alnum,Alpha,Word} don't match titlecase
72950              TODO: IsSpace is defined recursively!
72951              (both spotted by Larry)
72952      Branch: maint-5.6/perl
72953           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
72954           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
72955 ____________________________________________________________________________
72956 [  7296] By: gsar                                  on 2000/10/16  04:39:30
72957         Log: integrate change#6023 from mainline
72958              
72959              debugger stomps on $. (from M.J.T. Guy)
72960      Branch: maint-5.6/perl
72961           !> lib/perl5db.pl
72962 ____________________________________________________________________________
72963 [  7295] By: gsar                                  on 2000/10/16  04:38:02
72964         Log: integrate change#6022 from mainline
72965              
72966              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
72967      Branch: maint-5.6/perl
72968           !> sv.c
72969 ____________________________________________________________________________
72970 [  7294] By: gsar                                  on 2000/10/16  04:37:05
72971         Log: integrate changes#6018..6021 from mainline
72972              
72973              make lib/syslog.t portable to systems that don't have _PATH_LOG,
72974              make _PATH_LOG() return "" if unavailable
72975              
72976              windows portability tweaks
72977              
72978              test tweak
72979              
72980              remove Win2K issue in pod (fixed by change#6020)
72981      Branch: maint-5.6/perl
72982           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
72983           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
72984           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
72985 ____________________________________________________________________________
72986 [  7293] By: gsar                                  on 2000/10/16  04:20:00
72987         Log: integrate changes#6013..6015 from mainline
72988              
72989              tweak change#5945 to display correct switch name in diagnostic
72990              
72991              glob() loading File::Glob behind the scenes may cause syntax errors
72992              
72993              tweak test for portability
72994      Branch: maint-5.6/perl
72995           !> op.c perl.c pod/perldiag.pod t/lib/b.t
72996 ____________________________________________________________________________
72997 [  7292] By: gsar                                  on 2000/10/16  04:18:11
72998         Log: integrate changes#6005..6010 from mainline, cfgperl
72999              
73000              perldoc might fail via "use blib" (from Hugo van der Sanden)
73001              
73002              Regen Configure.
73003              
73004              note about compile failures and END blocks (from M.J.T. Guy)
73005              
73006              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
73007              
73008              (change#6009 integrated earlier in change#7255)
73009              
73010              clarify note about shadow password support (from
73011              gellyfish@gellyfish.com)
73012      Branch: maint-5.6/perl
73013           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
73014           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
73015           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
73016 ____________________________________________________________________________
73017 [  7291] By: gsar                                  on 2000/10/16  04:12:03
73018         Log: integrate changes#6002,6003 from mainline
73019              
73020              destructive sv_setsv() can lose UV-ness from source, causing
73021              numeric promotions/comparisons to fail to do the right thing
73022              
73023              allow REG_EXPAND_SZ keys in Windows registry (from
73024              John Clayton <John.Clayton@barclayscapital.com>)
73025      Branch: maint-5.6/perl
73026           !> sv.c win32/win32.c
73027 ____________________________________________________________________________
73028 [  7290] By: gsar                                  on 2000/10/16  04:10:19
73029         Log: integrate change#6001 from mainline
73030              
73031              support additional library locations via $Config{otherlibdirs}
73032              (from Andy Dougherty)
73033      Branch: maint-5.6/perl
73034           !> Configure INSTALL Porting/Glossary Porting/config.sh
73035           !> Porting/config_H config_h.SH epoc/config.sh perl.c
73036           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
73037           !> win32/config.bc win32/config.gc win32/config.vc
73038 ____________________________________________________________________________
73039 [  7289] By: gsar                                  on 2000/10/16  04:08:28
73040         Log: integrate change#5999 from mainline
73041              
73042              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
73043      Branch: maint-5.6/perl
73044           !> t/pragma/warn/toke toke.c
73045 ____________________________________________________________________________
73046 [  7288] By: gsar                                  on 2000/10/16  04:07:01
73047         Log: integrate changes#5997,5998 from cfgperl
73048              
73049              Preserve $!.
73050              
73051              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
73052      Branch: maint-5.6/perl
73053           !> lib/Math/Complex.pm
73054 ____________________________________________________________________________
73055 [  7287] By: gsar                                  on 2000/10/16  04:04:37
73056         Log: integrate change#5995 from mainline
73057              
73058              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
73059      Branch: maint-5.6/perl
73060           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
73061 ____________________________________________________________________________
73062 [  7286] By: gsar                                  on 2000/10/16  04:03:21
73063         Log: integrate change#5994 from mainline
73064              
73065              fix for missed accounting for null byte in pack("Z",...) (from
73066              M.J.T. Guy)
73067      Branch: maint-5.6/perl
73068           !> pp.c t/op/pack.t
73069 ____________________________________________________________________________
73070 [  7285] By: gsar                                  on 2000/10/16  04:02:11
73071         Log: integrate changes#5989..5993 from mainline
73072              
73073              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
73074              itself and no other (from Tom Hughes)
73075              
73076              use $ENV{LIB} to search for libs under Visual C compiler
73077              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
73078              
73079              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
73080              
73081              pod nit (from Simon Cozens)
73082              
73083              various minor tweaks seen on p5p
73084      Branch: maint-5.6/perl
73085           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
73086           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
73087           !> t/op/array.t toke.c
73088 ____________________________________________________________________________
73089 [  7284] By: gsar                                  on 2000/10/16  03:59:00
73090         Log: integrate changes#5978..5988 from mainline
73091              
73092              sync version numbers in File::Spec with the ones on CPAN
73093              (from Barrie Slaymaker)
73094              
73095              under useithreads, constant pad entries could inadvertantly be
73096              shared across threads (from Eric Blood <eblood@xmission.com>);
73097              added Eric's test case to testsuite
73098              
73099              allow Configure -S to run non-interactively (spotted by Greg Hudson
73100              <ghudson@mit.edu>)
73101              
73102              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
73103              prototype mismatch with CORE::glob(); update pod and tests to
73104              suit (File::Glob::glob() is still available for backward
73105              compatibility, but should be considered deprecated)
73106              
73107              avoid error in IO::Socket::INET when given an unknown service name
73108              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
73109              
73110              numeric conversion of non-number in change#3378 tramples on
73111              OOK offset, causing segfaults
73112              
73113              attributes::reftype() doesn't work on tied argument
73114              
73115              forked child may not exit correctly if it failed to open
73116              /dev/console (from Graham Barr)
73117              
73118              add regular expressions tutorial and quick-start guide (from
73119              Mark Kvale <kvale@phy.ucsf.edu>)
73120              
73121              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
73122              
73123              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
73124              <paul@miraclefish.com>)
73125      Branch: maint-5.6/perl
73126           +> pod/perlrequick.pod pod/perlretut.pod
73127           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
73128           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
73129           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
73130           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
73131           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
73132           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
73133           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
73134           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
73135 ____________________________________________________________________________
73136 [  7283] By: gsar                                  on 2000/10/16  03:52:14
73137         Log: integrate change#5977 from mainline
73138              
73139              autoquote barewords followed by newline and arrow properly
73140              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
73141      Branch: maint-5.6/perl
73142           !> t/pragma/warn/toke toke.c
73143 ____________________________________________________________________________
73144 [  7282] By: gsar                                  on 2000/10/16  03:50:48
73145         Log: integrate change#5976 from mainline
73146              
73147              DB_File v1.73 update (from Paul Marquess)
73148      Branch: maint-5.6/perl
73149           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
73150           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
73151 ____________________________________________________________________________
73152 [  7281] By: gsar                                  on 2000/10/16  03:49:14
73153         Log: integrate change#5975 from mainline
73154              
73155              allow sort() reentrancy (variant of patch suggested by
73156              Hugo van der Sanden)
73157      Branch: maint-5.6/perl
73158           !> pp_ctl.c t/op/sort.t
73159 ____________________________________________________________________________
73160 [  7280] By: gsar                                  on 2000/10/16  03:48:22
73161         Log: integrate change#5974 from mainline
73162              
73163              change#4197 somehow missed initializing PL_errors, meaning
73164              syntax error queueing wasn't working outside eval"" at all;
73165              also fixed eval"" to localize PL_error_count, so that compile-time
73166              eval's don't clobber the error state of the outer context
73167      Branch: maint-5.6/perl
73168           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
73169           !> t/pragma/warn/toke
73170 ____________________________________________________________________________
73171 [  7279] By: gsar                                  on 2000/10/16  03:46:21
73172         Log: integrate change#5973 from mainline
73173              
73174              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
73175      Branch: maint-5.6/perl
73176           !> regcomp.c regexec.c t/op/re_tests
73177 ____________________________________________________________________________
73178 [  7278] By: gsar                                  on 2000/10/16  03:44:54
73179         Log: integrate change#5971 from cfgperl
73180              
73181              Unicos tweaks from Mark P. Lutz.
73182      Branch: maint-5.6/perl
73183           !> hints/unicos.sh lib/Math/Complex.pm
73184 ____________________________________________________________________________
73185 [  7277] By: gsar                                  on 2000/10/16  03:42:59
73186         Log: integrate changes#5966..5970 from mainline
73187              
73188              add testsuite for B backends, fix bug in B::Deparse (from
73189              Simon Cozens <simon@brecon.co.uk>)
73190              
73191              improved docs on the warn_uninit diagnostic (from David Glasser
73192              and Simon Cozens)
73193              
73194              tolerate spaces in group names in test on solaris (from David Boyce
73195              <dsb@boyski.com>)
73196              
73197              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
73198              
73199              Data::Dumper fumbles negative numbers on 32-bit platforms where
73200              IV is >32bits
73201      Branch: maint-5.6/perl
73202           +> t/lib/b.t t/lib/syslog.t
73203           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
73204           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
73205           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
73206 ____________________________________________________________________________
73207 [  7276] By: gsar                                  on 2000/10/16  03:39:30
73208         Log: integrate change#5965 from mainline
73209              
73210              avoid "will not stay shared" warnings for our variables (from
73211              Robin Barker)
73212      Branch: maint-5.6/perl
73213           !> op.c t/pragma/warn/op
73214 ____________________________________________________________________________
73215 [  7275] By: gsar                                  on 2000/10/16  03:38:18
73216         Log: integrate change#5964 from mainline
73217              
73218              reformat to 72 columns (again)
73219      Branch: maint-5.6/perl
73220           !> pod/perldiag.pod
73221 ____________________________________________________________________________
73222 [  7274] By: gsar                                  on 2000/10/16  03:36:58
73223         Log: integrate change#5963 from mainline
73224              
73225              patch from Larry to make (\&) prototype work; added tests for
73226              the same
73227      Branch: maint-5.6/perl
73228           !> op.c t/comp/proto.t
73229 ____________________________________________________________________________
73230 [  7273] By: gsar                                  on 2000/10/16  03:35:51
73231         Log: integrate changes#5956..5962 from mainline
73232              
73233              better diagnostics on failed tests (from Ilya Zakharevich)
73234              
73235              pod nits (from A. C. Yardley <yardley@tanet.net>)
73236              
73237              change#3569 deleted some essential code, revert; avoid use of
73238              atexit() to make DynaLoader work properly on AIX under mod_perl
73239              (from Jens-Uwe Mager <jum@helios.de>)
73240              
73241              doubled words in pods (from Simon Cozens
73242              <simon.p.cozens@jp.pwcglobal.com>)
73243              
73244              better INSTALL notes on Solaris issues (from Dominic Dunlop)
73245              
73246              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
73247              
73248              updated README.hpux (from Jeff Okamoto)
73249      Branch: maint-5.6/perl
73250           !> INSTALL README.hpux emacs/cperl-mode.el
73251           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
73252           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
73253           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
73254           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
73255           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
73256           !> t/op/lex_assign.t
73257 ____________________________________________________________________________
73258 [  7272] By: gsar                                  on 2000/10/16  03:31:22
73259         Log: integrate change#5955 from mainline
73260              
73261              longstanding bug exposed by change#3307: sort arguments weren't
73262              compiled with the right wantarray context (ensuing runtime lookup
73263              via block_gimme() was getting the incidental context of the
73264              sort() itself)
73265      Branch: maint-5.6/perl
73266           !> op.c t/op/sort.t
73267 ____________________________________________________________________________
73268 [  7271] By: gsar                                  on 2000/10/16  03:29:11
73269         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
73270              branch
73271              
73272              Flatten the cpp jungle doing the nosuid checking.
73273              
73274              Do not assume sign propagation. (from M.J.T. Guy)
73275              
73276              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
73277              
73278              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
73279              Now pp_ncmp() returns undef is either operand is a NaN.
73280              
73281              On second thoughts frexp() does have two arguments.
73282              
73283              Document that tr() is not tr(1).
73284              
73285              Be more robust on "extreme" (large absolute value)
73286              arguments.  Originally reported by Daniel Connelly
73287              as a problem with asinh() on large negative arguments,
73288              asinh() used to bail out because an argument to log()
73289              ended up being zero.  Ilya Zakharevich proposed using
73290              Taylor's series in such cases, which for such large
73291              arguments is a very good approximation.
73292              
73293              Undo "use integer" addition from 64bitint as it seems
73294              to break most of the subtests in Digital UNIX;
73295              Unicos needs to find another way.
73296      Branch: maint-5.6/perl
73297           !> (integrate 29 files)
73298 ____________________________________________________________________________
73299 [  7270] By: gsar                                  on 2000/10/16  03:09:44
73300         Log: integrate changes#5948,5949,5950 from mainline
73301              
73302              typo in vars.pm that leads to cryptic message (from Piotr
73303              Piatkowski <kompas@kompas.usr.onet.pl>)
73304              
73305              make perldoc use the pod2man from the same version (from
73306              M.J.T. Guy)
73307              
73308              reformat perldiag to avoid long lines
73309      Branch: maint-5.6/perl
73310           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
73311 ____________________________________________________________________________
73312 [  7269] By: gsar                                  on 2000/10/16  03:05:54
73313         Log: integrate change#5947 from mainline
73314              
73315              use &dl_error rather than &dl_load_file as the guard for calling
73316              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
73317              statically built perl)
73318      Branch: maint-5.6/perl
73319           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
73320 ____________________________________________________________________________
73321 [  7268] By: gsar                                  on 2000/10/16  03:04:48
73322         Log: integrate change#5945 from mainline
73323              
73324              make module name mandatory after -M switch; reorder perldiag
73325              alphabetically (from Mark-Jason Dominus)
73326      Branch: maint-5.6/perl
73327           !> perl.c pod/perldiag.pod
73328 ____________________________________________________________________________
73329 [  7267] By: gsar                                  on 2000/10/16  03:03:01
73330         Log: integrate change#5939 from mainline
73331              
73332              more pod nits (from Larry Virden)
73333      Branch: maint-5.6/perl
73334           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
73335           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
73336           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
73337 ____________________________________________________________________________
73338 [  7266] By: gsar                                  on 2000/10/16  03:01:39
73339         Log: integrate change#5938 from mainline
73340              
73341              Consolidated B::Deparse fixes (from Stephen McCamant)
73342      Branch: maint-5.6/perl
73343           !> ext/B/B/Deparse.pm
73344 ____________________________________________________________________________
73345 [  7265] By: gsar                                  on 2000/10/16  03:00:43
73346         Log: integrate change#5936 from mainline
73347              
73348              additional tests for change#7263 (from Paul Marquess)
73349      Branch: maint-5.6/perl
73350           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
73351           !> t/pragma/warn/5nolint t/pragma/warn/6default
73352 ____________________________________________________________________________
73353 [  7264] By: gsar                                  on 2000/10/16  02:58:34
73354         Log: integrate change#5934 from mainline
73355              
73356              propagate lexical warnings from surrounding scope correctly
73357              within string eval() (from Paul Marquess)
73358      Branch: maint-5.6/perl
73359           !> pp_ctl.c t/pragma/warn/pp_ctl
73360 ____________________________________________________________________________
73361 [  7263] By: gsar                                  on 2000/10/16  02:56:53
73362         Log: integrate change#5932 from mainline
73363              
73364              add rsignal(), whichsig() and do_join() to public API list
73365              (mod_perl uses them to good advantage)
73366      Branch: maint-5.6/perl
73367           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
73368 ____________________________________________________________________________
73369 [  7262] By: gsar                                  on 2000/10/16  02:55:53
73370         Log: integrate change#5931 from mainline
73371              
73372              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
73373      Branch: maint-5.6/perl
73374           !> pp_hot.c regexec.c t/op/pat.t
73375 ____________________________________________________________________________
73376 [  7261] By: gsar                                  on 2000/10/16  02:55:01
73377         Log: integrate change#5930 from mainline
73378              
73379              small os390 tweaks (from Peter Prymmer)
73380      Branch: maint-5.6/perl
73381           !> config_h.SH makedepend.SH
73382 ____________________________________________________________________________
73383 [  7260] By: gsar                                  on 2000/10/16  02:54:10
73384         Log: integrate change#5929 from mainline
73385              
73386              pod nits
73387      Branch: maint-5.6/perl
73388           !> pod/perlguts.pod
73389 ____________________________________________________________________________
73390 [  7259] By: gsar                                  on 2000/10/16  02:52:55
73391         Log: integrate change#5927 from mainline
73392              
73393              arrange for next() to resume at the unstack op rather than the
73394              loop conditional, so that scope cleanup happens correctly
73395              (from Stephen McCamant)
73396      Branch: maint-5.6/perl
73397           !> op.c pp_ctl.c t/op/misc.t
73398 ____________________________________________________________________________
73399 [  7258] By: gsar                                  on 2000/10/16  02:51:38
73400         Log: integrate change#5926 from mainline
73401              
73402              on windows, reserve 16M of stack rather than 128M (allows more
73403              threads to run concurrently)
73404      Branch: maint-5.6/perl
73405           !> win32/Makefile win32/makefile.mk
73406 ____________________________________________________________________________
73407 [  7257] By: gsar                                  on 2000/10/16  02:50:37
73408         Log: integrate change#5925 from mainline
73409              
73410              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
73411      Branch: maint-5.6/perl
73412           !> toke.c
73413 ____________________________________________________________________________
73414 [  7256] By: gsar                                  on 2000/10/16  02:49:36
73415         Log: integrate change#5924 from mainline
73416              
73417              avoid using uninitialized memory in require version check
73418      Branch: maint-5.6/perl
73419           !> pp_ctl.c universal.c
73420 ____________________________________________________________________________
73421 [  7255] By: gsar                                  on 2000/10/16  02:48:03
73422         Log: integrate changes#5923,5928,6009 from mainline
73423              
73424              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
73425      Branch: maint-5.6/perl
73426           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
73427 ____________________________________________________________________________
73428 [  7254] By: gsar                                  on 2000/10/16  02:44:46
73429         Log: integrate change#5922 from mainline
73430              
73431              commentary about IoTYPE() (from Nathan Torkington)
73432      Branch: maint-5.6/perl
73433           !> sv.h
73434 ____________________________________________________________________________
73435 [  7253] By: gsar                                  on 2000/10/16  02:43:49
73436         Log: integrate change#5921 from mainline
73437              
73438              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
73439      Branch: maint-5.6/perl
73440           !> sv.c t/lib/charnames.t t/pragma/utf8.t
73441 ____________________________________________________________________________
73442 [  7252] By: gsar                                  on 2000/10/16  02:42:31
73443         Log: integrate change#5920 from mainline
73444              
73445              Larry's fix for buggy propagation of utf8-ness in join(); add test
73446      Branch: maint-5.6/perl
73447           !> doop.c t/op/ver.t
73448 ____________________________________________________________________________
73449 [  7251] By: gsar                                  on 2000/10/16  02:41:14
73450         Log: integrate changes#5915..5919 from mainline
73451              
73452              various (pod tweaks &c)
73453      Branch: maint-5.6/perl
73454           !> (integrate 33 files)
73455 ____________________________________________________________________________
73456 [  7250] By: gsar                                  on 2000/10/16  02:38:16
73457         Log: integrate change#5914 from mainline
73458              
73459              caller() wasn't returning the right number of elements for
73460              eval {...}
73461      Branch: maint-5.6/perl
73462           !> pp_ctl.c t/pragma/warn/9enabled
73463 ____________________________________________________________________________
73464 [  7249] By: gsar                                  on 2000/10/16  02:37:02
73465         Log: integrate change#5913 from mainline
73466              
73467              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
73468              (from Mark-Jason Dominus)
73469      Branch: maint-5.6/perl
73470           !> pod/perlfunc.pod
73471 ____________________________________________________________________________
73472 [  7248] By: gsar                                  on 2000/10/16  02:35:58
73473         Log: integrate change#5912 from mainline
73474              
73475              fix totally broken caching in UNIVERSAL::isa() (from
73476              Nick Ing-Simmons)
73477      Branch: maint-5.6/perl
73478           !> t/op/universal.t universal.c
73479 ____________________________________________________________________________
73480 [  7247] By: gsar                                  on 2000/10/16  02:34:27
73481         Log: integrate changes#5910,5911 from mainline
73482              
73483              typo in pod
73484              
73485              add linebreak properties from unicode/LineBrk.txt (from
73486              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
73487      Branch: maint-5.6/perl
73488           +> (branch 29 files)
73489           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
73490 ____________________________________________________________________________
73491 [  7246] By: gsar                                  on 2000/10/16  02:33:29
73492         Log: integrate change#5909 from mainline
73493              
73494              mode argument to do_binmode() should be file mode, not boolean
73495      Branch: maint-5.6/perl
73496           !> pp_sys.c
73497 ____________________________________________________________________________
73498 [  7245] By: gsar                                  on 2000/10/16  02:31:04
73499         Log: integrate change#5908 from mainline
73500              
73501              introduce illegal symbols into null package so that
73502              gv_fetchpv(...,TRUE) always returns a valid GV even when the
73503              symbol is trapped by strictures (avoids coredumps)
73504      Branch: maint-5.6/perl
73505           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
73506           !> t/pragma/strict-vars
73507 ____________________________________________________________________________
73508 [  7244] By: jhi                                   on 2000/10/16  02:29:54
73509         Log: Subject: $Carp::ExportLevel confusion in Exporter
73510              From: "Ben Tilly" <ben_tilly@hotmail.com>
73511              Date: Sat, 14 Oct 2000 16:44:34 EDT
73512              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
73513      Branch: perl
73514            ! lib/Exporter/Heavy.pm
73515 ____________________________________________________________________________
73516 [  7243] By: jhi                                   on 2000/10/16  02:28:33
73517         Log: Subject: [PATCH perlguts.pod] Document offset hack
73518              From: Simon Cozens <simon@cozens.net>
73519              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
73520              Date: Sat, 14 Oct 2000 19:32:25 +0100
73521      Branch: perl
73522            ! pod/perlguts.pod
73523 ____________________________________________________________________________
73524 [  7242] By: gsar                                  on 2000/10/16  02:26:51
73525         Log: integrate changes#5905,5906,5907,6064 from mainline
73526              
73527              printf/sprintf didn't get quad types right under use64bitint
73528      Branch: maint-5.6/perl
73529           !> pp_sys.c sv.c t/op/64bitint.t
73530 ____________________________________________________________________________
73531 [  7241] By: jhi                                   on 2000/10/16  02:22:44
73532         Log: Subject: small pod patch
73533              From: Dan Boorstein <dan_boo@bellsouth.net>
73534              Date: Sat, 14 Oct 2000 14:29:24 -0400
73535              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
73536      Branch: perl
73537            ! pod/perlfaq7.pod pod/perlmod.pod
73538 ____________________________________________________________________________
73539 [  7240] By: jhi                                   on 2000/10/16  02:13:46
73540         Log: -w cleanup.
73541              
73542              Subject: Re: Problems with bleadperl 
73543              From: "Stephen P. Potter" <spp@ds.net>
73544              Date: Fri, 13 Oct 2000 13:32:49 -0400
73545              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
73546      Branch: perl
73547            ! t/pragma/overload.t
73548 ____________________________________________________________________________
73549 [  7239] By: jhi                                   on 2000/10/16  01:41:18
73550         Log: One more ~utf8 tweak.
73551      Branch: perl
73552            ! t/op/bop.t
73553 ____________________________________________________________________________
73554 [  7238] By: jhi                                   on 2000/10/16  01:34:14
73555         Log: Tweak the test of #7235.
73556      Branch: perl
73557            ! t/op/bop.t
73558 ____________________________________________________________________________
73559 [  7237] By: jhi                                   on 2000/10/16  01:25:04
73560         Log: Fix a couple of compiler-noted nits in #7235.
73561      Branch: perl
73562            ! pp.c
73563 ____________________________________________________________________________
73564 [  7236] By: jhi                                   on 2000/10/16  01:22:46
73565         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
73566      Branch: perl
73567            ! pp.c pp_hot.c
73568 ____________________________________________________________________________
73569 [  7235] By: jhi                                   on 2000/10/15  16:24:44
73570         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
73571              
73572              From: Simon Cozens <simon@cozens.net>
73573              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
73574              Date: Sat, 14 Oct 2000 20:52:13 +0100
73575              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
73576      Branch: perl
73577            ! pp.c t/op/bop.t utf8.h
73578 ____________________________________________________________________________
73579 [  7234] By: jhi                                   on 2000/10/15  15:19:29
73580         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
73581              The problem was that rx->minlen was in chars while pp_split()
73582              thought it would be in bytes. 
73583      Branch: perl
73584            ! pp.c t/pragma/utf8.t
73585 ____________________________________________________________________________
73586 [  7233] By: jhi                                   on 2000/10/14  20:24:24
73587         Log: Document FNCASE=y as discussed in the bug 20000902.009.
73588      Branch: perl
73589            ! README.dos
73590 ____________________________________________________________________________
73591 [  7232] By: jhi                                   on 2000/10/14  18:52:21
73592         Log: Add test for bug id 20000427.003 (which seems to have
73593              been fixed) (also duplicate as 20000427.004, though
73594              with a higher severity).  Move one utf8 from op/append
73595              to pragma/utf8, tag the tests with bug ids.
73596      Branch: perl
73597            ! t/op/append.t t/pragma/utf8.t
73598 ____________________________________________________________________________
73599 [  7231] By: jhi                                   on 2000/10/14  17:28:37
73600         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
73601      Branch: perl
73602            ! t/pragma/utf8.t
73603 ____________________________________________________________________________
73604 [  7230] By: jhi                                   on 2000/10/14  14:24:50
73605         Log: Needs to be conditional on SunOS 4.
73606              
73607              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
73608              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
73609              Date: Sat, 14 Oct 2000 13:37:49 +0100
73610              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
73611      Branch: metaconfig/U/perl
73612            ! End.U
73613      Branch: perl
73614            ! Configure myconfig.SH pod/perldelta.pod
73615 ____________________________________________________________________________
73616 [  7229] By: jhi                                   on 2000/10/14  00:49:22
73617         Log: Update Changes.
73618      Branch: perl
73619            ! Changes patchlevel.h
73620 ____________________________________________________________________________
73621 [  7228] By: jhi                                   on 2000/10/14  00:46:10
73622         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
73623              From: Peter Prymmer <pvhp@forte.com>
73624              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
73625              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
73626      Branch: perl
73627            ! lib/utf8.pm
73628 ____________________________________________________________________________
73629 [  7227] By: jhi                                   on 2000/10/13  23:20:30
73630         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
73631      Branch: perl
73632            ! t/op/tie.t
73633 ____________________________________________________________________________
73634 [  7226] By: jhi                                   on 2000/10/13  22:14:32
73635         Log: Tweak #7225.
73636              
73637              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
73638              From: Peter Prymmer <pvhp@forte.com>
73639              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
73640              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
73641      Branch: perl
73642            ! t/op/sprintf.t
73643 ____________________________________________________________________________
73644 [  7225] By: jhi                                   on 2000/10/13  22:11:31
73645         Log: op/sprintf.t patch for OS/390 (and any other host with limited
73646              floating-point exponent length)
73647              
73648              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
73649              From: Dominic Dunlop <domo@computer.org>
73650              Date: Fri, 13 Oct 2000 19:17:57 +0200
73651              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
73652      Branch: perl
73653            ! t/op/sprintf.t
73654 ____________________________________________________________________________
73655 [  7224] By: jhi                                   on 2000/10/13  18:40:48
73656         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
73657      Branch: perl
73658            ! toke.c
73659 ____________________________________________________________________________
73660 [  7223] By: jhi                                   on 2000/10/13  18:37:13
73661         Log: Thinko in #7222.
73662      Branch: perl
73663            ! utf8.c
73664 ____________________________________________________________________________
73665 [  7222] By: jhi                                   on 2000/10/13  18:05:23
73666         Log: Use UTF8SKIP(), from Simon Cozens.
73667      Branch: perl
73668            ! utf8.c
73669 ____________________________________________________________________________
73670 [  7221] By: jhi                                   on 2000/10/13  15:43:19
73671         Log: (accidentally empty check-in)
73672      Branch: perl
73673            ! utf8.c
73674 ____________________________________________________________________________
73675 [  7220] By: jhi                                   on 2000/10/13  15:23:51
73676         Log: Add (optimistically) Storable to static extensions.
73677      Branch: perl
73678            ! hints/uwin.sh hints/vmesa.sh
73679 ____________________________________________________________________________
73680 [  7219] By: jhi                                   on 2000/10/13  15:20:05
73681         Log: Amdahl UTS doesn't seem to do dynaloading.
73682      Branch: perl
73683            ! hints/uts.sh
73684 ____________________________________________________________________________
73685 [  7218] By: jhi                                   on 2000/10/13  15:15:20
73686         Log: Slight tweak of the code to appease Amdahl UTS cc.
73687      Branch: perl
73688            ! pp.c
73689 ____________________________________________________________________________
73690 [  7217] By: jhi                                   on 2000/10/13  14:50:42
73691         Log: In Amdahl UTS "struct sv" is defined by a system header,
73692              <ksync.h>.
73693      Branch: perl
73694            ! perl.h sv.h
73695 ____________________________________________________________________________
73696 [  7216] By: jhi                                   on 2000/10/13  11:58:25
73697         Log: Ilya implemented the memory profiling API.
73698      Branch: perl
73699            ! Todo
73700 ____________________________________________________________________________
73701 [  7215] By: jhi                                   on 2000/10/13  02:56:38
73702         Log: Subject: [PATCH 5.7.0] Perl API for mstats
73703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73704              Date: Thu, 12 Oct 2000 22:52:40 -0400
73705              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
73706      Branch: perl
73707            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
73708 ____________________________________________________________________________
73709 [  7214] By: jhi                                   on 2000/10/13  02:55:38
73710         Log: Subject: [PATCH 5.7.0] IVs in mtats
73711              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
73712              Date: Thu, 12 Oct 2000 22:51:04 -0400
73713              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
73714      Branch: perl
73715            ! malloc.c perl.h
73716 ____________________________________________________________________________
73717 [  7213] By: jhi                                   on 2000/10/13  02:31:47
73718         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
73719      Branch: perl
73720            ! pod/perldiag.pod pp_sys.c
73721 ____________________________________________________________________________
73722 [  7212] By: jhi                                   on 2000/10/13  01:27:38
73723         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
73724              From: Peter Prymmer <pvhp@forte.com>
73725              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
73726              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
73727      Branch: perl
73728            ! t/op/oct.t
73729 ____________________________________________________________________________
73730 [  7211] By: jhi                                   on 2000/10/13  00:35:09
73731         Log: Update Changes.
73732      Branch: perl
73733            ! Changes patchlevel.h
73734 ____________________________________________________________________________
73735 [  7210] By: jhi                                   on 2000/10/12  23:59:40
73736         Log: The Install.pm third of
73737              
73738              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
73739              From: Bill Campbell <bill@celestial.com>
73740              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
73741              Date: Thu, 5 Oct 2000 18:04:51 -0700
73742      Branch: perl
73743            ! lib/ExtUtils/Install.pm
73744 ____________________________________________________________________________
73745 [  7209] By: jhi                                   on 2000/10/12  23:58:43
73746         Log: Two thirds of
73747              
73748              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
73749              Date: Thu, 5 Oct 2000 18:04:51 -0700
73750              From: Bill Campbell <bill@celestial.com>
73751              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
73752              
73753              The Install.pm changes will be submitted separately because
73754              they need some work and discussion still.
73755      Branch: perl
73756            ! lib/getopts.pl lib/termcap.pl
73757 ____________________________________________________________________________
73758 [  7208] By: jhi                                   on 2000/10/12  23:41:19
73759         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
73760              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
73761              Date:     Thu, 12 Oct 2000 07:30:02 EDT
73762              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
73763      Branch: perl
73764            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
73765            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
73766 ____________________________________________________________________________
73767 [  7207] By: jhi                                   on 2000/10/12  23:39:01
73768         Log: An updated EBCDIC tr patch.
73769              
73770              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
73771              From: Peter Prymmer <pvhp@forte.com>
73772              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
73773              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
73774      Branch: perl
73775            ! t/op/tr.t
73776 ____________________________________________________________________________
73777 [  7206] By: jhi                                   on 2000/10/12  23:34:55
73778         Log: Upgrade to CPAN 1.58, from Andreas König.
73779      Branch: perl
73780            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
73781 ____________________________________________________________________________
73782 [  7205] By: jhi                                   on 2000/10/12  23:29:08
73783         Log: Introduce the man[24-8] variables, from Andy Dougherty.
73784      Branch: metaconfig/U/perl
73785            + mandirs.U mandirstyle.U
73786      Branch: perl
73787            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
73788            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
73789            ! vos/config.h vos/config.pl vos/config_h.SH_orig
73790            ! win32/config.bc win32/config.gc win32/config.vc
73791 ____________________________________________________________________________
73792 [  7204] By: gsar                                  on 2000/10/12  18:11:24
73793         Log: restore change#7202
73794      Branch: perl
73795            ! mg.c
73796 ____________________________________________________________________________
73797 [  7203] By: gsar                                  on 2000/10/12  18:09:40
73798         Log: another test of the Emergency Broadcast System--back out 
73799              change#7202
73800      Branch: perl
73801            ! mg.c
73802 ____________________________________________________________________________
73803 [  7202] By: gsar                                  on 2000/10/12  16:40:47
73804         Log: (submitted on behalf of Jarkko)
73805              Fix the lib/encode.t subtest 6 failure as reported by Andreas
73806              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
73807              was unearthed by change 7182, as was a bug in HTML::Entities.
73808      Branch: perl
73809            ! mg.c
73810 ____________________________________________________________________________
73811 [  7201] By: jhi                                   on 2000/10/11  03:16:05
73812         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
73813      Branch: perl
73814            ! pp_hot.c t/pragma/utf8.t
73815 ____________________________________________________________________________
73816 [  7200] By: jhi                                   on 2000/10/11  00:40:30
73817         Log: The #7198 was a false alarm.
73818      Branch: perl
73819            ! pp_hot.c
73820 ____________________________________________________________________________
73821 [  7199] By: jhi                                   on 2000/10/11  00:26:04
73822         Log: Remove duplicated code.
73823      Branch: perl
73824            ! t/lib/cgi-html.t
73825 ____________________________________________________________________________
73826 [  7198] By: jhi                                   on 2000/10/10  23:30:46
73827         Log: (Retracted by #7200.)
73828      Branch: perl
73829            ! pp_hot.c
73830 ____________________________________________________________________________
73831 [  7197] By: jhi                                   on 2000/10/10  21:49:30
73832         Log: Add the test case for #7190, from the original bug report
73833              by Andreas König.
73834      Branch: perl
73835            ! t/pragma/utf8.t
73836 ____________________________________________________________________________
73837 [  7196] By: jhi                                   on 2000/10/10  21:40:49
73838         Log: Reapply Andy's patch and regen Configure.
73839      Branch: perl
73840            ! Configure INSTALL Makefile.SH Porting/Glossary
73841            ! Porting/config.sh config_h.SH epoc/config.sh installperl
73842            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
73843            ! win32/config.vc
73844 ____________________________________________________________________________
73845 [  7195] By: jhi                                   on 2000/10/10  21:09:30
73846         Log: Use the versiononly instead of the installscripts,
73847              retract the changes 7146 and 7147.
73848      Branch: perl
73849            ! Configure INSTALL Makefile.SH Porting/Glossary
73850            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
73851            ! installperl uconfig.sh vos/config.def win32/config.bc
73852            ! win32/config.gc win32/config.vc
73853 ____________________________________________________________________________
73854 [  7194] By: jhi                                   on 2000/10/10  21:06:15
73855         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
73856              From: Peter Prymmer <pvhp@forte.com>
73857              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
73858              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
73859      Branch: perl
73860            ! t/op/ver.t
73861 ____________________________________________________________________________
73862 [  7193] By: jhi                                   on 2000/10/10  21:05:12
73863         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
73864              From: Peter Prymmer <pvhp@forte.com>
73865              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
73866              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
73867      Branch: perl
73868            ! t/op/tr.t
73869 ____________________________________________________________________________
73870 [  7192] By: jhi                                   on 2000/10/10  20:57:30
73871         Log: Add versiononly, delete installscripts, from Andy Dougherty.
73872      Branch: metaconfig
73873            - U/installdirs/installscripts.U
73874      Branch: metaconfig/U/perl
73875            + versiononly.U
73876 ____________________________________________________________________________
73877 [  7191] By: jhi                                   on 2000/10/10  19:41:21
73878         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
73879              From: Peter Prymmer <pvhp@forte.com>
73880              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
73881              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
73882      Branch: perl
73883            ! pod/perlebcdic.pod
73884 ____________________________________________________________________________
73885 [  7190] By: jhi                                   on 2000/10/10  19:26:14
73886         Log: Subject: Re: utf8 concat, mg_get
73887              From: Simon Cozens <simon@cozens.net>
73888              Date: Tue, 10 Oct 2000 17:40:17 +0100
73889              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
73890      Branch: perl
73891            ! pp_hot.c
73892 ____________________________________________________________________________
73893 [  7189] By: jhi                                   on 2000/10/10  19:23:03
73894         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
73895              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
73896              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
73897              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
73898      Branch: perl
73899            ! lib/ExtUtils/MM_Unix.pm
73900 ____________________________________________________________________________
73901 [  7188] By: jhi                                   on 2000/10/10  15:31:24
73902         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
73903              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
73904              Date: Fri, 14 Jul 2000 10:47:36 +0100
73905              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
73906      Branch: perl
73907            ! README.win32
73908 ____________________________________________________________________________
73909 [  7187] By: jhi                                   on 2000/10/10  13:30:10
73910         Log: Quote the temp file name, needed in Win32 because the
73911              default name unfortunately contains spaces, shouldn't
73912              hurt elsewhere.
73913              
73914              Subject: FW: perldoc fails if $TEMP contains spaces
73915              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
73916              Date: Thu, 14 Sep 2000 08:58:45 +0100
73917              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
73918      Branch: perl
73919            ! utils/perldoc.PL
73920 ____________________________________________________________________________
73921 [  7186] By: jhi                                   on 2000/10/10  13:16:27
73922         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
73923              From: hv@hugo.hybyte.com
73924              Date: Tue, 10 Oct 2000 14:10:20 +0100
73925              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
73926      Branch: perl
73927            ! t/lib/thr5005.t util.c
73928 ____________________________________________________________________________
73929 [  7185] By: jhi                                   on 2000/10/10  12:06:22
73930         Log: Upgrade to podlators 1.04, from Russ Allbery.
73931      Branch: perl
73932            ! lib/Pod/Man.pm lib/Pod/Text.pm
73933 ____________________________________________________________________________
73934 [  7184] By: jhi                                   on 2000/10/10  12:01:32
73935         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
73936      Branch: perl
73937            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
73938 ____________________________________________________________________________
73939 [  7183] By: jhi                                   on 2000/10/09  23:47:15
73940         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
73941              From: Peter Prymmer <pvhp@forte.com>
73942              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
73943              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
73944      Branch: perl
73945            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
73946 ____________________________________________________________________________
73947 [  7182] By: jhi                                   on 2000/10/09  23:43:16
73948         Log: Make eq work again with utf8 (disabling the upgrading
73949              should no more be necessary since the copies of the
73950              scalars are upgraded, not the scalars themselves).
73951              Takes care of ID 20001009.001.  (The claimed length()
73952              bug in 20001009.001 seems bogus to me.)
73953      Branch: perl
73954            ! sv.c t/pragma/utf8.t
73955 ____________________________________________________________________________
73956 [  7181] By: gsar                                  on 2000/10/09  19:41:54
73957         Log: tweak for change#7173
73958      Branch: perl
73959            ! win32/win32sck.c
73960 ____________________________________________________________________________
73961 [  7180] By: gsar                                  on 2000/10/09  19:26:56
73962         Log: on Windows, clean targets might not work under some flavors of the shell
73963      Branch: perl
73964            ! win32/Makefile win32/makefile.mk
73965 ____________________________________________________________________________
73966 [  7179] By: jhi                                   on 2000/10/09  19:21:02
73967         Log: Update Changes.
73968      Branch: perl
73969            ! Changes patchlevel.h
73970 ____________________________________________________________________________
73971 [  7178] By: jhi                                   on 2000/10/09  19:18:23
73972         Log: Warn about unknown scripts.
73973              
73974              Subject: Re: ideas? patches? [PATCH bleadperl]
73975              From: Dominic Dunlop <domo@computer.org>
73976              Date: Mon, 9 Oct 2000 14:57:17 +0200
73977              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
73978      Branch: perl
73979            ! lib/charnames.pm
73980 ____________________________________________________________________________
73981 [  7177] By: jhi                                   on 2000/10/09  19:13:27
73982         Log: Change #7160 had a nasty typo.
73983      Branch: metaconfig
73984            ! U/compline/Compile.U
73985      Branch: perl
73986            ! Configure config_h.SH
73987 ____________________________________________________________________________
73988 [  7176] By: gsar                                  on 2000/10/09  18:59:33
73989         Log: pod nit
73990      Branch: perl
73991            ! pod/perlport.pod
73992 ____________________________________________________________________________
73993 [  7175] By: gsar                                  on 2000/10/09  18:54:28
73994         Log: Windows9x doesn't support link(), despite what Config.pm
73995              might think
73996      Branch: perl
73997            ! lib/ExtUtils/Manifest.pm
73998 ____________________________________________________________________________
73999 [  7174] By: gsar                                  on 2000/10/09  18:50:03
74000         Log: avoid nonportable example code
74001      Branch: perl
74002            ! lib/File/Copy.pm
74003 ____________________________________________________________________________
74004 [  7173] By: gsar                                  on 2000/10/09  18:46:54
74005         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
74006              being used) when closing a socket handle
74007      Branch: perl
74008            ! win32/win32.c win32/win32.h win32/win32sck.c
74009 ____________________________________________________________________________
74010 [  7172] By: gsar                                  on 2000/10/09  18:41:40
74011         Log: on Windows, cwd strings in the environment should be of the
74012              form =X:=X:\foo instead of =X=X:\foo\
74013      Branch: perl
74014            ! win32/vdir.h
74015 ____________________________________________________________________________
74016 [  7171] By: gsar                                  on 2000/10/09  18:30:09
74017         Log: on Windows, LoadLibrary() could load an extension DLL multiple
74018              times if forward slashes are used in the path
74019      Branch: perl
74020            ! win32/win32.c
74021 ____________________________________________________________________________
74022 [  7170] By: jhi                                   on 2000/10/09  17:53:59
74023         Log: Add a todo note about overloadable assertions.
74024      Branch: perl
74025            ! Todo-5.6
74026 ____________________________________________________________________________
74027 [  7169] By: jhi                                   on 2000/10/09  13:43:45
74028         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
74029              From: mjd@plover.com
74030              Date: 9 Oct 2000 00:24:44 -0000
74031              Message-ID: <20001009002444.10616.qmail@plover.com>
74032      Branch: perl
74033            ! pod/perldebguts.pod
74034 ____________________________________________________________________________
74035 [  7168] By: nick                                  on 2000/10/08  13:16:33
74036         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
74037              is not right thing to do on (e.g. x86). Network order is also "right" for
74038              X fonts.
74039      Branch: perl
74040            ! ext/Encode/Encode.pm
74041 ____________________________________________________________________________
74042 [  7167] By: nick                                  on 2000/10/08  12:54:42
74043         Log: Make "encodings" work post-install when Encode/*.enc files may not
74044              be in same directory as Encode.pm
74045      Branch: perl
74046            ! ext/Encode/Encode.pm
74047 ____________________________________________________________________________
74048 [  7166] By: nick                                  on 2000/10/08  11:51:26
74049         Log: Work round the fact that $hash->{$key} does not take into account
74050              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
74051              so that key is always in the "expected" encoding - i.e. same way we put
74052              it in the hash.
74053      Branch: perl
74054            ! ext/Encode/Encode.pm
74055 ____________________________________________________________________________
74056 [  7165] By: gsar                                  on 2000/10/08  04:15:29
74057         Log: save_re_context() could reset PL_curcop to freed memory, causing core
74058              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
74059      Branch: perl
74060            ! pp_ctl.c
74061 ____________________________________________________________________________
74062 [  7164] By: jhi                                   on 2000/10/06  20:51:48
74063         Log: UTF8ize split() so that the cloned substrings get the UTF8
74064              flag of the original scalar.  Problem reported by Simon Cozens.
74065      Branch: perl
74066            ! pp.c t/pragma/utf8.t
74067 ____________________________________________________________________________
74068 [  7163] By: nick                                  on 2000/10/06  20:48:34
74069         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
74070              got a false +ve and so did not reach code which would have un-FAKEd the SV.
74071      Branch: perl
74072            ! sv.c
74073 ____________________________________________________________________________
74074 [  7162] By: nick                                  on 2000/10/06  20:25:37
74075         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
74076              To fix  (sort {$a <=> $b} keys %hash) in particular but
74077              should cover a number of other as-yet-unknown cases as well.
74078      Branch: perl
74079            ! sv.c
74080 ____________________________________________________________________________
74081 [  7161] By: jhi                                   on 2000/10/06  19:56:18
74082         Log: Change the version number of Tie::Handle in the core to 4.0,
74083              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
74084              
74085              Subject: Note on Tie::Handle
74086              From: andreas.koenig@anima.de (Andreas J. Koenig)
74087              Date:      06 Oct 2000 21:48:58 +0200
74088              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
74089      Branch: perl
74090            ! lib/Tie/Handle.pm
74091 ____________________________________________________________________________
74092 [  7160] By: jhi                                   on 2000/10/06  18:20:35
74093         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
74094              as the first option of cc/ld because of ultrapicky compilers
74095              (e.g. OS/390 R2.5)
74096      Branch: metaconfig
74097            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
74098            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
74099            ! U/compline/orderlib.U U/modified/Cppsym.U
74100            ! U/modified/d_access.U
74101      Branch: metaconfig/U/perl
74102            ! Checkcc.U d_dlsymun.U gccvers.U
74103      Branch: perl
74104            ! Configure config_h.SH
74105 ____________________________________________________________________________
74106 [  7159] By: jhi                                   on 2000/10/06  13:56:39
74107         Log: Update Changes.
74108      Branch: perl
74109            ! Changes patchlevel.h
74110 ____________________________________________________________________________
74111 [  7158] By: jhi                                   on 2000/10/06  12:48:40
74112         Log: Eliminate $Is_VMS code from the test.
74113              
74114              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
74115              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74116              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
74117              Date:     Thu, 5 Oct 2000 07:46:33 EDT
74118      Branch: perl
74119            ! t/lib/b.t
74120 ____________________________________________________________________________
74121 [  7157] By: jhi                                   on 2000/10/06  12:47:13
74122         Log: Also the $ccflags is needed for the C compiler check.
74123              
74124              Subject: Configure (check for C-compiler)
74125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74126              Date: Fri, 06 Oct 2000 08:47:15 +0200
74127              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
74128      Branch: metaconfig/U/perl
74129            ! Checkcc.U
74130      Branch: perl
74131            ! Configure config_h.SH
74132 ____________________________________________________________________________
74133 [  7156] By: jhi                                   on 2000/10/06  11:45:15
74134         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
74135      Branch: perl
74136            ! perl.c pp_ctl.c sv.h utf8.c
74137 ____________________________________________________________________________
74138 [  7155] By: jhi                                   on 2000/10/06  11:40:41
74139         Log: IO::Handle->syswrite() did not handle length omission
74140              like CORE::syswrite() does.
74141              
74142              Subject: [Fwd] IO::Handle, syswrite and arguments
74143              From: Graham Barr <gbarr@pobox.com>
74144              Date: Fri, 6 Oct 2000 10:22:05 +0100
74145              Message-ID: <20001006102205.U6312@pobox.com>
74146              
74147              The original patch from andrew@ugh.net.au.
74148      Branch: perl
74149            ! ext/IO/lib/IO/Handle.pm
74150 ____________________________________________________________________________
74151 [  7154] By: jhi                                   on 2000/10/06  01:42:15
74152         Log: Tweak #7153.
74153      Branch: perl
74154            ! utf8.h
74155 ____________________________________________________________________________
74156 [  7153] By: jhi                                   on 2000/10/06  00:39:55
74157         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
74158      Branch: perl
74159            ! utf8.h
74160 ____________________________________________________________________________
74161 [  7152] By: jhi                                   on 2000/10/06  00:38:11
74162         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
74163      Branch: perl
74164            ! perl.c pp_ctl.c sv.h utf8.c
74165 ____________________________________________________________________________
74166 [  7151] By: jhi                                   on 2000/10/06  00:36:38
74167         Log: Subject: Re: Questions about Tie::Array and perl modules
74168              From: Nick Ing-Simmons <nik@tiuk.ti.com>
74169              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
74170              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
74171              
74172              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
74173      Branch: perl
74174            ! lib/Tie/Array.pm t/op/array.t
74175 ____________________________________________________________________________
74176 [  7150] By: jhi                                   on 2000/10/05  00:20:45
74177         Log: Regen Changes.
74178      Branch: perl
74179            ! Changes patchlevel.h
74180 ____________________________________________________________________________
74181 [  7149] By: jhi                                   on 2000/10/05  00:20:01
74182         Log: Regen toc.
74183      Branch: perl
74184            ! pod/perltoc.pod
74185 ____________________________________________________________________________
74186 [  7148] By: jhi                                   on 2000/10/04  23:35:08
74187         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
74188              reported several times by Dominic Dunlop, for example in
74189              ID 20000315.008.  Patch from Dominic.  Patch affects at
74190              least MachTen, and possibly other oldish BSDs. Should not
74191              break non-broken platforms (tested on LinuxPPC). 
74192      Branch: perl
74193            ! doio.c
74194 ____________________________________________________________________________
74195 [  7147] By: jhi                                   on 2000/10/04  23:26:34
74196         Log: The one that got away from 7146.
74197      Branch: metaconfig
74198            + U/installdirs/installscripts.U
74199 ____________________________________________________________________________
74200 [  7146] By: jhi                                   on 2000/10/04  23:25:04
74201         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
74202              suggested by H. Merijn Brand.
74203      Branch: perl
74204            ! Configure INSTALL Makefile.SH Porting/Glossary
74205            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
74206            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
74207            ! win32/config.vc
74208 ____________________________________________________________________________
74209 [  7145] By: jhi                                   on 2000/10/04  22:08:21
74210         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
74211              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74212              Date: Wed, 4 Oct 2000 17:37:46 -0400
74213              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
74214      Branch: perl
74215            ! utils/h2xs.PL
74216 ____________________________________________________________________________
74217 [  7144] By: jhi                                   on 2000/10/04  18:11:41
74218         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
74219              From: Jeff Pinyan <jeffp@crusoe.net>
74220              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
74221              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
74222      Branch: perl
74223            ! pod/perlrun.pod
74224 ____________________________________________________________________________
74225 [  7143] By: jhi                                   on 2000/10/04  18:09:58
74226         Log: Subject: perlhack.pod Patch for Externals Tools
74227              From: Fisher Mark <fisherm@tce.com>
74228              Date: Tue, 3 Oct 2000 15:43:27 -0500 
74229              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
74230      Branch: perl
74231            ! pod/perlhack.pod
74232 ____________________________________________________________________________
74233 [  7142] By: jhi                                   on 2000/10/04  18:08:41
74234         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
74235              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74236              Date:     Wed, 4 Oct 2000 12:11:11 EDT
74237              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
74238      Branch: perl
74239            ! vms/vms.c
74240 ____________________________________________________________________________
74241 [  7141] By: jhi                                   on 2000/10/04  12:20:16
74242         Log: Subject: [PATCH 5.7.0] h2xs not working
74243              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74244              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
74245              Date: Tue, 3 Oct 2000 21:43:01 -0400
74246              
74247              Subject: [PATCH 5.7.0] h2xs not documenting the created module
74248              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74249              Date: Tue, 3 Oct 2000 22:55:19 -0400
74250              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
74251      Branch: perl
74252            ! utils/h2xs.PL
74253 ____________________________________________________________________________
74254 [  7140] By: jhi                                   on 2000/10/04  11:53:44
74255         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
74256              From: nick@babyhippo.com
74257              Date: Wed, 4 Oct 2000 12:06:45 +0100
74258              Message-Id: <20001004120645.A7356@babyhippo.com>
74259              
74260              Retract 7118 and 7135.
74261      Branch: perl
74262            ! installman installperl op.c t/pragma/subs.t
74263 ____________________________________________________________________________
74264 [  7139] By: jhi                                   on 2000/10/03  22:09:41
74265         Log: It is possible to have no hosts database at all.  Pointed out in
74266              
74267              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74268              From: Peter Prymmer <pvhp@forte.com>
74269              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74270              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74271      Branch: metaconfig
74272            ! U/modified/myhostname.U
74273      Branch: perl
74274            ! Configure config_h.SH
74275 ____________________________________________________________________________
74276 [  7138] By: jhi                                   on 2000/10/03  21:49:49
74277         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
74278              From: Peter Prymmer <pvhp@forte.com>
74279              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
74280              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
74281      Branch: perl
74282            ! pp_sys.c
74283 ____________________________________________________________________________
74284 [  7137] By: jhi                                   on 2000/10/03  20:10:05
74285         Log: One remaining nit less at the VMS mailbox sizing.
74286      Branch: perl
74287            ! vms/vms.c
74288 ____________________________________________________________________________
74289 [  7136] By: jhi                                   on 2000/10/03  20:08:47
74290         Log: Test harness update to sync with the new perlcc,
74291              from Simon Cozens.
74292      Branch: perl
74293            ! t/TEST t/UTEST
74294 ____________________________________________________________________________
74295 [  7135] By: jhi                                   on 2000/10/03  15:15:42
74296         Log: Subject: Re: PATCH for 20001003.004
74297              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
74298              From: "AARON B. DOSSETT" <aaron@iglou.com>
74299              Message-Id: <E13gTay-0006od-00@iglou.com>
74300      Branch: perl
74301            ! installman installperl
74302 ____________________________________________________________________________
74303 [  7134] By: jhi                                   on 2000/10/03  15:00:34
74304         Log: Subject: [ID 20001003.006] B::Debug not -w clean
74305              From: Nicholas Clark <nick@babyhippo.co.uk>
74306              Date: Tue, 03 Oct 2000 15:46:32 +0100
74307              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
74308      Branch: perl
74309            ! ext/B/B/Debug.pm
74310 ____________________________________________________________________________
74311 [  7133] By: jhi                                   on 2000/10/03  14:58:39
74312         Log: Scale down the VMS message boxes, by Charles Lane.
74313              Fix for ID 20000903.009, workaround at
74314              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
74315      Branch: perl
74316            ! vms/vms.c
74317 ____________________________________________________________________________
74318 [  7132] By: jhi                                   on 2000/10/03  11:20:37
74319         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
74320      Branch: perl
74321            + t/lib/st-lock.t t/lib/st-utf8.t
74322            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
74323            ! ext/Storable/Storable.xs t/lib/st-recurse.t
74324 ____________________________________________________________________________
74325 [  7131] By: jhi                                   on 2000/10/03  03:38:23
74326         Log: Encode nits.
74327      Branch: perl
74328            ! MANIFEST Makefile.SH
74329 ____________________________________________________________________________
74330 [  7130] By: jhi                                   on 2000/10/03  03:31:05
74331         Log: Update Changes.
74332      Branch: perl
74333            ! Changes patchlevel.h
74334 ____________________________________________________________________________
74335 [  7129] By: jhi                                   on 2000/10/03  02:24:02
74336         Log: Misplaced else.
74337      Branch: metaconfig/U/perl
74338            ! d_strtoll.U
74339      Branch: perl
74340            ! Configure config_h.SH
74341 ____________________________________________________________________________
74342 [  7128] By: jhi                                   on 2000/10/03  02:08:29
74343         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
74344              From: sthoenna@efn.org
74345              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
74346              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
74347      Branch: metaconfig/U/perl
74348            ! d_strtoll.U
74349      Branch: perl
74350            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
74351 ____________________________________________________________________________
74352 [  7127] By: jhi                                   on 2000/10/03  01:13:14
74353         Log: Update Changes.
74354      Branch: perl
74355            ! Changes patchlevel.h
74356 ____________________________________________________________________________
74357 [  7126] By: jhi                                   on 2000/10/03  00:57:08
74358         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
74359              as suggested by Olaf Flebbe and Nick Clark.
74360      Branch: perl
74361            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
74362 ____________________________________________________________________________
74363 [  7125] By: jhi                                   on 2000/10/03  00:50:56
74364         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
74365              From: Nick Clark <nick@plum.flirble.org>
74366              Date: Mon, 2 Oct 2000 11:03:24 +0100
74367              Message-Id: <20001002110324.D20073@plum.flirble.org>
74368              
74369              Also fixes bug ID 20001002.005.
74370      Branch: perl
74371            ! t/lib/encode.t
74372 ____________________________________________________________________________
74373 [  7124] By: jhi                                   on 2000/10/03  00:34:59
74374         Log: Subject: [PATCH 5.7.0] Epoc update
74375              From: Olaf Flebbe <o.flebbe@gmx.de>
74376              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
74377              Message-ID: <26423.969484586@www10.gmx.net>
74378      Branch: perl
74379            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
74380            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
74381            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
74382            ! util.c util.h
74383 ____________________________________________________________________________
74384 [  7123] By: jhi                                   on 2000/10/03  00:30:07
74385         Log: Regen headers.
74386      Branch: perl
74387            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
74388 ____________________________________________________________________________
74389 [  7122] By: jhi                                   on 2000/10/03  00:10:48
74390         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
74391      Branch: perl
74392            ! hints/openbsd.sh
74393 ____________________________________________________________________________
74394 [  7121] By: jhi                                   on 2000/10/03  00:05:06
74395         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
74396              From: <abigail@foad.org>
74397              Date: Tue, 26 Sep 2000 13:36:14 -0400
74398              Message-ID: <20000926173614.4356.qmail@foad.org>
74399      Branch: perl
74400            ! pod/perlop.pod
74401 ____________________________________________________________________________
74402 [  7120] By: jhi                                   on 2000/10/03  00:04:00
74403         Log: Inside require() $^S was always left undefined.
74404              
74405              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
74406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74407              Date: Wed, 27 Sep 2000 18:54:49 -0400
74408              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
74409      Branch: perl
74410            ! cop.h mg.c pp_ctl.c util.c
74411 ____________________________________________________________________________
74412 [  7119] By: jhi                                   on 2000/10/03  00:00:16
74413         Log: Subject: [PATCH] DLL not restartabke with threaded perl
74414              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
74415              Date: Thu, 28 Sep 2000 09:20:46 +0100
74416              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
74417      Branch: perl
74418            ! perl.c
74419 ____________________________________________________________________________
74420 [  7118] By: jhi                                   on 2000/10/02  23:59:20
74421         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
74422              From: Nicholas Clark <nick@ccl4.org>
74423              Date: Thu, 28 Sep 2000 11:52:24 +0100
74424              Message-ID: <20000928115224.D7924@plum.flirble.org>
74425      Branch: perl
74426            ! op.c
74427 ____________________________________________________________________________
74428 [  7117] By: jhi                                   on 2000/10/02  23:57:51
74429         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
74430              From: Nicholas Clark <nick@babyhippo.co.uk>
74431              Date: Thu, 28 Sep 2000 12:18:10 +0100
74432              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
74433              
74434              Did not apply cleanly, manual intervention was needed.
74435      Branch: perl
74436            ! ext/B/B/Bytecode.pm utils/perlcc.PL
74437 ____________________________________________________________________________
74438 [  7116] By: jhi                                   on 2000/10/02  23:50:40
74439         Log: Document the issue (is not a syntax error, kind of)
74440              
74441              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
74442              From: Nicholas Clark <nick@ccl4.org>
74443              Date: Thu, 28 Sep 2000 17:12:42 +0100
74444              Message-ID: <20000928171242.K7924@plum.flirble.org>
74445      Branch: perl
74446            ! pod/perldata.pod
74447 ____________________________________________________________________________
74448 [  7115] By: jhi                                   on 2000/10/02  23:48:58
74449         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
74450              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74451              Date: Thu, 28 Sep 2000 21:55:31 -0400
74452              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
74453      Branch: perl
74454            ! regexec.c
74455 ____________________________________________________________________________
74456 [  7114] By: jhi                                   on 2000/10/02  23:47:57
74457         Log: Subject: DOC PATCH 5.6.0
74458              From: mjd@plover.com
74459              Date: 30 Sep 2000 06:02:34 -0000
74460              Message-ID: <20000930060234.4559.qmail@plover.com>
74461      Branch: perl
74462            ! pod/perldebguts.pod
74463 ____________________________________________________________________________
74464 [  7113] By: jhi                                   on 2000/10/02  23:46:43
74465         Log: SOCK_DGRAM and listen() do not mix as reported in
74466              
74467              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
74468              From: Petter Reinholdtsen <pere@hungry.com>
74469              Date: Sun, 1 Oct 2000 10:57:20 +0800
74470              Message-Id: <200010010257.KAA05735@localhost.localdomain>
74471              
74472              The patch for 5.7.0+ had to be reengineered, though.
74473      Branch: perl
74474            ! ext/IO/lib/IO/Socket/UNIX.pm
74475 ____________________________________________________________________________
74476 [  7112] By: jhi                                   on 2000/10/02  23:36:57
74477         Log: Subject: Re: [PATCH 5.005_64 missed]
74478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
74479              Date: Sun, 1 Oct 2000 18:50:10 -0400
74480              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
74481      Branch: perl
74482            ! pod/perlxs.pod
74483 ____________________________________________________________________________
74484 [  7111] By: jhi                                   on 2000/10/02  23:35:40
74485         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
74486              From: Radu Greab <radu@netsoft.ro>
74487              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
74488              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
74489      Branch: perl
74490            ! op.c opcode.pl t/op/substr.t
74491 ____________________________________________________________________________
74492 [  7110] By: jhi                                   on 2000/10/02  23:32:38
74493         Log: Subject: [PATCH] Fix aliasing of tied filehandles
74494              From: Daniel Chetlin <daniel@chetlin.com>
74495              Date: Mon, 2 Oct 2000 14:53:27 -0700
74496              Message-ID: <20001002145327.C1617@ilmd>
74497      Branch: perl
74498            ! perl.h pp_hot.c t/op/tiehandle.t
74499 ____________________________________________________________________________
74500 [  7109] By: jhi                                   on 2000/10/02  23:31:30
74501         Log: s/Robin Parker/Robin Barker/
74502      Branch: perl
74503            ! Changes5.6
74504 ____________________________________________________________________________
74505 [  7108] By: jhi                                   on 2000/10/02  23:15:46
74506         Log: Retract #7091 as suggested in
74507              
74508              From: Robin Barker <rmb1@cise.npl.co.uk> 
74509              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
74510              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
74511              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
74512      Branch: perl
74513            ! embed.pl proto.h
74514 ____________________________________________________________________________
74515 [  7107] By: nick                                  on 2000/10/02  18:23:14
74516         Log: A few tweaks to get Tk803 to work with Encode scheme.
74517      Branch: perl
74518            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
74519 ____________________________________________________________________________
74520 [  7106] By: nick                                  on 2000/10/01  21:34:14
74521         Log: Add checking cases to Encode's toUnicode and fromUnicode.
74522      Branch: perl
74523            ! ext/Encode/Encode.pm
74524 ____________________________________________________________________________
74525 [  7105] By: nick                                  on 2000/10/01  17:18:01
74526         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
74527              To read and use them.
74528              Add a lib/encode.t which checks a few things.
74529      Branch: perl
74530            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
74531            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
74532            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
74533            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
74534            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
74535            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
74536            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
74537            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
74538            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
74539            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
74540            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
74541            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
74542            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
74543            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
74544            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
74545            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
74546            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
74547            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
74548            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
74549            + ext/Encode/Encode/iso2022-jp.enc
74550            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
74551            + ext/Encode/Encode/iso8859-1.enc
74552            + ext/Encode/Encode/iso8859-2.enc
74553            + ext/Encode/Encode/iso8859-3.enc
74554            + ext/Encode/Encode/iso8859-4.enc
74555            + ext/Encode/Encode/iso8859-5.enc
74556            + ext/Encode/Encode/iso8859-6.enc
74557            + ext/Encode/Encode/iso8859-7.enc
74558            + ext/Encode/Encode/iso8859-8.enc
74559            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
74560            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
74561            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
74562            + ext/Encode/Encode/macCentEuro.enc
74563            + ext/Encode/Encode/macCroatian.enc
74564            + ext/Encode/Encode/macCyrillic.enc
74565            + ext/Encode/Encode/macDingbats.enc
74566            + ext/Encode/Encode/macGreek.enc
74567            + ext/Encode/Encode/macIceland.enc
74568            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
74569            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
74570            + ext/Encode/Encode/macTurkish.enc
74571            + ext/Encode/Encode/macUkraine.enc
74572            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
74573            + t/lib/encode.t
74574            ! MANIFEST ext/Encode/Encode.pm
74575 ____________________________________________________________________________
74576 [  7104] By: nick                                  on 2000/09/30  13:04:30
74577         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
74578              From: Daniel Chetlin <daniel@chetlin.com>
74579              Date: Mon, 18 Sep 2000 05:05:40 -0700
74580              Message-Id: <20000918050540.C652@ilmd>
74581      Branch: perl
74582            ! lib/overload.pm sv.c t/pragma/overload.t
74583 ____________________________________________________________________________
74584 [  7103] By: nick                                  on 2000/09/30  12:53:36
74585         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
74586              From: Johan Vromans <jvromans@squirrel.nl>
74587              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
74588              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
74589      Branch: perl
74590            ! pod/Makefile.SH
74591 ____________________________________________________________________________
74592 [  7102] By: nick                                  on 2000/09/30  12:52:31
74593         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
74594              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74595              Date: Sat, 16 Sep 2000 16:36:45 -0400
74596              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
74597      Branch: perl
74598            ! ext/B/B/Deparse.pm
74599 ____________________________________________________________________________
74600 [  7101] By: nick                                  on 2000/09/30  12:51:41
74601         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
74602              From: Craig A. Berry <craig.berry@psinetcs.com>
74603              Date: Sat, 16 Sep 2000 10:11:10 -0500
74604              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
74605      Branch: perl
74606            ! vms/vms.c
74607 ____________________________________________________________________________
74608 [  7100] By: nick                                  on 2000/09/30  12:50:33
74609         Log: Subject: Re: unicode support and perl [ID 20000901.097]
74610              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74611              Date: Fri, 15 Sep 2000 16:37:58 -0400
74612              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
74613      Branch: perl
74614            ! t/op/append.t
74615 ____________________________________________________________________________
74616 [  7099] By: nick                                  on 2000/09/30  12:49:35
74617         Log: Subject: Re: unicode support and perl [ID 20000901.097]
74618              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74619              Date: Fri, 15 Sep 2000 16:25:30 -0400
74620              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
74621      Branch: perl
74622            ! pp_hot.c
74623 ____________________________________________________________________________
74624 [  7098] By: nick                                  on 2000/09/30  12:48:00
74625         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
74626              From: Gisle Aas <gisle@ActiveState.com>
74627              Date: 15 Sep 2000 16:23:41 +0200
74628              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
74629      Branch: perl
74630            ! toke.c
74631 ____________________________________________________________________________
74632 [  7097] By: nick                                  on 2000/09/30  12:45:16
74633         Log: Subject: [PATCH] Nits in perlmod.pod
74634              From: Daniel Chetlin <daniel@chetlin.com>
74635              Date: Fri, 15 Sep 2000 02:04:09 -0700
74636              Message-Id: <20000915020409.A2104@ilmd>
74637      Branch: perl
74638            ! pod/perlmod.pod
74639 ____________________________________________________________________________
74640 [  7096] By: nick                                  on 2000/09/30  12:18:00
74641         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
74642              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
74643              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
74644              0 to checking to get the warning.
74645      Branch: perl
74646            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
74647            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
74648            ! regexec.c sv.c toke.c utf8.c
74649 ____________________________________________________________________________
74650 [  7095] By: nick                                  on 2000/09/15  16:55:59
74651         Log: Multiplicity & ithreads fix for sv.c/Encode.xs
74652              
74653              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
74654              From: Spider Boardman <spider@Orb.Nashua.NH.US>
74655              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
74656              Date: Fri, 15 Sep 2000 06:37:30 -0400
74657      Branch: perl
74658            ! ext/Encode/Encode.xs sv.c
74659 ____________________________________________________________________________
74660 [  7094] By: jhi                                   on 2000/09/15  03:23:32
74661         Log: Update Changes.
74662      Branch: perl
74663            ! Changes patchlevel.h
74664 ____________________________________________________________________________
74665 [  7093] By: jhi                                   on 2000/09/15  03:11:44
74666         Log: Fix for the charnames.t failures from Spider Boardman.
74667      Branch: perl
74668            ! toke.c
74669 ____________________________________________________________________________
74670 [  7092] By: jhi                                   on 2000/09/15  00:15:48
74671         Log: Botched the #7090 check-in.
74672      Branch: perl
74673            ! sv.c
74674 ____________________________________________________________________________
74675 [  7091] By: jhi                                   on 2000/09/14  23:33:24
74676         Log: Part of #7081 didn't come through.
74677      Branch: perl
74678            ! embed.pl proto.h
74679 ____________________________________________________________________________
74680 [  7090] By: jhi                                   on 2000/09/14  23:17:39
74681         Log: Subject: Re: perl@7078 
74682              From: Spider Boardman <spider@web.zk3.dec.com>
74683              Date: Thu, 14 Sep 2000 19:06:36 -0400
74684              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
74685      Branch: perl
74686            ! sv.c toke.c
74687 ____________________________________________________________________________
74688 [  7089] By: jhi                                   on 2000/09/14  23:11:21
74689         Log: Small portability tweaks.
74690      Branch: perl
74691            ! ext/Encode/Encode.xs
74692 ____________________________________________________________________________
74693 [  7088] By: jhi                                   on 2000/09/14  22:57:23
74694         Log: Fake return to pacify picky compilers.
74695      Branch: perl
74696            ! ext/Encode/Encode.xs
74697 ____________________________________________________________________________
74698 [  7087] By: jhi                                   on 2000/09/14  22:53:37
74699         Log: Subject: [PATCH] utf8.c apidoc
74700              From: Simon Cozens <simon@cozens.net>
74701              Date: Thu, 14 Sep 2000 23:46:57 +0100
74702              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
74703      Branch: perl
74704            ! perlapi.c pod/perlapi.pod utf8.c
74705 ____________________________________________________________________________
74706 [  7086] By: jhi                                   on 2000/09/14  22:40:38
74707         Log: We don't need to count the high bit bytes, a boolean is enough. 
74708      Branch: perl
74709            ! sv.c
74710 ____________________________________________________________________________
74711 [  7085] By: jhi                                   on 2000/09/14  21:20:09
74712         Log: Replace #7084 with
74713              
74714              Subject: Re: perl@7078 
74715              From: Spider Boardman <spider@web.zk3.dec.com>
74716              Date: Thu, 14 Sep 2000 17:09:36 -0400
74717              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
74718      Branch: perl
74719            ! sv.c utf8.c
74720 ____________________________________________________________________________
74721 [  7084] By: jhi                                   on 2000/09/14  20:03:34
74722         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
74723              convertible to bytes by checking it doesn't go above 0xc3
74724              
74725              Subject: Re: perl@7078
74726              From: Simon Cozens <simon@cozens.net>
74727              Date: Thu, 14 Sep 2000 20:59:19 +0100
74728              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
74729      Branch: perl
74730            ! utf8.c
74731 ____________________________________________________________________________
74732 [  7083] By: jhi                                   on 2000/09/14  19:38:47
74733         Log: Subject: Re: perl@7078
74734              From: Simon Cozens <simon@cozens.net>
74735              Date: Thu, 14 Sep 2000 20:13:09 +0100
74736              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
74737      Branch: perl
74738            ! t/op/bop.t
74739 ____________________________________________________________________________
74740 [  7082] By: jhi                                   on 2000/09/14  17:50:44
74741         Log: The one that got away.
74742      Branch: perl
74743            ! lib/File/Find.pm
74744 ____________________________________________________________________________
74745 [  7081] By: jhi                                   on 2000/09/14  17:45:35
74746         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
74747              From: Robin Barker <rmb1@cise.npl.co.uk>
74748              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
74749              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
74750      Branch: perl
74751            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
74752            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
74753            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
74754            ! regcomp.c toke.c universal.c
74755 ____________________________________________________________________________
74756 [  7080] By: jhi                                   on 2000/09/14  17:40:35
74757         Log: Problems picked up by AIX cc.
74758              
74759              Subject: Re: perl@7078 (patch included)
74760              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74761              Date: Thu, 14 Sep 2000 18:53:30 +0200
74762              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
74763      Branch: perl
74764            ! ext/Encode/Encode.xs
74765 ____________________________________________________________________________
74766 [  7079] By: jhi                                   on 2000/09/14  17:38:27
74767         Log: Subject: File::Find 5.7.0 POD nits
74768              From: Rich Morin <rdm@cfcl.com>
74769              Date: Wed, 13 Sep 2000 22:03:58 -0700
74770              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
74771      Branch: perl
74772            ! lib/File/Find.pm
74773 ____________________________________________________________________________
74774 [  7078] By: jhi                                   on 2000/09/14  14:58:20
74775         Log: Update Changes.
74776      Branch: perl
74777            ! Changes patchlevel.h
74778 ____________________________________________________________________________
74779 [  7077] By: jhi                                   on 2000/09/14  14:55:54
74780         Log: Compilation warnings and an error.
74781      Branch: perl
74782            ! sv.c
74783 ____________________________________________________________________________
74784 [  7076] By: jhi                                   on 2000/09/14  14:42:56
74785         Log: Fix for a parsing bug, not for the original bug.
74786              
74787              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
74788              From: Spider Boardman <spider@web.zk3.dec.com>
74789              Date: Wed, 13 Sep 2000 17:52:20 -0400
74790              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
74791      Branch: perl
74792            ! regcomp.c
74793 ____________________________________________________________________________
74794 [  7075] By: jhi                                   on 2000/09/14  14:40:40
74795         Log: Batch of UTF-8 patches from Simon Cozens.
74796      Branch: perl
74797            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
74798            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
74799            ! toke.c utf8.c
74800 ____________________________________________________________________________
74801 [  7074] By: jhi                                   on 2000/09/14  14:29:58
74802         Log: Subject: Re: Two advertising clauses need to be removed
74803              From: Russ Allbery <rra@stanford.edu>
74804              Date: 13 Sep 2000 18:50:26 -0700
74805              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
74806      Branch: perl
74807            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
74808 ____________________________________________________________________________
74809 [  7073] By: jhi                                   on 2000/09/14  14:28:20
74810         Log: Subject: [PATCH] de-wall t/README
74811              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74812              Date: Wed, 13 Sep 2000 17:46:55 -0700
74813              Message-ID: <//Bw5gzkge/e092yn@efn.org>
74814      Branch: perl
74815            ! t/README
74816 ____________________________________________________________________________
74817 [  7072] By: jhi                                   on 2000/09/14  14:25:10
74818         Log: Hints optimization.
74819              
74820              Subject: Minor nit
74821              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
74822              Date: Wed, 13 Sep 2000 21:42:07 +0200
74823              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
74824      Branch: perl
74825            ! hints/hpux.sh
74826 ____________________________________________________________________________
74827 [  7071] By: jhi                                   on 2000/09/14  14:23:30
74828         Log: Allow chop() and chomp() to be overridden.
74829              
74830              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
74831              From: "Casey R. Tweten" <crt@kiski.net>
74832              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
74833              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
74834      Branch: perl
74835            ! toke.c
74836 ____________________________________________________________________________
74837 [  7070] By: jhi                                   on 2000/09/14  14:20:36
74838         Log: The return value of setlocale must be copied away.
74839              
74840              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
74841              From: Alan Burlison <Alan.Burlison@uk.sun.com>
74842              Date: Wed, 13 Sep 2000 16:27:37 +0100 
74843              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
74844      Branch: perl
74845            ! util.c
74846 ____________________________________________________________________________
74847 [  7069] By: jhi                                   on 2000/09/14  14:16:27
74848         Log: Remove vestiges of tr//CU.
74849              
74850              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
74851              From: Nick Clark <nick@plum.flirble.org>
74852              Date: Tue, 12 Sep 2000 22:50:14 +0100
74853              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
74854              
74855              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
74856              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
74857              Date: Tue, 12 Sep 2000 21:38:48 -0700
74858              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
74859      Branch: perl
74860            ! op.h pod/perlunicode.pod
74861 ____________________________________________________________________________
74862 [  7068] By: jhi                                   on 2000/09/13  14:18:39
74863         Log: Add the Encode extension.  The code is still largely just skeleton.
74864      Branch: perl
74865            + ext/Encode/Encode.pm ext/Encode/Encode.xs
74866            + ext/Encode/Makefile.PL ext/Encode/Todo
74867            ! MANIFEST Todo-5.6
74868 ____________________________________________________________________________
74869 [  7067] By: jhi                                   on 2000/09/12  17:43:33
74870         Log: Allow for whitespace between "#" and "line" in cpp output.
74871              
74872              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
74873              From: Calle Dybedahl <calle@lysator.liu.se>
74874              Date: 12 Sep 2000 19:38:02 +0200 
74875              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
74876      Branch: perl
74877            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
74878 ____________________________________________________________________________
74879 [  7066] By: gsar                                  on 2000/09/12  17:24:29
74880         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
74881              initialization in all the threads on Windows
74882      Branch: perl
74883            ! win32/win32.c
74884 ____________________________________________________________________________
74885 [  7065] By: jhi                                   on 2000/09/12  15:11:31
74886         Log: Update Changes.
74887      Branch: perl
74888            ! Changes patchlevel.h
74889 ____________________________________________________________________________
74890 [  7064] By: jhi                                   on 2000/09/12  14:54:54
74891         Log: Retract #7062, the pod tests are not ready.
74892      Branch: perl
74893            ! t/TEST t/harness
74894 ____________________________________________________________________________
74895 [  7063] By: jhi                                   on 2000/09/12  14:25:41
74896         Log: The #7054 truncated Configure badly.
74897      Branch: metaconfig/U/perl
74898            ! End.U
74899      Branch: perl
74900            ! Configure config_h.SH
74901 ____________________________________________________________________________
74902 [  7062] By: jhi                                   on 2000/09/12  14:08:32
74903         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
74904              From: sthoenna@efn.org
74905              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
74906              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
74907      Branch: perl
74908            ! t/TEST t/harness
74909 ____________________________________________________________________________
74910 [  7061] By: jhi                                   on 2000/09/12  14:07:18
74911         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
74912              From: sthoenna@efn.org
74913              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
74914              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
74915      Branch: perl
74916            ! pod/perlxs.pod
74917 ____________________________________________________________________________
74918 [  7060] By: jhi                                   on 2000/09/12  14:06:08
74919         Log: Break up the myconfig lines a bit.
74920              
74921              Subject: perlbug/perl -V output format
74922              From: sthoenna@efn.org
74923              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
74924              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
74925      Branch: perl
74926            ! myconfig.SH
74927 ____________________________________________________________________________
74928 [  7059] By: jhi                                   on 2000/09/12  14:05:04
74929         Log: Test for the #7049.
74930              
74931              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
74932              From: andreas.koenig@anima.de (Andreas J. Koenig)
74933              Date: 12 Sep 2000 06:42:01 +0200
74934              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
74935      Branch: perl
74936            ! t/op/my.t
74937 ____________________________________________________________________________
74938 [  7058] By: jhi                                   on 2000/09/12  14:03:05
74939         Log: Subject: [patch: perl@7045] vms updates
74940              From: Peter Prymmer <pvhp@forte.com>
74941              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
74942              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
74943      Branch: perl
74944            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
74945 ____________________________________________________________________________
74946 [  7057] By: jhi                                   on 2000/09/12  14:00:51
74947         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
74948              From: sthoenna@efn.org
74949              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
74950              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
74951      Branch: perl
74952            ! t/op/64bitint.t
74953 ____________________________________________________________________________
74954 [  7056] By: jhi                                   on 2000/09/12  13:58:14
74955         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
74956              From: Jeff Pinyan <jeffp@crusoe.net>
74957              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
74958              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
74959      Branch: perl
74960            ! pod/perlfunc.pod
74961 ____________________________________________________________________________
74962 [  7055] By: jhi                                   on 2000/09/12  13:56:32
74963         Log: Do in VMS as the #7054 does.
74964      Branch: perl
74965            ! configure.com
74966 ____________________________________________________________________________
74967 [  7054] By: jhi                                   on 2000/09/12  13:50:31
74968         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
74969              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
74970              Date: Mon, 11 Sep 2000 08:33:09 +0100
74971              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
74972      Branch: metaconfig/U/perl
74973            ! End.U
74974      Branch: perl
74975            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
74976            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
74977 ____________________________________________________________________________
74978 [  7053] By: jhi                                   on 2000/09/12  13:29:19
74979         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
74980              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
74981              Date:     Tue, 12 Sep 2000 08:35:59 EDT
74982              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
74983      Branch: perl
74984            ! vms/test.com
74985 ____________________________________________________________________________
74986 [  7052] By: jhi                                   on 2000/09/11  23:01:50
74987         Log: Document the SvUTF8*().
74988      Branch: perl
74989            ! pod/perlapi.pod sv.h
74990 ____________________________________________________________________________
74991 [  7051] By: gsar                                  on 2000/09/11  14:46:30
74992         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
74993              (missed a spot when fixing up op_pmreplroot hack for ithreads)
74994      Branch: perl
74995            ! op.c t/op/split.t
74996 ____________________________________________________________________________
74997 [  7050] By: nick                                  on 2000/09/11  10:03:51
74998         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
74999              
75000              Subject: borland C++ win32.c tweak
75001              From: Vadim Konovalov <vkonovalov@lucent.com>
75002              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
75003              Date: Mon, 11 Sep 2000 11:22:33 +0400
75004      Branch: perl
75005            ! win32/win32.c
75006 ____________________________________________________________________________
75007 [  7049] By: nick                                  on 2000/09/11  09:57:33
75008         Log: Point fix for s/// on foreach (keys %xxx).
75009      Branch: perl
75010            ! pp_hot.c
75011 ____________________________________________________________________________
75012 [  7048] By: jhi                                   on 2000/09/10  23:37:09
75013         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
75014              by Pod::Text, from Brad Appleton.
75015      Branch: perl
75016            ! t/pod/testp2pt.pl
75017 ____________________________________________________________________________
75018 [  7047] By: jhi                                   on 2000/09/10  14:32:53
75019         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
75020              by Russ Allbery.
75021      Branch: perl
75022            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
75023 ____________________________________________________________________________
75024 [  7046] By: jhi                                   on 2000/09/10  14:15:08
75025         Log: Upgrade to CPAN 1.57_65, from Andreas König.
75026      Branch: perl
75027            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75028 ____________________________________________________________________________
75029 [  7045] By: jhi                                   on 2000/09/08  21:36:32
75030         Log: Update Changes.
75031      Branch: perl
75032            ! Changes patchlevel.h
75033 ____________________________________________________________________________
75034 [  7044] By: jhi                                   on 2000/09/08  21:29:56
75035         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
75036              From: Peter Prymmer <pvhp@forte.com>
75037              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
75038              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
75039      Branch: perl
75040            ! configure.com
75041 ____________________________________________________________________________
75042 [  7043] By: jhi                                   on 2000/09/08  21:27:50
75043         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
75044              From: Peter Prymmer <pvhp@forte.com>
75045              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
75046              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
75047      Branch: perl
75048            ! Makefile.SH installperl
75049 ____________________________________________________________________________
75050 [  7042] By: jhi                                   on 2000/09/08  21:23:21
75051         Log: Continue #7041.
75052      Branch: perl
75053            ! cygwin/Makefile.SHs os2/Makefile.SHs
75054 ____________________________________________________________________________
75055 [  7041] By: jhi                                   on 2000/09/08  21:18:10
75056         Log: Do away with memory models cruft.  Sorry, PDP users.
75057      Branch: metaconfig
75058            ! U/modified/cc.U U/modified/libpth.U
75059      Branch: perl
75060            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
75061            ! Porting/config_H cflags.SH config_h.SH configure.com
75062            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
75063            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
75064            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
75065 ____________________________________________________________________________
75066 [  7040] By: jhi                                   on 2000/09/08  14:34:18
75067         Log: Major rewrite of s2p.  And I mean really major, it is
75068              an implementation of sed in perl.  If called as s2p it
75069              will function as s2p.  Note: needs non-UNIXifying.
75070              
75071              Subject: s2p
75072              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
75073              Date: Mon, 28 Aug 2000 14:05:12 +0200
75074              Message-ID: <39AA5578.2102E2AA@alcatel.at>
75075      Branch: perl
75076            ! x2p/s2p.PL
75077 ____________________________________________________________________________
75078 [  7039] By: jhi                                   on 2000/09/08  14:19:49
75079         Log: Re-allow vec() for characters > 255.
75080              
75081              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
75082              From: Spider Boardman <spider@web.zk3.dec.com>
75083              Date: Fri, 08 Sep 2000 02:21:02 -0400
75084              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
75085      Branch: perl
75086            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
75087            ! t/op/vec.t
75088 ____________________________________________________________________________
75089 [  7038] By: jhi                                   on 2000/09/08  14:14:18
75090         Log: Subject: [PATCH lib/Benchmark.pm]
75091              From: <abigail@foad.org>
75092              Date: Thu, 7 Sep 2000 15:03:20 -0400
75093              Message-ID: <20000907190320.888.qmail@foad.org>
75094      Branch: perl
75095            ! lib/Benchmark.pm
75096 ____________________________________________________________________________
75097 [  7037] By: jhi                                   on 2000/09/08  14:11:06
75098         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
75099              
75100              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
75101              From: Spider Boardman <spider@web.zk3.dec.com>
75102              Date: Fri, 08 Sep 2000 01:30:27 -0400
75103              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
75104      Branch: perl
75105            ! op.c
75106 ____________________________________________________________________________
75107 [  7036] By: jhi                                   on 2000/09/08  14:08:58
75108         Log: Subject: [ID 20000908.002] perlipc documentation bug.
75109              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
75110              Date: Fri, 08 Sep 2000 12:38:32 +0200
75111              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
75112      Branch: perl
75113            ! pod/perlipc.pod
75114 ____________________________________________________________________________
75115 [  7035] By: jhi                                   on 2000/09/08  14:03:12
75116         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75117              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
75118              Date: Fri, 08 Sep 2000 11:47:34 +0200
75119              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
75120      Branch: perl
75121            ! hints/dec_osf.sh
75122 ____________________________________________________________________________
75123 [  7034] By: jhi                                   on 2000/09/08  13:59:35
75124         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
75125              From: Simon Cozens <simon@cozens.net>
75126              Date: Thu, 7 Sep 2000 20:40:38 +0100
75127              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
75128      Branch: perl
75129            ! pp_hot.c
75130 ____________________________________________________________________________
75131 [  7033] By: jhi                                   on 2000/09/08  04:03:03
75132         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
75133              From: "Larry W. Virden" <lvirden@cas.org>
75134              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
75135              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
75136      Branch: perl
75137            ! pod/perldiag.pod
75138 ____________________________________________________________________________
75139 [  7032] By: jhi                                   on 2000/09/07  22:18:30
75140         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
75141              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
75142              Date: Mon, 04 Sep 2000 13:16:38 -0700
75143              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
75144      Branch: perl
75145            ! lib/perl5db.pl
75146 ____________________________________________________________________________
75147 [  7031] By: jhi                                   on 2000/09/07  22:02:29
75148         Log: Fix the ccversion detection for 5.1 and beyond.
75149              
75150              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
75151              From: Spider Boardman <spider@leggy.zk3.dec.com>
75152              Date: Thu, 7 Sep 2000 17:54:27 -0400
75153              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
75154      Branch: perl
75155            ! hints/dec_osf.sh
75156 ____________________________________________________________________________
75157 [  7030] By: jhi                                   on 2000/09/07  19:12:28
75158         Log: Fix for
75159              
75160              Subject: [ID 20000903.001] \w in utf8-strings
75161              From: Marc Lehmann <pcg@goof.com>
75162              Date: Sun, 03 Sep 2000 09:44:29 +0200
75163              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
75164              
75165              and various related nits.
75166      Branch: perl
75167            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
75168 ____________________________________________________________________________
75169 [  7029] By: jhi                                   on 2000/09/07  18:49:09
75170         Log: Fix the URL, but the server is still missing in action.
75171              
75172              Subject: [ID 20000905.002] perlfaq1.pod URL error
75173              From: "Larry W. Virden" <lvirden@cas.org>
75174              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
75175              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
75176      Branch: perl
75177            ! pod/perlfaq1.pod
75178 ____________________________________________________________________________
75179 [  7028] By: jhi                                   on 2000/09/07  18:47:13
75180         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
75181              From: Hugo <hv@crypt.compulink.co.uk>
75182              Date: Tue, 05 Sep 2000 14:13:37 +0100
75183              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
75184      Branch: perl
75185            ! toke.c
75186 ____________________________________________________________________________
75187 [  7027] By: jhi                                   on 2000/09/07  18:45:35
75188         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
75189              From: Daniel Chetlin <daniel@chetlin.com>
75190              Date: Tue, 5 Sep 2000 04:57:07 -0700
75191              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
75192      Branch: perl
75193            ! pod/perlfaq6.pod pod/perlop.pod
75194 ____________________________________________________________________________
75195 [  7026] By: jhi                                   on 2000/09/07  18:44:01
75196         Log: Document the new ref() semantics.
75197              
75198              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75199              From: Gisle Aas <gisle@ActiveState.com>
75200              Date: 05 Sep 2000 08:10:30 +0200
75201              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
75202      Branch: perl
75203            ! pod/perldelta.pod
75204 ____________________________________________________________________________
75205 [  7025] By: jhi                                   on 2000/09/07  18:42:27
75206         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
75207              
75208              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
75209              From: Gisle Aas <gisle@ActiveState.com>
75210              Date: 05 Sep 2000 08:11:40 +0200
75211              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
75212      Branch: perl
75213            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
75214 ____________________________________________________________________________
75215 [  7024] By: jhi                                   on 2000/09/07  18:39:32
75216         Log: Subject: [PATCH] Modernize Opcode.pm documentation
75217              From: Gisle Aas <gisle@ActiveState.com>
75218              Date: 4 Sep 2000 00:18:55 -0000
75219              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
75220      Branch: perl
75221            ! ext/Opcode/Opcode.pm
75222 ____________________________________________________________________________
75223 [  7023] By: jhi                                   on 2000/09/07  18:37:42
75224         Log: Subject: [PATCH] Tied filehandle documentation
75225              From: Gisle Aas <gisle@ActiveState.com>
75226              Date: 4 Sep 2000 00:14:40 -0000
75227              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
75228      Branch: perl
75229            ! pod/perlfunc.pod pod/perltie.pod
75230 ____________________________________________________________________________
75231 [  7022] By: jhi                                   on 2000/09/07  18:35:37
75232         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
75233              From: Gisle Aas <gisle@ActiveState.com>
75234              Date: 4 Sep 2000 00:04:22 -0000
75235              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
75236      Branch: perl
75237            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
75238 ____________________________________________________________________________
75239 [  7021] By: jhi                                   on 2000/09/07  18:33:22
75240         Log: Subject: small apidoc fix
75241              From: Marc Lehmann <pcg@goof.com>
75242              Date: Sun, 3 Sep 2000 05:12:06 +0200
75243              Message-ID: <20000903051206.A5909@cerebro.laendle>
75244      Branch: perl
75245            ! pod/perlapi.pod utf8.c
75246 ____________________________________________________________________________
75247 [  7020] By: jhi                                   on 2000/09/07  16:14:57
75248         Log: Tiny perldelta nits.
75249      Branch: perl
75250            ! pod/perldelta.pod
75251 ____________________________________________________________________________
75252 [  7019] By: jhi                                   on 2000/09/07  16:04:20
75253         Log: Guard against bad string->int conversion for quads.
75254      Branch: perl
75255            ! t/op/64bitint.t
75256 ____________________________________________________________________________
75257 [  7018] By: jhi                                   on 2000/09/06  17:07:03
75258         Log: Update Unicode todo list.
75259      Branch: perl
75260            ! Todo-5.6
75261 ____________________________________________________________________________
75262 [  7017] By: jhi                                   on 2000/09/05  21:16:01
75263         Log: Document the SvIOK_.*UV().
75264      Branch: perl
75265            ! pod/perlapi.pod sv.h
75266 ____________________________________________________________________________
75267 [  7016] By: nick                                  on 2000/09/03  21:54:46
75268         Log: Hash lookup of constant strings optimization:
75269              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
75270              to string table (as per sharepvn). Add newSV_pvn_share to create such
75271              a thing. Make hv.c compare addresses of strings and skip string compare
75272              if equal. Make method_named and helem ops use these shared-string SVs
75273              when arg is constant. Make keys op return shared-string SVs (less clearly
75274              a win).
75275      Branch: perl
75276            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
75277            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
75278            ! pod/perlintern.pod pp_hot.c proto.h sv.c
75279 ____________________________________________________________________________
75280 [  7015] By: jhi                                   on 2000/09/02  17:48:59
75281         Log: This is 5.7.0.
75282      Branch: perl
75283            ! Changes
75284 ____________________________________________________________________________
75285 [  7014] By: jhi                                   on 2000/09/02  17:35:45
75286         Log: Changes and patchlevel tweaks.
75287      Branch: perl
75288            ! Changes patchlevel.h
75289 ____________________________________________________________________________
75290 [  7013] By: jhi                                   on 2000/09/02  17:30:50
75291         Log: Update Changes.
75292      Branch: perl
75293            ! Changes patchlevel.h
75294 ____________________________________________________________________________
75295 [  7012] By: nick                                  on 2000/09/02  17:25:20
75296         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
75297      Branch: perl
75298            ! gv.c lib/overload.pm
75299 ____________________________________________________________________________
75300 [  7011] By: jhi                                   on 2000/09/02  17:16:25
75301         Log: Update perlhist.
75302      Branch: perl
75303            ! pod/perlhist.pod
75304 ____________________________________________________________________________
75305 [  7010] By: jhi                                   on 2000/09/02  17:01:35
75306         Log: perldelta nits.
75307      Branch: perl
75308            ! pod/perldelta.pod
75309 ____________________________________________________________________________
75310 [  7009] By: nick                                  on 2000/09/02  16:48:35
75311         Log: If overloaded %{} etc. return the object do not loop.
75312              Thus  sub deref { $_[0] } functions if object is wanted type.
75313      Branch: perl
75314            ! pp.h
75315 ____________________________________________________________________________
75316 [  7008] By: jhi                                   on 2000/09/02  16:26:11
75317         Log: Retab MANIFEST.
75318      Branch: perl
75319            ! ext/Storable/MANIFEST
75320 ____________________________________________________________________________
75321 [  7007] By: jhi                                   on 2000/09/02  16:23:02
75322         Log: Make certain cc is set before trying to run it.
75323      Branch: perl
75324            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
75325 ____________________________________________________________________________
75326 [  7006] By: jhi                                   on 2000/09/02  15:45:41
75327         Log: Unicode notes.
75328      Branch: perl
75329            ! pod/perldelta.pod
75330 ____________________________________________________________________________
75331 [  7005] By: jhi                                   on 2000/09/02  15:42:11
75332         Log: Various Configure nits by Philip Newton,
75333              plus the ebcdic one by me.
75334      Branch: metaconfig
75335            + U/modified/pager.U
75336            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
75337      Branch: metaconfig/U/perl
75338            ! Devel.U quadfio.U
75339      Branch: perl
75340            ! Configure config_h.SH
75341 ____________________________________________________________________________
75342 [  7004] By: jhi                                   on 2000/09/02  15:06:14
75343         Log: Apparently avoiding the swapping is too costly.
75344              
75345              From: "Ben Tilly" <ben_tilly@hotmail.com>
75346              Subject: Re: the door is closed.
75347              Date: Fri, 01 Sep 2000 20:23:16 EDT
75348              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
75349      Branch: perl
75350            ! pod/perlfaq4.pod
75351 ____________________________________________________________________________
75352 [  7003] By: nick                                  on 2000/09/02  12:26:04
75353         Log: Undo part of change 6489 which looks like a bulk edit which
75354              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
75355              The supressing of main:: on return from select() is undesirable.
75356      Branch: perl
75357            ! pp_sys.c
75358 ____________________________________________________________________________
75359 [  7002] By: jhi                                   on 2000/09/01  23:08:54
75360         Log: Update Changes.
75361      Branch: perl
75362            ! Changes patchlevel.h
75363 ____________________________________________________________________________
75364 [  7001] By: jhi                                   on 2000/09/01  23:00:13
75365         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
75366              From: Peter Prymmer <pvhp@forte.com>
75367              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
75368              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
75369              
75370              plus rework the http: spots as suggested by Tom Christiansen,
75371              plus regen perltoc.
75372      Branch: perl
75373            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
75374            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
75375 ____________________________________________________________________________
75376 [  7000] By: jhi                                   on 2000/09/01  22:36:01
75377         Log: Only the first line, thank you very much.
75378      Branch: perl
75379            ! hints/solaris_2.sh
75380 ____________________________________________________________________________
75381 [  6999] By: gsar                                  on 2000/09/01  22:16:40
75382         Log: change#6791 accidentally clobbered change#6710, put it back
75383      Branch: perl
75384            ! win32/win32.c
75385 ____________________________________________________________________________
75386 [  6998] By: jhi                                   on 2000/09/01  22:14:16
75387         Log: Mention the HP-UX LP64 freak failure.
75388      Branch: perl
75389            ! pod/perldelta.pod
75390 ____________________________________________________________________________
75391 [  6997] By: jhi                                   on 2000/09/01  21:48:32
75392         Log: Detypo.
75393      Branch: perl
75394            ! hints/hpux.sh
75395 ____________________________________________________________________________
75396 [  6996] By: jhi                                   on 2000/09/01  21:27:10
75397         Log: Update Changes.
75398      Branch: perl
75399            ! Changes patchlevel.h
75400 ____________________________________________________________________________
75401 [  6995] By: jhi                                   on 2000/09/01  21:14:24
75402         Log: Mi splgn s gnin.g
75403      Branch: perl
75404            ! pp_ctl.c
75405 ____________________________________________________________________________
75406 [  6994] By: jhi                                   on 2000/09/01  21:09:54
75407         Log: Subject: http:// in L<>
75408              From: Nicholas Clark <nick@ccl4.org>
75409              Date: Fri, 1 Sep 2000 22:03:21 +0100
75410              Message-ID: <20000901220321.B72074@plum.flirble.org>
75411      Branch: perl
75412            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
75413 ____________________________________________________________________________
75414 [  6993] By: jhi                                   on 2000/09/01  21:06:54
75415         Log: Update to Storable 1.0, from Raphael Manfredi.
75416      Branch: perl
75417            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
75418            ! ext/Storable/Makefile.PL ext/Storable/README
75419            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
75420            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
75421            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
75422            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
75423            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
75424            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
75425 ____________________________________________________________________________
75426 [  6992] By: jhi                                   on 2000/09/01  20:43:05
75427         Log: Mention known sfio+linux buglet.
75428      Branch: perl
75429            ! pod/perldelta.pod
75430 ____________________________________________________________________________
75431 [  6991] By: jhi                                   on 2000/09/01  20:40:11
75432         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
75433              From: Peter Prymmer <pvhp@forte.com>
75434              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
75435              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
75436      Branch: perl
75437            ! vms/vms.c
75438 ____________________________________________________________________________
75439 [  6990] By: jhi                                   on 2000/09/01  20:25:26
75440         Log: Retract #6986.
75441      Branch: perl
75442            ! hints/solaris_2.sh
75443 ____________________________________________________________________________
75444 [  6989] By: jhi                                   on 2000/09/01  20:23:00
75445         Log: Mergesort is back.
75446      Branch: perl
75447            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
75448 ____________________________________________________________________________
75449 [  6988] By: jhi                                   on 2000/09/01  19:37:40
75450         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
75451              From: Mike Guy <mjtg@cam.ac.uk>
75452              Date: Fri, 01 Sep 2000 17:43:33 +0100
75453              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
75454      Branch: perl
75455            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
75456            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
75457 ____________________________________________________________________________
75458 [  6987] By: jhi                                   on 2000/09/01  19:17:10
75459         Log: Regen perltoc.
75460      Branch: perl
75461            ! pod/perltoc.pod
75462 ____________________________________________________________________________
75463 [  6986] By: jhi                                   on 2000/09/01  18:51:10
75464         Log: Subject: Re: Solaris x86 has no SPARC libraries!
75465              From: Lupe Christoph <lupe@lupe-christoph.de>
75466              Date: Fri, 1 Sep 2000 20:41:20 +0200
75467              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
75468      Branch: perl
75469            ! hints/solaris_2.sh
75470 ____________________________________________________________________________
75471 [  6985] By: jhi                                   on 2000/09/01  18:28:10
75472         Log: Update Changes.
75473      Branch: perl
75474            ! Changes patchlevel.h
75475 ____________________________________________________________________________
75476 [  6984] By: jhi                                   on 2000/09/01  18:26:53
75477         Log: Feature ordering tweak.
75478      Branch: perl
75479            ! myconfig.SH
75480 ____________________________________________________________________________
75481 [  6983] By: jhi                                   on 2000/09/01  18:19:50
75482         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75483              From: <abigail@foad.org>
75484              Date: Fri, 1 Sep 2000 13:07:32 -0400
75485              Message-ID: <20000901170732.18249.qmail@foad.org>
75486      Branch: perl
75487            ! t/pragma/overload.t
75488 ____________________________________________________________________________
75489 [  6982] By: jhi                                   on 2000/09/01  18:17:54
75490         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
75491              so that case-ignoring systems like DCL can tell them from
75492              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
75493      Branch: metaconfig/U/perl
75494            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
75495      Branch: perl
75496            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
75497            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
75498            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
75499            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
75500            ! vos/config.def vos/config.h vos/config_h.SH_orig
75501            ! win32/config.bc win32/config.gc win32/config.vc
75502 ____________________________________________________________________________
75503 [  6981] By: nick                                  on 2000/09/01  17:21:57
75504         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
75505              warning when UNTIE exists and instead pass the count of extra references to
75506              the UNTIE method.
75507      Branch: perl
75508            ! pod/perltie.pod pp_sys.c
75509 ____________________________________________________________________________
75510 [  6980] By: jhi                                   on 2000/09/01  16:54:44
75511         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
75512              From: Peter Prymmer <pvhp@forte.com>
75513              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
75514              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
75515      Branch: perl
75516            ! configure.com
75517 ____________________________________________________________________________
75518 [  6979] By: jhi                                   on 2000/09/01  16:06:20
75519         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
75520              From: Mike Guy <mjtg@cam.ac.uk> 
75521              Date: Fri, 01 Sep 2000 16:49:27 +0100
75522              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
75523      Branch: perl
75524            ! t/base/rs.t
75525 ____________________________________________________________________________
75526 [  6978] By: jhi                                   on 2000/09/01  16:00:42
75527         Log: Update to PodParser 1.18, from Brad Appleton.
75528      Branch: perl
75529            ! lib/Pod/Checker.pm t/pod/find.t
75530 ____________________________________________________________________________
75531 [  6977] By: jhi                                   on 2000/09/01  14:48:58
75532         Log: Subject: Nit in Configure (bleadperl@6961)
75533              From: Lupe Christoph <lupe@lupe-christoph.de>
75534              Date: Fri, 1 Sep 2000 16:34:29 +0200
75535              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
75536      Branch: metaconfig
75537            ! U/compline/ccflags.U
75538      Branch: perl
75539            ! Configure config_h.SH
75540 ____________________________________________________________________________
75541 [  6976] By: jhi                                   on 2000/09/01  14:39:52
75542         Log: Update Changes.
75543      Branch: perl
75544            ! Changes patchlevel.h
75545 ____________________________________________________________________________
75546 [  6975] By: jhi                                   on 2000/09/01  14:37:36
75547         Log: microperl config update.
75548      Branch: perl
75549            ! uconfig.h uconfig.sh
75550 ____________________________________________________________________________
75551 [  6974] By: jhi                                   on 2000/09/01  14:36:53
75552         Log: Document known deficiencies.
75553      Branch: perl
75554            ! pod/perldelta.pod
75555 ____________________________________________________________________________
75556 [  6973] By: jhi                                   on 2000/09/01  14:10:20
75557         Log: Mention warnings fixes and updates.
75558      Branch: perl
75559            ! pod/perldelta.pod
75560 ____________________________________________________________________________
75561 [  6972] By: jhi                                   on 2000/09/01  14:01:52
75562         Log: Drop unused argument.
75563              
75564              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
75565              From: Spider Boardman <spider@web.zk3.dec.com>
75566              Date: Thu, 31 Aug 2000 16:10:15 -0400
75567              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
75568      Branch: perl
75569            ! toke.c
75570 ____________________________________________________________________________
75571 [  6971] By: jhi                                   on 2000/09/01  13:59:24
75572         Log: Add the overload warnings to perldiag.
75573      Branch: perl
75574            ! lib/overload.pm pod/perldiag.pod
75575 ____________________________________________________________________________
75576 [  6970] By: jhi                                   on 2000/09/01  13:55:10
75577         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75578              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
75579              Date: Fri, 1 Sep 2000 13:43:15 +0100 
75580              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
75581      Branch: perl
75582            ! lib/overload.pm t/pragma/overload.t
75583 ____________________________________________________________________________
75584 [  6969] By: jhi                                   on 2000/09/01  13:52:27
75585         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
75586              From: <abigail@foad.org>
75587              Date: Fri, 1 Sep 2000 05:46:54 -0400
75588              Message-ID: <20000901094654.6476.qmail@foad.org>
75589      Branch: perl
75590            ! lib/overload.pm
75591 ____________________________________________________________________________
75592 [  6968] By: jhi                                   on 2000/09/01  13:50:05
75593         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
75594              From: Daniel Chetlin <daniel@chetlin.com>
75595              Date: Fri, 1 Sep 2000 02:10:55 -0700
75596              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
75597      Branch: perl
75598            ! pod/perlretut.pod
75599 ____________________________________________________________________________
75600 [  6967] By: jhi                                   on 2000/09/01  13:47:54
75601         Log: Part of the solution.
75602              
75603              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
75604              From: Mike Guy <mjtg@cam.ac.uk>
75605              Date: Fri, 01 Sep 2000 14:16:01 +0100
75606              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
75607      Branch: perl
75608            ! gv.c mg.c
75609 ____________________________________________________________________________
75610 [  6966] By: jhi                                   on 2000/09/01  13:46:17
75611         Log: Subject: CPAN.pm beta 1.57_57 for the core
75612              From: andreas.koenig@anima.de (Andreas J. Koenig)
75613              Date: 01 Sep 2000 15:16:31 +0200
75614              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
75615      Branch: perl
75616            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
75617 ____________________________________________________________________________
75618 [  6965] By: jhi                                   on 2000/09/01  13:43:18
75619         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
75620              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75621              Date: Fri, 01 Sep 2000 01:47:22 -0500
75622              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
75623      Branch: perl
75624            ! pod/perldelta.pod vms/vms.c
75625 ____________________________________________________________________________
75626 [  6964] By: jhi                                   on 2000/09/01  13:35:35
75627         Log: File::Temp patches from Andreas König,
75628              
75629              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
75630              From: andreas.koenig@anima.de (Andreas J. Koenig)
75631              Date: 01 Sep 2000 10:07:20 +0200
75632              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
75633              
75634              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
75635              From: andreas.koenig@anima.de (Andreas J. Koenig)
75636              Date: 31 Aug 2000 23:26:08 +0200
75637              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
75638      Branch: perl
75639            ! lib/File/Temp.pm t/lib/ftmp-security.t
75640 ____________________________________________________________________________
75641 [  6963] By: jhi                                   on 2000/09/01  02:22:24
75642         Log: Retract the mergesort code, way too incompatible licensing
75643              and copyrights.
75644      Branch: perl
75645            ! pod/perldelta.pod pp_ctl.c
75646 ____________________________________________________________________________
75647 [  6962] By: jhi                                   on 2000/08/31  23:27:32
75648         Log: Update Changes.
75649      Branch: perl
75650            ! Changes patchlevel.h
75651 ____________________________________________________________________________
75652 [  6961] By: jhi                                   on 2000/08/31  23:20:04
75653         Log: Small tweaks all over.
75654      Branch: metaconfig
75655            ! U/compline/d_gconvert.U
75656      Branch: perl
75657            ! AUTHORS Configure config_h.SH pp_ctl.c
75658 ____________________________________________________________________________
75659 [  6960] By: jhi                                   on 2000/08/31  22:39:36
75660         Log: Further rewording.
75661      Branch: perl
75662            ! pp_ctl.c
75663 ____________________________________________________________________________
75664 [  6959] By: jhi                                   on 2000/08/31  21:26:44
75665         Log: More address tweaking.
75666      Branch: perl
75667            ! AUTHORS Changes
75668 ____________________________________________________________________________
75669 [  6958] By: jhi                                   on 2000/08/31  20:47:25
75670         Log: AUTHORS tweaks, from Peter Prymmer.
75671              
75672              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
75673              From: Peter Prymmer <pvhp@forte.com>
75674              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
75675              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
75676      Branch: perl
75677            ! AUTHORS MAINTAIN
75678 ____________________________________________________________________________
75679 [  6957] By: jhi                                   on 2000/08/31  20:34:43
75680         Log: perldelta tweaks.
75681      Branch: perl
75682            ! pod/perldelta.pod
75683 ____________________________________________________________________________
75684 [  6956] By: jhi                                   on 2000/08/31  19:11:06
75685         Log: Regen perltoc.
75686      Branch: perl
75687            ! pod/perltoc.pod
75688 ____________________________________________________________________________
75689 [  6955] By: jhi                                   on 2000/08/31  19:06:30
75690         Log: Clarify the mergesort situation.
75691      Branch: perl
75692            ! pp_ctl.c
75693 ____________________________________________________________________________
75694 [  6954] By: jhi                                   on 2000/08/31  18:24:17
75695         Log: Move the Solaris 7 scan to use64bitall, make the
75696              failure to find 64-bot sparc libc to mention the
75697              possibility of being in an intel, from Lupe and Alan.
75698      Branch: perl
75699            ! hints/solaris_2.sh
75700 ____________________________________________________________________________
75701 [  6953] By: jhi                                   on 2000/08/31  18:09:20
75702         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
75703              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
75704      Branch: metaconfig
75705            ! U/compline/d_gconvert.U U/threads/archname.U
75706      Branch: metaconfig/U/perl
75707            ! perlxv.U
75708      Branch: perl
75709            ! Configure config_h.SH sv.c
75710 ____________________________________________________________________________
75711 [  6952] By: jhi                                   on 2000/08/31  17:42:24
75712         Log: :: not allowed in pathnames, change to .
75713              
75714              Subject: [PATCH perl@6938] cygwin port
75715              From: "Fifer, Eric" <EFifer@sanwaint.com>
75716              Date: Thu, 31 Aug 2000 16:32:59 +0100
75717              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
75718      Branch: metaconfig/U/perl
75719            ! perlxv.U
75720 ____________________________________________________________________________
75721 [  6951] By: jhi                                   on 2000/08/31  17:02:05
75722         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
75723      Branch: perl
75724            ! perl.h
75725 ____________________________________________________________________________
75726 [  6950] By: jhi                                   on 2000/08/31  16:26:08
75727         Log: More author updates.
75728              
75729              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
75730              From: Simon Cozens <simon@cozens.net>
75731              Date: Thu, 31 Aug 2000 17:13:32 +0100
75732              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
75733      Branch: perl
75734            ! AUTHORS
75735 ____________________________________________________________________________
75736 [  6949] By: jhi                                   on 2000/08/31  16:04:49
75737         Log: POSIX doesn't report long double values under -Duselongdouble
75738              when the long doubles are "real" (bigger than doubles).
75739              
75740              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
75741              From: Spider Boardman <spider@peano.zk3.dec.com>
75742              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
75743              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
75744      Branch: perl
75745            ! ext/POSIX/POSIX.xs
75746 ____________________________________________________________________________
75747 [  6948] By: jhi                                   on 2000/08/31  15:25:10
75748         Log: Update Changes.
75749      Branch: perl
75750            ! Changes patchlevel.h
75751 ____________________________________________________________________________
75752 [  6947] By: jhi                                   on 2000/08/31  15:22:29
75753         Log: Document UNTIE in a very minimalistic way.
75754      Branch: perl
75755            ! pod/perlfunc.pod pod/perltie.pod
75756 ____________________________________________________________________________
75757 [  6946] By: jhi                                   on 2000/08/31  15:15:23
75758         Log: Document known failures.
75759      Branch: perl
75760            ! pod/perldelta.pod
75761 ____________________________________________________________________________
75762 [  6945] By: jhi                                   on 2000/08/31  15:07:00
75763         Log: Don't attach -ld to the archname if pointless.
75764      Branch: metaconfig
75765            ! U/threads/archname.U
75766      Branch: perl
75767            ! Configure config_h.SH
75768 ____________________________________________________________________________
75769 [  6944] By: jhi                                   on 2000/08/31  14:37:42
75770         Log: Wrap the test in eval.
75771              
75772              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
75773              From: Tim Jenness <timj@jach.hawaii.edu>
75774              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
75775              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
75776      Branch: perl
75777            ! t/lib/ftmp-security.t
75778 ____________________________________________________________________________
75779 [  6943] By: jhi                                   on 2000/08/31  14:30:57
75780         Log: Make -Dusemorebits find long doubles in Solaris.
75781      Branch: perl
75782            ! hints/solaris_2.sh
75783 ____________________________________________________________________________
75784 [  6942] By: jhi                                   on 2000/08/31  13:48:45
75785         Log: Clarify the third case of ftmp-security warnings.
75786      Branch: perl
75787            ! INSTALL
75788 ____________________________________________________________________________
75789 [  6941] By: jhi                                   on 2000/08/31  13:40:31
75790         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
75791              From: <abigail@foad.org>
75792              Date: Thu, 31 Aug 2000 01:35:05 -0400
75793              Message-ID: <20000831053505.32120.qmail@foad.org>
75794      Branch: perl
75795            ! pod/perldelta.pod
75796 ____________________________________________________________________________
75797 [  6940] By: jhi                                   on 2000/08/31  13:38:48
75798         Log: Issue useful diagnostic on unknown pod commands.
75799              
75800              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
75801              From: <abigail@foad.org>
75802              Date: Thu, 31 Aug 2000 03:41:18 -0400
75803              Message-ID: <20000831074118.24880.qmail@foad.org>
75804      Branch: perl
75805            ! lib/Pod/Man.pm
75806 ____________________________________________________________________________
75807 [  6939] By: jhi                                   on 2000/08/31  13:34:33
75808         Log: Reveal Borland's isnan.
75809              
75810              Subject: build with BC++ tweak
75811              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
75812              Date: Thu, 31 Aug 2000 13:09:37 +0400
75813              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
75814      Branch: perl
75815            ! win32/win32.h
75816 ____________________________________________________________________________
75817 [  6938] By: jhi                                   on 2000/08/31  05:01:20
75818         Log: Update Changes.
75819      Branch: perl
75820            ! Changes patchlevel.h
75821 ____________________________________________________________________________
75822 [  6937] By: jhi                                   on 2000/08/31  04:26:23
75823         Log: sscanf() may be the only way to read long doubles from strings.
75824      Branch: metaconfig/U/perl
75825            ! longdblfio.U
75826      Branch: perl
75827            ! Configure config_h.SH perl.h util.c
75828 ____________________________________________________________________________
75829 [  6936] By: jhi                                   on 2000/08/31  04:18:19
75830         Log: The #6929 was too skimpy.
75831      Branch: perl
75832            ! sv.c
75833 ____________________________________________________________________________
75834 [  6935] By: jhi                                   on 2000/08/31  02:47:07
75835         Log: Subject: Re: typos in pods
75836              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75837              Date: Wed, 30 Aug 2000 19:25:34 -0700
75838              Message-ID: <eIcr5gzkg25X092yn@efn.org>
75839      Branch: perl
75840            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
75841 ____________________________________________________________________________
75842 [  6934] By: jhi                                   on 2000/08/31  02:42:55
75843         Log: Missed one Unicode file.
75844      Branch: perl
75845            + lib/unicode/UCDFF301.html
75846 ____________________________________________________________________________
75847 [  6933] By: jhi                                   on 2000/08/30  23:42:27
75848         Log: Update Changes.
75849      Branch: perl
75850            ! Changes patchlevel.h
75851 ____________________________________________________________________________
75852 [  6932] By: jhi                                   on 2000/08/30  23:40:07
75853         Log: Mention UNTIE in perldelta.  Still needs documenting
75854              in perltie et alia.
75855      Branch: perl
75856            ! pod/perldelta.pod
75857 ____________________________________________________________________________
75858 [  6931] By: jhi                                   on 2000/08/30  23:36:02
75859         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
75860              From: <abigail@foad.org>
75861              Date: Wed, 30 Aug 2000 19:28:07 -0400
75862              Message-ID: <20000830232807.305.qmail@foad.org>
75863      Branch: perl
75864            ! pod/perldelta.pod
75865 ____________________________________________________________________________
75866 [  6930] By: jhi                                   on 2000/08/30  23:32:40
75867         Log: Update to Unicode 3.0.1.
75868      Branch: perl
75869            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
75870            + lib/unicode/PropList.txt lib/unicode/README.perl
75871            + lib/unicode/UCD301.html lib/unicode/Unicode.301
75872            - lib/unicode/Props.txt lib/unicode/UCD300.html
75873            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
75874            ! (edit 257 files)
75875 ____________________________________________________________________________
75876 [  6929] By: jhi                                   on 2000/08/30  22:38:18
75877         Log: Heap decorruption.
75878              
75879              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
75880              From: Alan Burlison <Alan.Burlison@uk.sun.com>
75881              Date: Wed, 30 Aug 2000 22:39:52 +0100
75882              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
75883      Branch: perl
75884            ! sv.c
75885 ____________________________________________________________________________
75886 [  6928] By: jhi                                   on 2000/08/30  22:29:34
75887         Log: Retract the dummy test, skip the security tests (instead of failing),
75888              explain what the warnings mean.
75889      Branch: perl
75890            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
75891 ____________________________________________________________________________
75892 [  6927] By: jhi                                   on 2000/08/30  22:14:13
75893         Log: Change the internal implementation of sort() to be mergesort
75894              instead of quicksort, from John Linderman <jpl@research.att.com>.
75895              Gives us better worst case, better average case, and stability.
75896              What's there not to like?  (Small fixes for threaded builds
75897              were required).
75898      Branch: perl
75899            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
75900 ____________________________________________________________________________
75901 [  6926] By: jhi                                   on 2000/08/30  20:55:20
75902         Log: A better fix for the Socket building problem from Craig Berry.
75903      Branch: perl
75904            ! vms/vms.c
75905 ____________________________________________________________________________
75906 [  6925] By: jhi                                   on 2000/08/30  20:20:25
75907         Log: Subject: [PATCH] Re: UNTIE method 
75908              From: Nick Ing-Simmons <nik@tiuk.ti.com>
75909              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
75910              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
75911      Branch: perl
75912            ! pp_sys.c t/op/tie.t
75913 ____________________________________________________________________________
75914 [  6924] By: jhi                                   on 2000/08/30  20:17:11
75915         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
75916              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75917              Date: Wed, 30 Aug 2000 15:03:14 -0500
75918              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
75919      Branch: perl
75920            ! vms/vms.c
75921 ____________________________________________________________________________
75922 [  6923] By: jhi                                   on 2000/08/30  20:15:18
75923         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
75924              From: "Craig A. Berry" <craig.berry@psinetcs.com>
75925              Date: Wed, 30 Aug 2000 13:30:36 -0500
75926              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
75927      Branch: perl
75928            ! vms/vms.c
75929 ____________________________________________________________________________
75930 [  6922] By: jhi                                   on 2000/08/30  19:54:43
75931         Log: Better options for rsync.
75932      Branch: perl
75933            ! pod/perlhack.pod
75934 ____________________________________________________________________________
75935 [  6921] By: jhi                                   on 2000/08/30  19:40:16
75936         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
75937              From: Rick Delaney <rick@consumercontact.com>
75938              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
75939              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
75940      Branch: perl
75941            ! pod/perlfunc.pod
75942 ____________________________________________________________________________
75943 [  6920] By: jhi                                   on 2000/08/30  19:36:40
75944         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
75945              From: Peter Prymmer <pvhp@forte.com>
75946              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
75947              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
75948      Branch: perl
75949            ! configure.com
75950 ____________________________________________________________________________
75951 [  6919] By: jhi                                   on 2000/08/30  14:52:02
75952         Log: Update Changes.
75953      Branch: perl
75954            ! Changes patchlevel.h
75955 ____________________________________________________________________________
75956 [  6918] By: jhi                                   on 2000/08/30  14:48:34
75957         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
75958      Branch: perl
75959            ! lib/ExtUtils/typemap
75960 ____________________________________________________________________________
75961 [  6917] By: jhi                                   on 2000/08/30  14:46:34
75962         Log: Subject: typos in pods
75963              From: Nicholas Clark <nick@ccl4.org>
75964              Date: Wed, 30 Aug 2000 01:12:50 +0100
75965              Message-ID: <20000830011249.A61388@plum.flirble.org>
75966      Branch: perl
75967            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
75968            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
75969            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
75970            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
75971 ____________________________________________________________________________
75972 [  6916] By: jhi                                   on 2000/08/30  14:19:09
75973         Log: Document Storable problems on Crays.  (Will have
75974              to document all the other Storable problems, too.)
75975      Branch: perl
75976            ! pod/perldelta.pod
75977 ____________________________________________________________________________
75978 [  6915] By: jhi                                   on 2000/08/30  14:06:02
75979         Log: Subject: [PATCH] fix misc cast warnings
75980              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
75981              Date: Tue, 29 Aug 2000 23:16:14 -0700
75982              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
75983      Branch: perl
75984            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
75985            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
75986            ! os2/os2ish.h
75987 ____________________________________________________________________________
75988 [  6914] By: jhi                                   on 2000/08/30  14:03:45
75989         Log: Timestamp mismatch again.  Need to fix this dependence on
75990              config_h.SH timestamp, since it's the contents of config_h.SH
75991              that matter.
75992      Branch: perl
75993            ! uconfig.h uconfig.sh
75994 ____________________________________________________________________________
75995 [  6913] By: jhi                                   on 2000/08/30  13:54:06
75996         Log: Don't say "Perl 5.0 source kit".
75997      Branch: perl
75998            ! perl.c
75999 ____________________________________________________________________________
76000 [  6912] By: jhi                                   on 2000/08/30  13:51:24
76001         Log: Reset archname and archname64 always, forcing them be
76002              recomputed at each Configure run, make Configure and
76003              the hints files agree on the naming of largefiles variables.
76004      Branch: metaconfig
76005            ! U/threads/archname.U
76006      Branch: metaconfig/U/perl
76007            ! use64bits.U
76008      Branch: perl
76009            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
76010            ! hints/linux.sh hints/solaris_2.sh
76011 ____________________________________________________________________________
76012 [  6911] By: jhi                                   on 2000/08/30  13:30:13
76013         Log: Put back the slice accidentally removed by #6907.
76014      Branch: perl
76015            ! hints/solaris_2.sh
76016 ____________________________________________________________________________
76017 [  6910] By: jhi                                   on 2000/08/30  01:24:26
76018         Log: Be consistent: other Net::get* do export theirs.
76019              
76020              Subject: Re: Net::protoent does not export 'getproto'
76021              From: Yasushi Nakajima <sey@jkc.co.jp>
76022              Date: Wed, 30 Aug 2000 09:53:14 +0900
76023              Message-Id: <200008300051.DAA24700@taku.hut.fi>
76024      Branch: perl
76025            ! lib/Net/protoent.pm
76026 ____________________________________________________________________________
76027 [  6909] By: jhi                                   on 2000/08/30  01:17:25
76028         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
76029              From: Gurusamy Sarathy <gsar@ActiveState.com>
76030              Date: Tue, 29 Aug 2000 17:17:07 -0700
76031              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
76032      Branch: perl
76033            ! cop.h
76034 ____________________________________________________________________________
76035 [  6908] By: jhi                                   on 2000/08/30  00:58:05
76036         Log: Update Changes.
76037      Branch: perl
76038            ! Changes patchlevel.h
76039 ____________________________________________________________________________
76040 [  6907] By: jhi                                   on 2000/08/30  00:57:22
76041         Log: Introduce ccname to keep track of what compiler kind of we have.
76042      Branch: metaconfig/U/perl
76043            ! Checkcc.U gccvers.U
76044      Branch: perl
76045            ! Configure config_h.SH hints/solaris_2.sh
76046 ____________________________________________________________________________
76047 [  6906] By: jhi                                   on 2000/08/30  00:25:47
76048         Log: Put back the flags dump as reasoned in
76049              
76050              Subject: Re: [PATCH] Glob dumping
76051              From: Mike Guy <mjtg@cam.ac.uk> 
76052              Date: Tue, 29 Aug 2000 21:41:32 +0100
76053              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
76054      Branch: perl
76055            ! dump.c t/lib/peek.t
76056 ____________________________________________________________________________
76057 [  6905] By: jhi                                   on 2000/08/30  00:16:17
76058         Log: Make the epsilon to be relative, not absolute.
76059              
76060              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
76061              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
76062              Date: Tue, 29 Aug 2000 19:58:56 -0400
76063              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
76064      Branch: perl
76065            ! t/lib/trig.t
76066 ____________________________________________________________________________
76067 [  6904] By: jhi                                   on 2000/08/30  00:13:09
76068         Log: From now on, Gisle is on my list of usual suspects :-)
76069              Retract #6902.
76070      Branch: perl
76071            ! ext/Opcode/Safe.pm
76072 ____________________________________________________________________________
76073 [  6903] By: jhi                                   on 2000/08/29  23:51:20
76074         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
76075              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76076              Date: Tue, 29 Aug 2000 18:43:26 -0500
76077              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
76078      Branch: perl
76079            + vms/vmspipe.com
76080            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
76081            ! vms/vms.c
76082 ____________________________________________________________________________
76083 [  6902] By: jhi                                   on 2000/08/29  23:44:14
76084         Log: Retry what #6882 attempted.
76085              
76086              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
76087              From: Gisle Aas <gisle@ActiveState.com>
76088              Date: 30 Aug 2000 00:33:09 +0200
76089              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
76090      Branch: perl
76091            ! ext/Opcode/Safe.pm
76092 ____________________________________________________________________________
76093 [  6901] By: jhi                                   on 2000/08/29  22:59:32
76094         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
76095              From: Hugo <hv@crypt.compulink.co.uk>
76096              Date: Mon, 12 Jun 2000 19:36:08 +0100
76097              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
76098      Branch: perl
76099            ! sv.c
76100 ____________________________________________________________________________
76101 [  6900] By: jhi                                   on 2000/08/29  22:58:35
76102         Log: Admit that we are leaking scalars.
76103              
76104              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
76105              From: Spider Boardman <spider@leggy.zk3.dec.com>
76106              Date: Tue, 29 Aug 2000 18:48:29 -0400
76107              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
76108      Branch: perl
76109            ! t/pragma/warnings.t
76110 ____________________________________________________________________________
76111 [  6899] By: jhi                                   on 2000/08/29  20:53:13
76112         Log: Update Changes.
76113      Branch: perl
76114            ! Changes patchlevel.h
76115 ____________________________________________________________________________
76116 [  6898] By: jhi                                   on 2000/08/29  20:46:21
76117         Log: Undo namespace pollution of #6878.
76118              
76119              Subject: Re: Net::protoent does not export 'getproto'
76120              From: Mike Guy <mjtg@cam.ac.uk>
76121              Date: Tue, 29 Aug 2000 21:32:37 +0100
76122              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
76123      Branch: perl
76124            ! lib/Net/protoent.pm
76125 ____________________________________________________________________________
76126 [  6897] By: jhi                                   on 2000/08/29  20:44:29
76127         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
76128              From: Peter Prymmer <pvhp@forte.com>
76129              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
76130              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
76131      Branch: perl
76132            ! pod/perlebcdic.pod
76133 ____________________________________________________________________________
76134 [  6896] By: jhi                                   on 2000/08/29  20:40:57
76135         Log: There's no point repeating the 'revision' (5) of perl5.
76136      Branch: metaconfig/U/perl
76137            ! Devel.U patchlevel.U
76138      Branch: perl
76139            ! Configure config_h.SH
76140 ____________________________________________________________________________
76141 [  6895] By: jhi                                   on 2000/08/29  20:16:58
76142         Log: Regen Configure for #6894.
76143      Branch: metaconfig/U/perl
76144            ! perladmin.U
76145      Branch: perl
76146            ! Configure config_h.SH
76147 ____________________________________________________________________________
76148 [  6894] By: jhi                                   on 2000/08/29  19:59:52
76149         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
76150              From: "Philip Newton" <Philip.Newton@gmx.net>
76151              Date: Tue, 29 Aug 2000 21:39:14 +0200
76152              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
76153      Branch: perl
76154            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
76155            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
76156            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
76157            ! utils/perlbug.PL
76158 ____________________________________________________________________________
76159 [  6893] By: jhi                                   on 2000/08/29  19:55:30
76160         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
76161              From: "Philip Newton" <Philip.Newton@gmx.net>
76162              Date: Tue, 29 Aug 2000 21:39:14 +0200
76163              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
76164      Branch: perl
76165            ! installhtml
76166 ____________________________________________________________________________
76167 [  6892] By: jhi                                   on 2000/08/29  19:53:59
76168         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
76169              From: "Philip Newton" <Philip.Newton@gmx.net>
76170              Date: Tue, 29 Aug 2000 21:48:18 +0200
76171              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
76172      Branch: perl
76173            ! lib/File/Temp.pm
76174 ____________________________________________________________________________
76175 [  6891] By: jhi                                   on 2000/08/29  18:30:03
76176         Log: Nail the ID 20000828.023.
76177      Branch: perl
76178            ! ext/Storable/Storable.xs
76179 ____________________________________________________________________________
76180 [  6890] By: jhi                                   on 2000/08/29  16:50:17
76181         Log: Under usethreads the dumped variable is IN_PAD.
76182              
76183              Subject: Re: [PATCH] Glob dumping
76184              From: Gisle Aas <gisle@ActiveState.com>
76185              Date: 29 Aug 2000 18:45:05 +0200
76186              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
76187      Branch: perl
76188            ! t/lib/peek.t
76189 ____________________________________________________________________________
76190 [  6889] By: jhi                                   on 2000/08/29  15:17:37
76191         Log: Update Changes.
76192      Branch: perl
76193            ! Changes patchlevel.h
76194 ____________________________________________________________________________
76195 [  6888] By: jhi                                   on 2000/08/29  14:49:59
76196         Log: Retract #6882, broke the safe tests.
76197      Branch: perl
76198            ! ext/Opcode/Safe.pm
76199 ____________________________________________________________________________
76200 [  6887] By: jhi                                   on 2000/08/29  14:47:06
76201         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
76202              From: Gisle Aas <gisle@ActiveState.com> 
76203              Date: 09 Jun 2000 20:00:11 +0200
76204              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
76205      Branch: perl
76206            ! utils/perldoc.PL
76207 ____________________________________________________________________________
76208 [  6886] By: jhi                                   on 2000/08/29  14:42:45
76209         Log: The #6881 removed one dump line.
76210      Branch: perl
76211            ! t/lib/peek.t
76212 ____________________________________________________________________________
76213 [  6885] By: jhi                                   on 2000/08/29  14:30:47
76214         Log: Don't forget to tidy up.
76215      Branch: perl
76216            ! t/lib/ftmp-security.t
76217 ____________________________________________________________________________
76218 [  6884] By: jhi                                   on 2000/08/29  14:25:17
76219         Log: Disabling the one test is a bit tricky.
76220      Branch: perl
76221            ! t/lib/ftmp-security.t
76222 ____________________________________________________________________________
76223 [  6883] By: jhi                                   on 2000/08/29  14:16:25
76224         Log: Disable one of the tests for now.
76225      Branch: perl
76226            ! t/lib/ftmp-security.t
76227 ____________________________________________________________________________
76228 [  6882] By: jhi                                   on 2000/08/29  14:05:50
76229         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
76230              From: gisle@aas.no
76231              Date: 29 Aug 2000 10:35:06 -0000
76232              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
76233      Branch: perl
76234            ! ext/Opcode/Safe.pm
76235 ____________________________________________________________________________
76236 [  6881] By: jhi                                   on 2000/08/29  14:03:51
76237         Log: Subject: [PATCH] Glob dumping
76238              From: Gisle Aas <gisle@ActiveState.com>
76239              Date: 29 Aug 2000 07:59:42 -0000
76240              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
76241      Branch: perl
76242            ! dump.c
76243 ____________________________________________________________________________
76244 [  6880] By: jhi                                   on 2000/08/29  14:02:01
76245         Log: Subject: [PATCH] Warnings in B::Deparse
76246              From: <abigail@foad.org>
76247              Date: Tue, 29 Aug 2000 00:00:01 -0400
76248              Message-ID: <20000829040001.2999.qmail@foad.org>
76249      Branch: perl
76250            ! ext/B/B/Deparse.pm
76251 ____________________________________________________________________________
76252 [  6879] By: jhi                                   on 2000/08/29  13:57:26
76253         Log: Missed a change in #6869.
76254      Branch: perl
76255            ! mg.c
76256 ____________________________________________________________________________
76257 [  6878] By: jhi                                   on 2000/08/29  13:45:04
76258         Log: Subject: Net::protoent does not export 'getproto'
76259              From: Yasushi Nakajima <sey@jkc.co.jp>
76260              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
76261      Branch: perl
76262            ! lib/Net/protoent.pm
76263 ____________________________________________________________________________
76264 [  6877] By: jhi                                   on 2000/08/29  13:39:19
76265         Log: Patches all over for people and the files they (hopefully) care about.
76266      Branch: perl
76267            ! AUTHORS Changes MAINTAIN
76268 ____________________________________________________________________________
76269 [  6876] By: jhi                                   on 2000/08/29  12:53:54
76270         Log: Fix for thinko in #6848.
76271              
76272              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
76273              From: Lupe Christoph <lupe@lupe-christoph.de>
76274              Date: Tue, 29 Aug 2000 09:04:08 +0200
76275              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
76276      Branch: perl
76277            ! ext/Thread/Thread.xs
76278 ____________________________________________________________________________
76279 [  6875] By: jhi                                   on 2000/08/29  12:50:14
76280         Log: Update to Getopt::Long 2.24, from Johan Vromans.
76281      Branch: perl
76282            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
76283 ____________________________________________________________________________
76284 [  6874] By: jhi                                   on 2000/08/29  02:09:53
76285         Log: Use minimal @INC in tests, most of the time just '../lib',
76286              so that we simply can't pick up stuff from other Perls than
76287              the one we are testing.  Pointed out by
76288              
76289              From: Mike Guy <mjtg@cam.ac.uk>
76290              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
76291              Date: Fri, 25 Aug 2000 15:15:59 +0100
76292              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
76293      Branch: perl
76294            ! (edit 185 files)
76295 ____________________________________________________________________________
76296 [  6873] By: jhi                                   on 2000/08/29  01:07:11
76297         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
76298              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76299              Date: Mon, 28 Aug 2000 17:45:52 -0700
76300              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
76301      Branch: perl
76302            ! Makefile.SH hints/os2.sh
76303 ____________________________________________________________________________
76304 [  6872] By: jhi                                   on 2000/08/28  23:33:39
76305         Log: Subject: [PATCH bleedperl@6866] spellings
76306              From: marcel@codewerk.com (Marcel Grunauer)
76307              Date: Tue, 29 Aug 2000 01:19:59 +0200
76308              Message-Id: <200008282319.BAA29862@gandalf.local>
76309      Branch: perl
76310            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
76311            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
76312            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
76313 ____________________________________________________________________________
76314 [  6871] By: jhi                                   on 2000/08/28  23:22:09
76315         Log: Take out the SUIDMAIL thing, that will not be
76316              a problem in 5.7.*.
76317      Branch: perl
76318            ! patchlevel.h
76319 ____________________________________________________________________________
76320 [  6870] By: jhi                                   on 2000/08/28  23:19:30
76321         Log: -S is the silent flag, -s is the strip flag.
76322              
76323              Subject: [PATCH] Re: [PATCH] make no-install          
76324              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
76325              Date: Mon, 28 Aug 2000 15:12:55 -0700
76326              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
76327      Branch: perl
76328            ! Makefile.SH
76329 ____________________________________________________________________________
76330 [  6869] By: jhi                                   on 2000/08/28  23:12:05
76331         Log: Subject: [PATCH bleedperl@6856] warnings fixes
76332              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
76333              Date: Mon, 28 Aug 2000 23:55:06 +0100
76334              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
76335      Branch: perl
76336            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
76337            ! warnings.h warnings.pl
76338 ____________________________________________________________________________
76339 [  6868] By: jhi                                   on 2000/08/28  21:38:22
76340         Log: Potential cruft.
76341      Branch: perl
76342            ! Makefile.SH
76343 ____________________________________________________________________________
76344 [  6867] By: jhi                                   on 2000/08/28  21:35:36
76345         Log: Update Changes.
76346      Branch: perl
76347            ! Changes patchlevel.h
76348 ____________________________________________________________________________
76349 [  6866] By: jhi                                   on 2000/08/28  21:33:49
76350         Log: Subject: hv.h Doc Patch
76351              From: Fisher Mark <fisherm@tce.com>
76352              Date: Mon, 28 Aug 2000 16:24:59 -0500
76353              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
76354      Branch: perl
76355            ! hv.h
76356 ____________________________________________________________________________
76357 [  6865] By: jhi                                   on 2000/08/28  21:02:15
76358         Log: Add -ld to archname on long tr...double platforms.
76359      Branch: metaconfig
76360            ! U/threads/archname.U
76361      Branch: perl
76362            ! Configure config_h.SH
76363 ____________________________________________________________________________
76364 [  6864] By: jhi                                   on 2000/08/28  20:38:59
76365         Log: An attempt to fix the problem reported in
76366              
76367              Subject: Building perl@6856 using gcc/AIX 4.3.3 
76368              From: Daniel Muino <dmuino@afip.gov.ar> 
76369              Date: Mon, 28 Aug 2000 15:50:01 -0300   
76370              Message-ID: <20000828155001.A14403@con2-dgi>
76371              
76372              I can't test this properly since the gcc installation I have
76373              access to seems to be botched (gcc is calling the AIX cpp,
76374              a losing proposition...)
76375      Branch: perl
76376            ! hints/aix.sh
76377 ____________________________________________________________________________
76378 [  6863] By: jhi                                   on 2000/08/28  18:57:52
76379         Log: Fix for ID 20000828.001, long doubles were not formatted
76380              correctly (showed up in $], which stopped installing perl).
76381      Branch: perl
76382            ! sv.c
76383 ____________________________________________________________________________
76384 [  6862] By: jhi                                   on 2000/08/28  18:07:15
76385         Log: Typo in #6858.
76386      Branch: perl
76387            ! lib/Cwd.pm
76388 ____________________________________________________________________________
76389 [  6861] By: jhi                                   on 2000/08/28  17:57:27
76390         Log: opmini.o may be left around if a build is interrupted.
76391      Branch: perl
76392            ! Makefile.SH
76393 ____________________________________________________________________________
76394 [  6860] By: jhi                                   on 2000/08/28  16:52:50
76395         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
76396              From: Daniel Chetlin <daniel@chetlin.com>
76397              Date: Mon, 28 Aug 2000 01:14:18 -0700
76398              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
76399      Branch: perl
76400            ! lib/overload.pm
76401 ____________________________________________________________________________
76402 [  6859] By: jhi                                   on 2000/08/28  16:08:46
76403         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
76404              From: Nicholas Clark <nick@ccl4.org>
76405              Date: Mon, 28 Aug 2000 16:03:27 +0100
76406              Message-Id: <20000828160327.C49785@plum.flirble.org>
76407      Branch: perl
76408            ! ext/ByteLoader/bytecode.h
76409 ____________________________________________________________________________
76410 [  6858] By: jhi                                   on 2000/08/28  16:02:10
76411         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
76412              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
76413              Date: Mon, 28 Aug 2000 13:08:30 +0200
76414              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
76415      Branch: perl
76416            ! lib/Cwd.pm
76417 ____________________________________________________________________________
76418 [  6857] By: jhi                                   on 2000/08/28  15:42:47
76419         Log: display_format used as a class method without arguments was broken,
76420              reported in
76421              
76422              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
76423              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
76424              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
76425              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
76426      Branch: perl
76427            ! lib/Math/Complex.pm t/lib/complex.t
76428 ____________________________________________________________________________
76429 [  6856] By: jhi                                   on 2000/08/27  22:09:48
76430         Log: Update Changes.
76431      Branch: perl
76432            ! Changes patchlevel.h
76433 ____________________________________________________________________________
76434 [  6855] By: jhi                                   on 2000/08/27  21:59:21
76435         Log: Retract #6853 (false alarm).
76436      Branch: perl
76437            ! lib/ExtUtils/xsubpp
76438 ____________________________________________________________________________
76439 [  6854] By: jhi                                   on 2000/08/27  21:37:44
76440         Log: Update Changes.
76441      Branch: perl
76442            ! Changes patchlevel.h
76443 ____________________________________________________________________________
76444 [  6853] By: jhi                                   on 2000/08/27  21:37:16
76445         Log: Subject: [PATCH perl@6850] workaround for xsubpp
76446              From: Hugo <hv@crypt.compulink.co.uk>
76447              Date: Sun, 27 Aug 2000 22:30:25 +0100
76448              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
76449      Branch: perl
76450            ! lib/ExtUtils/xsubpp
76451 ____________________________________________________________________________
76452 [  6852] By: jhi                                   on 2000/08/27  21:33:58
76453         Log: Big-endian 64-bit patch from Raphael Manfredi.
76454      Branch: perl
76455            ! ext/Storable/Storable.xs
76456 ____________________________________________________________________________
76457 [  6851] By: jhi                                   on 2000/08/27  21:22:21
76458         Log: More ruthless editing from Hugo van der Sanden.
76459      Branch: perl
76460            ! pod/perldelta.pod
76461 ____________________________________________________________________________
76462 [  6850] By: jhi                                   on 2000/08/27  16:11:46
76463         Log: Update Changes.
76464      Branch: perl
76465            ! Changes patchlevel.h
76466 ____________________________________________________________________________
76467 [  6849] By: jhi                                   on 2000/08/27  16:11:05
76468         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
76469      Branch: perl
76470            ! configpm pod/perldelta.pod
76471 ____________________________________________________________________________
76472 [  6848] By: jhi                                   on 2000/08/27  15:35:08
76473         Log: Use the actual thread type, not the pointer-to-struct.
76474      Branch: perl
76475            ! ext/Thread/Thread.xs
76476 ____________________________________________________________________________
76477 [  6847] By: jhi                                   on 2000/08/27  15:30:49
76478         Log: Test nit.
76479      Branch: perl
76480            ! t/pragma/warn/pp_sys
76481 ____________________________________________________________________________
76482 [  6846] By: jhi                                   on 2000/08/27  15:19:02
76483         Log: Passing -R in ldflags makes now it to appear in the default
76484              for lddlflags, just like with -L.
76485              
76486              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76487              From: Lupe Christoph <lupe@lupe-christoph.de>
76488              Date: Sun, 27 Aug 2000 10:28:21 +0200
76489              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
76490      Branch: metaconfig/U/perl
76491            ! dlsrc.U
76492      Branch: perl
76493            ! Configure
76494 ____________________________________________________________________________
76495 [  6845] By: jhi                                   on 2000/08/27  15:08:54
76496         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
76497              From: Alan Burlison <Alan.Burlison@uk.sun.com>
76498              Date: Sat, 26 Aug 2000 22:23:27 +0100
76499              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
76500      Branch: perl
76501            ! lib/ExtUtils/MM_Unix.pm
76502 ____________________________________________________________________________
76503 [  6844] By: jhi                                   on 2000/08/27  15:02:37
76504         Log: DJGPP update from Laszlo Molnar.
76505              
76506              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
76507              From: ml1050 <ml1050@freemail.hu>
76508              Date: Sat, 26 Aug 2000 23:24:40 +0200
76509              Message-Id: <20000826232440.A439@freemail.hu>
76510      Branch: perl
76511            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
76512            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
76513 ____________________________________________________________________________
76514 [  6843] By: jhi                                   on 2000/08/27  14:53:58
76515         Log: Subject: installman buglet
76516              From: Lupe Christoph <lupe@lupe-christoph.de>
76517              Date: Sun, 27 Aug 2000 14:38:59 +0200
76518              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
76519      Branch: perl
76520            ! installman
76521 ____________________________________________________________________________
76522 [  6842] By: jhi                                   on 2000/08/27  14:52:08
76523         Log: Can't get the test to reliably work thanks to the
76524              inaccurateness of floating point.  "Resolves" bug ids
76525              20000826.003, 20000826.009, 20000826.010,
76526      Branch: perl
76527            ! t/lib/trig.t
76528 ____________________________________________________________________________
76529 [  6841] By: jhi                                   on 2000/08/26  15:53:58
76530         Log: Update Changes.
76531      Branch: perl
76532            ! Changes patchlevel.h
76533 ____________________________________________________________________________
76534 [  6840] By: jhi                                   on 2000/08/26  14:23:03
76535         Log: grep -e isn't portable.
76536              
76537              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
76538              From: chris@broadband.att.com
76539              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
76540              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
76541      Branch: perl
76542            ! hints/solaris_2.sh
76543 ____________________________________________________________________________
76544 [  6839] By: jhi                                   on 2000/08/26  14:12:23
76545         Log: no-install target a la make -n.
76546              
76547              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
76548              From: <abigail@foad.org>
76549              Date: Sat, 26 Aug 2000 03:57:34 -0400
76550              Message-ID: <20000826075735.18912.qmail@foad.org>
76551      Branch: perl
76552            ! Makefile.SH installman installperl
76553 ____________________________________________________________________________
76554 [  6838] By: jhi                                   on 2000/08/26  14:06:33
76555         Log: Retract #6826 as the #6828 should be do the same
76556              in a More Correct Way.
76557      Branch: perl
76558            ! installperl
76559 ____________________________________________________________________________
76560 [  6837] By: jhi                                   on 2000/08/26  05:24:00
76561         Log: More casting.
76562      Branch: perl
76563            ! ext/Storable/Storable.xs
76564 ____________________________________________________________________________
76565 [  6836] By: jhi                                   on 2000/08/26  05:05:46
76566         Log: Nicer in decimal.
76567      Branch: perl
76568            ! ext/Storable/Storable.xs
76569 ____________________________________________________________________________
76570 [  6835] By: jhi                                   on 2000/08/26  05:03:50
76571         Log: There be no UVdf.
76572      Branch: perl
76573            ! ext/Storable/Storable.xs
76574 ____________________________________________________________________________
76575 [  6834] By: jhi                                   on 2000/08/26  05:00:18
76576         Log: Continue IVdfing and UVxfing.
76577      Branch: perl
76578            ! ext/Storable/Storable.xs
76579 ____________________________________________________________________________
76580 [  6833] By: jhi                                   on 2000/08/26  04:53:14
76581         Log: Use IVdf.
76582      Branch: perl
76583            ! ext/Storable/Storable.xs
76584 ____________________________________________________________________________
76585 [  6832] By: jhi                                   on 2000/08/26  04:40:41
76586         Log: Document PTR2XX and INT2PTR.
76587      Branch: perl
76588            ! pod/perlguts.pod
76589 ____________________________________________________________________________
76590 [  6831] By: jhi                                   on 2000/08/26  04:33:18
76591         Log: Use UVxf, PTR2UV, NVff.
76592      Branch: perl
76593            ! ext/Storable/Storable.xs
76594 ____________________________________________________________________________
76595 [  6830] By: jhi                                   on 2000/08/26  04:31:32
76596         Log: Update the test count.
76597      Branch: perl
76598            ! t/lib/trig.t
76599 ____________________________________________________________________________
76600 [  6829] By: jhi                                   on 2000/08/26  03:05:50
76601         Log: Subject: [PATCH] installation not quite silent yet.
76602              From: <abigail@foad.org>
76603              Date: Fri, 25 Aug 2000 20:07:53 -0400
76604              Message-ID: <20000826000753.7822.qmail@foad.org>
76605      Branch: perl
76606            ! installman installperl
76607 ____________________________________________________________________________
76608 [  6828] By: jhi                                   on 2000/08/26  03:05:14
76609         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
76610              From: Spider Boardman <spider@web.zk3.dec.com>
76611              Date: Fri, 25 Aug 2000 19:12:40 -0400
76612              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
76613      Branch: perl
76614            ! gv.c
76615 ____________________________________________________________________________
76616 [  6827] By: jhi                                   on 2000/08/25  23:54:34
76617         Log: Support preserving extremely big/small angles.
76618      Branch: perl
76619            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
76620 ____________________________________________________________________________
76621 [  6826] By: jhi                                   on 2000/08/25  23:01:20
76622         Log: Patch installperl to be long double-aware.
76623              
76624              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
76625              From: Spider Boardman <spider@web.zk3.dec.com>
76626              Date: Fri, 25 Aug 2000 18:15:23 -0400
76627              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
76628      Branch: perl
76629            ! installperl
76630 ____________________________________________________________________________
76631 [  6825] By: jhi                                   on 2000/08/25  22:58:25
76632         Log: Remove duplicately applied patch shards.
76633              
76634              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
76635              From: Spider Boardman <spider@leggy.zk3.dec.com>
76636              Date: Fri, 25 Aug 2000 16:45:03 -0400
76637              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
76638      Branch: perl
76639            ! t/lib/cgi-html.t
76640 ____________________________________________________________________________
76641 [  6824] By: jhi                                   on 2000/08/25  22:57:00
76642         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
76643              From: Daniel Chetlin <daniel@chetlin.com>
76644              Date: Fri, 25 Aug 2000 12:23:16 -0700
76645              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
76646              
76647              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
76648              From: Daniel Chetlin <daniel@chetlin.com>
76649              Date: Fri, 25 Aug 2000 14:47:19 -0700
76650              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
76651      Branch: perl
76652            ! installman
76653 ____________________________________________________________________________
76654 [  6823] By: jhi                                   on 2000/08/25  22:44:17
76655         Log: Timestamp problem?
76656      Branch: perl
76657            ! uconfig.h uconfig.sh
76658 ____________________________________________________________________________
76659 [  6822] By: jhi                                   on 2000/08/25  19:01:06
76660         Log: One forgotten file from #6816.
76661      Branch: perl
76662            ! vos/config.h
76663 ____________________________________________________________________________
76664 [  6821] By: jhi                                   on 2000/08/25  18:56:39
76665         Log: Regen Changes.
76666      Branch: perl
76667            ! Changes patchlevel.h
76668 ____________________________________________________________________________
76669 [  6820] By: jhi                                   on 2000/08/25  18:52:35
76670         Log: Fix Changes ordering.
76671      Branch: perl
76672            ! Changes
76673 ____________________________________________________________________________
76674 [  6819] By: jhi                                   on 2000/08/25  18:50:25
76675         Log: Update Changes.
76676      Branch: perl
76677            ! Changes patchlevel.h
76678 ____________________________________________________________________________
76679 [  6818] By: jhi                                   on 2000/08/25  18:47:45
76680         Log: Tweak the sfio/useperlio logic, hopefully as wished in
76681              
76682              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
76683              From: Nicholas Clark <nick@babyhippo.co.uk>
76684              Date: Fri, 25 Aug 2000 12:01:45 +0100
76685              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
76686      Branch: metaconfig/U/perl
76687            ! d_sfio.U
76688      Branch: perl
76689            ! Configure
76690 ____________________________________________________________________________
76691 [  6817] By: jhi                                   on 2000/08/25  18:32:51
76692         Log: Allow microperl to assume <math.h>, without it the math
76693              functions like floor() are assumed to return int, which makes
76694              for core dumps in machines where integer and floating register
76695              don't mix.
76696      Branch: perl
76697            ! uconfig.h uconfig.sh
76698 ____________________________________________________________________________
76699 [  6816] By: jhi                                   on 2000/08/25  18:27:17
76700         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
76701              the problem reported in
76702              
76703              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
76704              From: danhale@us.ibm.com
76705              Date: Fri, 25 Aug 2000 10:58:06 -0400
76706              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
76707      Branch: metaconfig/U/perl
76708            + d_socks5_init.U
76709      Branch: perl
76710            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
76711            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
76712            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
76713            ! win32/config.gc win32/config.vc
76714 ____________________________________________________________________________
76715 [  6815] By: jhi                                   on 2000/08/25  17:43:31
76716         Log: A solution for the retrieve_fd autosplit warning,
76717              idea suggested by Mike Guy.
76718      Branch: perl
76719            ! ext/Storable/Storable.pm
76720 ____________________________________________________________________________
76721 [  6814] By: jhi                                   on 2000/08/25  17:16:03
76722         Log: Add install-silent target.
76723      Branch: perl
76724            ! Makefile.SH
76725 ____________________________________________________________________________
76726 [  6813] By: jhi                                   on 2000/08/25  17:14:23
76727         Log: Subject: Re: [PATCH] More silencing of installman.
76728              From: <abigail@foad.org>
76729              Date: Thu, 24 Aug 2000 19:27:03 -0400
76730              Message-ID: <20000824232703.7001.qmail@foad.org>
76731              
76732              Subject: Re: [PATCH] More silencing of installman.
76733              From: <abigail@foad.org>
76734              Date: Fri, 25 Aug 2000 03:00:58 -0400
76735              Message-ID: <20000825070058.10697.qmail@foad.org>
76736      Branch: perl
76737            ! installman
76738 ____________________________________________________________________________
76739 [  6812] By: jhi                                   on 2000/08/25  17:11:28
76740         Log: installperl --verbose and --silent.
76741              
76742              Subject: Re: [PATCH] More silencing of installman.
76743              From: <abigail@foad.org>
76744              Message-ID: <20000825064430.9719.qmail@foad.org>
76745              Date: Fri, 25 Aug 2000 02:44:30 -0400
76746      Branch: perl
76747            ! installperl
76748 ____________________________________________________________________________
76749 [  6811] By: jhi                                   on 2000/08/25  17:05:43
76750         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
76751              From: "Peter J. Farley III" <pjfarley@banet.net>
76752              Date: Thu, 24 Aug 2000 21:58:03 -0400
76753              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
76754              
76755              (applied slightly modified)
76756      Branch: perl
76757            ! lib/ExtUtils/MM_Unix.pm
76758 ____________________________________________________________________________
76759 [  6810] By: jhi                                   on 2000/08/25  17:01:18
76760         Log: Missing parts of 
76761              
76762              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
76763              From: Peter Prymmer <pvhp@forte.com>
76764              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
76765              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
76766      Branch: perl
76767            ! t/lib/cgi-html.t
76768 ____________________________________________________________________________
76769 [  6809] By: jhi                                   on 2000/08/25  16:46:32
76770         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
76771              From: "Craig A. Berry" <craig.berry@psinetcs.com>
76772              Date: Thu, 24 Aug 2000 19:13:11 -0500
76773              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
76774      Branch: perl
76775            ! vms/vms.c
76776 ____________________________________________________________________________
76777 [  6808] By: jhi                                   on 2000/08/25  16:39:22
76778         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
76779              From: Peter Prymmer <pvhp@forte.com>
76780              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
76781              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
76782      Branch: perl
76783            ! configure.com
76784 ____________________________________________________________________________
76785 [  6807] By: jhi                                   on 2000/08/25  16:36:37
76786         Log: Better wording for the vec lvalue diagnostic.
76787              
76788              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
76789              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
76790              Date: Wed, 23 Aug 2000 14:12:16 -0400
76791              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
76792      Branch: perl
76793            ! pod/perldiag.pod
76794 ____________________________________________________________________________
76795 [  6806] By: jhi                                   on 2000/08/24  18:17:22
76796         Log: Subject: [PATCH] More silencing of installman.
76797              From: <abigail@foad.org>
76798              Date: Thu, 24 Aug 2000 14:01:44 -0400
76799              Message-ID: <20000824180144.20062.qmail@foad.org>
76800      Branch: perl
76801            ! installman
76802 ____________________________________________________________________________
76803 [  6805] By: jhi                                   on 2000/08/24  15:00:31
76804         Log: Update Changes.
76805      Branch: perl
76806            ! Changes patchlevel.h
76807 ____________________________________________________________________________
76808 [  6804] By: jhi                                   on 2000/08/24  14:59:07
76809         Log: Regen perltoc.
76810      Branch: perl
76811            ! pod/perltoc.pod
76812 ____________________________________________________________________________
76813 [  6803] By: jhi                                   on 2000/08/24  14:44:39
76814         Log: Show the doc file, not the temp file.
76815      Branch: perl
76816            ! installman
76817 ____________________________________________________________________________
76818 [  6802] By: jhi                                   on 2000/08/24  14:41:53
76819         Log: Continue silencing.
76820      Branch: perl
76821            ! installman
76822 ____________________________________________________________________________
76823 [  6801] By: jhi                                   on 2000/08/24  14:34:40
76824         Log: Actually do something with the silencer option.
76825      Branch: perl
76826            ! installman
76827 ____________________________________________________________________________
76828 [  6800] By: jhi                                   on 2000/08/24  14:26:22
76829         Log: Make installman to recognize the silence flag -S.
76830      Branch: perl
76831            ! installman
76832 ____________________________________________________________________________
76833 [  6799] By: jhi                                   on 2000/08/24  13:49:38
76834         Log: DOS patches and portability/porting notes, from Tim Jenness.
76835      Branch: perl
76836            ! lib/File/Temp.pm
76837 ____________________________________________________________________________
76838 [  6798] By: jhi                                   on 2000/08/24  13:48:27
76839         Log: Create directories in silence.
76840              
76841              Subject: [PATCH] Another silencer for MakeMaker
76842              From: andreas.koenig@anima.de (Andreas J. Koenig)
76843              Date: 24 Aug 2000 14:18:52 +0200
76844              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
76845      Branch: perl
76846            ! lib/ExtUtils/Command.pm
76847 ____________________________________________________________________________
76848 [  6797] By: jhi                                   on 2000/08/24  13:46:42
76849         Log: More liberal parsing of version numbers.
76850              
76851              Subject: Re: CPAN.pm beta for testing available
76852              From: andreas.koenig@anima.de (Andreas J. Koenig)
76853              Date: 24 Aug 2000 13:51:57 +0200
76854              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
76855      Branch: perl
76856            ! lib/CPAN.pm
76857 ____________________________________________________________________________
76858 [  6796] By: jhi                                   on 2000/08/24  13:44:36
76859         Log: Make "make install" by default silent.  A new "install-verbose"
76860              target is verbose.
76861      Branch: perl
76862            ! Makefile.SH
76863 ____________________________________________________________________________
76864 [  6795] By: jhi                                   on 2000/08/24  13:39:14
76865         Log: Add silencer flags to installperl.
76866              
76867              Subject: [PATCH] Making installperl silent.
76868              From: <abigail@foad.org>
76869              Date: Thu, 24 Aug 2000 05:01:45 -0400
76870              Message-ID: <20000824090145.13141.qmail@foad.org>
76871      Branch: perl
76872            ! installperl
76873 ____________________________________________________________________________
76874 [  6794] By: jhi                                   on 2000/08/24  13:35:50
76875         Log: installperl couldn't tell whether it had run tests or not.
76876              
76877              Subject: [PATCH] Re: installperl and t/TEST
76878              From: <abigail@foad.org>
76879              Date: Thu, 24 Aug 2000 04:00:53 -0400
76880              Message-ID: <20000824080053.2494.qmail@foad.org>
76881      Branch: perl
76882            ! Makefile.SH installperl
76883 ____________________________________________________________________________
76884 [  6793] By: jhi                                   on 2000/08/24  13:27:50
76885         Log: Drop the separate perlbc, perlcc -b should be enough.
76886      Branch: perl
76887            - utils/perlbc.PL
76888            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
76889 ____________________________________________________________________________
76890 [  6792] By: jhi                                   on 2000/08/24  04:41:30
76891         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
76892              plus the typo fix from Peter Prymmer.
76893      Branch: perl
76894            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
76895            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
76896 ____________________________________________________________________________
76897 [  6791] By: jhi                                   on 2000/08/24  02:10:43
76898         Log: Replace #6705 with a minimal doc patch.
76899              
76900              Subject: [PATCH 5.6.0] replace change #6705
76901              From: Jan Dubois <jand@ActiveState.com>
76902              Date: Wed, 23 Aug 2000 18:31:51 -0700
76903              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
76904      Branch: perl
76905            ! lib/Win32.pod win32/win32.c
76906 ____________________________________________________________________________
76907 [  6790] By: jhi                                   on 2000/08/23  17:52:00
76908         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
76909              From: Mike Guy <mjtg@cam.ac.uk>
76910              Date: Wed, 23 Aug 2000 18:38:46 +0100
76911              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
76912      Branch: perl
76913            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
76914 ____________________________________________________________________________
76915 [  6789] By: jhi                                   on 2000/08/23  15:34:21
76916         Log: Update Changes.
76917      Branch: perl
76918            ! Changes patchlevel.h
76919 ____________________________________________________________________________
76920 [  6788] By: jhi                                   on 2000/08/23  15:33:40
76921         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
76922              From: Wilfredo Sánchez <wsanchez@apple.com>
76923              Date: Tue, 22 Aug 2000 19:31:27 -0700
76924              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
76925      Branch: perl
76926            ! perl.h
76927 ____________________________________________________________________________
76928 [  6787] By: jhi                                   on 2000/08/23  15:29:31
76929         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
76930              From: Spider Boardman <spider@leggy.zk3.dec.com>
76931              Date: Wed, 23 Aug 2000 10:33:23 -0400
76932              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
76933      Branch: perl
76934            ! lib/Pod/Html.pm
76935 ____________________________________________________________________________
76936 [  6786] By: jhi                                   on 2000/08/23  15:28:11
76937         Log: Bad makefile.
76938      Branch: perl
76939            ! ext/B/Makefile.PL
76940 ____________________________________________________________________________
76941 [  6785] By: jhi                                   on 2000/08/23  14:37:04
76942         Log: Update Changes.
76943      Branch: perl
76944            ! Changes patchlevel.h
76945 ____________________________________________________________________________
76946 [  6784] By: jhi                                   on 2000/08/23  13:58:41
76947         Log: Portability fix from Hugo van der Sanden.
76948      Branch: perl
76949            ! ext/re/Makefile.PL
76950 ____________________________________________________________________________
76951 [  6783] By: jhi                                   on 2000/08/23  13:53:53
76952         Log: Storable support, v-version fixes.
76953              
76954              Subject: CPAN.pm beta for testing available
76955              From: andreas.koenig@anima.de (Andreas J. Koenig)
76956              Date: 22 Aug 2000 23:31:33 +0200
76957              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
76958      Branch: perl
76959            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
76960 ____________________________________________________________________________
76961 [  6782] By: jhi                                   on 2000/08/23  13:51:26
76962         Log: Mac and other portability updates from Chris Nandor.
76963      Branch: perl
76964            ! pod/perlmodinstall.pod
76965 ____________________________________________________________________________
76966 [  6781] By: jhi                                   on 2000/08/23  13:47:33
76967         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
76968              From: Peter Prymmer <pvhp@forte.com>
76969              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
76970              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
76971      Branch: perl
76972            ! ext/Storable/Storable.xs
76973 ____________________________________________________________________________
76974 [  6780] By: jhi                                   on 2000/08/23  13:33:34
76975         Log: VMS MMS (make) wants null action.
76976      Branch: perl
76977            ! ext/B/Makefile.PL
76978 ____________________________________________________________________________
76979 [  6779] By: jhi                                   on 2000/08/22  19:44:47
76980         Log: Forgot portability nit.
76981      Branch: perl
76982            ! t/lib/st-forgive.t
76983 ____________________________________________________________________________
76984 [  6778] By: jhi                                   on 2000/08/22  19:35:25
76985         Log: Be portable.
76986      Branch: perl
76987            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
76988            ! t/lib/st-store.t
76989 ____________________________________________________________________________
76990 [  6777] By: jhi                                   on 2000/08/22  18:50:53
76991         Log: Update Changes.
76992      Branch: perl
76993            ! Changes patchlevel.h
76994 ____________________________________________________________________________
76995 [  6776] By: jhi                                   on 2000/08/22  18:44:46
76996         Log: cSVOPo_*v things index into the current PL_curpad
76997              under ithreads, which is different from the curpad
76998              used by the XSUB.  (In other words, the code as-is
76999              before this patch wouldn't work under ithreads.)
77000              From Sarathy.
77001      Branch: perl
77002            ! ext/B/B.xs
77003 ____________________________________________________________________________
77004 [  6775] By: jhi                                   on 2000/08/22  18:18:37
77005         Log: Make the selection of NVff et al stricter.
77006      Branch: metaconfig/U/perl
77007            ! perlxvf.U
77008      Branch: perl
77009            ! Configure config_h.SH
77010 ____________________________________________________________________________
77011 [  6774] By: jhi                                   on 2000/08/22  17:19:42
77012         Log: perldelta nits.
77013      Branch: perl
77014            ! pod/perldelta.pod
77015 ____________________________________________________________________________
77016 [  6773] By: jhi                                   on 2000/08/22  17:06:26
77017         Log: Long double fixes from Spider Boardman.
77018              
77019              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
77020              From: system PRIVILEGED account <root@peano.zk3.dec.com>
77021              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
77022              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
77023      Branch: perl
77024            ! t/lib/bigfltpm.t t/lib/st-06compat.t
77025 ____________________________________________________________________________
77026 [  6772] By: jhi                                   on 2000/08/22  15:04:53
77027         Log: Update Changes.
77028      Branch: perl
77029            ! Changes patchlevel.h
77030 ____________________________________________________________________________
77031 [  6771] By: jhi                                   on 2000/08/22  15:01:44
77032         Log: perldelta fixes from Hugo van der Sanden.
77033      Branch: perl
77034            ! pod/perldelta.pod
77035 ____________________________________________________________________________
77036 [  6770] By: jhi                                   on 2000/08/22  14:34:49
77037         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
77038              From: Hugo <hv@crypt.compulink.co.uk>
77039              Date: Tue, 22 Aug 2000 11:21:53 +0100
77040              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
77041      Branch: perl
77042            ! regcomp.c
77043 ____________________________________________________________________________
77044 [  6769] By: jhi                                   on 2000/08/22  14:30:02
77045         Log: Add Yitzchak, reformat.
77046      Branch: perl
77047            ! Changes config_h.SH
77048 ____________________________________________________________________________
77049 [  6768] By: jhi                                   on 2000/08/22  14:21:35
77050         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
77051              and Spider Boardman.
77052      Branch: metaconfig
77053            ! U/compline/d_gconvert.U
77054      Branch: perl
77055            ! Configure
77056 ____________________________________________________________________________
77057 [  6767] By: jhi                                   on 2000/08/22  14:11:24
77058         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
77059              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77060              Date: Mon, 21 Aug 2000 19:08:31 -0700
77061              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
77062      Branch: perl
77063            - ext/Storable/patchlevel.h
77064            ! MANIFEST ext/Storable/MANIFEST
77065 ____________________________________________________________________________
77066 [  6766] By: jhi                                   on 2000/08/22  13:49:29
77067         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
77068              From: Peter Prymmer <pvhp@forte.com>
77069              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
77070              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
77071      Branch: perl
77072            ! configure.com ext/Storable/Makefile.PL
77073 ____________________________________________________________________________
77074 [  6765] By: jhi                                   on 2000/08/22  13:44:59
77075         Log: Subject: [PATCH blead] B:: missing dependency
77076              From: Hugo <hv@crypt.compulink.co.uk>
77077              Date: Tue, 22 Aug 2000 06:44:33 +0100
77078              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
77079      Branch: perl
77080            ! ext/B/Makefile.PL
77081 ____________________________________________________________________________
77082 [  6764] By: jhi                                   on 2000/08/22  13:38:12
77083         Log: More bytecompiler.
77084      Branch: perl
77085            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
77086 ____________________________________________________________________________
77087 [  6763] By: jhi                                   on 2000/08/22  13:36:44
77088         Log: Bytecompiler patches from Benjamin Stuhl.
77089      Branch: perl
77090            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
77091            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
77092            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
77093            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
77094            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
77095            ! perl.c perlapi.h pod/perldelta.pod
77096 ____________________________________________________________________________
77097 [  6762] By: jhi                                   on 2000/08/21  23:43:40
77098         Log: An obsoleted diagnostic.
77099      Branch: perl
77100            ! pod/perldelta.pod
77101 ____________________________________________________________________________
77102 [  6761] By: jhi                                   on 2000/08/21  23:01:45
77103         Log: The #6759 wasn't quite right.
77104      Branch: perl
77105            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77106            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77107            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77108            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77109            ! t/lib/st-tieditems.t
77110 ____________________________________________________________________________
77111 [  6760] By: jhi                                   on 2000/08/21  22:35:49
77112         Log: Be verydeepclean.
77113      Branch: perl
77114            ! Makefile.SH
77115 ____________________________________________________________________________
77116 [  6759] By: jhi                                   on 2000/08/21  22:25:40
77117         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
77118              From: Peter Prymmer <pvhp@forte.com>
77119              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
77120              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
77121      Branch: perl
77122            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
77123            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
77124            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77125            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77126            ! t/lib/st-tieditems.t
77127 ____________________________________________________________________________
77128 [  6758] By: jhi                                   on 2000/08/21  22:22:32
77129         Log: Few more casts, need reported in
77130              
77131              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
77132              From: Mike Stok <mike@stok.co.uk>
77133              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
77134              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
77135              
77136              and
77137              
77138              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
77139              From: abigail@foad.org
77140              Date: 21 Aug 2000 21:31:34 -0000
77141              Message-Id: <20000821213134.30170.qmail@foad.org>
77142      Branch: perl
77143            ! ext/Storable/Storable.xs
77144 ____________________________________________________________________________
77145 [  6757] By: jhi                                   on 2000/08/21  18:37:07
77146         Log: Update Changes.
77147      Branch: perl
77148            ! Changes patchlevel.h
77149 ____________________________________________________________________________
77150 [  6756] By: jhi                                   on 2000/08/21  18:34:02
77151         Log: A pod nit.
77152              
77153              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
77154              From: <abigail@foad.org>
77155              Date: Mon, 21 Aug 2000 14:00:16 -0400
77156              Message-ID: <20000821180016.28627.qmail@foad.org>
77157      Branch: perl
77158            ! pod/perlre.pod
77159 ____________________________________________________________________________
77160 [  6755] By: jhi                                   on 2000/08/21  18:30:56
77161         Log: Use PodParser 1.18 new test.
77162      Branch: perl
77163            ! t/pod/special_seqs.t t/pod/special_seqs.xr
77164 ____________________________________________________________________________
77165 [  6754] By: jhi                                   on 2000/08/21  18:28:35
77166         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
77167              patches cannot be applied since #6712 conflicts.
77168      Branch: perl
77169            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
77170 ____________________________________________________________________________
77171 [  6753] By: jhi                                   on 2000/08/21  18:15:11
77172         Log: Weed out some smaller changes.
77173      Branch: perl
77174            ! pod/perldelta.pod
77175 ____________________________________________________________________________
77176 [  6752] By: jhi                                   on 2000/08/21  18:02:30
77177         Log: Also under djgpp the timestamps are funky.
77178      Branch: perl
77179            ! t/op/stat.t
77180 ____________________________________________________________________________
77181 [  6751] By: jhi                                   on 2000/08/21  17:55:56
77182         Log: Tweak the floating point output routine preferences.
77183      Branch: metaconfig
77184            ! U/compline/d_gconvert.U
77185      Branch: perl
77186            ! Configure
77187 ____________________________________________________________________________
77188 [  6750] By: jhi                                   on 2000/08/21  17:51:29
77189         Log: Unicos/mk requires elaborate paranoia.
77190      Branch: perl
77191            ! lib/Math/Complex.pm
77192 ____________________________________________________________________________
77193 [  6749] By: gsar                                  on 2000/08/21  16:53:31
77194         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
77195      Branch: perl
77196            ! lib/Cwd.pm
77197 ____________________________________________________________________________
77198 [  6748] By: gsar                                  on 2000/08/21  16:22:19
77199         Log: free TLS slot properly on Windows
77200      Branch: perl
77201            ! thread.h win32/perllib.c win32/win32thread.h
77202 ____________________________________________________________________________
77203 [  6747] By: jhi                                   on 2000/08/21  16:20:58
77204         Log: Rename the macro argument because some preprocessors
77205              can't tell the difference and expand arguments also inside
77206              double quoted strings.
77207      Branch: perl
77208            ! regcomp.c
77209 ____________________________________________________________________________
77210 [  6746] By: jhi                                   on 2000/08/21  16:09:41
77211         Log: Support long doubles in Storable.
77212              
77213              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
77214              From: Radu Greab <radu@netsoft.ro>
77215              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
77216              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
77217      Branch: perl
77218            ! ext/Storable/Storable.xs
77219 ____________________________________________________________________________
77220 [  6745] By: jhi                                   on 2000/08/21  15:51:40
77221         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
77222              From: "Fifer, Eric" <EFifer@sanwaint.com>
77223              Date: Mon, 21 Aug 2000 15:34:49 +0100
77224              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
77225      Branch: perl
77226            ! t/pragma/warn/9enabled
77227 ____________________________________________________________________________
77228 [  6744] By: jhi                                   on 2000/08/21  15:39:35
77229         Log: Document the endianness of Alpha more precisely.
77230      Branch: perl
77231            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
77232            ! pod/perlport.pod
77233 ____________________________________________________________________________
77234 [  6743] By: jhi                                   on 2000/08/21  14:47:05
77235         Log: perldelta fixes from the p5p crowd.
77236      Branch: perl
77237            ! pod/perldelta.pod pod/perlop.pod
77238 ____________________________________________________________________________
77239 [  6742] By: jhi                                   on 2000/08/21  13:34:51
77240         Log: Update to Pod::LaTeX 0.53.
77241              
77242              Subject: [PATCH] lib/Pod/LaTeX.pm updates
77243              From: Tim Jenness <timj@jach.hawaii.edu>
77244              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
77245              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
77246      Branch: perl
77247            ! lib/Pod/LaTeX.pm
77248 ____________________________________________________________________________
77249 [  6741] By: jhi                                   on 2000/08/21  13:33:01
77250         Log: Subject: [PATCH] os2.c fix for use64bitint
77251              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77252              Date: Mon, 21 Aug 2000 01:32:25 -0700
77253              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
77254      Branch: perl
77255            ! os2/os2.c
77256 ____________________________________________________________________________
77257 [  6740] By: jhi                                   on 2000/08/21  13:28:52
77258         Log: Array context keeps slithering in.
77259              
77260              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
77261              From: Daniel Chetlin <daniel@chetlin.com>
77262              Date: Sun, 20 Aug 2000 21:40:25 -0700
77263              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
77264      Branch: perl
77265            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
77266            ! pod/perldebtut.pod
77267 ____________________________________________________________________________
77268 [  6739] By: jhi                                   on 2000/08/21  13:23:55
77269         Log: Big-endian quad fixes for Storable from Radu Greab,
77270              plus few explicit null casts for picky compilers.
77271      Branch: perl
77272            ! ext/Storable/Storable.xs
77273 ____________________________________________________________________________
77274 [  6738] By: gsar                                  on 2000/08/21  05:56:13
77275         Log: small tweaks for change#6705: avoid C++ style comments in C code;
77276              use Perl's malloc API rather than the low level system one
77277      Branch: perl
77278            ! win32/win32.c
77279 ____________________________________________________________________________
77280 [  6737] By: gsar                                  on 2000/08/21  05:35:41
77281         Log: add Storable to list of extensions on Windows
77282      Branch: perl
77283            ! win32/Makefile win32/makefile.mk
77284 ____________________________________________________________________________
77285 [  6736] By: jhi                                   on 2000/08/21  02:57:53
77286         Log: Update Changes.
77287      Branch: perl
77288            ! Changes patchlevel.h
77289 ____________________________________________________________________________
77290 [  6735] By: jhi                                   on 2000/08/21  02:57:20
77291         Log: Draft 0.
77292      Branch: perl
77293            ! pod/perldelta.pod
77294 ____________________________________________________________________________
77295 [  6734] By: jhi                                   on 2000/08/21  02:57:03
77296         Log: Add Storable 0.7.2 from Raphael Manfredi,
77297              plus the patch from
77298              
77299              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
77300              From: Radu Greab <radu@netsoft.ro>
77301              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
77302              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
77303              
77304              plus changes to get Storable to compile with
77305              picky ANSI compilers.
77306      Branch: perl
77307            + ext/Storable/ChangeLog ext/Storable/MANIFEST
77308            + ext/Storable/Makefile.PL ext/Storable/README
77309            + ext/Storable/Storable.pm ext/Storable/Storable.xs
77310            + ext/Storable/patchlevel.h t/lib/st-06compat.t
77311            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
77312            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
77313            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
77314            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
77315            + t/lib/st-tieditems.t
77316            ! MANIFEST
77317 ____________________________________________________________________________
77318 [  6733] By: jhi                                   on 2000/08/21  02:29:09
77319         Log: The correct cleaning order is an art.
77320      Branch: perl
77321            ! Makefile.SH
77322 ____________________________________________________________________________
77323 [  6732] By: jhi                                   on 2000/08/21  01:23:39
77324         Log: The #6724 is here.
77325      Branch: perl
77326            ! t/lib/ftmp-security.t
77327 ____________________________________________________________________________
77328 [  6731] By: jhi                                   on 2000/08/20  23:17:03
77329         Log: s/this one/the 5.6.0 release/
77330      Branch: perl
77331            ! pod/perl56delta.pod
77332 ____________________________________________________________________________
77333 [  6730] By: jhi                                   on 2000/08/20  23:07:34
77334         Log: Mention perlebcdic and perlposix-bc.
77335      Branch: perl
77336            ! pod/perlport.pod
77337 ____________________________________________________________________________
77338 [  6729] By: jhi                                   on 2000/08/20  21:32:59
77339         Log: Document the number of exponent digits.
77340      Branch: perl
77341            ! pod/perlfunc.pod
77342 ____________________________________________________________________________
77343 [  6728] By: jhi                                   on 2000/08/20  21:16:47
77344         Log: Use File::Spec->tmpdir().
77345              
77346              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
77347              From: Tim Jenness <timj@jach.hawaii.edu>
77348              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
77349              MIME-Version: 1.0
77350              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
77351      Branch: perl
77352            ! utils/perlbug.PL
77353 ____________________________________________________________________________
77354 [  6727] By: jhi                                   on 2000/08/20  20:43:32
77355         Log: Update Changes.
77356      Branch: perl
77357            ! Changes patchlevel.h
77358 ____________________________________________________________________________
77359 [  6726] By: jhi                                   on 2000/08/20  20:41:44
77360         Log: The veryclean target needs to clobber.
77361      Branch: perl
77362            ! Makefile.SH
77363 ____________________________________________________________________________
77364 [  6725] By: jhi                                   on 2000/08/20  20:37:38
77365         Log: Document odd vs even subreleases and -Dusedevel.
77366      Branch: perl
77367            ! INSTALL
77368 ____________________________________________________________________________
77369 [  6724] By: jhi                                   on 2000/08/20  19:58:05
77370         Log: Use temporary directory instead of current directory.
77371              
77372              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
77373              From: Tim Jenness <timj@jach.hawaii.edu>
77374              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
77375              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
77376      Branch: perl
77377            ! t/lib/ftmp-security.t
77378 ____________________________________________________________________________
77379 [  6723] By: jhi                                   on 2000/08/20  19:55:55
77380         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
77381              From: andreas.koenig@anima.de (Andreas J. Koenig)
77382              Date: 20 Aug 2000 15:52:03 +0200
77383              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
77384      Branch: perl
77385            ! lib/ExtUtils/MM_Unix.pm
77386 ____________________________________________________________________________
77387 [  6722] By: jhi                                   on 2000/08/20  19:46:01
77388         Log: Update to CGI 2.72, from Lincoln Stein.
77389      Branch: perl
77390            ! lib/CGI.pm
77391 ____________________________________________________________________________
77392 [  6721] By: jhi                                   on 2000/08/20  19:43:54
77393         Log: (Replaced by #8364.)
77394              
77395              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
77396              From: Radu Greab <radu@netsoft.ro>
77397              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
77398              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
77399      Branch: perl
77400            ! ext/GDBM_File/GDBM_File.xs
77401 ____________________________________________________________________________
77402 [  6720] By: jhi                                   on 2000/08/20  19:42:01
77403         Log: pp_open() could pass an uninitialized filename down to do_open9().
77404      Branch: perl
77405            ! pp_sys.c
77406 ____________________________________________________________________________
77407 [  6719] By: jhi                                   on 2000/08/20  14:06:41
77408         Log: UTF8 concat fixes.
77409              
77410              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
77411              From: Hugo <hv@crypt.compulink.co.uk>
77412              Date: Sun, 20 Aug 2000 07:30:46 +0100
77413              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
77414      Branch: perl
77415            ! pp_hot.c t/op/append.t
77416 ____________________________________________________________________________
77417 [  6718] By: jhi                                   on 2000/08/20  02:09:37
77418         Log: Let's try #6717 again.
77419      Branch: perl
77420            ! lib/File/Temp.pm
77421 ____________________________________________________________________________
77422 [  6717] By: jhi                                   on 2000/08/20  01:56:55
77423         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
77424              From: "Craig A. Berry" <craig.berry@metamorgs.com>
77425              Date: Sat, 19 Aug 2000 18:15:39 -0500
77426              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
77427      Branch: perl
77428            ! lib/File/Temp.pm
77429 ____________________________________________________________________________
77430 [  6716] By: jhi                                   on 2000/08/19  15:50:11
77431         Log: Update Changes.
77432      Branch: perl
77433            ! Changes patchlevel.h
77434 ____________________________________________________________________________
77435 [  6715] By: jhi                                   on 2000/08/19  15:39:09
77436         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
77437              From: Jonathan D Johnston <jdjohnston2@juno.com>
77438              Date: Thu, 17 Aug 2000 23:13:01 -0400       
77439              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
77440      Branch: perl
77441            ! pod/perlfunc.pod
77442 ____________________________________________________________________________
77443 [  6714] By: jhi                                   on 2000/08/19  15:34:04
77444         Log: Introduce a 'veryclean' target that is like 'distclean'
77445              but also removes *~ and *.orig.
77446      Branch: perl
77447            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
77448            ! utils/Makefile x2p/Makefile.SH
77449 ____________________________________________________________________________
77450 [  6713] By: jhi                                   on 2000/08/19  14:15:45
77451         Log: Put back the long double avoidance code to POSIX.xs
77452              because VMS seems to need it still.
77453      Branch: perl
77454            ! ext/POSIX/POSIX.xs
77455 ____________________________________________________________________________
77456 [  6712] By: jhi                                   on 2000/08/19  14:10:41
77457         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
77458              From: Peter Prymmer <pvhp@forte.com>
77459              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
77460              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
77461      Branch: perl
77462            ! lib/Pod/Find.pm t/pod/find.t
77463 ____________________________________________________________________________
77464 [  6711] By: jhi                                   on 2000/08/19  14:09:19
77465         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
77466              From: Peter Prymmer <pvhp@forte.com>
77467              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
77468              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
77469              cc: vmsperl@perl.org
77470      Branch: perl
77471            ! t/lib/peek.t
77472 ____________________________________________________________________________
77473 [  6710] By: jhi                                   on 2000/08/19  14:08:01
77474         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
77475              From: Jan Dubois <jand@ActiveState.com>
77476              Date: Fri, 18 Aug 2000 16:31:48 -0700
77477              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
77478      Branch: perl
77479            ! win32/win32.c
77480 ____________________________________________________________________________
77481 [  6709] By: jhi                                   on 2000/08/19  14:06:57
77482         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
77483              
77484              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
77485              From: Spider.Boardman@Orb.Nashua.NH.US
77486              Date: Fri, 18 Aug 2000 18:41:14 -0400
77487              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
77488      Branch: perl
77489            ! regcomp.c
77490 ____________________________________________________________________________
77491 [  6708] By: jhi                                   on 2000/08/18  22:04:49
77492         Log: Update Changes.
77493      Branch: perl
77494            ! Changes patchlevel.h
77495 ____________________________________________________________________________
77496 [  6707] By: jhi                                   on 2000/08/18  21:55:14
77497         Log: Add warnif(), check warnings further up the stack,
77498              all the warnings functions now can take an optional object reference.
77499              
77500              Subject: [PATCH bleedperl@6691] warnings pragma update
77501              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
77502              Date: Fri, 18 Aug 2000 22:42:06 +0100
77503              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
77504      Branch: perl
77505            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
77506            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
77507            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
77508 ____________________________________________________________________________
77509 [  6706] By: jhi                                   on 2000/08/18  21:41:45
77510         Log: Typo in pp_complement().
77511              
77512              Subject: [PATCH perl-current] Deparse
77513              From: Peter Scott <Peter@PSDT.com>
77514              Date: Fri, 18 Aug 2000 12:44:37 -0700
77515              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
77516      Branch: perl
77517            ! ext/B/B/Deparse.pm
77518 ____________________________________________________________________________
77519 [  6705] By: jhi                                   on 2000/08/18  21:25:59
77520         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
77521              From: Jan Dubois <jand@ActiveState.com>
77522              Date: Fri, 18 Aug 2000 14:22:51 -0700
77523              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
77524      Branch: perl
77525            ! lib/Win32.pod win32/win32.c
77526 ____________________________________________________________________________
77527 [  6704] By: jhi                                   on 2000/08/18  21:16:14
77528         Log: Don't eat leading os from index entries.
77529              
77530              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
77531              From: Russ Allbery <rra@stanford.edu>
77532              Date: 10 Aug 2000 20:49:25 -0700
77533              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
77534      Branch: perl
77535            ! lib/Pod/Man.pm
77536 ____________________________________________________________________________
77537 [  6703] By: jhi                                   on 2000/08/18  21:07:06
77538         Log: Add [[:blank:]] as suggested in
77539              
77540              Subject: [ID 20000716.024] [=cc=] / [:blank:]
77541              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
77542              Date: Sun, 16 Jul 2000 17:55:29 -0700
77543              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
77544              
77545              (the [=cc=] has already been taken care of by #6439
77546              so the whole bug report can be closed)
77547              
77548              and make [[:space:]] to be equivalent to isspace(3)
77549              (as opposed to \s, which is isSPACE()).  The difference
77550              is that now [[:space:]] matches the mythical vertical tab,
77551              while \s doesn't.
77552      Branch: perl
77553            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
77554            ! regexec.c t/op/pat.t
77555 ____________________________________________________________________________
77556 [  6702] By: jhi                                   on 2000/08/18  18:47:47
77557         Log: The new tests were missing from #6415.
77558      Branch: perl
77559            ! t/op/bop.t
77560 ____________________________________________________________________________
77561 [  6701] By: jhi                                   on 2000/08/18  18:20:40
77562         Log: Document the NDBM_File and ODBM_File as SDBM_File
77563              was documented in #6417.
77564      Branch: perl
77565            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
77566            ! ext/SDBM_File/SDBM_File.pm
77567 ____________________________________________________________________________
77568 [  6700] By: jhi                                   on 2000/08/18  18:10:39
77569         Log: Subject: [PATCH perl@6698] cygwin port
77570              From: "Fifer, Eric" <EFifer@sanwaint.com>
77571              Date: Fri, 18 Aug 2000 17:30:05 +0100
77572              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
77573      Branch: perl
77574            ! lib/File/Temp.pm
77575 ____________________________________________________________________________
77576 [  6699] By: jhi                                   on 2000/08/18  16:21:49
77577         Log: Document code point which makes if (defined %stash::) to work
77578              (noted by Spider Boardman).
77579      Branch: perl
77580            ! op.c
77581 ____________________________________________________________________________
77582 [  6698] By: jhi                                   on 2000/08/18  13:43:27
77583         Log: Update Changes.
77584      Branch: perl
77585            ! Changes patchlevel.h
77586 ____________________________________________________________________________
77587 [  6697] By: jhi                                   on 2000/08/18  13:35:57
77588         Log: Tiny Getopt::Long patch from Johan Vromans.
77589      Branch: perl
77590            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
77591 ____________________________________________________________________________
77592 [  6696] By: jhi                                   on 2000/08/18  13:26:14
77593         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
77594              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
77595              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
77596              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
77597      Branch: perl
77598            ! pod/perldiag.pod pod/perlsyn.pod
77599 ____________________________________________________________________________
77600 [  6695] By: jhi                                   on 2000/08/18  13:13:26
77601         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
77602              From: Daniel Chetlin <daniel@chetlin.com>
77603              Date: Fri, 18 Aug 2000 03:13:36 -0700
77604              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
77605      Branch: perl
77606            ! pod/perlfunc.pod
77607 ____________________________________________________________________________
77608 [  6694] By: jhi                                   on 2000/08/18  13:08:05
77609         Log: Subject: [PATCH] perltrap.pod spring cleaning
77610              From: Daniel Chetlin <daniel@chetlin.com>
77611              Date: Fri, 18 Aug 2000 03:06:54 -0700
77612              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
77613              
77614              plus Mike Guy's nitfix.
77615      Branch: perl
77616            ! pod/perltrap.pod
77617 ____________________________________________________________________________
77618 [  6693] By: jhi                                   on 2000/08/18  13:00:26
77619         Log: Unbuffer the output.
77620              
77621              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
77622              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
77623              Date: Thu, 17 Aug 2000 18:39:29 -0700
77624              Message-ID: <RPJn5gzkgydf092yn@efn.org>
77625      Branch: perl
77626            ! t/op/fork.t
77627 ____________________________________________________________________________
77628 [  6692] By: jhi                                   on 2000/08/18  05:19:17
77629         Log: Delete the image, too, not just its MANIFEStation.
77630      Branch: perl
77631            - lib/CGI/eg/wilogo.gif
77632 ____________________________________________________________________________
77633 [  6691] By: jhi                                   on 2000/08/18  05:10:26
77634         Log: Propagate new Configure vars.
77635      Branch: perl
77636            ! configure.com epoc/config.sh uconfig.h uconfig.sh
77637            ! vos/config.def vos/config.h vos/config_h.SH_orig
77638            ! win32/config.bc win32/config.gc win32/config.vc
77639            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
77640 ____________________________________________________________________________
77641 [  6690] By: jhi                                   on 2000/08/18  04:30:56
77642         Log: Update Changes.
77643      Branch: perl
77644            ! Changes patchlevel.h
77645 ____________________________________________________________________________
77646 [  6689] By: jhi                                   on 2000/08/18  04:12:30
77647         Log: Fix the lib/complex failure of
77648              
77649              From: abigail@foad.org
77650              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
77651              Date: 15 Aug 2000 04:06:38 -0000
77652              Message-Id: <20000815040638.8524.qmail@foad.org> 
77653              
77654              Linux long double accuracy issue: something that
77655              when printed with %g looks like "2" but int() of it is 1.
77656      Branch: perl
77657            ! lib/Math/Complex.pm
77658 ____________________________________________________________________________
77659 [  6688] By: jhi                                   on 2000/08/18  03:15:35
77660         Log: The byteorder code in #6671 was wrong.
77661      Branch: perl
77662            ! configpm
77663 ____________________________________________________________________________
77664 [  6687] By: jhi                                   on 2000/08/18  02:08:42
77665         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
77666              From: Jan Dubois <jand@ActiveState.com>
77667              Date: Thu, 17 Aug 2000 18:31:55 -0700
77668              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
77669      Branch: perl
77670            ! sv.c
77671 ____________________________________________________________________________
77672 [  6686] By: jhi                                   on 2000/08/18  02:04:15
77673         Log: Use NVs in POSIX math, not doubles.
77674              
77675              From: abigail@foad.org
77676              Subject: [ID 20000817.014] POSIX & modfl
77677              Date: 17 Aug 2000 20:49:18 -0000
77678              Message-Id: <20000817204918.23123.qmail@foad.org>
77679      Branch: perl
77680            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
77681 ____________________________________________________________________________
77682 [  6685] By: jhi                                   on 2000/08/18  02:02:12
77683         Log: Introduce NVef, NVff, and NVgf, use the middle one.
77684              (helps for lib/peek + Linux + long doubles)  Reported in
77685              
77686              From: abigail@foad.org
77687              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
77688              Date: 15 Aug 2000 04:06:38 -0000
77689              Message-Id: <20000815040638.8524.qmail@foad.org> 
77690              
77691              (note: the lib/complex failure has not yet been addressed)
77692      Branch: metaconfig/U/perl
77693            ! perlxvf.U
77694      Branch: perl
77695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77696            ! config_h.SH dump.c perl.h pod/perlguts.pod
77697 ____________________________________________________________________________
77698 [  6684] By: jhi                                   on 2000/08/17  23:22:19
77699         Log: Add byteorder to the myconfig output.
77700      Branch: perl
77701            ! myconfig.SH
77702 ____________________________________________________________________________
77703 [  6683] By: jhi                                   on 2000/08/17  23:20:19
77704         Log: The image doth not exist, spotted by Johan Vromans.
77705      Branch: perl
77706            ! MANIFEST
77707 ____________________________________________________________________________
77708 [  6682] By: jhi                                   on 2000/08/17  22:38:16
77709         Log: Document what the backtick returns if the command fails.
77710      Branch: perl
77711            ! pod/perlop.pod
77712 ____________________________________________________________________________
77713 [  6681] By: jhi                                   on 2000/08/17  22:33:12
77714         Log: Do not use prototyping here.
77715              
77716              Subject: [ID 20000817.016] [PATCH] Peek.xs
77717              From: abigail@foad.org
77718              Date: 17 Aug 2000 20:55:56 -0000
77719              Message-Id: <20000817205556.24270.qmail@foad.org>
77720      Branch: perl
77721            ! ext/Devel/Peek/Makefile.PL
77722 ____________________________________________________________________________
77723 [  6680] By: jhi                                   on 2000/08/17  19:46:43
77724         Log: Don't propose using modules built for 5.005 if no binary
77725              compatibility with 5.005 is attempted.
77726              
77727              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
77728              Subject: Minor nit with 5.7.0 (6655)
77729              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
77730              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
77731      Branch: metaconfig
77732            ! U/installdirs/inc_version_list.U
77733      Branch: perl
77734            ! Configure config_h.SH
77735 ____________________________________________________________________________
77736 [  6679] By: jhi                                   on 2000/08/17  19:16:39
77737         Log: Microperl config update.
77738      Branch: perl
77739            ! uconfig.h uconfig.sh
77740 ____________________________________________________________________________
77741 [  6678] By: jhi                                   on 2000/08/17  19:16:13
77742         Log: The #6648 wasn't protective enough for limited platforms
77743              (like microperl).
77744      Branch: perl
77745            ! dump.c sv.c
77746 ____________________________________________________________________________
77747 [  6677] By: jhi                                   on 2000/08/17  14:46:35
77748         Log: Update Changes.
77749      Branch: perl
77750            ! Changes patchlevel.h
77751 ____________________________________________________________________________
77752 [  6676] By: jhi                                   on 2000/08/17  14:44:02
77753         Log: Add perlebcdic from Peter Prymmer, regen toc.
77754      Branch: perl
77755            + pod/perlebcdic.pod
77756            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
77757 ____________________________________________________________________________
77758 [  6675] By: jhi                                   on 2000/08/17  14:41:52
77759         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
77760      Branch: perl
77761            ! pod/perldebtut.pod
77762 ____________________________________________________________________________
77763 [  6674] By: jhi                                   on 2000/08/17  14:29:43
77764         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
77765              
77766              Subject: [ID 20000724.006] -DLEAKTEST problem
77767              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
77768              Date: Tue, 25 Jul 2000 00:36:32 -0500
77769              Message-Id: <20000725003632.A26186@www.llamacom.com>
77770              
77771              Reminder sent
77772              
77773              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
77774              From: Hugo <hv@crypt.compulink.co.uk>
77775              Date: Thu, 17 Aug 2000 15:23:42 +0100
77776              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
77777      Branch: perl
77778            ! util.c
77779 ____________________________________________________________________________
77780 [  6673] By: jhi                                   on 2000/08/17  04:07:10
77781         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
77782              From: John Peacock <JPeacock@UnivPress.com>
77783              Date: Tue, 01 Aug 2000 09:38:12 -0400
77784              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
77785      Branch: perl
77786            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
77787 ____________________________________________________________________________
77788 [  6672] By: jhi                                   on 2000/08/17  03:04:35
77789         Log: Subject: [PATCH] Cwd.pm now uses strict
77790              From: Tim Jenness <timj@jach.hawaii.edu>
77791              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
77792              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
77793      Branch: perl
77794            ! lib/Cwd.pm
77795 ____________________________________________________________________________
77796 [  6671] By: jhi                                   on 2000/08/17  02:16:35
77797         Log: Make $Config{byteorder} more magical so that it is
77798              dynamically computed: nice for 'fat binaries'.
77799              
77800              Subject: [PATCH]: default byteorder
77801              From: Wilfredo Sánchez <wsanchez@apple.com>
77802              Date: Mon, 31 Jul 2000 19:45:31 -0700
77803              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
77804      Branch: perl
77805            ! configpm
77806 ____________________________________________________________________________
77807 [  6670] By: gsar                                  on 2000/08/17  01:22:21
77808         Log: move WNOHANG definition to where other such things are
77809      Branch: perl
77810            ! win32/win32.h
77811 ____________________________________________________________________________
77812 [  6669] By: jhi                                   on 2000/08/17  01:19:17
77813         Log: Update Changes.
77814      Branch: perl
77815            ! Changes patchlevel.h
77816 ____________________________________________________________________________
77817 [  6668] By: jhi                                   on 2000/08/17  01:16:29
77818         Log: Doc nits spotted by Richard Soderberg.
77819      Branch: perl
77820            ! README.posix-bc README.vmesa
77821 ____________________________________________________________________________
77822 [  6667] By: jhi                                   on 2000/08/17  01:12:11
77823         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
77824              From: "Casey R. Tweten" <crt@kiski.net>
77825              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
77826              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
77827      Branch: perl
77828            ! pod/perldebtut.pod
77829 ____________________________________________________________________________
77830 [  6666] By: jhi                                   on 2000/08/17  01:09:31
77831         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
77832              From: "Casey R. Tweten" <crt@kiski.net>
77833              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
77834              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
77835      Branch: perl
77836            ! lib/Shell.pm
77837 ____________________________________________________________________________
77838 [  6665] By: gsar                                  on 2000/08/17  01:03:52
77839         Log: add "ok" targets from change#6632 in makefile.mk
77840      Branch: perl
77841            ! pod/perlport.pod win32/Makefile win32/makefile.mk
77842 ____________________________________________________________________________
77843 [  6664] By: gsar                                  on 2000/08/17  00:56:11
77844         Log: avoid warnings from dense compiler
77845      Branch: perl
77846            ! win32/win32.c
77847 ____________________________________________________________________________
77848 [  6663] By: jhi                                   on 2000/08/17  00:51:49
77849         Log: Tweak the regex compilation errors once more.
77850      Branch: perl
77851            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
77852            ! t/op/regmesg.t t/pragma/warn/regcomp
77853 ____________________________________________________________________________
77854 [  6662] By: gsar                                  on 2000/08/17  00:28:19
77855         Log: trailing new %ENV entries weren't being pushed into the real
77856              environment of subprocesses on Windows
77857      Branch: perl
77858            ! t/op/magic.t win32/perlhost.h
77859 ____________________________________________________________________________
77860 [  6661] By: gsar                                  on 2000/08/17  00:19:20
77861         Log: waitpid() now handles externally spawned pids correctly;
77862              fixes for backtick/wait/waitpid failures on Windows 9x
77863              
77864              these changes make the pid returned by process functions on
77865              Windows 9x always positive by clearing the high bit (which
77866              is always set on Win9x); pseudo-process PIDs are likewise
77867              always negative now on Win9x (just as on NT/2000)
77868      Branch: perl
77869            ! pp_sys.c win32/perlhost.h win32/win32.c
77870 ____________________________________________________________________________
77871 [  6660] By: jhi                                   on 2000/08/17  00:04:32
77872         Log: Retract #6645.
77873      Branch: perl
77874            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
77875            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
77876            ! t/op/sprintf.t
77877 ____________________________________________________________________________
77878 [  6659] By: gsar                                  on 2000/08/16  23:59:28
77879         Log: on windows, the return values from wait() and waitpid() don't
77880              match those of pseudo-pids
77881      Branch: perl
77882            ! pp_sys.c t/op/fork.t util.c win32/win32.c
77883 ____________________________________________________________________________
77884 [  6658] By: gsar                                  on 2000/08/16  23:56:14
77885         Log: pod nit seen in passing
77886      Branch: perl
77887            ! pod/perlfunc.pod
77888 ____________________________________________________________________________
77889 [  6657] By: gsar                                  on 2000/08/16  23:53:42
77890         Log: change#6328 could make close(SOCKET) return false on windows
77891              when it shouldn't
77892      Branch: perl
77893            ! win32/win32sck.c
77894 ____________________________________________________________________________
77895 [  6656] By: gsar                                  on 2000/08/16  23:46:57
77896         Log: check that the number pseudo children doesn't exceed
77897              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
77898              the WaitForMultipleObjects() limit that would cause wait()
77899              to crash)
77900              
77901              wait() and waitpid() could potentially be rewritten to use
77902              more than one thread to do the waiting to eliminate this
77903              limitation
77904      Branch: perl
77905            ! win32/perlhost.h
77906 ____________________________________________________________________________
77907 [  6655] By: jhi                                   on 2000/08/16  14:11:05
77908         Log: Update Changes.
77909      Branch: perl
77910            ! Changes patchlevel.h
77911 ____________________________________________________________________________
77912 [  6654] By: jhi                                   on 2000/08/16  14:10:12
77913         Log: Update to perldebtut 1.9, from Richard Foley.
77914      Branch: perl
77915            ! pod/perldebtut.pod
77916 ____________________________________________________________________________
77917 [  6653] By: jhi                                   on 2000/08/16  14:08:17
77918         Log: Change the regx compilation error markers to use = instead of <
77919              since pod makes using the latter quite messy.  Reported in
77920              ID 20000814.006 by Abigail and in
77921              Subject: Unknown escape E<> ?
77922              From: Lupe Christoph <lupe@lupe-christoph.de>
77923              Date: Fri, 11 Aug 2000 00:30:27 +0200
77924              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
77925      Branch: perl
77926            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
77927            ! t/op/regmesg.t t/pragma/warn/regcomp
77928 ____________________________________________________________________________
77929 [  6652] By: jhi                                   on 2000/08/16  13:25:31
77930         Log: Change the perlbug address to perl.org since it's more forgiving.
77931              
77932              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
77933              From: abigail@foad.org
77934              Date: 15 Aug 2000 04:15:40 -0000
77935              Message-Id: <20000815041540.8633.qmail@foad.org>
77936      Branch: perl
77937            ! utils/perlbug.PL
77938 ____________________________________________________________________________
77939 [  6651] By: jhi                                   on 2000/08/16  13:22:35
77940         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
77941              From: Tim Jenness <timj@jach.hawaii.edu>
77942              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
77943              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
77944      Branch: perl
77945            ! lib/Cwd.pm
77946 ____________________________________________________________________________
77947 [  6650] By: jhi                                   on 2000/08/16  13:18:13
77948         Log: Update to CPAN 1.57.
77949              
77950              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
77951              From: andreas.koenig@anima.de (Andreas J. Koenig)
77952              Date: 16 Aug 2000 15:09:46 +0200
77953              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
77954      Branch: perl
77955            ! lib/CPAN.pm
77956 ____________________________________________________________________________
77957 [  6649] By: jhi                                   on 2000/08/16  13:12:31
77958         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
77959              From: "Larry W. Virden" <lvirden@cas.org>
77960              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
77961              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
77962      Branch: perl
77963            ! README.hpux
77964 ____________________________________________________________________________
77965 [  6648] By: jhi                                   on 2000/08/16  13:03:53
77966         Log: The numeric locale was reset to "C" by s?printf and never restored.
77967              
77968              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
77969              From: Christian Kirsch <ck@held.mind.de>
77970              Date: Wed, 9 Aug 2000 17:05:17 +0200
77971              Message-Id: <20000809170517.A25389@held>
77972              
77973              No test since adding the failing example to locale.t
77974              does not fail -- probably because the locale settings are so
77975              thoroughly tweaked by that time.  Running the example standalone
77976              does fail, though.  UPDATE: test case added at change #7540.
77977      Branch: perl
77978            ! dump.c perl.h pp.c pp_ctl.c sv.c
77979 ____________________________________________________________________________
77980 [  6647] By: jhi                                   on 2000/08/16  00:07:54
77981         Log: Update Changes and test semi-automatic patchlevel updating.
77982      Branch: perl
77983            ! Changes patchlevel.h
77984 ____________________________________________________________________________
77985 [  6646] By: jhi                                   on 2000/08/15  23:35:07
77986         Log: Fix a dependency problem.
77987              
77988              Subject: [PATCH: 6640] VMS Makefile.SH update
77989              From: Peter Prymmer <pvhp@forte.com>
77990              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
77991              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
77992      Branch: perl
77993            ! vms/descrip_mms.template
77994 ____________________________________________________________________________
77995 [  6645] By: jhi                                   on 2000/08/15  23:33:23
77996         Log: (Retracted by #6660)
77997              
77998              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
77999              From: Dominic Dunlop <domo@computer.org>
78000              Date: Tue, 15 Aug 2000 22:20:52 +0200
78001              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
78002      Branch: metaconfig/U/perl
78003            + d_printfed.U
78004      Branch: perl
78005            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78006            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
78007            ! t/op/sprintf.t
78008 ____________________________________________________________________________
78009 [  6644] By: jhi                                   on 2000/08/15  21:17:20
78010         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
78011              From: abigail@foad.org
78012              Date: 15 Aug 2000 20:12:41 -0000
78013              Message-Id: <20000815201241.25556.qmail@foad.org>
78014      Branch: perl
78015            ! INSTALL
78016 ____________________________________________________________________________
78017 [  6643] By: jhi                                   on 2000/08/15  21:15:28
78018         Log: (an already applied patch)
78019      Branch: perl
78020            ! lib/CGI.pm
78021 ____________________________________________________________________________
78022 [  6642] By: gsar                                  on 2000/08/15  19:54:05
78023         Log: magic callbacks all need to have same type signature
78024      Branch: perl
78025            ! embed.pl mg.c proto.h
78026 ____________________________________________________________________________
78027 [  6641] By: jhi                                   on 2000/08/15  17:56:27
78028         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)
78029              From: Mike Guy <mjtg@cam.ac.uk>
78030              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
78031              Date: Tue, 15 Aug 2000 18:26:45 +0100
78032              
78033              Only the peek.t part applied, not the hash quality part.
78034      Branch: perl
78035            ! t/lib/peek.t
78036 ____________________________________________________________________________
78037 [  6640] By: jhi                                   on 2000/08/15  16:37:37
78038         Log: Update Changes.
78039      Branch: perl
78040            ! Changes
78041 ____________________________________________________________________________
78042 [  6639] By: jhi                                   on 2000/08/15  16:34:55
78043         Log: Missed a file from #6638.
78044      Branch: perl
78045            ! lib/File/Temp.pm
78046 ____________________________________________________________________________
78047 [  6638] By: jhi                                   on 2000/08/15  16:33:19
78048         Log: Subject: [PATCH perl@6620] cygwin port
78049              From: "Fifer, Eric" <EFifer@sanwaint.com>
78050              Date: Tue, 15 Aug 2000 17:00:49 +0100
78051              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
78052      Branch: perl
78053            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
78054 ____________________________________________________________________________
78055 [  6637] By: jhi                                   on 2000/08/15  16:29:22
78056         Log: Subject: [PATCH] debugger exit code should reflect user exit code
78057              From: Mike Guy <mjtg@cam.ac.uk>
78058              Date: Tue, 15 Aug 2000 16:55:59 +0100
78059              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
78060      Branch: perl
78061            ! lib/perl5db.pl
78062 ____________________________________________________________________________
78063 [  6636] By: jhi                                   on 2000/08/15  15:30:58
78064         Log: Update Changes.
78065      Branch: perl
78066            ! Changes
78067 ____________________________________________________________________________
78068 [  6635] By: jhi                                   on 2000/08/15  15:27:21
78069         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
78070      Branch: metaconfig
78071            ! U/mkglossary U/mksample
78072      Branch: metaconfig/U/perl
78073            ! Devel.U
78074      Branch: perl
78075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
78076 ____________________________________________________________________________
78077 [  6634] By: jhi                                   on 2000/08/15  14:11:55
78078         Log: Don't blow limited stacks, a lower number is enough to
78079              tickle the lookbehind limit.
78080              
78081              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
78082              From: Dominic Dunlop <domo@computer.org>
78083              Date: Tue, 15 Aug 2000 13:51:24 +0200
78084              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
78085      Branch: perl
78086            ! t/op/regmesg.t
78087 ____________________________________________________________________________
78088 [  6633] By: jhi                                   on 2000/08/15  14:01:46
78089         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
78090              From: Mike Guy <mjtg@cam.ac.uk>
78091              Date: Tue, 15 Aug 2000 12:10:50 +0100
78092              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
78093      Branch: perl
78094            ! utils/perldoc.PL
78095 ____________________________________________________________________________
78096 [  6632] By: jhi                                   on 2000/08/15  13:58:48
78097         Log: make ok etc also for win32.
78098              
78099              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
78100              From: Prymmer/Kahn <pvhp@best.com>
78101              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
78102              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
78103      Branch: perl
78104            ! win32/Makefile
78105 ____________________________________________________________________________
78106 [  6631] By: jhi                                   on 2000/08/15  13:45:03
78107         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
78108      Branch: perl
78109            ! lib/Test.pm
78110 ____________________________________________________________________________
78111 [  6630] By: jhi                                   on 2000/08/15  03:25:09
78112         Log: Update Changes.
78113      Branch: perl
78114            ! Changes
78115 ____________________________________________________________________________
78116 [  6629] By: jhi                                   on 2000/08/15  03:23:53
78117         Log: magic_regdatum_set() is void, not int.
78118      Branch: perl
78119            ! embed.pl mg.c proto.h
78120 ____________________________________________________________________________
78121 [  6628] By: jhi                                   on 2000/08/15  03:08:02
78122         Log: Make the user to give up his firstborn, err, to knowingly
78123              verify installing an unstable developer release.  Also bump
78124              the release to 5.7.0, but leave a patch tag in the local
78125              patches saying that this is not yet the real thing.
78126      Branch: metaconfig
78127            ! U/modified/Instruct.U
78128      Branch: metaconfig/U/perl
78129            + Devel.U
78130      Branch: perl
78131            ! Configure patchlevel.h
78132 ____________________________________________________________________________
78133 [  6627] By: jhi                                   on 2000/08/14  22:32:52
78134         Log: README.os2 update.
78135              
78136              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
78137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
78138              Date: Wed, 02 Aug 2000 21:55:09 -0700
78139              Message-ID: <tsPi5gzkgegX092yn@efn.org>
78140      Branch: perl
78141            ! README.os2
78142 ____________________________________________________________________________
78143 [  6626] By: jhi                                   on 2000/08/14  21:00:02
78144         Log: Subject: Re: File::Temp problems on VMS in bleedperl
78145              From: Tim Jenness <timj@jach.hawaii.edu>
78146              cc: vmsperl@perl.org
78147              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
78148              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
78149      Branch: perl
78150            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
78151 ____________________________________________________________________________
78152 [  6625] By: jhi                                   on 2000/08/14  20:52:16
78153         Log: Add SUIDMAIL as was done for the CERT alert.
78154      Branch: perl
78155            ! patchlevel.h
78156 ____________________________________________________________________________
78157 [  6624] By: jhi                                   on 2000/08/14  20:48:50
78158         Log: Subject: sfio2000
78159              From: Daniel Muino <dmuino@afip.gov.ar>
78160              Date: Mon, 14 Aug 2000 16:58:11 -0300
78161              Message-ID: <20000814165811.B16368@con2-dgi>
78162      Branch: perl
78163            ! perlsdio.h perlsfio.h
78164 ____________________________________________________________________________
78165 [  6623] By: jhi                                   on 2000/08/14  20:47:36
78166         Log: Subject: warning: storage class after type is obsolescent
78167              From: Daniel Muino <dmuino@afip.gov.ar>
78168              Date: Mon, 14 Aug 2000 16:42:47 -0300
78169              Message-ID: <20000814164247.A16368@con2-dgi>
78170      Branch: perl
78171            ! regcomp.pl regnodes.h
78172 ____________________________________________________________________________
78173 [  6622] By: jhi                                   on 2000/08/14  20:43:05
78174         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
78175              From: abigail@foad.org
78176              Date: 14 Aug 2000 20:00:10 -0000
78177              Message-Id: <20000814200010.27271.qmail@foad.org>
78178      Branch: perl
78179            ! Changes
78180 ____________________________________________________________________________
78181 [  6621] By: jhi                                   on 2000/08/14  15:23:05
78182         Log: Update Changes.
78183      Branch: perl
78184            ! Changes
78185 ____________________________________________________________________________
78186 [  6620] By: jhi                                   on 2000/08/14  15:22:14
78187         Log: Subject: Re: [PATCH] @+, @- readonly
78188              From: Mike Guy <mjtg@cam.ac.uk>
78189              Date: Mon, 14 Aug 2000 15:26:55 +0100
78190              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
78191      Branch: perl
78192            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
78193            ! sv.c t/op/pat.t
78194 ____________________________________________________________________________
78195 [  6619] By: jhi                                   on 2000/08/14  14:12:08
78196         Log: Update Changes.
78197      Branch: perl
78198            ! Changes
78199 ____________________________________________________________________________
78200 [  6618] By: jhi                                   on 2000/08/14  14:09:34
78201         Log: For now remove the mail code.
78202      Branch: perl
78203            ! perl.c
78204 ____________________________________________________________________________
78205 [  6617] By: jhi                                   on 2000/08/14  14:08:28
78206         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
78207      Branch: perl
78208            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
78209            ! pod/perlfaq8.pod pod/perlsec.pod
78210 ____________________________________________________________________________
78211 [  6616] By: jhi                                   on 2000/08/14  14:00:11
78212         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78213              From: Mike Guy <mjtg@cam.ac.uk>
78214              Date: Mon, 14 Aug 2000 08:26:02 +0100
78215              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
78216      Branch: perl
78217            ! lib/perl5db.pl
78218 ____________________________________________________________________________
78219 [  6615] By: jhi                                   on 2000/08/14  13:58:45
78220         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
78221              From: Mike Guy <mjtg@cam.ac.uk>
78222              Date: Mon, 14 Aug 2000 08:04:22 +0100
78223              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
78224      Branch: perl
78225            ! gv.c mg.c t/op/pat.t
78226 ____________________________________________________________________________
78227 [  6614] By: jhi                                   on 2000/08/14  13:56:45
78228         Log: Subject: Test fails / warnings with perl-current #6612
78229              From: Mike Guy <mjtg@cam.ac.uk>
78230              Date: Mon, 14 Aug 2000 07:57:23 +0100
78231              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
78232      Branch: perl
78233            ! t/lib/b.t t/lib/peek.t
78234 ____________________________________________________________________________
78235 [  6613] By: jhi                                   on 2000/08/14  13:45:33
78236         Log: VMS configure.com update continues.
78237      Branch: perl
78238            - vms/configure.com
78239            ! MANIFEST configure.com
78240 ____________________________________________________________________________
78241 [  6612] By: jhi                                   on 2000/08/13  22:13:35
78242         Log: Update Changes.
78243      Branch: perl
78244            ! Changes
78245 ____________________________________________________________________________
78246 [  6611] By: jhi                                   on 2000/08/13  16:21:45
78247         Log: Upgrade to CGI 2.71, from Lincoln Stein.
78248      Branch: perl
78249            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
78250 ____________________________________________________________________________
78251 [  6610] By: jhi                                   on 2000/08/13  15:09:16
78252         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
78253              From: Mike Guy <mjtg@cam.ac.uk>
78254              Date: Sun, 13 Aug 2000 13:45:51 +0100
78255              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
78256      Branch: perl
78257            ! t/op/regmesg.t
78258 ____________________________________________________________________________
78259 [  6609] By: jhi                                   on 2000/08/13  14:31:26
78260         Log: Andreas says that 1.56 is fine, so reverting back to it.
78261      Branch: perl
78262            ! lib/CPAN.pm
78263 ____________________________________________________________________________
78264 [  6608] By: jhi                                   on 2000/08/13  05:34:20
78265         Log: Update Changes.
78266      Branch: perl
78267            ! Changes
78268 ____________________________________________________________________________
78269 [  6607] By: jhi                                   on 2000/08/13  05:32:01
78270         Log: Put back the \z changes of #5406 to CPAN.pm.
78271      Branch: perl
78272            ! lib/CPAN.pm
78273 ____________________________________________________________________________
78274 [  6606] By: jhi                                   on 2000/08/13  05:20:16
78275         Log: Fix-n-skip the tests under 5005threads.
78276      Branch: perl
78277            ! t/lib/b.t
78278 ____________________________________________________________________________
78279 [  6605] By: jhi                                   on 2000/08/13  05:07:48
78280         Log: Fix the test for 5005threads.
78281      Branch: perl
78282            ! t/lib/peek.t
78283 ____________________________________________________________________________
78284 [  6604] By: jhi                                   on 2000/08/13  03:35:37
78285         Log: Should have deleted this in #6603.
78286      Branch: perl
78287            - vms/subconfigure.com
78288 ____________________________________________________________________________
78289 [  6603] By: jhi                                   on 2000/08/12  18:29:32
78290         Log: Rewrite of vms/subconfigure.com as configure.com,
78291              from Peter Prymmer and the vmsperl crew.
78292      Branch: perl
78293            + vms/configure.com
78294            ! MANIFEST
78295 ____________________________________________________________________________
78296 [  6602] By: jhi                                   on 2000/08/11  13:00:01
78297         Log: PlainText.pm is dead.
78298      Branch: perl
78299            - lib/Pod/PlainText.pm
78300            ! MANIFEST
78301 ____________________________________________________________________________
78302 [  6601] By: jhi                                   on 2000/08/11  04:06:45
78303         Log: Update Changes.
78304      Branch: perl
78305            ! Changes
78306 ____________________________________________________________________________
78307 [  6600] By: jhi                                   on 2000/08/11  04:06:10
78308         Log: Add a few missing files, update MANIFEST.
78309      Branch: perl
78310            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
78311            + lib/Pod/PlainText.pm t/pod/find.t
78312            ! MANIFEST t/op/regmesg.t
78313 ____________________________________________________________________________
78314 [  6599] By: jhi                                   on 2000/08/11  03:31:10
78315         Log: Add Perl debugging tutorial, regen toc. 
78316              
78317              Subject: perldebtut.pod
78318              From: Richard Foley <Richard.Foley@m.dasa.de>
78319              Date: Wed, 09 Aug 2000 10:17:15 +0200
78320              Message-id: <3991138B.262247B8@m.dasa.de>
78321      Branch: perl
78322            + pod/perldebtut.pod
78323            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
78324 ____________________________________________________________________________
78325 [  6598] By: jhi                                   on 2000/08/11  02:48:56
78326         Log: tiny Changes edit
78327      Branch: perl
78328            ! Changes
78329 ____________________________________________________________________________
78330 [  6597] By: jhi                                   on 2000/08/11  02:39:04
78331         Log: Tests for #6589.
78332              
78333              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78334              From: simon@brecon.co.uk (Simon Cozens)
78335              Date: 11 Aug 2000 02:24:52 GMT
78336              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
78337      Branch: perl
78338            ! t/lib/b.t
78339 ____________________________________________________________________________
78340 [  6596] By: jhi                                   on 2000/08/11  01:50:07
78341         Log: Update Changes.
78342      Branch: perl
78343            ! Changes
78344 ____________________________________________________________________________
78345 [  6595] By: jhi                                   on 2000/08/11  01:47:16
78346         Log: nitfix
78347      Branch: perl
78348            ! Changes
78349 ____________________________________________________________________________
78350 [  6594] By: jhi                                   on 2000/08/11  01:36:16
78351         Log: Subject: Getting perlio and threads to compile
78352              From: Lupe Christoph <lupe@lupe-christoph.de>
78353              Date: Wed, 9 Aug 2000 11:35:54 +0200
78354              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
78355              
78356              (the Solaris version changes in Configure skipped)
78357      Branch: perl
78358            ! hints/solaris_2.sh thread.h
78359 ____________________________________________________________________________
78360 [  6593] By: jhi                                   on 2000/08/11  01:30:16
78361         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
78362              From: simon@brecon.co.uk (Simon Cozens)
78363              Date: 1 Aug 2000 06:55:19 GMT
78364              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
78365      Branch: perl
78366            ! lib/utf8.pm
78367 ____________________________________________________________________________
78368 [  6592] By: jhi                                   on 2000/08/11  01:26:39
78369         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
78370              From: Peter Scott <Peter@PeterScott.com>
78371              Date: Thu, 10 Aug 2000 08:23:27 -0700
78372              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
78373      Branch: perl
78374            ! lib/perl5db.pl
78375 ____________________________________________________________________________
78376 [  6591] By: jhi                                   on 2000/08/11  01:22:02
78377         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
78378              From: Hugo <hv@crypt.compulink.co.uk>
78379              Date: Thu, 10 Aug 2000 19:23:04 +0100
78380              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
78381      Branch: perl
78382            ! regexec.c t/op/pat.t
78383 ____________________________________________________________________________
78384 [  6590] By: jhi                                   on 2000/08/11  01:19:19
78385         Log: Preprocessing and postprocessing for File::Find.
78386              
78387              Subject: Patch to Find::File.pm to allow alphabetical results
78388              From: Joe Smith <jsmith@inwap.com>
78389              Date: Wed, 9 Aug 2000 02:44:54 -0700
78390              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
78391      Branch: perl
78392            ! lib/File/Find.pm
78393 ____________________________________________________________________________
78394 [  6589] By: jhi                                   on 2000/08/11  01:12:39
78395         Log: B::Deparse didn't do sub attributes.
78396              
78397              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
78398              From: simon@brecon.co.uk (Simon Cozens)
78399              Date: 9 Aug 2000 04:49:20 GMT
78400              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
78401      Branch: perl
78402            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
78403 ____________________________________________________________________________
78404 [  6588] By: jhi                                   on 2000/08/11  01:06:40
78405         Log: Subject: debugger "d" command doesnt check line number
78406              From: Mike Guy <mjtg@cam.ac.uk>
78407              Date: Tue, 08 Aug 2000 21:54:29 +0100
78408              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
78409      Branch: perl
78410            ! lib/perl5db.pl mg.c pod/perldiag.pod
78411 ____________________________________________________________________________
78412 [  6587] By: jhi                                   on 2000/08/11  00:45:03
78413         Log: sleep(1) does not necessarily return 1.
78414              
78415              Subject: [PATCH bleadperl] op/lex_assign.t  
78416              From: Hugo <hv@crypt.compulink.co.uk>
78417              Date: Thu, 03 Aug 2000 14:34:22 +0100        
78418              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
78419      Branch: perl
78420            ! t/op/lex_assign.t
78421 ____________________________________________________________________________
78422 [  6586] By: jhi                                   on 2000/08/11  00:31:50
78423         Log: Document the IO::Select timeout.
78424      Branch: perl
78425            ! ext/IO/lib/IO/Select.pm
78426 ____________________________________________________________________________
78427 [  6585] By: jhi                                   on 2000/08/11  00:13:54
78428         Log: Forgot contributor.
78429      Branch: perl
78430            ! Changes
78431 ____________________________________________________________________________
78432 [  6584] By: jhi                                   on 2000/08/11  00:09:19
78433         Log: detypo
78434      Branch: perl
78435            ! Changes
78436 ____________________________________________________________________________
78437 [  6583] By: jhi                                   on 2000/08/11  00:07:53
78438         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
78439              
78440              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
78441              From: Mike Guy <mjtg@cam.ac.uk> 
78442              Date: Thu, 10 Aug 2000 15:50:54 +0100
78443              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
78444      Branch: perl
78445            ! sv.c t/op/int.t
78446 ____________________________________________________________________________
78447 [  6582] By: jhi                                   on 2000/08/10  23:29:32
78448         Log: Update Changes.
78449      Branch: perl
78450            ! Changes
78451 ____________________________________________________________________________
78452 [  6581] By: jhi                                   on 2000/08/10  23:26:16
78453         Log: Put back the std @INC thing.
78454      Branch: perl
78455            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
78456            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
78457            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
78458            ! t/lib/gol-oo.t
78459 ____________________________________________________________________________
78460 [  6580] By: jhi                                   on 2000/08/10  23:03:34
78461         Log: Update to CGI 2.70, from Lincoln Stein.
78462      Branch: perl
78463            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
78464            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
78465            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
78466            ! t/lib/cgi-request.t
78467 ____________________________________________________________________________
78468 [  6579] By: jhi                                   on 2000/08/10  22:41:50
78469         Log: Update to CPAN 1.56, from Andreas König.
78470      Branch: perl
78471            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
78472 ____________________________________________________________________________
78473 [  6578] By: jhi                                   on 2000/08/10  22:38:13
78474         Log: Update to Pod::Parser 1.17, from Brad Appleton.
78475      Branch: perl
78476            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
78477            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
78478            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
78479            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
78480            ! t/pod/include.t t/pod/included.t t/pod/lref.t
78481            ! t/pod/multiline_items.t t/pod/nested_items.t
78482            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
78483            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
78484            ! t/pod/special_seqs.t
78485 ____________________________________________________________________________
78486 [  6577] By: jhi                                   on 2000/08/10  22:35:41
78487         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
78488      Branch: perl
78489            ! AUTHORS MAINTAIN
78490 ____________________________________________________________________________
78491 [  6576] By: jhi                                   on 2000/08/10  22:24:54
78492         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
78493      Branch: perl
78494            + t/lib/gol-oo.t
78495            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
78496            ! t/lib/gol-compat.t t/lib/gol-linkage.t
78497 ____________________________________________________________________________
78498 [  6575] By: jhi                                   on 2000/08/10  22:02:07
78499         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
78500      Branch: perl
78501            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
78502 ____________________________________________________________________________
78503 [  6574] By: jhi                                   on 2000/08/10  21:55:03
78504         Log: Iterating perl6 description.
78505      Branch: perl
78506            ! pod/perlfaq1.pod
78507 ____________________________________________________________________________
78508 [  6573] By: jhi                                   on 2000/08/10  21:48:26
78509         Log: Revert the sv.c part of #6559, a better fix is needed.
78510      Branch: perl
78511            ! sv.c
78512 ____________________________________________________________________________
78513 [  6572] By: jhi                                   on 2000/08/10  20:33:43
78514         Log: It's the 2ndO'ROSSC.
78515      Branch: perl
78516            ! pod/perlfaq1.pod
78517 ____________________________________________________________________________
78518 [  6571] By: jhi                                   on 2000/08/10  15:55:48
78519         Log: detypo
78520      Branch: perl
78521            ! pod/perlfaq1.pod
78522 ____________________________________________________________________________
78523 [  6570] By: jhi                                   on 2000/08/10  14:11:17
78524         Log: An exceptionally sticky typo.
78525      Branch: perl
78526            ! Changes
78527 ____________________________________________________________________________
78528 [  6569] By: jhi                                   on 2000/08/10  14:09:33
78529         Log: detypo (and test Changes updating script)
78530      Branch: perl
78531            ! Changes
78532 ____________________________________________________________________________
78533 [  6568] By: jhi                                   on 2000/08/10  14:07:07
78534         Log: Update Changes.
78535      Branch: perl
78536            ! Changes
78537 ____________________________________________________________________________
78538 [  6567] By: jhi                                   on 2000/08/10  14:06:19
78539         Log: Amend the description of Perl6.
78540              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
78541              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
78542              Date: Wed, 9 Aug 2000 22:11:06 -0500
78543              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
78544      Branch: perl
78545            ! pod/perlfaq1.pod
78546 ____________________________________________________________________________
78547 [  6566] By: jhi                                   on 2000/08/10  13:58:57
78548         Log: Subject: Remove dead entry in perldiag
78549              From: Mike Guy <mjtg@cam.ac.uk>
78550              Date: Thu, 10 Aug 2000 14:19:19 +0100
78551              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
78552      Branch: perl
78553            ! pod/perldiag.pod
78554 ____________________________________________________________________________
78555 [  6565] By: jhi                                   on 2000/08/10  13:51:48
78556         Log: Zero entries were skipped, fix from Adrian Goalby
78557              <argoalby@yahoo.co.uk>
78558      Branch: perl
78559            ! lib/unicode/Number.pl lib/unicode/mktables.PL
78560 ____________________________________________________________________________
78561 [  6564] By: jhi                                   on 2000/08/10  13:00:12
78562         Log: Subject: [PATCH 5.6.0] cygwin port
78563              From: "Fifer, Eric" <EFifer@sanwaint.com>
78564              Date: Thu, 10 Aug 2000 13:15:36 +0100
78565              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
78566      Branch: perl
78567            ! README.cygwin hints/cygwin.sh
78568 ____________________________________________________________________________
78569 [  6563] By: jhi                                   on 2000/08/10  12:55:16
78570         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
78571      Branch: perl
78572            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
78573 ____________________________________________________________________________
78574 [  6562] By: gsar                                  on 2000/08/10  08:38:39
78575         Log: warn is a macro, avoid using at a variable to avoid warnings
78576              in some configurations; readdir.t is too conservative in
78577              estimating number of *.t's
78578      Branch: perl
78579            ! t/op/readdir.t util.c
78580 ____________________________________________________________________________
78581 [  6561] By: jhi                                   on 2000/08/09  23:35:42
78582         Log: Update Changes.
78583      Branch: perl
78584            ! Changes
78585 ____________________________________________________________________________
78586 [  6560] By: jhi                                   on 2000/08/09  23:05:47
78587         Log: Subject: Re: enhanced(?) regex error messages
78588              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
78589              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
78590              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
78591              
78592              (plus two small patches sent privately)
78593              (this still seems to leave few test failures)
78594      Branch: perl
78595            + t/op/regmesg.t
78596            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
78597            ! t/pragma/warn/regcomp
78598 ____________________________________________________________________________
78599 [  6559] By: jhi                                   on 2000/08/09  20:41:18
78600         Log: (The fix did work but was not right, retracted in #6573)
78601              
78602              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
78603              From: Christian Kirsch <ck@held.mind.de>
78604              Date: Wed, 9 Aug 2000 17:05:17 +0200
78605              Message-Id: <20000809170517.A25389@held>
78606      Branch: perl
78607            ! sv.c t/pragma/locale.t
78608 ____________________________________________________________________________
78609 [  6558] By: jhi                                   on 2000/08/08  22:34:08
78610         Log: Tiny updates on the contributors list.
78611      Branch: perl
78612            ! Changes
78613 ____________________________________________________________________________
78614 [  6557] By: jhi                                   on 2000/08/08  19:34:28
78615         Log: Double check that we have a dirhandle.
78616      Branch: perl
78617            ! util.c
78618 ____________________________________________________________________________
78619 [  6556] By: jhi                                   on 2000/08/08  19:01:51
78620         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
78621              May be repopulated with fresh maintained examples.
78622      Branch: perl
78623            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
78624            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
78625            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
78626            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
78627            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
78628            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
78629            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
78630            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
78631            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
78632            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
78633            + lib/CGI/eg/wilogo_gif.uu
78634            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
78635            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
78636            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
78637            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
78638            - eg/cgi/frameset.cgi eg/cgi/index.html
78639            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
78640            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
78641            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
78642            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
78643            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
78644            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
78645            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
78646            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
78647            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
78648            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
78649            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
78650            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
78651            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
78652            - eg/van/vanish eg/who eg/wrapsuid
78653            ! MANIFEST
78654 ____________________________________________________________________________
78655 [  6555] By: jhi                                   on 2000/08/08  18:51:08
78656         Log: Delete chat2 as requested by Randal.
78657              
78658              Subject: Re: perlfaq8 coyness
78659              From: merlyn@stonehenge.com (Randal L. Schwartz) 
78660              Date: 15 May 2000 18:52:42 -0700 
78661              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
78662      Branch: perl
78663            - lib/chat2.pl
78664            ! MANIFEST
78665 ____________________________________________________________________________
78666 [  6554] By: jhi                                   on 2000/08/08  18:31:35
78667         Log: Regen global.sym.
78668      Branch: perl
78669            ! global.sym
78670 ____________________________________________________________________________
78671 [  6553] By: jhi                                   on 2000/08/08  18:28:13
78672         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
78673              (either perlbug or p5p ate the original), plus regen
78674              perlapi and perltoc. 
78675      Branch: perl
78676            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
78677            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
78678            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
78679            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
78680            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
78681            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
78682            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
78683            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
78684            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
78685            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
78686 ____________________________________________________________________________
78687 [  6552] By: jhi                                   on 2000/08/08  18:06:29
78688         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
78689              From: Mike Guy <mjtg@cam.ac.uk>
78690              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
78691              Date: Tue, 08 Aug 2000 15:51:27 +0100
78692      Branch: perl
78693            ! doop.c sv.h t/op/join.t t/pragma/overload.t
78694 ____________________________________________________________________________
78695 [  6551] By: jhi                                   on 2000/08/08  18:01:11
78696         Log: Re-apply #6549.
78697      Branch: perl
78698            ! lib/perl5db.pl
78699 ____________________________________________________________________________
78700 [  6550] By: jhi                                   on 2000/08/08  17:43:08
78701         Log: Accidental retraction of #6549.
78702      Branch: perl
78703            ! lib/perl5db.pl
78704 ____________________________________________________________________________
78705 [  6549] By: jhi                                   on 2000/08/08  17:40:04
78706         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
78707              From: Mike Guy <mjtg@cam.ac.uk>
78708              Date: Mon, 07 Aug 2000 21:49:58 +0100
78709              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
78710      Branch: perl
78711            ! lib/perl5db.pl
78712 ____________________________________________________________________________
78713 [  6548] By: jhi                                   on 2000/08/08  17:37:57
78714         Log: Document here-doc better.
78715              
78716              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
78717              From: Mike Guy <mjtg@cam.ac.uk>
78718              Date: Mon, 07 Aug 2000 14:02:09 +0100
78719              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
78720      Branch: perl
78721            ! pod/perldata.pod
78722 ____________________________________________________________________________
78723 [  6547] By: jhi                                   on 2000/08/08  17:33:34
78724         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
78725              From: "Randy J. Ray" <rjray@redhat.com>
78726              Date: Mon, 07 Aug 2000 19:12:25 -0700
78727              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
78728      Branch: perl
78729            ! perl.c pod/perlrun.pod
78730 ____________________________________________________________________________
78731 [  6546] By: jhi                                   on 2000/08/08  17:29:26
78732         Log: Subject: Re: enhanced(?) regex error messages 
78733              From: Hugo <hv@crypt.compulink.co.uk>
78734              Date: Tue, 08 Aug 2000 03:25:51 +0100
78735              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
78736              
78737              plus Capitalize the error messages, plus perldiag them.
78738      Branch: perl
78739            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
78740 ____________________________________________________________________________
78741 [  6545] By: jhi                                   on 2000/08/08  13:59:28
78742         Log: Augment #6539 a bit: don't croak if there's magic in the air.
78743              
78744              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
78745              From: Hugo <hv@crypt.compulink.co.uk>
78746              Date: Tue, 08 Aug 2000 03:02:03 +0100
78747              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
78748      Branch: perl
78749            ! pp.c t/op/bless.t
78750 ____________________________________________________________________________
78751 [  6544] By: jhi                                   on 2000/08/07  21:11:52
78752         Log: Make the test -w clean.
78753      Branch: perl
78754            ! t/op/bless.t
78755 ____________________________________________________________________________
78756 [  6543] By: jhi                                   on 2000/08/07  19:49:53
78757         Log: use warnings instead of $^W.
78758      Branch: perl
78759            ! t/op/bless.t
78760 ____________________________________________________________________________
78761 [  6542] By: jhi                                   on 2000/08/07  17:41:41
78762         Log: Disable a portability warning Because We Know What We Are Doing.
78763      Branch: perl
78764            ! t/op/bless.t
78765 ____________________________________________________________________________
78766 [  6541] By: jhi                                   on 2000/08/07  17:29:51
78767         Log: Tiny tidying on report_evil_fh().
78768      Branch: perl
78769            ! util.c
78770 ____________________________________________________________________________
78771 [  6540] By: jhi                                   on 2000/08/07  16:37:38
78772         Log: Make regular expression parse error messages easier to understand.
78773              
78774              Subject: Re: enhanced(?) regex error messages
78775              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
78776              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
78777              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
78778      Branch: perl
78779            ! regcomp.c
78780 ____________________________________________________________________________
78781 [  6539] By: jhi                                   on 2000/08/07  16:12:27
78782         Log: Make bless(REF, REF) a fatal error, add bless tests.
78783              
78784              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
78785              From: Hugo <hv@crypt.compulink.co.uk>
78786              Date: Mon, 07 Aug 2000 16:59:38 +0100
78787              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
78788      Branch: perl
78789            + t/op/bless.t
78790            ! MANIFEST pod/perldiag.pod pp.c sv.c
78791 ____________________________________________________________________________
78792 [  6538] By: jhi                                   on 2000/08/07  15:59:43
78793         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
78794              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
78795              Date: Thu, 3 Aug 2000 14:29:21 -0700
78796              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
78797      Branch: perl
78798            ! lib/lib_pm.PL
78799 ____________________________________________________________________________
78800 [  6537] By: jhi                                   on 2000/08/07  15:47:18
78801         Log: Retract #6419 for now since it breaks in AFS and MachTen.
78802      Branch: perl
78803            ! lib/Cwd.pm
78804 ____________________________________________________________________________
78805 [  6536] By: jhi                                   on 2000/08/07  15:05:29
78806         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
78807              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
78808              The security hole exists only in suidperls, which isn't
78809              installed or even built by default.
78810      Branch: perl
78811            ! perl.c
78812 ____________________________________________________________________________
78813 [  6535] By: jhi                                   on 2000/08/07  14:45:14
78814         Log: tr memory corruption fix from Simon Cozens.
78815      Branch: perl
78816            ! doop.c
78817 ____________________________________________________________________________
78818 [  6534] By: jhi                                   on 2000/08/06  11:38:16
78819         Log: Document a bit that UDP is not what you might think.
78820              
78821              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
78822              From: Lupe Christoph <lupe@lupe-christoph.de>
78823              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
78824              Date: Mon, 24 Jul 2000 08:59:15 +0200
78825      Branch: perl
78826            ! pod/perlipc.pod
78827 ____________________________________________________________________________
78828 [  6533] By: jhi                                   on 2000/08/06  11:35:01
78829         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
78830              From: Jeff Pinyan <jeffp@hut.crusoe.net>
78831              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
78832              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
78833      Branch: perl
78834            ! pod/perlfunc.pod
78835 ____________________________________________________________________________
78836 [  6532] By: jhi                                   on 2000/08/06  03:45:41
78837         Log: Have symbols for the IoTYPEs.
78838      Branch: perl
78839            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
78840 ____________________________________________________________________________
78841 [  6531] By: jhi                                   on 2000/08/06  01:33:55
78842         Log: Continue fixing the io warnings.  This also
78843              sort of fixes bug ID 20000802.003: the core dump
78844              is no more.  Whether the current behaviour is correct
78845              (giving a warning: "Not a format reference"), is another matter.
78846      Branch: perl
78847            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
78848            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
78849 ____________________________________________________________________________
78850 [  6530] By: jhi                                   on 2000/08/05  21:33:12
78851         Log: Change the Policy policy: now -Dprefix= with an existing
78852              Policy.sh and prefix == siteprefix == vendorprefix, then all
78853              of them follow along the new prefix.
78854              
78855              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
78856              From: Andy Dougherty <doughera@lafayette.edu>
78857              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
78858              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
78859      Branch: perl
78860            ! Policy_sh.SH
78861 ____________________________________________________________________________
78862 [  6529] By: jhi                                   on 2000/08/05  18:57:28
78863         Log: Zap lib/Sys directory when cleaning up.
78864      Branch: perl
78865            ! Makefile.SH
78866 ____________________________________________________________________________
78867 [  6528] By: jhi                                   on 2000/08/05  18:40:44
78868         Log: Essential prototype changes were missing from #6527.
78869              Also make report_evil_fh() more bomb-proof.
78870      Branch: perl
78871            ! embed.h util.c
78872 ____________________________________________________________________________
78873 [  6527] By: jhi                                   on 2000/08/05  03:22:05
78874         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
78875              From: "Ronald F. Guilmette" <rfg@monkeys.com>
78876              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
78877              Message-Id: <200007242247.PAA52177@monkeys.com>
78878      Branch: perl
78879            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
78880 ____________________________________________________________________________
78881 [  6526] By: jhi                                   on 2000/08/04  21:23:27
78882         Log: gcc versions might have (parentheses) in them.
78883      Branch: metaconfig/U/perl
78884            ! gccvers.U
78885      Branch: perl
78886            ! Configure config_h.SH
78887 ____________________________________________________________________________
78888 [  6525] By: jhi                                   on 2000/08/04  20:23:12
78889         Log: Weed buglets pointed out by
78890              
78891              From: Lupe Christoph <lupe@lupe-christoph.de>
78892              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
78893              Date: Fri, 4 Aug 2000 17:34:39 +0200
78894              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
78895      Branch: metaconfig/U/perl
78896            ! gccvers.U uselfs.U
78897      Branch: perl
78898            ! Configure config_h.SH
78899 ____________________________________________________________________________
78900 [  6524] By: jhi                                   on 2000/08/04  19:02:08
78901         Log: Warn under -w if lstat(FH) is attempted.
78902              
78903              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
78904              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
78905              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
78906              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
78907      Branch: perl
78908            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
78909            ! t/pragma/warn/pp_sys
78910 ____________________________________________________________________________
78911 [  6523] By: jhi                                   on 2000/08/04  12:31:11
78912         Log: Subject: New perlcc, take 2
78913              From: simon@brecon.co.uk (Simon Cozens)
78914              Date: 4 Aug 2000 06:21:04 GMT
78915              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
78916      Branch: perl
78917            ! utils/perlcc.PL
78918 ____________________________________________________________________________
78919 [  6522] By: jhi                                   on 2000/08/04  12:26:33
78920         Log: Subject: Re: Array vs. List context
78921              From: Daniel Chetlin <daniel@chetlin.com>
78922              Date: Fri, 4 Aug 2000 00:22:44 -0700
78923              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
78924      Branch: perl
78925            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
78926            ! pod/perlfaq4.pod
78927 ____________________________________________________________________________
78928 [  6521] By: jhi                                   on 2000/08/04  12:22:38
78929         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
78930              From: Raymund Will <ray@caldera.de>
78931              Date: Fri, 4 Aug 2000 12:07:09 +0200
78932              Message-Id: <20000804120709.A14982@caldera.de>
78933      Branch: perl
78934            ! configure.gnu
78935 ____________________________________________________________________________
78936 [  6520] By: jhi                                   on 2000/08/04  04:09:06
78937         Log: After the #6519 a warning about stat() is just that,
78938              not about a filetest, which now have their own warning.
78939      Branch: perl
78940            ! pod/perldiag.pod
78941 ____________________________________________________________________________
78942 [  6519] By: jhi                                   on 2000/08/04  04:06:30
78943         Log: In the warnings call filehandles consistently so;
78944              add "unopened" warning for stat().
78945      Branch: perl
78946            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
78947            ! t/pragma/warn/pp_sys
78948 ____________________________________________________________________________
78949 [  6518] By: jhi                                   on 2000/08/04  02:55:35
78950         Log: Subject: Minor tweak to perlvar.pod
78951              From: "Stephen P. Potter" <spp@ds.net>
78952              Date: Tue, 18 Apr 2000 09:26:03 -0400
78953              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
78954      Branch: perl
78955            ! pod/perlvar.pod
78956 ____________________________________________________________________________
78957 [  6517] By: jhi                                   on 2000/08/04  02:50:08
78958         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
78959              From: "Clinton Pierce" <cpierce1@ford.com>
78960              Date: Wed, 21 Jul 1999 16:45:31 -0400
78961              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
78962              
78963              Fix by Stephen Potter (visible in the bug db but not in p5p?)
78964      Branch: perl
78965            ! pod/perlfunc.pod pod/perlop.pod
78966 ____________________________________________________________________________
78967 [  6516] By: jhi                                   on 2000/08/04  02:09:25
78968         Log: This is 6512.  Really.
78969      Branch: perl
78970            ! dump.c
78971 ____________________________________________________________________________
78972 [  6515] By: jhi                                   on 2000/08/04  01:25:50
78973         Log: mention the idea of @( and @)
78974      Branch: perl
78975            ! Todo-5.6
78976 ____________________________________________________________________________
78977 [  6514] By: bailey                                on 2000/08/04  01:18:46
78978         Log: YA resync with mainstem, including VMS patches from others
78979      Branch: vmsperl
78980           +> (branch 48 files)
78981            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
78982           !> (integrate 354 files)
78983 ____________________________________________________________________________
78984 [  6513] By: jhi                                   on 2000/08/04  01:18:18
78985         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
78986              From: Mark Dickinson <dickins3@fas.harvard.edu>
78987              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
78988              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
78989      Branch: perl
78990            ! t/op/grent.t t/op/pwent.t
78991 ____________________________________________________________________________
78992 [  6512] By: jhi                                   on 2000/08/04  01:14:06
78993         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
78994              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
78995              Date: Wed, 02 Aug 2000 10:51:01 +0100
78996              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
78997      Branch: perl
78998            ! sv.c
78999 ____________________________________________________________________________
79000 [  6511] By: jhi                                   on 2000/08/04  00:57:00
79001         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
79002              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79003              Date: Thu, 03 Aug 2000 17:20:04 -0700
79004              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
79005      Branch: metaconfig
79006            ! U/modified/Cppsym.U
79007      Branch: perl
79008            ! Configure config_h.SH
79009 ____________________________________________________________________________
79010 [  6510] By: jhi                                   on 2000/08/04  00:25:28
79011         Log: detypo
79012      Branch: perl
79013            ! Makefile.SH
79014 ____________________________________________________________________________
79015 [  6509] By: jhi                                   on 2000/08/03  23:43:18
79016         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
79017              From: Dominic Dunlop <domo@computer.org>
79018              Date: Thu, 3 Aug 2000 22:16:46 +0200
79019              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
79020      Branch: perl
79021            ! t/op/sprintf.t
79022 ____________________________________________________________________________
79023 [  6508] By: jhi                                   on 2000/08/03  23:40:37
79024         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
79025              From: Hugo <hv@crypt.compulink.co.uk>
79026              Date: Thu, 03 Aug 2000 18:25:30 +0100
79027              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
79028      Branch: perl
79029            ! regcomp.c t/op/re_tests
79030 ____________________________________________________________________________
79031 [  6507] By: jhi                                   on 2000/08/03  23:38:28
79032         Log: Subject: [PATCH] sv.h documentation - SvLEN
79033              From: Mike Guy <mjtg@cam.ac.uk>
79034              Date: Thu, 03 Aug 2000 14:43:09 +0100
79035              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
79036      Branch: perl
79037            ! sv.h
79038 ____________________________________________________________________________
79039 [  6506] By: jhi                                   on 2000/08/03  15:49:14
79040         Log: Disable the fix_pl hack for now.
79041      Branch: perl
79042            ! Makefile.SH
79043 ____________________________________________________________________________
79044 [  6505] By: jhi                                   on 2000/08/03  13:49:04
79045         Log: Add a URL for FSF.
79046              
79047              Subject: Patch for README
79048              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
79049              Date: Wed, 2 Aug 2000 13:25:09 -0500
79050              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
79051      Branch: perl
79052            ! README
79053 ____________________________________________________________________________
79054 [  6504] By: jhi                                   on 2000/08/03  13:29:19
79055         Log: Be more informative on what is skipped and why,
79056              also repeat the list at the end.
79057      Branch: perl
79058            ! Porting/p4desc
79059 ____________________________________________________________________________
79060 [  6503] By: jhi                                   on 2000/08/03  13:07:05
79061         Log: Circumvent the removal of .patch by fix_pl.
79062              
79063              Subject: Re: [ID 20000802.011] unable to 'make test'          
79064              From: simon@brecon.co.uk (Simon Cozens) 
79065              Date: 3 Aug 2000 04:17:00 GMT
79066              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
79067      Branch: perl
79068            ! Makefile.SH
79069 ____________________________________________________________________________
79070 [  6502] By: jhi                                   on 2000/08/03  00:14:34
79071         Log: Add the missing setproctitle unit.
79072      Branch: metaconfig/U/perl
79073            + d_setproctitle.U
79074 ____________________________________________________________________________
79075 [  6501] By: jhi                                   on 2000/08/03  00:00:26
79076         Log: The subtest 4 may fail also on VOBS, as pointed out
79077              by Nick Ing-Simmons in November 1999, bug id 19991124.003
79078              (but the failure in that bug report isn't the subtest 4).
79079      Branch: perl
79080            ! t/op/stat.t
79081 ____________________________________________________________________________
79082 [  6500] By: jhi                                   on 2000/08/02  23:49:30
79083         Log: Better skip message for the test; one of the two problems in
79084              
79085              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
79086              From: Lupe Christoph <lupe@lupe-christoph.de>
79087              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
79088              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
79089      Branch: perl
79090            ! t/op/numconvert.t
79091 ____________________________________________________________________________
79092 [  6499] By: jhi                                   on 2000/08/02  22:49:16
79093         Log: Allow "no Module;" even if there is no 'unimport'.
79094              
79095              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
79096              From: mjd@plover.com
79097              Date: 24 Mar 2000 15:24:34 -0000
79098              Message-Id: <20000324152434.15160.qmail@plover.com>
79099      Branch: perl
79100            ! gv.c
79101 ____________________________________________________________________________
79102 [  6498] By: jhi                                   on 2000/08/02  22:42:58
79103         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
79104              that are hopefully soon put into use.
79105      Branch: perl
79106            ! opcode.h opcode.pl opnames.h
79107 ____________________________________________________________________________
79108 [  6497] By: gsar                                  on 2000/08/02  22:28:59
79109         Log: require.t needs binmode() to work on windows
79110      Branch: perl
79111            ! t/comp/require.t
79112 ____________________________________________________________________________
79113 [  6496] By: jhi                                   on 2000/08/02  22:08:51
79114         Log: Document the IVdf UVuf UVof UVxf.
79115      Branch: perl
79116            ! pod/perlguts.pod
79117 ____________________________________________________________________________
79118 [  6495] By: jhi                                   on 2000/08/02  21:54:26
79119         Log: detypo #6494
79120      Branch: perl
79121            ! ext/Data/Dumper/Dumper.xs
79122 ____________________________________________________________________________
79123 [  6494] By: jhi                                   on 2000/08/02  21:49:17
79124         Log: Dump UVs as UVs in Data::Dumper.
79125              
79126              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
79127              From: Gurusamy Sarathy <gsar@ActiveState.com>
79128              Date: Thu, 27 Apr 2000 12:26:25 -0700
79129              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
79130      Branch: perl
79131            ! ext/Data/Dumper/Dumper.xs
79132 ____________________________________________________________________________
79133 [  6493] By: jhi                                   on 2000/08/02  17:01:58
79134         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
79135              From: Hugo <hv@crypt.compulink.co.uk>
79136              Date: Wed, 02 Aug 2000 14:53:56 +0100
79137              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
79138      Branch: perl
79139            ! regexec.c t/op/re_tests
79140 ____________________________________________________________________________
79141 [  6492] By: jhi                                   on 2000/08/02  15:02:46
79142         Log: The new setproctitle() feature is available only in 
79143              bleeding edge FreeBSD.  From Paul Saab.
79144      Branch: perl
79145            ! mg.c
79146 ____________________________________________________________________________
79147 [  6491] By: jhi                                   on 2000/08/02  13:34:36
79148         Log: The tr utf8 patching continues.
79149              
79150              Subject: Re: #6469, too many tests claimed in require.t
79151              From: simon@brecon.co.uk (Simon Cozens)
79152              Date: 2 Aug 2000 02:37:17 GMT
79153              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
79154              
79155              (the logic of the test was the wrong way round in the patch)
79156      Branch: perl
79157            ! doop.c
79158 ____________________________________________________________________________
79159 [  6490] By: jhi                                   on 2000/08/02  13:27:38
79160         Log: The name of a filehandle does not have <these>.
79161      Branch: perl
79162            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
79163            ! t/pragma/warn/pp_sys util.c
79164 ____________________________________________________________________________
79165 [  6489] By: jhi                                   on 2000/08/02  04:26:46
79166         Log: Remove the extraneous "main::" prefix from all the
79167              "opened only for", "on closed", and "never opened" warnings.
79168              
79169              Subject: Re: inappropriate warning
79170              From: Gurusamy Sarathy <gsar@ActiveState.com>
79171              Date: Mon, 20 Mar 2000 11:28:02 -0800
79172              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
79173      Branch: perl
79174            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
79175            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
79176            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
79177 ____________________________________________________________________________
79178 [  6488] By: jhi                                   on 2000/08/02  03:02:57
79179         Log: memcpy has n o in it, as pinted ut by Sarathy.
79180      Branch: perl
79181            ! pod/perlguts.pod
79182 ____________________________________________________________________________
79183 [  6487] By: jhi                                   on 2000/08/02  02:44:51
79184         Log: Document in one place the memory abstractions used in Perl core.
79185              
79186              Subject: Re: Memory abstraction
79187              From: simon@brecon.co.uk (Simon Cozens)
79188              Date: 2 Aug 2000 02:20:23 GMT
79189              Organization: Earth.li Origins
79190      Branch: perl
79191            ! pod/perlguts.pod
79192 ____________________________________________________________________________
79193 [  6486] By: jhi                                   on 2000/08/02  02:41:57
79194         Log: regen_headers, regen perltoc.
79195      Branch: perl
79196            ! perlapi.c pod/perltoc.pod
79197 ____________________________________________________________________________
79198 [  6485] By: jhi                                   on 2000/08/02  01:43:33
79199         Log: "This little thing tests for a file .patch, and if it contains
79200              a number, pops into patchlevel.h" (making it easier to track
79201              which development version people are reporting bugs against)
79202              
79203              Subject: Patchlevel autogeneration for repository perls
79204              From: simon@brecon.co.uk (Simon Cozens)
79205              Date: 14 Jul 2000 07:12:15 GMT
79206              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
79207      Branch: perl
79208            + fix_pl
79209            ! MANIFEST Makefile.SH
79210 ____________________________________________________________________________
79211 [  6484] By: jhi                                   on 2000/08/02  01:32:54
79212         Log: FreeBSD 3.* updates from
79213              
79214              From: Paul Saab <ps@yahoo-inc.com>
79215              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79216              Date: Tue, 1 Aug 2000 15:41:39 -0700
79217              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79218      Branch: perl
79219            ! hints/freebsd.sh
79220 ____________________________________________________________________________
79221 [  6483] By: jhi                                   on 2000/08/02  01:27:44
79222         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
79223              instead one must use setproctitle().  This was already addressed
79224              by change #6457, but the below has a new variant for FreeBSD 4.0
79225              or later, and the matter is also documented more.
79226              
79227              From: Paul Saab <ps@yahoo-inc.com>
79228              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
79229              Date: Tue, 1 Aug 2000 15:41:39 -0700
79230              Message-Id: <20000801154139.A53740@yahoo-inc.com>
79231      Branch: metaconfig/U/perl
79232            + i_libutil.U
79233      Branch: perl
79234            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
79235 ____________________________________________________________________________
79236 [  6482] By: jhi                                   on 2000/08/01  22:17:32
79237         Log: The test from this
79238              
79239              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
79240              Date: Sat, 15 Apr 2000 17:03:44 +0100
79241              From: Tom Hughes <tom@compton.nu>
79242              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
79243              
79244              was missing, the code change went in as #5989
79245              (which had a different test?)
79246      Branch: perl
79247            ! t/op/misc.t
79248 ____________________________________________________________________________
79249 [  6481] By: jhi                                   on 2000/08/01  21:48:38
79250         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
79251              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
79252              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
79253              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
79254      Branch: perl
79255            ! perl.h
79256 ____________________________________________________________________________
79257 [  6480] By: jhi                                   on 2000/08/01  18:05:28
79258         Log: Make p4desc to skip non-mainperl branches by default.
79259      Branch: perl
79260            ! Porting/p4desc
79261 ____________________________________________________________________________
79262 [  6479] By: jhi                                   on 2000/08/01  17:29:19
79263         Log: If gccosandvers is equal to osname, clear gccosandvers.
79264      Branch: metaconfig/U/perl
79265            ! gccvers.U
79266      Branch: perl
79267            ! Configure config_h.SH
79268 ____________________________________________________________________________
79269 [  6478] By: jhi                                   on 2000/08/01  15:54:08
79270         Log: BOM patching from Simon Cozens.
79271      Branch: perl
79272            ! toke.c
79273 ____________________________________________________________________________
79274 [  6477] By: jhi                                   on 2000/08/01  04:50:33
79275         Log: Stash away the largefiles flags and libswanted.
79276      Branch: perl
79277            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
79278 ____________________________________________________________________________
79279 [  6476] By: gsar                                  on 2000/08/01  04:24:24
79280         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
79281              on Windows)
79282      Branch: perl
79283            ! t/pragma/utf8.t utf8.c win32/win32.c
79284 ____________________________________________________________________________
79285 [  6475] By: jhi                                   on 2000/08/01  03:35:24
79286         Log: Make chr() for values >127 to create utf8 when under utf8.
79287              
79288              Subject: Re: uft8/chr()
79289              From: simon@brecon.co.uk (Simon Cozens)
79290              Date: 1 Aug 2000 02:37:02 GMT
79291              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
79292      Branch: perl
79293            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
79294 ____________________________________________________________________________
79295 [  6474] By: jhi                                   on 2000/08/01  02:36:18
79296         Log: In Digital UNIX warn if gcc explicitly chosen because even
79297              2.95.2 is known to cause problems.
79298      Branch: perl
79299            ! hints/dec_osf.sh
79300 ____________________________________________________________________________
79301 [  6473] By: jhi                                   on 2000/08/01  02:00:56
79302         Log: Make the safety catch for buggy gccs work with triple version
79303              numbers like 2.95.2.  Reported in
79304              
79305              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
79306              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
79307              Date: Mon, 31 Jul 2000 14:55:06 +0200
79308              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
79309      Branch: perl
79310            ! hints/dec_osf.sh
79311 ____________________________________________________________________________
79312 [  6472] By: jhi                                   on 2000/08/01  01:13:33
79313         Log: Subject: fix and question re: waitpid() under win32
79314              From: Brian Clarke <clarke@appliedmeta.com>
79315              Date: Fri, 28 Jul 2000 15:18:29 -0400
79316              Message-ID: <3981DC85.290314EB@appliedmeta.com>
79317              
79318              Slightly reformatted and WNOHANG # define moved to win32.h
79319              so that also POSIX.xs sees it, as suggsted by Sarathy.
79320      Branch: perl
79321            ! win32/win32.c win32/win32.h
79322 ____________________________________________________________________________
79323 [  6471] By: jhi                                   on 2000/08/01  00:55:05
79324         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
79325              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79326              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
79327              Date: Mon, 31 Jul 2000 13:28:51 +0100
79328              
79329              (aka ID 20000730.002)
79330      Branch: perl
79331            ! op.c t/op/tr.t
79332 ____________________________________________________________________________
79333 [  6470] By: jhi                                   on 2000/07/31  23:34:42
79334         Log: Document the problem with -P in HP-UX and its workaround.
79335              
79336              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
79337              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
79338              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
79339              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
79340      Branch: perl
79341            ! README.hpux
79342 ____________________________________________________________________________
79343 [  6469] By: jhi                                   on 2000/07/31  04:15:02
79344         Log: The swallow_bom() saga continues.  The #23 of require.t
79345              (UTF16-LE) still fails (silently, no output) but the #22
79346              (UTF16-BE) seems to be working now.  The root of the
79347              failure may be in sv_gets(): is it UTF-16LE-aware,
79348              especially when it comes to line endings? 
79349      Branch: perl
79350            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
79351            ! t/comp/require.t toke.c utf8.c
79352 ____________________________________________________________________________
79353 [  6468] By: jhi                                   on 2000/07/30  19:05:48
79354         Log: Find green threads before native threads.
79355              
79356              Subject: Re: Patch to jpl/JNI/Makefile.PL
79357              From: Jens Thomsen <jens@fiend.cis.com>
79358              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
79359              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
79360      Branch: perl
79361            ! jpl/JNI/Makefile.PL
79362 ____________________________________________________________________________
79363 [  6467] By: jhi                                   on 2000/07/30  18:36:22
79364         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
79365      Branch: perl
79366            ! doop.c
79367 ____________________________________________________________________________
79368 [  6466] By: jhi                                   on 2000/07/30  04:37:29
79369         Log: A new version of the "remove UPPERACSE string comparison"
79370              operators.  The problem with the previous one (change #6454)
79371              was that it was for Perl 5.6.0.  From Paul Marquess.
79372      Branch: perl
79373            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
79374            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
79375            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79376 ____________________________________________________________________________
79377 [  6465] By: jhi                                   on 2000/07/29  22:39:56
79378         Log: Do not upgrade SVs into utf8 just because they participate
79379              in eq or cmp.  Reported and fix suggested in
79380              
79381              Subject: [ID 20000720.009] sv_eq UTF8 bug
79382              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79383              Date: 21 Jul 2000 04:37:29 -0000
79384              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
79385              
79386              Exercise for the kind reader: should we or should we not
79387              cache the utf8 conversion alongside the SV? (as magic,
79388              as the strxfrm()ed version is cached under use locale)
79389              Argue both for and against.
79390      Branch: perl
79391            ! sv.c
79392 ____________________________________________________________________________
79393 [  6464] By: jhi                                   on 2000/07/29  22:36:22
79394         Log: Subject: UTF8 concat
79395              From: simon@brecon.co.uk (Simon Cozens) 
79396              Date: 30 Jun 2000 06:13:25 GMT
79397              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
79398              
79399              (with a memory leak fixed, plus a few casts added)
79400              
79401              This also seems to help for
79402              
79403              Subject: [ID 20000716.015] join UTF8 weirdness
79404              From: root <root@ak-71.mind.de> 
79405              Date: Sat, 15 Jul 2000 15:29:54 +0200
79406              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
79407              
79408              (from Andreas König)
79409      Branch: perl
79410            ! pp_hot.c
79411 ____________________________________________________________________________
79412 [  6463] By: jhi                                   on 2000/07/29  00:55:39
79413         Log: Tune the comments and hopefully stop a memory leak.
79414      Branch: perl
79415            ! toke.c utf8.c
79416 ____________________________________________________________________________
79417 [  6462] By: jhi                                   on 2000/07/29  00:16:53
79418         Log: The problem described in this
79419              
79420              Subject: [ID 20000322.018] named chars aren't magical enough
79421              From: root <root@dixie.cscaper.com>     
79422              Date: Wed, 22 Mar 2000 18:37:42 -0700
79423              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
79424              
79425              has been fixed in perl 5.6.0 but just in case added a test
79426              to keep it away.  (The report from Joseph Hall.)
79427      Branch: perl
79428            ! t/lib/charnames.t
79429 ____________________________________________________________________________
79430 [  6461] By: jhi                                   on 2000/07/28  23:56:36
79431         Log: Tiny fixes for #6460.
79432      Branch: metaconfig/U/perl
79433            ! gccvers.U
79434      Branch: perl
79435            ! Configure config_h.SH
79436 ____________________________________________________________________________
79437 [  6460] By: jhi                                   on 2000/07/28  23:24:41
79438         Log: Warn if the version of the operating system used to compile gcc
79439              differs from the current version of the operating system.
79440              Also display the gcc compilation os and version in myconfig.
79441              Inspiration from
79442              
79443              Subject: Re: [ID 20000710.003] ERRORS!!         
79444              From: "Kurt D. Starsinic" <kstar@chapin.edu>
79445              Date: Mon, 10 Jul 2000 15:54:16 -0400
79446              Message-ID: <20000710155416.A1384@O2.chapin.edu>
79447      Branch: metaconfig/U/perl
79448            ! gccvers.U
79449      Branch: perl
79450            ! Configure config_h.SH myconfig.SH
79451 ____________________________________________________________________________
79452 [  6459] By: jhi                                   on 2000/07/28  22:00:32
79453         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
79454              letter to $Config{osvers}.
79455      Branch: metaconfig
79456            ! U/modified/Oldconfig.U
79457      Branch: perl
79458            ! Configure config_h.SH
79459 ____________________________________________________________________________
79460 [  6458] By: jhi                                   on 2000/07/28  04:15:39
79461         Log: Back out #6454, doesn't seem to work.
79462              (Reason: that patch was for perl 5.6.0, not perl-current)
79463              (A version of the patch for perl-current came in later as #6466)
79464      Branch: perl
79465            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
79466            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
79467            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79468 ____________________________________________________________________________
79469 [  6457] By: jhi                                   on 2000/07/27  23:31:49
79470         Log: Use setproctitle() if available to modify $0.
79471              
79472              Subject: setting $* on BSD4 broken
79473              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
79474              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
79475              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
79476      Branch: metaconfig
79477            ! U/modified/Myinit.U
79478      Branch: perl
79479            ! Configure config_h.SH mg.c
79480 ____________________________________________________________________________
79481 [  6456] By: jhi                                   on 2000/07/27  14:50:47
79482         Log: Allow "no AutoLoader;", based on change #6444,
79483              suggested by Graham Barr.
79484      Branch: perl
79485            ! lib/AutoLoader.pm
79486 ____________________________________________________________________________
79487 [  6455] By: jhi                                   on 2000/07/27  14:19:10
79488         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
79489              From: rspier@pobox.com (Robert Spier)
79490              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
79491              Message-ID: <14720.15855.787664.424783@rls.cx>
79492      Branch: perl
79493            ! pod/perldiag.pod
79494 ____________________________________________________________________________
79495 [  6454] By: jhi                                   on 2000/07/27  14:03:02
79496         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
79497              for a long time).
79498              
79499              Reported in
79500              
79501              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
79502              From: Ryan Herbert <rherbert@sycamorehq.com>
79503              Date: Mon, 17 Jul 2000 11:40:42 -0400
79504              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
79505              
79506              Patched in
79507              
79508              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
79509              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
79510              Date: Wed, 26 Jul 2000 23:40:18 +0100
79511              Message-ID: <000001bff752$79511880$0a17073e@tiny>
79512              
79513              based on an earlier patch from Stephen P. Potter.
79514              
79515              (Removed later by change #6458 because this patch was for
79516              perl 5.6.0, not perl-current)
79517      Branch: perl
79518            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
79519            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
79520            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
79521 ____________________________________________________________________________
79522 [  6453] By: jhi                                   on 2000/07/27  13:48:02
79523         Log: Subject: [PATCH] fixes bug 20000508.004
79524              From: Michael Stevens <mstevens@globnix.org>
79525              Date: Thu, 27 Jul 2000 13:49:04 +0100
79526              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
79527      Branch: perl
79528            ! pod/perldata.pod
79529 ____________________________________________________________________________
79530 [  6452] By: jhi                                   on 2000/07/26  23:51:26
79531         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
79532              and Craig A. Berry.
79533      Branch: perl
79534            ! lib/File/Temp.pm pod/perlport.pod
79535 ____________________________________________________________________________
79536 [  6451] By: jhi                                   on 2000/07/26  19:43:30
79537         Log: Be wary of close()s, too.
79538              
79539              Subject: Re: [PATCH] perlbug cleanup
79540              From: Tim Jenness <t.jenness@jach.hawaii.edu>
79541              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
79542              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
79543      Branch: perl
79544            ! utils/perlbug.PL
79545 ____________________________________________________________________________
79546 [  6450] By: jhi                                   on 2000/07/26  18:41:40
79547         Log: Subject: Minor doc patch: handy.h
79548              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
79549              Date: Wed, 26 Jul 2000 15:34:25 -0300
79550              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
79551      Branch: perl
79552            ! handy.h pod/perlapi.pod
79553 ____________________________________________________________________________
79554 [  6449] By: jhi                                   on 2000/07/26  18:23:55
79555         Log: Subject: [PATCH] minor doc change - perlguts
79556              From: Michael Stevens <mstevens@globnix.org>
79557              Date: Thu, 13 Jul 2000 12:39:18 +0100
79558              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
79559      Branch: perl
79560            ! pod/perlguts.pod
79561 ____________________________________________________________________________
79562 [  6448] By: jhi                                   on 2000/07/26  18:20:30
79563         Log: open() wariness in perlbug.
79564              
79565              Subject: [PATCH] perlbug cleanup
79566              From: Michael Stevens <mstevens@globnix.org>
79567              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
79568              Date: Thu, 13 Jul 2000 15:52:23 +0100
79569      Branch: perl
79570            ! utils/perlbug.PL
79571 ____________________________________________________________________________
79572 [  6447] By: jhi                                   on 2000/07/26  18:13:04
79573         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
79574      Branch: perl
79575            ! lib/File/Temp.pm t/lib/ftmp-security.t
79576 ____________________________________________________________________________
79577 [  6446] By: jhi                                   on 2000/07/26  18:06:32
79578         Log: docfix from Peter Scott <Peter@PSDT.com>.
79579      Branch: perl
79580            ! pod/perlfunc.pod
79581 ____________________________________________________________________________
79582 [  6445] By: jhi                                   on 2000/07/26  17:53:31
79583         Log: Fix *foo{FORMAT}.
79584              
79585              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
79586              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
79587              Date: Wed, 26 Jul 2000 19:51:02 +0200
79588              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
79589              
79590              From: Graham Barr <gbarr@pobox.com>
79591              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
79592              Date: Wed, 26 Jul 2000 17:38:36 +0100
79593              Message-ID: <20000726173836.L472@pobox.com>
79594      Branch: perl
79595            ! pp.c sv.c t/op/gv.t
79596 ____________________________________________________________________________
79597 [  6444] By: jhi                                   on 2000/07/26  17:49:14
79598         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
79599              from Graham Barr in the module list.
79600      Branch: perl
79601            ! gv.c pod/perlobj.pod
79602 ____________________________________________________________________________
79603 [  6443] By: jhi                                   on 2000/07/26  16:06:56
79604         Log: More split() doc and test patches from Mike Guy.
79605      Branch: perl
79606            ! pod/perlfunc.pod t/op/split.t
79607 ____________________________________________________________________________
79608 [  6442] By: jhi                                   on 2000/07/26  16:05:30
79609         Log: MacOS nits from Matthias Neeracher.
79610      Branch: perl
79611            ! perl.c pp_ctl.c
79612 ____________________________________________________________________________
79613 [  6441] By: jhi                                   on 2000/07/26  04:39:57
79614         Log: Subject: [PATCH] split /^/
79615              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79616              Date: Tue, 25 Jul 2000 14:18:57 +0100
79617              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
79618              
79619              (with notes from tchrist and gbarr)
79620      Branch: perl
79621            ! pod/perlfunc.pod t/op/split.t
79622 ____________________________________________________________________________
79623 [  6440] By: jhi                                   on 2000/07/26  04:32:32
79624         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
79625              From: Peter Prymmer <pvhp@forte.com>
79626              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
79627              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
79628      Branch: perl
79629            ! vms/munchconfig.c
79630 ____________________________________________________________________________
79631 [  6439] By: jhi                                   on 2000/07/26  04:31:01
79632         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
79633              to be fatal errors (instead of by default ignoring them, and
79634              ignoring with a bug: even though -w gave an error, the opening [
79635              was left in)  Reported in:
79636              
79637              Subject: [ID 20000716.024] [=cc=] / [:blank:]
79638              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
79639              Date: Sun, 16 Jul 2000 17:55:29 -0700
79640              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
79641      Branch: perl
79642            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
79643 ____________________________________________________________________________
79644 [  6438] By: jhi                                   on 2000/07/25  15:41:15
79645         Log: Subject: [PATCH] av.c apidoc
79646              From: simon@brecon.co.uk (Simon Cozens)
79647              Date: 24 Jul 2000 06:40:52 GMT
79648              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
79649      Branch: perl
79650            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
79651            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
79652 ____________________________________________________________________________
79653 [  6437] By: jhi                                   on 2000/07/25  14:05:36
79654         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
79655              From: "Stephen P. Potter" <spp@ds.net>
79656              Date: Mon, 24 Jul 2000 14:22:23 -0400
79657              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
79658      Branch: perl
79659            ! pod/perllocale.pod
79660 ____________________________________________________________________________
79661 [  6436] By: jhi                                   on 2000/07/25  14:02:03
79662         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
79663              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79664              Date: Mon, 24 Jul 2000 18:04:28 +0100
79665              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
79666      Branch: perl
79667            ! t/lib/syslfs.t t/op/lfs.t
79668 ____________________________________________________________________________
79669 [  6435] By: jhi                                   on 2000/07/25  13:59:28
79670         Log: Get UTF16 BOMs working.  Patch from
79671              
79672              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
79673              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79674              Date: Tue, 25 Jul 2000 12:52:45 +0100
79675              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
79676              
79677              and notes from
79678              
79679              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
79680              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79681              Date: Tue, 25 Jul 2000 11:43:25 +0100
79682              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
79683      Branch: perl
79684            ! t/comp/require.t toke.c utf8.c
79685 ____________________________________________________________________________
79686 [  6434] By: jhi                                   on 2000/07/25  02:39:54
79687         Log: Make the "uninit variable" warning to say "concat or string"
79688              or "join or string" when in concat or join .
79689              
79690              Subject: Re: [ID 20000403.009] uninitialised concatenation???
79691              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79692              Date: Tue, 04 Apr 2000 18:22:58 +0100
79693              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
79694              
79695              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
79696              From: William R Ward <hermit@BayView.COM>
79697              Date: Thu, 30 Mar 2000 19:50:03 -0800
79698              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
79699      Branch: perl
79700            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
79701            ! t/pragma/warn/op t/pragma/warn/sv
79702 ____________________________________________________________________________
79703 [  6433] By: jhi                                   on 2000/07/24  17:52:56
79704         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
79705      Branch: perl
79706            ! lib/File/Spec/VMS.pm
79707 ____________________________________________________________________________
79708 [  6432] By: jhi                                   on 2000/07/24  17:44:44
79709         Log: Test cases for #6431.
79710              
79711              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
79712              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79713              Date: Mon, 24 Jul 2000 15:32:29 +0100
79714              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
79715      Branch: perl
79716            ! t/op/pat.t t/op/split.t
79717 ____________________________________________________________________________
79718 [  6431] By: jhi                                   on 2000/07/24  17:43:17
79719         Log: Bind op fix.
79720              
79721              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
79722              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79723              Date: Mon, 17 Jul 2000 20:04:56 +0100
79724              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
79725      Branch: perl
79726            ! op.c
79727 ____________________________________________________________________________
79728 [  6430] By: jhi                                   on 2000/07/24  03:42:42
79729         Log: Subject: [ID 20000716.023] syslog test fails without sockets
79730              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
79731              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
79732              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
79733      Branch: metaconfig/U/perl
79734            ! Extensions.U
79735      Branch: perl
79736            ! Configure config_h.SH
79737 ____________________________________________________________________________
79738 [  6429] By: jhi                                   on 2000/07/24  03:11:52
79739         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
79740              case, but add also notes explaining the relationship of this
79741              patch and the earlier notes by Sarathy.
79742              
79743              Subject: Map is still slow
79744              From: "Ben Tilly" <ben_tilly@hotmail.com>
79745              Date: Sat, 15 Jul 2000 17:23:27 EDT
79746              Message-ID: <20000715212327.21656.qmail@hotmail.com>
79747      Branch: perl
79748            ! pp_ctl.c
79749 ____________________________________________________________________________
79750 [  6428] By: jhi                                   on 2000/07/24  02:58:52
79751         Log: Documentation to explain the behaviour of map().
79752              
79753              Subject: Re: Map is still slow 
79754              From: Gurusamy Sarathy <gsar@ActiveState.com>
79755              Date: Sat, 15 Jul 2000 16:05:09 -0700
79756              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
79757      Branch: perl
79758            ! pp_ctl.c
79759 ____________________________________________________________________________
79760 [  6427] By: jhi                                   on 2000/07/24  02:50:03
79761         Log: Add tests for
79762              [ID 19991110.003] another matching finding by pcre author
79763              which has already been fixed by some patch, as verified in
79764              
79765              Subject: Re: two regex bugs from the mists of time (well, last November)
79766              From: Hugo <hv@crypt.compulink.co.uk>
79767              Date: Sat, 22 Jul 2000 18:12:58 +0100
79768              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
79769      Branch: perl
79770            ! t/op/re_tests
79771 ____________________________________________________________________________
79772 [  6426] By: jhi                                   on 2000/07/24  02:11:20
79773         Log: A missing 'break' after the [[:space:]] switch case.
79774              
79775              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
79776              From: "Stephen P. Potter" <spp@ds.net>
79777              Date: Tue, 18 Jul 2000 16:25:17 -0400
79778              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
79779      Branch: perl
79780            ! regcomp.c
79781 ____________________________________________________________________________
79782 [  6425] By: jhi                                   on 2000/07/24  02:06:12
79783         Log: The output might have been produced in the wrong order.
79784              
79785              Subject: [ID 20000720.003] [PATCH] t/op/write.t
79786              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79787              Date: Thu, 20 Jul 2000 18:49:18 +0100
79788              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
79789      Branch: perl
79790            ! t/op/write.t
79791 ____________________________________________________________________________
79792 [  6424] By: jhi                                   on 2000/07/24  02:00:07
79793         Log: Use STDOUT consistently.
79794              
79795              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
79796              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79797              Date: Thu, 20 Jul 2000 18:04:01 +0100
79798              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
79799      Branch: perl
79800            ! lib/Test/Harness.pm
79801 ____________________________________________________________________________
79802 [  6423] By: jhi                                   on 2000/07/24  01:54:54
79803         Log: Protect against "wild next"s, that is, callbacks doing "next"
79804              instead of "return".
79805              
79806              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
79807              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79808              Date: Tue, 18 Jul 2000 11:30:16 +0100
79809              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
79810      Branch: perl
79811            ! lib/File/Find.pm
79812 ____________________________________________________________________________
79813 [  6422] By: jhi                                   on 2000/07/24  01:35:47
79814         Log: Out-of-date note removed.
79815              
79816              Subject: [PATCH] documentation perlipc
79817              From: rspier@pobox.com (Robert Spier)
79818              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
79819              Message-ID: <14711.35178.572612.502654@rls.cx>
79820      Branch: perl
79821            ! pod/perlipc.pod
79822 ____________________________________________________________________________
79823 [  6421] By: jhi                                   on 2000/07/24  00:09:18
79824         Log: Send all installperl messages to STDERR and be -w clean.
79825              
79826              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
79827              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79828              Date: Sat, 22 Jul 2000 14:02:11 +0100
79829              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
79830      Branch: perl
79831            ! installperl
79832 ____________________________________________________________________________
79833 [  6420] By: jhi                                   on 2000/07/24  00:04:19
79834         Log: Decutandpasto.
79835              
79836              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
79837              From: "Richard Soderberg" <rs@crystalflame.net>
79838              Date: Sun, 23 Jul 2000 01:37:23 -0700
79839              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
79840      Branch: perl
79841            ! pod/perlipc.pod
79842 ____________________________________________________________________________
79843 [  6419] By: jhi                                   on 2000/07/24  00:01:12
79844         Log: A cleaner abs_path().
79845              Subject: Re: unix alternative to Cwd.pm
79846              From: Jeff Pinyan <jeffp@crusoe.net>
79847              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
79848              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
79849      Branch: perl
79850            ! lib/Cwd.pm
79851 ____________________________________________________________________________
79852 [  6418] By: jhi                                   on 2000/07/23  23:48:56
79853         Log: Detypo.
79854              
79855              Subject: [PATCH perl-current] Typo in hints/powerux.sh
79856              From: "Richard Soderberg" <rs@crystalflame.net>
79857              Date: Sun, 23 Jul 2000 01:27:33 -0700
79858              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
79859      Branch: perl
79860            ! hints/powerux.sh
79861 ____________________________________________________________________________
79862 [  6417] By: jhi                                   on 2000/07/17  22:13:31
79863         Log: Subject: SDBM_File documentation
79864              From: mjd@plover.com
79865              Date: 16 Jul 2000 17:41:17 -0000
79866              Message-ID: <20000716174117.18515.qmail@plover.com>
79867      Branch: perl
79868            ! ext/SDBM_File/SDBM_File.pm
79869 ____________________________________________________________________________
79870 [  6416] By: jhi                                   on 2000/07/17  19:13:26
79871         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
79872      Branch: perl
79873            ! hints/mpeix.sh mpeix/relink
79874 ____________________________________________________________________________
79875 [  6415] By: jhi                                   on 2000/07/15  14:11:02
79876         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
79877              the utf8 'characters' can be more than one octet).
79878              
79879              Date: Sat, 15 Jul 2000 00:21:56 +0100
79880              From: Tom Hughes <tom@compton.nu>
79881              Subject: Re: [ID 20000714.002]
79882              Message-ID: <db2334de49.tom@compton.compton.nu>
79883              
79884              Reported in
79885              
79886              Subject: [ID 20000714.002]
79887              From: "Simon Cozens" <simon@othersideofthe.earth.li>
79888              Date: 14 Jul 2000 15:13:09 -0000
79889              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
79890      Branch: perl
79891            ! doop.c
79892 ____________________________________________________________________________
79893 [  6414] By: jhi                                   on 2000/07/15  03:13:41
79894         Log: another VMS build tweak from Peter Prymmer
79895      Branch: perl
79896            ! vms/descrip_mms.template
79897 ____________________________________________________________________________
79898 [  6413] By: jhi                                   on 2000/07/15  03:10:40
79899         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
79900      Branch: perl
79901            ! vms/perlvms.pod
79902 ____________________________________________________________________________
79903 [  6412] By: jhi                                   on 2000/07/15  00:31:05
79904         Log: More docs for sv functions.
79905              
79906              Subject: [PATCH cfgperl] sv.c apidoc
79907              From: simon@brecon.co.uk (Simon Cozens)
79908              Date: 13 Jul 2000 09:00:20 GMT
79909              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
79910              
79911              Subject: Re: [PATCH cfgperl] sv.c apidoc
79912              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79913              Date: Thu, 13 Jul 2000 12:27:41 +0100
79914              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
79915              
79916              Subject: Re: [PATCH cfgperl] sv.c apidoc
79917              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
79918              Date: Thu, 13 Jul 2000 13:23:09 +0100
79919              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
79920              
79921              Subject: Re: [PATCH cfgperl] sv.c apidoc
79922              From: simon@brecon.co.uk (Simon Cozens)
79923              Date: 14 Jul 2000 06:51:02 GMT
79924              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
79925      Branch: perl
79926            ! embed.pl pod/perlapi.pod sv.c
79927 ____________________________________________________________________________
79928 [  6411] By: jhi                                   on 2000/07/15  00:10:41
79929         Log: lib/b test fixes from Peter Prymmer.
79930      Branch: perl
79931            ! t/lib/b.t
79932 ____________________________________________________________________________
79933 [  6410] By: jhi                                   on 2000/07/15  00:02:09
79934         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
79935              From: Hugo <hv@crypt.compulink.co.uk>
79936              Date: Fri, 14 Jul 2000 23:05:20 +0100
79937              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
79938              
79939              Didn't anymore apply, but that point still could use another fix.
79940      Branch: perl
79941            ! pod/perlfunc.pod
79942 ____________________________________________________________________________
79943 [  6409] By: jhi                                   on 2000/07/14  23:15:15
79944         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
79945              not in pod, from Peter Prymmer
79946      Branch: perl
79947            ! vms/descrip_mms.template
79948 ____________________________________________________________________________
79949 [  6408] By: jhi                                   on 2000/07/14  20:35:05
79950         Log: The bug report
79951              [ID 19991110.002] minimal matching discrepancy found by pcre author
79952              seems to have been fixed (though differently from what was suggested
79953              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
79954      Branch: perl
79955            ! t/op/re_tests
79956 ____________________________________________________________________________
79957 [  6407] By: jhi                                   on 2000/07/14  17:38:08
79958         Log: Fix AutoSplit to use File::Spec the right way in VMS,
79959              from Peter Prymmer.
79960      Branch: perl
79961            ! lib/AutoSplit.pm
79962 ____________________________________________________________________________
79963 [  6406] By: jhi                                   on 2000/07/14  14:13:22
79964         Log: Merge perlhacktut into perlhack, update perlguts.
79965              
79966              Subject: Re: Perlhacktut
79967              From: simon@brecon.co.uk (Simon Cozens)
79968              Date: 14 Jul 2000 06:49:21 GMT
79969              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
79970              
79971              Subject: Re: Perlhacktut
79972              From: simon@brecon.co.uk (Simon Cozens)
79973              Date: 14 Jul 2000 07:09:45 GMT
79974              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
79975      Branch: perl
79976            ! pod/perlguts.pod pod/perlhack.pod
79977 ____________________________________________________________________________
79978 [  6405] By: jhi                                   on 2000/07/14  14:02:31
79979         Log: Integrate with Sarathy.
79980      Branch: cfgperl
79981           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
79982           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
79983           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
79984 ____________________________________________________________________________
79985 [  6404] By: gsar                                  on 2000/07/14  12:15:02
79986         Log: PERL_OBJECT build tweaks
79987      Branch: perl
79988            ! toke.c
79989 ____________________________________________________________________________
79990 [  6403] By: gsar                                  on 2000/07/14  11:23:41
79991         Log: inconsistent types needs casts
79992      Branch: perl
79993            ! toke.c
79994 ____________________________________________________________________________
79995 [  6402] By: gsar                                  on 2000/07/14  11:12:04
79996         Log: typos in change#6399, regen headers
79997      Branch: perl
79998            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
79999 ____________________________________________________________________________
80000 [  6401] By: gsar                                  on 2000/07/14  10:59:12
80001         Log: typecasts needed for change#6394
80002      Branch: perl
80003            ! toke.c
80004 ____________________________________________________________________________
80005 [  6400] By: gsar                                  on 2000/07/14  10:49:37
80006         Log: integrate cfgperl contents into mainline
80007      Branch: perl
80008           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
80009           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
80010 ____________________________________________________________________________
80011 [  6399] By: gsar                                  on 2000/07/14  10:38:35
80012         Log: enable UTF-16 filter by default if relevant BOM is seen; various
80013              cleanups (typos, misformatted code, and small bugs)
80014      Branch: perl
80015            ! doop.c embed.pl mg.c op.c pp.c toke.c
80016 ____________________________________________________________________________
80017 [  6398] By: gsar                                  on 2000/07/14  08:55:38
80018         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
80019              name suggests anyway)
80020      Branch: perl
80021            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
80022 ____________________________________________________________________________
80023 [  6397] By: gsar                                  on 2000/07/14  08:44:33
80024         Log: move new variables to the end of the interpreter structure (for
80025              bincompat in code that doesn't #include XSUB.h)
80026      Branch: perl
80027            ! intrpvar.h
80028 ____________________________________________________________________________
80029 [  6396] By: gsar                                  on 2000/07/14  08:13:58
80030         Log: MakeMaker should not remove editor backups (*~) on `make clean`
80031              by default (completes change#6383)
80032      Branch: perl
80033            ! lib/ExtUtils/MM_Unix.pm
80034 ____________________________________________________________________________
80035 [  6395] By: jhi                                   on 2000/07/14  05:20:33
80036         Log: Replace change #6337 with a better one.
80037              
80038              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80039              From: Hugo <hv@crypt.compulink.co.uk>
80040              Date: Fri, 14 Jul 2000 04:16:20 +0100
80041              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
80042      Branch: cfgperl
80043            ! regexec.c t/op/re_tests
80044 ____________________________________________________________________________
80045 [  6394] By: jhi                                   on 2000/07/14  01:33:59
80046         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
80047      Branch: cfgperl
80048            ! embed.pl global.sym proto.h toke.c
80049 ____________________________________________________________________________
80050 [  6393] By: jhi                                   on 2000/07/13  23:41:23
80051         Log: remove discarded test
80052      Branch: cfgperl
80053            ! MANIFEST
80054 ____________________________________________________________________________
80055 [  6392] By: jhi                                   on 2000/07/13  23:32:25
80056         Log: The {multiplier} of a fixed substring was overlooked which
80057              caused a wrong initial search offset for that substring.
80058              
80059              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
80060              From: Hugo <hv@crypt.compulink.co.uk>
80061              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
80062              Date: Thu, 13 Jul 2000 19:27:13 +0100
80063      Branch: cfgperl
80064            ! regcomp.c t/op/re_tests
80065 ____________________________________________________________________________
80066 [  6391] By: jhi                                   on 2000/07/13  16:37:42
80067         Log: typo fix from Craig Berry
80068      Branch: cfgperl
80069            ! vms/subconfigure.com
80070 ____________________________________________________________________________
80071 [  6390] By: jhi                                   on 2000/07/13  13:20:12
80072         Log: Integrate with Sarathy.
80073      Branch: cfgperl
80074            - t/op/method2entersub.t
80075           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
80076           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
80077           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
80078           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
80079 ____________________________________________________________________________
80080 [  6389] By: jhi                                   on 2000/07/13  13:18:48
80081         Log: Detypo from Peter Prymmer, part of #6388.
80082      Branch: cfgperl
80083            ! Configure config_h.SH
80084      Branch: metaconfig
80085            ! U/modified/d_longlong.U
80086 ____________________________________________________________________________
80087 [  6388] By: gsar                                  on 2000/07/13  06:33:40
80088         Log: typos (spotted by Peter Prymmer)
80089      Branch: perl
80090            ! Configure t/lib/english.t
80091 ____________________________________________________________________________
80092 [  6387] By: gsar                                  on 2000/07/13  05:35:28
80093         Log: new selfloader.t in change#6183 doesn't close DATA handles,
80094              and thus fails to clean up tmp files on dosish platforms
80095      Branch: perl
80096            ! t/lib/selfloader.t
80097 ____________________________________________________________________________
80098 [  6386] By: gsar                                  on 2000/07/12  21:42:39
80099         Log: sprintf test tweaks (from Dominic Dunlop)
80100      Branch: perl
80101            ! t/op/sprintf.t
80102 ____________________________________________________________________________
80103 [  6385] By: gsar                                  on 2000/07/12  21:33:46
80104         Log: fix bugs in processing %v-*d and similar format specs (from
80105              Avi Finkel <avi@finkel.org>)
80106      Branch: perl
80107            ! sv.c t/op/sprintf.t
80108 ____________________________________________________________________________
80109 [  6384] By: gsar                                  on 2000/07/12  16:04:19
80110         Log: readd missing perldelta.pod changes from changes#6339,6376
80111      Branch: perl
80112            ! pod/perldelta.pod
80113 ____________________________________________________________________________
80114 [  6383] By: gsar                                  on 2000/07/12  16:00:51
80115         Log: don't clobber *.orig files on *clean targets
80116      Branch: perl
80117            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
80118 ____________________________________________________________________________
80119 [  6382] By: gsar                                  on 2000/07/12  07:59:12
80120         Log: fix broken integrations in cfgperl
80121      Branch: cfgperl
80122           !> Changes pod/perldelta.pod
80123 ____________________________________________________________________________
80124 [  6381] By: gsar                                  on 2000/07/12  07:42:17
80125         Log: integrate cfgperl changes into mainline
80126      Branch: perl
80127            ! Changes
80128           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
80129           !> pod/perlre.pod
80130 ____________________________________________________________________________
80131 [  6380] By: gsar                                  on 2000/07/12  07:31:00
80132         Log: get sprintf.t to adjust properly for 3-digit exponents
80133      Branch: perl
80134            ! t/op/sprintf.t
80135 ____________________________________________________________________________
80136 [  6379] By: gsar                                  on 2000/07/12  06:40:04
80137         Log: change#6174 needs corresponding change in win32/config_h.PL,
80138              which grovels through config_h.SH to find the config.h name
80139      Branch: perl
80140            ! win32/config_h.PL
80141 ____________________________________________________________________________
80142 [  6378] By: jhi                                   on 2000/07/12  05:03:59
80143         Log: Do the cc sanity check both before the hints and
80144              after the cc selction.
80145      Branch: cfgperl
80146            ! Configure config_h.SH
80147      Branch: metaconfig
80148            ! U/modified/Oldconfig.U U/modified/cc.U
80149      Branch: metaconfig/U/perl
80150            + Checkcc.U
80151 ____________________________________________________________________________
80152 [  6377] By: jhi                                   on 2000/07/12  02:49:22
80153         Log: Fix nits noticed by Boston.pm.
80154      Branch: cfgperl
80155            ! pod/perlre.pod
80156 ____________________________________________________________________________
80157 [  6376] By: jhi                                   on 2000/07/11  21:22:13
80158         Log: Configure cosmetics and perldelta.
80159      Branch: cfgperl
80160            ! Configure config_h.SH pod/perldelta.pod
80161      Branch: metaconfig
80162            ! U/modified/cc.U
80163 ____________________________________________________________________________
80164 [  6375] By: gsar                                  on 2000/07/11  21:17:35
80165         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
80166      Branch: perl
80167            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
80168            ! win32/win32sck.c
80169 ____________________________________________________________________________
80170 [  6374] By: gsar                                  on 2000/07/11  20:48:50
80171         Log: tweak for build failure under multiplicity
80172      Branch: perl
80173            ! toke.c
80174 ____________________________________________________________________________
80175 [  6373] By: gsar                                  on 2000/07/11  20:37:23
80176         Log: integrate cfgperl changes#6325..6373 into mainline
80177              (NOTE: today's batch of integrations still untested)
80178      Branch: perl
80179           +> ext/DynaLoader/hints/netbsd.pl
80180            ! Changes
80181           !> (integrate 26 files)
80182 ____________________________________________________________________________
80183 [  6372] By: jhi                                   on 2000/07/11  20:30:36
80184         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
80185              regen perltoc.
80186      Branch: cfgperl
80187            + pod/perlbook.pod
80188            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
80189            ! pod/perltoc.pod
80190 ____________________________________________________________________________
80191 [  6371] By: jhi                                   on 2000/07/11  20:08:56
80192         Log: Minor cleanups on the booklist.
80193      Branch: cfgperl
80194            ! pod/perlfaq2.pod
80195 ____________________________________________________________________________
80196 [  6370] By: jhi                                   on 2000/07/11  19:31:13
80197         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
80198      Branch: cfgperl
80199            ! t/pragma/overload.t
80200 ____________________________________________________________________________
80201 [  6369] By: gsar                                  on 2000/07/11  19:27:48
80202         Log: integrate cfgperl changes#6293..6324 into mainline
80203      Branch: perl
80204           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
80205            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
80206           !> (integrate 30 files)
80207 ____________________________________________________________________________
80208 [  6368] By: gsar                                  on 2000/07/11  19:18:57
80209         Log: skip integrate of problematic change#6292 from cfgperl into mainline
80210      Branch: perl
80211           !> pp_hot.c
80212 ____________________________________________________________________________
80213 [  6367] By: gsar                                  on 2000/07/11  19:17:21
80214         Log: integrate cfgperl changes#6288..6290 into mainline
80215      Branch: perl
80216           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
80217 ____________________________________________________________________________
80218 [  6366] By: gsar                                  on 2000/07/11  19:11:18
80219         Log: integrate cfgperl changes#6268..6282 into mainline
80220      Branch: perl
80221           !> (integrate 30 files)
80222 ____________________________________________________________________________
80223 [  6365] By: gsar                                  on 2000/07/11  18:57:00
80224         Log: delete new accidentally branched file
80225      Branch: perl
80226            - t/op/method2entersub.t
80227 ____________________________________________________________________________
80228 [  6364] By: gsar                                  on 2000/07/11  18:55:13
80229         Log: skip integrate of change#6267 from cfgperl into mainline (the
80230              method call optimization is flawed without additional hints
80231              from user about immutableness of @ISA and no runtime method
80232              definitions)
80233      Branch: perl
80234           +> t/op/method2entersub.t
80235           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
80236           !> perl.h t/op/sprintf.t xsutils.c
80237 ____________________________________________________________________________
80238 [  6363] By: gsar                                  on 2000/07/11  18:49:43
80239         Log: integrate cfgperl changes#6261..6266 into mainline
80240      Branch: perl
80241           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
80242           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
80243           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
80244           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
80245 ____________________________________________________________________________
80246 [  6362] By: gsar                                  on 2000/07/11  18:43:26
80247         Log: integrate cfgperl changes#6252..6260 into mainline
80248      Branch: perl
80249           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
80250           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
80251           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
80252           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
80253 ____________________________________________________________________________
80254 [  6361] By: gsar                                  on 2000/07/11  18:37:12
80255         Log: skip integrate of problematic change#6251 from cfgperl into mainline
80256      Branch: perl
80257           !> lib/Exporter.pm
80258 ____________________________________________________________________________
80259 [  6360] By: gsar                                  on 2000/07/11  18:34:56
80260         Log: integrate cfgperl change#6250 into mainline
80261      Branch: perl
80262           +> t/op/my_stash.t
80263           !> MANIFEST embed.pl proto.h toke.c
80264 ____________________________________________________________________________
80265 [  6359] By: gsar                                  on 2000/07/11  18:21:19
80266         Log: integrate cfgperl changes#6242..6249 into mainline
80267      Branch: perl
80268           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
80269           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
80270           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
80271           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
80272           !> t/lib/peek.t utf8.c
80273 ____________________________________________________________________________
80274 [  6358] By: gsar                                  on 2000/07/11  18:15:45
80275         Log: skip integrate of problematic change#6241 from cfgperl into mainline
80276      Branch: perl
80277           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
80278 ____________________________________________________________________________
80279 [  6357] By: jhi                                   on 2000/07/11  18:15:16
80280         Log: Fix for
80281              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
80282              From: Roderick Schertler <roderick@argon.org> 
80283              Date: Tue, 11 Jul 2000 13:55:05 -0400 
80284              Message-Id: <200007111755.NAA05077@jones.argon.org> 
80285      Branch: cfgperl
80286            ! doio.c
80287 ____________________________________________________________________________
80288 [  6356] By: jhi                                   on 2000/07/11  18:12:51
80289         Log: Typo in #6341.
80290      Branch: cfgperl
80291            ! pp_hot.c
80292 ____________________________________________________________________________
80293 [  6355] By: gsar                                  on 2000/07/11  18:12:10
80294         Log: integrate cfgperl changes#6231..6240 into mainline
80295      Branch: perl
80296           +> pod/perlutil.pod
80297           !> (integrate 35 files)
80298 ____________________________________________________________________________
80299 [  6354] By: jhi                                   on 2000/07/11  18:04:34
80300         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
80301              From: Dominic Dunlop <domo@computer.org> 
80302              Date: Tue, 11 Jul 2000 12:27:33 +0200 
80303              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
80304              
80305              Replaces change #6268.
80306      Branch: cfgperl
80307            ! t/op/sprintf.t
80308 ____________________________________________________________________________
80309 [  6353] By: gsar                                  on 2000/07/11  17:59:51
80310         Log: skip integrate of problematic change#6230 from cfgperl into mainline
80311              (a later version of File::Spec is already in mainline)
80312      Branch: perl
80313           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
80314           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
80315 ____________________________________________________________________________
80316 [  6352] By: gsar                                  on 2000/07/11  17:57:48
80317         Log: integrate cfgperl changes#6224..6229 into mainline
80318      Branch: perl
80319           +> lib/lib.pm.PL
80320            - lib/lib.pm
80321           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
80322           !> lib/English.pm op.c t/lib/english.t
80323 ____________________________________________________________________________
80324 [  6351] By: gsar                                  on 2000/07/11  17:50:10
80325         Log: skip integrate of problematic change#6223 from cfgperl into mainline
80326      Branch: perl
80327           !> doio.c
80328 ____________________________________________________________________________
80329 [  6350] By: gsar                                  on 2000/07/11  17:48:28
80330         Log: integrate cfgperl changes#6220..6222 into mainline
80331      Branch: perl
80332           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
80333           !> toke.c utf8.c win32/win32.h
80334 ____________________________________________________________________________
80335 [  6349] By: gsar                                  on 2000/07/11  17:46:13
80336         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
80337              mainline
80338      Branch: perl
80339           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
80340           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
80341           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80342 ____________________________________________________________________________
80343 [  6348] By: jhi                                   on 2000/07/11  17:45:49
80344         Log: README.posix-bc podified from Thomas Dorner.
80345      Branch: cfgperl
80346            ! README.posix-bc
80347 ____________________________________________________________________________
80348 [  6347] By: gsar                                  on 2000/07/11  17:42:04
80349         Log: integrate cfgperl change#6217 into mainline
80350      Branch: perl
80351           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
80352           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
80353           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
80354 ____________________________________________________________________________
80355 [  6346] By: gsar                                  on 2000/07/11  17:39:37
80356         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
80357              mainline
80358      Branch: perl
80359           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
80360           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
80361           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
80362           !> perlapi.h pod/perlapi.pod
80363 ____________________________________________________________________________
80364 [  6345] By: gsar                                  on 2000/07/11  17:36:42
80365         Log: integrate cfgperl changes#6207..6210 into mainline
80366      Branch: perl
80367           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
80368           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
80369 ____________________________________________________________________________
80370 [  6344] By: gsar                                  on 2000/07/11  17:31:20
80371         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
80372              mainline
80373      Branch: perl
80374           !> (integrate 40 files)
80375 ____________________________________________________________________________
80376 [  6343] By: gsar                                  on 2000/07/11  17:19:08
80377         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
80378      Branch: perl
80379           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
80380            ! Changes
80381           !> (integrate 34 files)
80382 ____________________________________________________________________________
80383 [  6342] By: jhi                                   on 2000/07/11  16:05:48
80384         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
80385              To: perl5-porters@perl.org
80386              From: Karsten Sperling <spiff@phreax.net>
80387              Date: Mon, 10 Jul 2000 15:12:52 +0200
80388              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
80389      Branch: cfgperl
80390            ! lib/Symbol.pm
80391 ____________________________________________________________________________
80392 [  6341] By: jhi                                   on 2000/07/11  15:59:23
80393         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
80394              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80395              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
80396              Date: Fri, 07 Jul 2000 17:57:16 +0100
80397      Branch: cfgperl
80398            ! pp_hot.c
80399 ____________________________________________________________________________
80400 [  6340] By: jhi                                   on 2000/07/11  15:55:47
80401         Log: Subject: Re: format bug report  [Patch]
80402              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80403              Date: Wed, 05 Jul 2000 13:12:52 +0200
80404              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
80405              
80406              Subject: Re: format bug report  [Patch]
80407              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
80408              Date: Wed, 05 Jul 2000 14:10:01 +0200
80409              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
80410      Branch: cfgperl
80411            ! t/op/write.t toke.c
80412 ____________________________________________________________________________
80413 [  6339] By: jhi                                   on 2000/07/11  13:54:09
80414         Log: Be less forgiving about ambiguous and illegal tr ranges.
80415              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80416              From: Mark-Jason Dominus <mjd@plover.com>
80417              Date: Tue, 04 Jul 2000 10:00:12 -0400
80418              Message-ID: <20000704140012.17772.qmail@plover.com>
80419              
80420              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
80421              From: Mark-Jason Dominus <mjd@plover.com>
80422              Date: Wed, 05 Jul 2000 09:37:36 -0400
80423              Message-ID: <20000705133736.27293.qmail@plover.com>
80424      Branch: cfgperl
80425            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
80426 ____________________________________________________________________________
80427 [  6338] By: jhi                                   on 2000/07/11  13:31:24
80428         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
80429              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80430              Date: Tue, 11 Jul 2000 13:50:51 +0100
80431              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
80432      Branch: cfgperl
80433            ! sv.c
80434 ____________________________________________________________________________
80435 [  6337] By: jhi                                   on 2000/07/11  13:29:14
80436         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
80437              From: Hugo <hv@crypt.compulink.co.uk>
80438              Date: Tue, 11 Jul 2000 12:44:50 +0100
80439              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
80440      Branch: cfgperl
80441            ! regexec.c t/op/re_tests
80442 ____________________________________________________________________________
80443 [  6336] By: jhi                                   on 2000/07/11  13:26:47
80444         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
80445              From: simon@brecon.co.uk (Simon Cozens)
80446              Date: 7 Jul 2000 11:26:09 GMT
80447              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
80448      Branch: cfgperl
80449            ! mg.c
80450 ____________________________________________________________________________
80451 [  6335] By: jhi                                   on 2000/07/11  13:23:37
80452         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
80453              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
80454              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
80455              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
80456      Branch: cfgperl
80457            + ext/DynaLoader/hints/netbsd.pl
80458            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
80459 ____________________________________________________________________________
80460 [  6334] By: jhi                                   on 2000/07/11  13:20:38
80461         Log: Subject: PATCH perlguts.pod: Document D and d magic types
80462              From: mjd@plover.com
80463              Date: 5 Jul 2000 18:01:51 -0000
80464              Message-ID: <20000705180151.29413.qmail@plover.com>
80465      Branch: cfgperl
80466            ! pod/perlguts.pod
80467 ____________________________________________________________________________
80468 [  6333] By: jhi                                   on 2000/07/11  13:15:51
80469         Log: Precedence goof, fix based on
80470              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
80471              From: Hugo <hv@crypt.compulink.co.uk>
80472              Date: Tue, 11 Jul 2000 12:52:38 +0100
80473              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
80474      Branch: cfgperl
80475            ! t/op/taint.t
80476 ____________________________________________________________________________
80477 [  6332] By: jhi                                   on 2000/07/11  12:40:17
80478         Log: Integrate with Sarathy.
80479      Branch: cfgperl
80480           !> win32/win32sck.c
80481 ____________________________________________________________________________
80482 [  6331] By: jhi                                   on 2000/07/10  20:14:16
80483         Log: Sprinkle ldlibpath.
80484      Branch: cfgperl
80485            ! pod/Makefile.SH
80486 ____________________________________________________________________________
80487 [  6330] By: jhi                                   on 2000/07/10  17:54:49
80488         Log: More POSIX.pod tweaks.
80489      Branch: cfgperl
80490            ! ext/POSIX/POSIX.pod
80491 ____________________________________________________________________________
80492 [  6329] By: jhi                                   on 2000/07/10  14:02:12
80493         Log: Reorder perl.pod once more.
80494      Branch: cfgperl
80495            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
80496 ____________________________________________________________________________
80497 [  6328] By: gsar                                  on 2000/07/10  07:06:00
80498         Log: accept() leaks memory on windows due to incorrect ordering of
80499              closesocket() and fclose() calls
80500      Branch: perl
80501            ! win32/win32sck.c
80502 ____________________________________________________________________________
80503 [  6327] By: gsar                                  on 2000/07/10  06:49:17
80504         Log: winsock options weren't being set in all threads under ithreads
80505              (caused send()s from second and subsequent threads to fail)
80506      Branch: perl
80507            ! win32/win32sck.c
80508 ____________________________________________________________________________
80509 [  6326] By: jhi                                   on 2000/07/08  02:45:40
80510         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
80511              was cast to an unsigned (32-bit) integer with wild abandon.
80512      Branch: cfgperl
80513            ! ext/Devel/DProf/DProf.xs
80514 ____________________________________________________________________________
80515 [  6325] By: jhi                                   on 2000/07/07  18:50:33
80516         Log: Remove perlbook, update perlfaq book listing,
80517              rearrange perl.pod, regenerate perltoc.
80518      Branch: cfgperl
80519            - pod/perlbook.pod
80520            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
80521            ! pod/perlfaq2.pod pod/perltoc.pod
80522 ____________________________________________________________________________
80523 [  6324] By: jhi                                   on 2000/07/07  14:03:40
80524         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
80525      Branch: cfgperl
80526            ! sv.h toke.c
80527 ____________________________________________________________________________
80528 [  6323] By: jhi                                   on 2000/07/06  16:03:55
80529         Log: Fix complaints of buildtoc.
80530      Branch: cfgperl
80531            + lib/Win32.pod
80532            - pod/Win32.pod
80533            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
80534 ____________________________________________________________________________
80535 [  6322] By: jhi                                   on 2000/07/06  15:15:52
80536         Log: Add =head1 NAMEs so that buildtoc is happy.
80537              (The CGI::Util nit reported to Lincoln.)
80538      Branch: cfgperl
80539            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
80540            ! pod/perltoc.pod
80541 ____________________________________________________________________________
80542 [  6321] By: jhi                                   on 2000/07/06  03:16:04
80543         Log: Config is being used.
80544      Branch: cfgperl
80545            ! t/op/method.t
80546 ____________________________________________________________________________
80547 [  6320] By: jhi                                   on 2000/07/06  03:13:13
80548         Log: Integrate with Sarathy.
80549      Branch: cfgperl
80550           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
80551 ____________________________________________________________________________
80552 [  6319] By: jhi                                   on 2000/07/06  03:11:46
80553         Log: Autogenerate pod/Makefile and pod/buildtoc.
80554              buildtoc also checks whether the existing pods are
80555              mentioned in MANIFEST and perl.pod, and vice versa.
80556              (None of the thusly found discrepancies fixed yet.)
80557              roffitall also needs to be autogenerated similarly but it
80558              seems so badly out of date that I didn't touch it yet.
80559      Branch: cfgperl
80560            + pod/Makefile.SH pod/buildtoc.PL
80561            - pod/Makefile pod/buildtoc
80562            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
80563 ____________________________________________________________________________
80564 [  6318] By: gsar                                  on 2000/07/05  22:10:54
80565         Log: fix UNC path handling on Windows under ithreads, and chdir()
80566              return value when given a non-existent directory
80567      Branch: perl
80568            ! win32/vdir.h
80569 ____________________________________________________________________________
80570 [  6317] By: gsar                                  on 2000/07/05  22:08:19
80571         Log: winsock cleanup never done on Windows (leads to handle leaks)
80572      Branch: perl
80573            ! win32/perllib.c win32/win32sck.c
80574 ____________________________________________________________________________
80575 [  6316] By: gsar                                  on 2000/07/05  22:06:19
80576         Log: some debugger output does not go to the socket when RemotePort is set
80577      Branch: perl
80578            ! lib/perl5db.pl
80579 ____________________________________________________________________________
80580 [  6315] By: jhi                                   on 2000/07/05  00:25:21
80581         Log: Integrate with Sarathy, preliminary fix for unicos
80582              alignment problems in [ID 20000612.002] Perl problem on Cray system.
80583      Branch: cfgperl
80584            ! sv.h
80585           !> pp_hot.c
80586 ____________________________________________________________________________
80587 [  6314] By: gsar                                  on 2000/07/04  23:34:02
80588         Log: tyop in change#6306
80589      Branch: perl
80590            ! pp_hot.c
80591 ____________________________________________________________________________
80592 [  6313] By: jhi                                   on 2000/07/04  22:14:38
80593         Log: Multiline string literals ENONPORTABLE.
80594      Branch: cfgperl
80595            ! pp_hot.c
80596 ____________________________________________________________________________
80597 [  6312] By: jhi                                   on 2000/07/04  20:34:44
80598         Log: Integrate with Sarathy.
80599      Branch: cfgperl
80600           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
80601           !> t/op/method.t
80602 ____________________________________________________________________________
80603 [  6311] By: jhi                                   on 2000/07/04  20:30:56
80604         Log: More POSIX.pod embellishment.
80605      Branch: cfgperl
80606            ! ext/POSIX/POSIX.pod
80607 ____________________________________________________________________________
80608 [  6310] By: gsar                                  on 2000/07/04  17:28:48
80609         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
80610      Branch: perl
80611            ! t/lib/b.t
80612 ____________________________________________________________________________
80613 [  6309] By: jhi                                   on 2000/07/04  17:22:18
80614         Log: The #6308 required a little bit more.
80615      Branch: cfgperl
80616            ! Makefile.SH win32/Makefile
80617 ____________________________________________________________________________
80618 [  6308] By: jhi                                   on 2000/07/04  16:35:24
80619         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
80620      Branch: cfgperl
80621            + lib/lib_pm.PL
80622            - lib/lib.pm.PL
80623            ! MANIFEST Makefile.SH
80624 ____________________________________________________________________________
80625 [  6307] By: jhi                                   on 2000/07/04  16:28:58
80626         Log: Win32 patches for cfgperl from Sarathy.
80627      Branch: cfgperl
80628            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
80629            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
80630            ! thread.h toke.c util.c win32/Makefile win32/win32.c
80631 ____________________________________________________________________________
80632 [  6306] By: gsar                                  on 2000/07/04  16:28:40
80633         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
80634              (from Richard Soderberg <rs@oregonnet.com>)
80635      Branch: perl
80636            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
80637 ____________________________________________________________________________
80638 [  6305] By: jhi                                   on 2000/07/04  16:24:24
80639         Log: Integrate with Sarathy.
80640      Branch: cfgperl
80641           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
80642           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80643           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
80644           !> proto.h win32/win32.c
80645 ____________________________________________________________________________
80646 [  6304] By: gsar                                  on 2000/07/04  16:17:24
80647         Log: missing perldiag entry for unpack("w",...) diagnostic (from
80648              Andreas Koenig)
80649      Branch: perl
80650            ! pod/perldiag.pod
80651 ____________________________________________________________________________
80652 [  6303] By: gsar                                  on 2000/07/04  16:14:44
80653         Log: remove rel2abs prototypes (from Barrie Slaymaker)
80654      Branch: perl
80655            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
80656            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80657 ____________________________________________________________________________
80658 [  6302] By: gsar                                  on 2000/07/04  04:59:35
80659         Log: adjust change#6299
80660      Branch: perl
80661            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
80662            ! win32/win32.c
80663 ____________________________________________________________________________
80664 [  6301] By: jhi                                   on 2000/07/04  04:50:07
80665         Log: Integrate with Sarathy.
80666      Branch: cfgperl
80667           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
80668           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
80669           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
80670 ____________________________________________________________________________
80671 [  6300] By: gsar                                  on 2000/07/04  04:42:09
80672         Log: PERL_OBJECT build tweak
80673      Branch: perl
80674            ! perl.h
80675 ____________________________________________________________________________
80676 [  6299] By: gsar                                  on 2000/07/04  04:37:00
80677         Log: fix memory leak on Windows (PL_sys_intern contents were never
80678              freed)
80679      Branch: perl
80680            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
80681            ! perlapi.c proto.h win32/win32.c
80682 ____________________________________________________________________________
80683 [  6298] By: gsar                                  on 2000/07/04  04:15:59
80684         Log: fix large memory leak that has been around for ever, masked by
80685              -DPURIFY (most of the arenas were never freed!)
80686      Branch: perl
80687            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
80688 ____________________________________________________________________________
80689 [  6297] By: gsar                                  on 2000/07/04  04:07:46
80690         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
80691      Branch: perl
80692            ! perl.c
80693 ____________________________________________________________________________
80694 [  6296] By: jhi                                   on 2000/06/30  18:28:37
80695         Log: Elaborate POSIX.pod.  Still needs work.
80696      Branch: cfgperl
80697            ! ext/POSIX/POSIX.pod
80698 ____________________________________________________________________________
80699 [  6295] By: jhi                                   on 2000/06/30  14:58:18
80700         Log: Point to perlipc for more SysV IPC examples.
80701      Branch: cfgperl
80702            ! pod/perlfunc.pod
80703 ____________________________________________________________________________
80704 [  6294] By: gsar                                  on 2000/06/30  14:47:45
80705         Log: slurp mode fix in change#4736 still not quite right
80706      Branch: perl
80707            ! pp_hot.c t/io/argv.t
80708 ____________________________________________________________________________
80709 [  6293] By: jhi                                   on 2000/06/30  12:02:55
80710         Log: Integrate with Sarathy.
80711      Branch: cfgperl
80712           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
80713 ____________________________________________________________________________
80714 [  6292] By: jhi                                   on 2000/06/30  12:01:11
80715         Log: From: simon@brecon.co.uk (Simon Cozens)
80716              Subject: UTF8 concat
80717              Date: 30 Jun 2000 06:13:25 GMT
80718              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
80719      Branch: cfgperl
80720            ! pp_hot.c
80721 ____________________________________________________________________________
80722 [  6291] By: gsar                                  on 2000/06/30  04:37:33
80723         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
80724              when @_ is modified, causing coredumps
80725      Branch: perl
80726            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
80727 ____________________________________________________________________________
80728 [  6290] By: jhi                                   on 2000/06/30  02:21:44
80729         Log: Integrate with Sarathy.
80730      Branch: cfgperl
80731           !> vms/vms.c vms/vmsish.h
80732 ____________________________________________________________________________
80733 [  6289] By: jhi                                   on 2000/06/30  02:21:02
80734         Log: Check VERSIONs.
80735      Branch: cfgperl
80736            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
80737            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
80738            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
80739 ____________________________________________________________________________
80740 [  6288] By: jhi                                   on 2000/06/30  02:18:52
80741         Log: Integrate with Sarathy.
80742      Branch: cfgperl
80743           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
80744           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
80745           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
80746           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
80747 ____________________________________________________________________________
80748 [  6287] By: gsar                                  on 2000/06/30  02:17:08
80749         Log: integrate vmsperl changes into mainline
80750      Branch: perl
80751           !> vms/vms.c vms/vmsish.h
80752 ____________________________________________________________________________
80753 [  6285] By: gsar                                  on 2000/06/30  02:05:28
80754         Log: localize %INC in a Safe compartment so that use/require work
80755              (many other magic globals probably need similar treatment)
80756      Branch: perl
80757            ! ext/Opcode/Opcode.xs
80758 ____________________________________________________________________________
80759 [  6284] By: gsar                                  on 2000/06/30  01:54:54
80760         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
80761              about Windows
80762      Branch: perl
80763            ! pod/perlembed.pod
80764 ____________________________________________________________________________
80765 [  6283] By: jhi                                   on 2000/06/30  01:50:10
80766         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
80767              From: Barrie Slaymaker <barries@jester.slaysys.com>
80768              Date: Wed, 28 Jun 2000 11:35:29 -0400
80769              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
80770      Branch: perl
80771            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
80772            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
80773            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80774            ! lib/File/Spec/Win32.pm
80775 ____________________________________________________________________________
80776 [  6282] By: jhi                                   on 2000/06/29  22:57:22
80777         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
80778              From: Dan Sugalski <dan@sidhe.org>
80779              Date: Tue, 06 Jun 2000 11:59:50 -0400
80780              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
80781      Branch: cfgperl
80782            ! vms/vms.c
80783 ____________________________________________________________________________
80784 [  6281] By: jhi                                   on 2000/06/29  22:52:50
80785         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
80786              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
80787              Date: Wed, 7 Jun 2000 04:02:04 -0500
80788              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
80789      Branch: cfgperl
80790            ! utils/h2xs.PL
80791 ____________________________________________________________________________
80792 [  6280] By: jhi                                   on 2000/06/29  22:45:47
80793         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
80794              From: rspier@pobox.com (Robert Spier)
80795              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
80796              Message-ID: <14654.31913.845602.610277@rls.cx>
80797      Branch: cfgperl
80798            ! utils/h2xs.PL
80799 ____________________________________________________________________________
80800 [  6279] By: jhi                                   on 2000/06/29  22:38:16
80801         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
80802              From: Tim Ayers <tayers@bridge.com>
80803              Date: Thu, 08 Jun 2000 08:11:06 +0200
80804              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
80805              [resent by Richard Foley, Message-Id probably wrong]
80806      Branch: cfgperl
80807            ! pod/perlsub.pod
80808 ____________________________________________________________________________
80809 [  6278] By: jhi                                   on 2000/06/29  22:21:45
80810         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
80811              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
80812              Date: Fri, 09 Jun 2000 12:39:27 -0400
80813              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
80814              (plus update the version "number" of Text::Wrap)
80815      Branch: cfgperl
80816            ! lib/Text/Wrap.pm
80817 ____________________________________________________________________________
80818 [  6277] By: jhi                                   on 2000/06/29  22:13:10
80819         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
80820              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80821              Date: Mon, 12 Jun 2000 14:55:59 +0100
80822              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
80823      Branch: cfgperl
80824            ! pod/perlfunc.pod
80825 ____________________________________________________________________________
80826 [  6276] By: jhi                                   on 2000/06/29  22:11:06
80827         Log: Subject: [PATCH] Re: eval documentation: context
80828              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
80829              Date: Mon, 12 Jun 2000 15:07:29 +0100
80830              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
80831      Branch: cfgperl
80832            ! pod/perlfunc.pod
80833 ____________________________________________________________________________
80834 [  6275] By: jhi                                   on 2000/06/29  21:59:46
80835         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
80836              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
80837              Date: Tue, 13 Jun 2000 02:43:48 -0500
80838              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
80839      Branch: cfgperl
80840            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
80841 ____________________________________________________________________________
80842 [  6274] By: jhi                                   on 2000/06/29  21:56:14
80843         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
80844              From: Andy Dougherty <doughera@lafayette.edu>
80845              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
80846              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
80847      Branch: cfgperl
80848            ! ext/File/Glob/Glob.pm
80849 ____________________________________________________________________________
80850 [  6273] By: jhi                                   on 2000/06/29  21:49:09
80851         Log: Subject: [PATCH] xsub attributes
80852              From: Doug MacEachern <dougm@covalent.net>
80853              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
80854              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
80855      Branch: cfgperl
80856            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
80857            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
80858 ____________________________________________________________________________
80859 [  6272] By: jhi                                   on 2000/06/29  21:41:28
80860         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
80861              From: Tom Phoenix <rootbeer@redcat.com>
80862              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
80863              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
80864      Branch: cfgperl
80865            ! lib/Net/Ping.pm
80866 ____________________________________________________________________________
80867 [  6271] By: jhi                                   on 2000/06/29  21:36:55
80868         Log: Subject: PATCH pod/perltie.pod
80869              From: Ian Phillipps <Ian.Phillipps@iname.com>
80870              Date: Fri, 16 Jun 2000 00:17:19 +0100
80871              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
80872              (only the first hunk, the second hunk had already been done
80873              by some other patch)
80874      Branch: cfgperl
80875            ! pod/perltie.pod
80876 ____________________________________________________________________________
80877 [  6270] By: jhi                                   on 2000/06/29  21:24:51
80878         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
80879              From: Nicholas Clark <nick@talking.bollo.cx>
80880              Date: Fri, 23 Jun 2000 16:21:15 +0100
80881              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
80882      Branch: cfgperl
80883            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
80884            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
80885 ____________________________________________________________________________
80886 [  6269] By: jhi                                   on 2000/06/29  19:38:15
80887         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
80888              silence few compiler warnings.
80889      Branch: cfgperl
80890            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
80891 ____________________________________________________________________________
80892 [  6268] By: jhi                                   on 2000/06/29  18:21:50
80893         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
80894              From: Dominic Dunlop <domo@computer.org> 
80895              Date: Thu, 29 Jun 2000 12:32:39 +0200 
80896              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
80897      Branch: cfgperl
80898            ! t/op/sprintf.t
80899 ____________________________________________________________________________
80900 [  6267] By: jhi                                   on 2000/06/29  18:16:07
80901         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
80902              From: Doug MacEachern <dougm@covalent.net>
80903              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
80904              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
80905      Branch: cfgperl
80906            + t/op/method2entersub.t
80907            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
80908            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
80909            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
80910            ! xsutils.c
80911 ____________________________________________________________________________
80912 [  6266] By: jhi                                   on 2000/06/29  15:11:15
80913         Log: Subject: [PATCH 5.6.0] cygwin port
80914              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
80915              From: "Fifer, Eric" <EFifer@sanwaint.com>
80916              Date: Thu, 29 Jun 2000 12:58:29 +0100
80917      Branch: cfgperl
80918            ! cygwin/Makefile.SHs
80919 ____________________________________________________________________________
80920 [  6265] By: jhi                                   on 2000/06/29  15:04:05
80921         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
80922              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
80923              Date: Wed, 28 Jun 2000 17:50:12 -0700
80924              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
80925      Branch: cfgperl
80926            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
80927 ____________________________________________________________________________
80928 [  6264] By: jhi                                   on 2000/06/29  15:00:57
80929         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
80930              From: Marty Lucich <marty@netcom.com>
80931              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
80932              Message-Id: <200006282116.OAA11148@netcom.com>
80933              ccdlflags update (the BSD/OS 4.1 part had already been taken
80934              care of by #6141).
80935      Branch: cfgperl
80936            ! hints/bsdos.sh
80937 ____________________________________________________________________________
80938 [  6263] By: jhi                                   on 2000/06/29  13:47:44
80939         Log: tr fixes from Simon Cozens
80940      Branch: cfgperl
80941            ! doop.c
80942 ____________________________________________________________________________
80943 [  6262] By: jhi                                   on 2000/06/28  18:46:01
80944         Log: Subject: 5.6.0 Patch for EPOC
80945              From: Olaf Flebbe <o.flebbe@gmx.de>
80946              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
80947              Message-ID: <23449.960929969@www11.gmx.net>
80948      Branch: cfgperl
80949            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
80950            ! epoc/epocish.h
80951 ____________________________________________________________________________
80952 [  6261] By: jhi                                   on 2000/06/28  18:29:07
80953         Log: Subject: Re: [PATCH cfgperl] BOMs away!
80954              From: simon@brecon.co.uk (Simon Cozens)
80955              Date: 17 Jun 2000 11:49:57 GMT
80956              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
80957      Branch: cfgperl
80958            ! pod/perldiag.pod t/comp/require.t toke.c
80959 ____________________________________________________________________________
80960 [  6260] By: jhi                                   on 2000/06/28  17:47:16
80961         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
80962              From: simon@brecon.co.uk (Simon Cozens) 
80963              Date: 17 Jun 2000 11:56:44 GMT 
80964              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
80965              pack U0, pack C0
80966      Branch: cfgperl
80967            ! pod/perlfunc.pod pp.c t/op/pack.t
80968 ____________________________________________________________________________
80969 [  6259] By: jhi                                   on 2000/06/28  16:43:17
80970         Log: perlnewmod was missing from MANIFEST.
80971      Branch: cfgperl
80972            ! MANIFEST
80973 ____________________________________________________________________________
80974 [  6258] By: jhi                                   on 2000/06/28  15:54:30
80975         Log: linenumber tweak
80976      Branch: cfgperl
80977            ! t/pragma/warn/regcomp
80978 ____________________________________________________________________________
80979 [  6257] By: jhi                                   on 2000/06/28  15:50:44
80980         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
80981              From: Doug MacEachern <dougm@covalent.net>
80982              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
80983              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
80984              (one part of the patch had been applied earlier)
80985      Branch: cfgperl
80986            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
80987 ____________________________________________________________________________
80988 [  6256] By: jhi                                   on 2000/06/28  15:40:22
80989         Log: tweaks from Simon Cozens to further fix tr/// under utf8
80990      Branch: cfgperl
80991            ! doop.c
80992 ____________________________________________________________________________
80993 [  6255] By: jhi                                   on 2000/06/28  15:33:45
80994         Log: small thinko tweaks
80995      Branch: cfgperl
80996            ! lib/IPC/Open3.pm t/op/my_stash.t
80997 ____________________________________________________________________________
80998 [  6254] By: jhi                                   on 2000/06/28  15:33:25
80999         Log: Subject: tr///, help wanted.
81000              From: simon@brecon.co.uk (Simon Cozens)
81001              Date: 28 Jun 2000 11:29:04 GMT
81002              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
81003      Branch: cfgperl
81004            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
81005            ! pp_proto.h proto.h t/op/tr.t
81006 ____________________________________________________________________________
81007 [  6253] By: jhi                                   on 2000/06/28  15:09:17
81008         Log: Paranoia tweak on #6249.
81009              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
81010              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
81011              Date: Sun, 25 Jun 2000 23:43:12 -0400
81012              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
81013      Branch: cfgperl
81014            ! lib/IPC/Open3.pm
81015 ____________________________________________________________________________
81016 [  6252] By: jhi                                   on 2000/06/28  15:01:38
81017         Log: Document #6249 and #6251.
81018      Branch: cfgperl
81019            ! lib/Exporter.pm lib/IPC/Open3.pm
81020 ____________________________________________________________________________
81021 [  6251] By: jhi                                   on 2000/06/28  14:50:43
81022         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
81023              From: Doug MacEachern <dougm@covalent.net>
81024              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
81025              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
81026      Branch: cfgperl
81027            ! lib/Exporter.pm
81028 ____________________________________________________________________________
81029 [  6250] By: jhi                                   on 2000/06/28  14:45:23
81030         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
81031              From: Doug MacEachern <dougm@covalent.net>
81032              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
81033              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
81034      Branch: cfgperl
81035            + t/op/my_stash.t
81036            ! MANIFEST embed.pl global.sym proto.h toke.c
81037 ____________________________________________________________________________
81038 [  6249] By: jhi                                   on 2000/06/28  14:36:34
81039         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
81040              From: Frank Tobin <ftobin@uiuc.edu>
81041              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
81042              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
81043      Branch: cfgperl
81044            ! lib/IPC/Open3.pm
81045 ____________________________________________________________________________
81046 [  6248] By: jhi                                   on 2000/06/28  14:11:25
81047         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
81048              From: Mark-Jason Dominus <mjd@plover.com>
81049              Date: Tue, 27 Jun 2000 22:36:42 -0400
81050              Message-ID: <20000628023642.12166.qmail@plover.com>
81051      Branch: cfgperl
81052            ! pod/perlfunc.pod
81053 ____________________________________________________________________________
81054 [  6247] By: jhi                                   on 2000/06/27  12:46:37
81055         Log: Tweak $VERSION, patch from Doug MacEachern.
81056      Branch: cfgperl
81057            ! lib/File/Spec.pm
81058 ____________________________________________________________________________
81059 [  6246] By: jhi                                   on 2000/06/27  03:34:46
81060         Log: Allow for standalone testing.
81061      Branch: cfgperl
81062            ! t/lib/filefunc.t t/lib/filespec.t
81063 ____________________________________________________________________________
81064 [  6245] By: jhi                                   on 2000/06/27  02:50:02
81065         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
81066              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81067              Date: Sat, 24 Jun 2000 13:06:20 +0100
81068              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
81069      Branch: cfgperl
81070            ! ext/DynaLoader/DynaLoader_pm.PL
81071 ____________________________________________________________________________
81072 [  6244] By: jhi                                   on 2000/06/27  02:46:10
81073         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
81074              From: Doug MacEachern <dougm@covalent.net>
81075              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
81076              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
81077      Branch: cfgperl
81078            ! gv.c sv.c t/lib/peek.t
81079 ____________________________________________________________________________
81080 [  6243] By: jhi                                   on 2000/06/27  02:38:07
81081         Log: Subject: [PATCH] is_utf8_string
81082              From: simon@brecon.co.uk (Simon Cozens)
81083              Date: 26 Jun 2000 02:25:59 GMT
81084              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
81085      Branch: cfgperl
81086            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
81087            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
81088            ! proto.h utf8.c
81089 ____________________________________________________________________________
81090 [  6242] By: jhi                                   on 2000/06/27  02:24:00
81091         Log: Subject: [PATCH] bytes<->utf8 fixes
81092              From: simon@brecon.co.uk (Simon Cozens)
81093              Date: 26 Jun 2000 04:55:45 GMT
81094              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
81095      Branch: cfgperl
81096            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
81097 ____________________________________________________________________________
81098 [  6241] By: jhi                                   on 2000/06/27  02:12:42
81099         Log: Do no -warn on \_, only on \alpha.
81100              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
81101              From: David Dyck <dcd@tc.fluke.com>
81102              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
81103              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
81104      Branch: cfgperl
81105            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
81106 ____________________________________________________________________________
81107 [  6240] By: jhi                                   on 2000/06/27  02:00:01
81108         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
81109              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
81110              Date: Mon, 26 Jun 2000 18:40:14 +0100
81111              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
81112      Branch: cfgperl
81113            ! utils/h2xs.PL
81114 ____________________________________________________________________________
81115 [  6239] By: jhi                                   on 2000/06/27  01:53:40
81116         Log: Configure maintenance.  Sever some dependency cycles,
81117              separate gccversion from the cc unit,
81118              address [ID 20000623.006] Configure script patch for using gcc on AIX
81119              (but solve it a little bit differently),
81120              unduplex some accidentally duplicated units,
81121              suggest using gcc if no cc available
81122              (p5p thread: "Solaris configure: counterproposal", 1999-09)
81123      Branch: cfgperl
81124            ! Configure Todo-5.6 config_h.SH
81125      Branch: metaconfig
81126            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
81127            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
81128      Branch: metaconfig/U/perl
81129            + gccvers.U
81130            ! d_getespwnam.U d_getprpwnam.U i_prot.U
81131 ____________________________________________________________________________
81132 [  6238] By: jhi                                   on 2000/06/25  18:04:56
81133         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
81134              From: Dan Sugalski <dan@sidhe.org>
81135              Date: Fri, 23 Jun 2000 17:00:00 -0400
81136              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
81137      Branch: cfgperl
81138            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
81139 ____________________________________________________________________________
81140 [  6237] By: jhi                                   on 2000/06/25  16:36:45
81141         Log: Tweak embed.pl, regen headers.
81142      Branch: cfgperl
81143            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
81144            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
81145            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
81146            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
81147            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
81148 ____________________________________________________________________________
81149 [  6236] By: jhi                                   on 2000/06/25  15:26:42
81150         Log: Regen headers.
81151      Branch: cfgperl
81152            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
81153            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
81154            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
81155            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
81156            ! regnodes.h warnings.h
81157 ____________________________________________________________________________
81158 [  6235] By: jhi                                   on 2000/06/23  19:39:35
81159         Log: The thread begun by
81160              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
81161              From: Kevin.Ruscoe@ubsw.com
81162              Date: Fri, 16 Jun 2000 16:38:51 +0100
81163              Message-Id: <H000019b03c300d6@MHS>
81164      Branch: cfgperl
81165            ! hints/solaris_2.sh
81166 ____________________________________________________________________________
81167 [  6234] By: jhi                                   on 2000/06/23  19:23:36
81168         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
81169              because when run as services (Win32ese for daemons)
81170              no environment variables are set and tmpdir ends up as /tmp,
81171              which is ambiguous.
81172              
81173              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
81174              From: matt@sergeant.org
81175              Date: 16 Jun 2000 16:30:43 -0000
81176              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
81177      Branch: cfgperl
81178            ! lib/File/Spec/Win32.pm
81179 ____________________________________________________________________________
81180 [  6233] By: jhi                                   on 2000/06/23  19:18:58
81181         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
81182              From: Mark-Jason Dominus <mjd@plover.com>
81183              Date: Fri, 16 Jun 2000 20:53:04 -0400
81184              Message-ID: <20000617005304.8008.qmail@plover.com>
81185      Branch: cfgperl
81186            ! op.h
81187 ____________________________________________________________________________
81188 [  6232] By: jhi                                   on 2000/06/23  16:10:02
81189         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
81190              From: simon@brecon.co.uk (Simon Cozens)
81191              Date: 19 Jun 2000 15:18:27 GMT
81192              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
81193              
81194              plus update pod/Makefile and regenerate perltoc
81195      Branch: cfgperl
81196            + pod/perlutil.pod
81197            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
81198 ____________________________________________________________________________
81199 [  6231] By: jhi                                   on 2000/06/23  15:19:18
81200         Log: Subject: [PATCH 5.6.0] cygwin port
81201              From: "Fifer, Eric" <EFifer@sanwaint.com>
81202              Date: Tue, 20 Jun 2000 14:30:58 +0100
81203              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
81204      Branch: cfgperl
81205            ! README.cygwin lib/File/Find.pm
81206 ____________________________________________________________________________
81207 [  6230] By: jhi                                   on 2000/06/23  14:25:21
81208         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
81209      Branch: cfgperl
81210            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
81211            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
81212            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
81213            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
81214 ____________________________________________________________________________
81215 [  6229] By: jhi                                   on 2000/06/23  14:13:34
81216         Log: Subject: README.hpux version 0.6.1
81217              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
81218              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
81219              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
81220      Branch: cfgperl
81221            ! README.hpux
81222 ____________________________________________________________________________
81223 [  6228] By: jhi                                   on 2000/06/23  14:07:20
81224         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
81225              From: Doug MacEachern <dougm@covalent.net>
81226              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
81227              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
81228      Branch: cfgperl
81229            ! op.c
81230 ____________________________________________________________________________
81231 [  6227] By: jhi                                   on 2000/06/23  14:01:06
81232         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
81233              From: Doug MacEachern <dougm@covalent.net>
81234              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
81235              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
81236      Branch: cfgperl
81237            + lib/lib.pm.PL
81238            - lib/lib.pm
81239            ! MANIFEST Makefile.SH
81240 ____________________________________________________________________________
81241 [  6226] By: jhi                                   on 2000/06/23  13:53:07
81242         Log: Subject: [PATCH] remove forward declarations in Socket.pm
81243              From: Doug MacEachern <dougm@covalent.net>
81244              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
81245              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
81246              
81247              From: Doug MacEachern <dougm@covalent.net>
81248              Subject: Re: [PATCH] remove forward declarations in Socket.pm
81249              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
81250              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
81251      Branch: cfgperl
81252            ! ext/Socket/Socket.pm op.c
81253 ____________________________________________________________________________
81254 [  6225] By: jhi                                   on 2000/06/23  13:41:52
81255         Log: Add source code filenames to apidoc.
81256              From: simon@brecon.co.uk (Simon Cozens)
81257              Subject: [PATCH embed.pl] Source X-ref
81258              Date: 22 Jun 2000 02:18:49 GMT
81259              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
81260      Branch: cfgperl
81261            ! embed.pl
81262 ____________________________________________________________________________
81263 [  6224] By: jhi                                   on 2000/06/23  13:32:33
81264         Log: A way to avoid English.pm performance hit.
81265              From: root <root@jester.slaysys.com>
81266              Subject: [YAPATCH English.pm] My turn to putt again
81267              Date: Thu, 22 Jun 2000 20:33:58 -0400
81268              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
81269      Branch: cfgperl
81270            ! lib/English.pm t/lib/english.t
81271 ____________________________________________________________________________
81272 [  6223] By: jhi                                   on 2000/06/23  13:27:06
81273         Log: Avoid double close().
81274              Subject: [PATCH] avoid double close()
81275              From: Doug MacEachern <dougm@covalent.net>
81276              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
81277              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
81278      Branch: cfgperl
81279            ! doio.c
81280 ____________________________________________________________________________
81281 [  6222] By: jhi                                   on 2000/06/23  13:25:54
81282         Log: doc typo fix
81283              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
81284              From: Ian Phillipps <Ian.Phillipps@iname.com>
81285              Date: Fri, 23 Jun 2000 10:40:58 +0100
81286              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
81287      Branch: cfgperl
81288            ! lib/Pod/Usage.pm
81289 ____________________________________________________________________________
81290 [  6221] By: jhi                                   on 2000/06/23  13:24:15
81291         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
81292              From: simon@brecon.co.uk (Simon Cozens)
81293              Subject: [PATCH] Eliminate tr///[CU][CU]
81294              Date: 23 Jun 2000 11:05:40 GMT
81295              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
81296      Branch: cfgperl
81297            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
81298 ____________________________________________________________________________
81299 [  6220] By: jhi                                   on 2000/06/22  16:07:51
81300         Log: Win32 patches from Benjamin Stuhl.
81301      Branch: cfgperl
81302            ! makedef.pl win32/win32.h
81303 ____________________________________________________________________________
81304 [  6219] By: jhi                                   on 2000/06/22  16:06:34
81305         Log: Bytecode patches from Benjamin Stuhl.
81306      Branch: cfgperl
81307            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81308            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
81309            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81310 ____________________________________________________________________________
81311 [  6218] By: jhi                                   on 2000/06/15  23:54:16
81312         Log: Bytecode patches from Benjamin Stuhl.
81313      Branch: cfgperl
81314            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
81315 ____________________________________________________________________________
81316 [  6217] By: jhi                                   on 2000/06/09  13:38:29
81317         Log: Rename the fdpid locking and integrate with Sarathy.
81318      Branch: cfgperl
81319            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
81320            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
81321            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
81322            ! win32/win32.c
81323           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
81324 ____________________________________________________________________________
81325 [  6216] By: gsar                                  on 2000/06/08  14:54:21
81326         Log: be more optimal about clearing @_
81327      Branch: perl
81328            ! cop.h
81329 ____________________________________________________________________________
81330 [  6215] By: gsar                                  on 2000/06/08  14:33:04
81331         Log: tweak comment about @DB::args
81332      Branch: perl
81333            ! av.h pp_ctl.c
81334 ____________________________________________________________________________
81335 [  6214] By: gsar                                  on 2000/06/08  13:57:54
81336         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
81337              caller() wants to populate @DB::args with it (causes a coredump
81338              in Carp::confess())
81339      Branch: perl
81340            ! cop.h t/op/runlevel.t
81341 ____________________________________________________________________________
81342 [  6213] By: gsar                                  on 2000/06/08  07:06:35
81343         Log: back out change#6106 (seems problematic)
81344      Branch: perl
81345            ! hints/solaris_2.sh
81346 ____________________________________________________________________________
81347 [  6212] By: jhi                                   on 2000/06/07  03:10:36
81348         Log: Continuing mopup for #6204.
81349      Branch: cfgperl
81350            ! ext/B/defsubs_h.PL
81351 ____________________________________________________________________________
81352 [  6211] By: jhi                                   on 2000/06/07  02:41:50
81353         Log: Mopup for #6204.
81354              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
81355              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
81356              This is comes from const() where POK isn't on when expected.
81357      Branch: cfgperl
81358            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
81359            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81360            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
81361            ! perlapi.h pod/perlapi.pod
81362 ____________________________________________________________________________
81363 [  6210] By: jhi                                   on 2000/06/07  01:56:29
81364         Log: Mopup for #6207 and #6209.
81365      Branch: cfgperl
81366            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
81367 ____________________________________________________________________________
81368 [  6209] By: jhi                                   on 2000/06/07  01:33:12
81369         Log: Lock PL_fdpid against race conditions, based on:
81370              Subject: [PATCH 5.6.0]subprocess fixup for threads
81371              From: Dan Sugalski <dan@sidhe.org>
81372              To: perl5-porters@perl.org
81373              Date: Tue, 11 Apr 2000 17:02:32 -0400
81374              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
81375      Branch: cfgperl
81376            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
81377            ! win32/win32.c
81378 ____________________________________________________________________________
81379 [  6208] By: jhi                                   on 2000/06/07  01:05:23
81380         Log: Regen headers for #6207.
81381      Branch: cfgperl
81382            ! embed.h global.sym objXSUB.h proto.h
81383 ____________________________________________________________________________
81384 [  6207] By: jhi                                   on 2000/06/06  23:43:13
81385         Log: Subject: [PATCH 5.6.0] Threadsafe patches
81386              From: Dan Sugalski <dan@sidhe.org>
81387              To: perl5-porters@perl.org
81388              Date: Mon, 08 May 2000 18:08:13 -0400
81389              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
81390      Branch: cfgperl
81391            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
81392            ! proto.h sv.h util.c
81393 ____________________________________________________________________________
81394 [  6206] By: jhi                                   on 2000/06/06  23:21:23
81395         Log: Subject: [PATCH] Eliminate $a/$b in pod
81396              From: David Glasser <me@davidglasser.net>
81397              To: perl5-porters@perl.org
81398              Date: Mon, 29 May 2000 21:15:59 -0400
81399              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
81400      Branch: cfgperl
81401            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
81402            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
81403            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
81404            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
81405            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
81406            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
81407            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
81408            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
81409            ! pod/perlvar.pod pod/perlxs.pod
81410 ____________________________________________________________________________
81411 [  6205] By: jhi                                   on 2000/06/06  23:12:14
81412         Log: Subject: [PATCH] Win32 improvements
81413              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81414              To: gsar@activestate.com, perl5-porters@perl.org
81415              Date: Mon, 29 May 2000 17:22:24 PDT
81416              Message-ID: <20000530002224.91142.qmail@hotmail.com>
81417              (MUA had mangled many lines by wordwrapping)
81418      Branch: cfgperl
81419            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
81420 ____________________________________________________________________________
81421 [  6204] By: jhi                                   on 2000/06/06  23:01:50
81422         Log: Subject: [PATCH] B::Bytecode patches
81423              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
81424              To: gsar@activestate.com, jhi@iki.fi
81425              Cc: perl5-porters@perl.org
81426              Message-ID: <20000602202526.48694.qmail@hotmail.com>
81427              (MUA had mangled many lines by wordwrapping)
81428      Branch: cfgperl
81429            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
81430            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
81431            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
81432            ! intrpvar.h perl.c
81433 ____________________________________________________________________________
81434 [  6203] By: jhi                                   on 2000/06/06  22:32:43
81435         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
81436              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
81437              Date: Tue, 06 Jun 2000 13:07:45 -0700
81438              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
81439      Branch: cfgperl
81440            ! pod/perldiag.pod
81441 ____________________________________________________________________________
81442 [  6202] By: jhi                                   on 2000/06/06  19:38:35
81443         Log: Integrate with Sarathy.
81444      Branch: cfgperl
81445           !> perl.c
81446 ____________________________________________________________________________
81447 [  6201] By: gsar                                  on 2000/06/06  00:42:59
81448         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
81449              does a PUSHMARK that's never ever POPMARKed; in general, only
81450              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
81451              Perl_eval_[sp]v() don't because they don't take any incoming
81452              arguments (this leak has been around since the original version
81453              of perl_eval_pv() in 5.003_97e)
81454      Branch: perl
81455            ! perl.c
81456 ____________________________________________________________________________
81457 [  6200] By: jhi                                   on 2000/06/04  03:44:52
81458         Log: Update to cperl-mode.el 4.31 from
81459              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
81460              Subject: A couple of notes
81461              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
81462              To: Mailing list Perl5 <perl5-porters@perl.org>
81463              Date: Sat, 3 Jun 2000 23:33:32 -0400
81464              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
81465      Branch: cfgperl
81466            ! emacs/cperl-mode.el
81467 ____________________________________________________________________________
81468 [  6199] By: jhi                                   on 2000/06/03  15:11:05
81469         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
81470              From: Dan Sugalski <dan@sidhe.org>
81471              To: perl5-porters@perl.org, vmsperl@perl.org
81472              Date: Fri, 02 Jun 2000 17:30:51 -0400
81473              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
81474      Branch: cfgperl
81475            ! vms/descrip_mms.template vms/gen_shrfls.pl
81476 ____________________________________________________________________________
81477 [  6198] By: jhi                                   on 2000/06/03  14:59:15
81478         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
81479              From: Dan Sugalski <dan@sidhe.org>
81480              To: vmsperl@perl.org, perl5-porters@perl.org
81481              Date: Fri, 02 Jun 2000 16:00:41 -0400
81482              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
81483              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
81484      Branch: cfgperl
81485            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
81486            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
81487            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
81488 ____________________________________________________________________________
81489 [  6197] By: jhi                                   on 2000/06/03  14:41:30
81490         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
81491              From: John Borwick <jhborwic@unity.ncsu.edu>
81492              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
81493              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
81494      Branch: cfgperl
81495            ! pod/perlsyn.pod
81496 ____________________________________________________________________________
81497 [  6196] By: jhi                                   on 2000/06/03  14:38:09
81498         Log: Integrate with Sarathy.
81499      Branch: cfgperl
81500           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81501           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81502           !> vms/perly_c.vms
81503 ____________________________________________________________________________
81504 [  6195] By: gsar                                  on 2000/06/02  22:43:13
81505         Log: fix yet another eval"" leak under USE_ITHREADS
81506      Branch: perl
81507            ! op.c
81508 ____________________________________________________________________________
81509 [  6194] By: gsar                                  on 2000/06/02  18:22:06
81510         Log: fix small eval"" memory leaks under USE_ITHREADS
81511      Branch: perl
81512            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
81513            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
81514            ! vms/perly_c.vms
81515 ____________________________________________________________________________
81516 [  6193] By: jhi                                   on 2000/06/01  13:03:56
81517         Log: Signals-be-gone for microperl.
81518      Branch: cfgperl
81519            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
81520 ____________________________________________________________________________
81521 [  6192] By: jhi                                   on 2000/06/01  12:52:02
81522         Log: Integrate with Sarathy.
81523      Branch: cfgperl
81524           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
81525           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
81526           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
81527           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
81528           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
81529           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
81530           !> t/op/vec.t utils/h2xs.PL
81531 ____________________________________________________________________________
81532 [  6191] By: gsar                                  on 2000/06/01  09:38:21
81533         Log: vec() loses numericalness (modified version of patch suggested
81534              by Robin Barker)
81535      Branch: perl
81536            ! doop.c t/op/vec.t
81537 ____________________________________________________________________________
81538 [  6190] By: gsar                                  on 2000/06/01  09:26:15
81539         Log: submit missing embed.pl change
81540      Branch: perl
81541            ! embed.pl
81542 ____________________________________________________________________________
81543 [  6189] By: gsar                                  on 2000/06/01  09:05:34
81544         Log: counting tr/// corrupts later operation (from M.J.T Guy)
81545      Branch: perl
81546            ! doop.c t/op/tr.t
81547 ____________________________________________________________________________
81548 [  6188] By: gsar                                  on 2000/06/01  08:58:39
81549         Log: h2xs tweaks
81550      Branch: perl
81551            ! utils/h2xs.PL
81552 ____________________________________________________________________________
81553 [  6187] By: gsar                                  on 2000/06/01  08:50:07
81554         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
81555              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
81556      Branch: perl
81557            + lib/Pod/LaTeX.pm
81558            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
81559            ! pod/pod2latex.PL
81560 ____________________________________________________________________________
81561 [  6186] By: gsar                                  on 2000/06/01  08:24:40
81562         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
81563              <wolfgang.laun@alcatel.at>)
81564      Branch: perl
81565            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
81566            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
81567 ____________________________________________________________________________
81568 [  6185] By: gsar                                  on 2000/06/01  08:12:00
81569         Log: remove incorrect documentation about implicit split to @_ in
81570              list context, which never really worked in perl 5 (from
81571              M.J.T. Guy)
81572      Branch: perl
81573            ! pod/perlfunc.pod pod/perltrap.pod
81574 ____________________________________________________________________________
81575 [  6184] By: gsar                                  on 2000/06/01  07:52:27
81576         Log: tweak for change#6127
81577      Branch: perl
81578            ! perl.c
81579 ____________________________________________________________________________
81580 [  6183] By: gsar                                  on 2000/06/01  07:41:02
81581         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
81582              <nick@ccl4.org>)
81583      Branch: perl
81584            + t/lib/selfloader.t
81585            ! MANIFEST lib/SelfLoader.pm
81586 ____________________________________________________________________________
81587 [  6182] By: jhi                                   on 2000/06/01  00:34:42
81588         Log: Be Cleaner Part Deux.
81589      Branch: cfgperl
81590            ! Makefile.SH
81591 ____________________________________________________________________________
81592 [  6181] By: jhi                                   on 2000/06/01  00:32:09
81593         Log: Integrate with Sarathy.
81594      Branch: cfgperl
81595           !> pp.c t/op/arith.t
81596 ____________________________________________________________________________
81597 [  6180] By: jhi                                   on 2000/06/01  00:31:13
81598         Log: microperl nits from Simon Cozens.
81599      Branch: cfgperl
81600            + uconfig.h
81601            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
81602            ! unixish.h
81603 ____________________________________________________________________________
81604 [  6179] By: gsar                                  on 2000/05/31  22:37:51
81605         Log: buggy modulus on UVs introduced by change#3378 (resulted in
81606              4063328477 % 65535 amounting to 27406, instead of 27407)
81607      Branch: perl
81608            ! pp.c t/op/arith.t
81609 ____________________________________________________________________________
81610 [  6178] By: jhi                                   on 2000/05/31  21:52:41
81611         Log: Be cleaner.
81612      Branch: cfgperl
81613            ! Makefile.SH
81614 ____________________________________________________________________________
81615 [  6177] By: jhi                                   on 2000/05/31  21:47:33
81616         Log: Substitution utf8 patch from Simon Cozens.
81617      Branch: cfgperl
81618            ! pp_hot.c
81619 ____________________________________________________________________________
81620 [  6176] By: jhi                                   on 2000/05/31  21:45:34
81621         Log: Single-quoted utf8 patch from Simon Cozens.
81622      Branch: cfgperl
81623            ! toke.c
81624 ____________________________________________________________________________
81625 [  6175] By: jhi                                   on 2000/05/31  21:40:18
81626         Log: Integrate with Sarathy.
81627      Branch: cfgperl
81628           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
81629 ____________________________________________________________________________
81630 [  6174] By: jhi                                   on 2000/05/31  21:37:31
81631         Log: microperl changes from Simon Cozens; Makefile for microperl
81632              written from scratch; few casts added as microperl compilation
81633              doesn't have all prototypes available.
81634      Branch: cfgperl
81635            + Makefile.micro README.micro Todo.micro uconfig.sh
81636            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
81637            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
81638      Branch: metaconfig
81639            + U/modified/Config_h.U
81640 ____________________________________________________________________________
81641 [  6173] By: jhi                                   on 2000/05/31  20:00:24
81642         Log: metaconfig maintenance.
81643      Branch: metaconfig
81644            + U/modified/Inhdr.U U/typedefs/inotype.U
81645      Branch: metaconfig/U/perl
81646            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
81647            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
81648 ____________________________________________________________________________
81649 [  6172] By: gsar                                  on 2000/05/31  05:05:42
81650         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
81651              (from Ilya Zakharevich)
81652      Branch: perl
81653            ! regexec.c t/op/re_tests
81654 ____________________________________________________________________________
81655 [  6171] By: gsar                                  on 2000/05/31  05:01:47
81656         Log: scalar() doesn't force scalar context when used in void context
81657              (from Simon Cozens)
81658      Branch: perl
81659            ! op.c t/op/wantarray.t
81660 ____________________________________________________________________________
81661 [  6170] By: gsar                                  on 2000/05/31  04:41:33
81662         Log: change#6142 needs tweaks to tests to work where there's no symlink()
81663              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81664      Branch: perl
81665            ! t/lib/filefind.t
81666 ____________________________________________________________________________
81667 [  6169] By: gsar                                  on 2000/05/31  04:29:49
81668         Log: integrate cfgperl contents into mainline
81669      Branch: perl
81670           +> pod/perlmodlib.PL pod/perlnewmod.pod
81671           !> (integrate 42 files)
81672 ____________________________________________________________________________
81673 [  6168] By: jhi                                   on 2000/05/30  22:53:37
81674         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
81675      Branch: cfgperl
81676            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81677            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
81678            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
81679            ! win32/config.bc win32/config.gc win32/config.vc
81680            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
81681            ! win32/config_h.PL win32/config_sh.PL
81682      Branch: metaconfig/U/perl
81683            ! perlxv.U
81684 ____________________________________________________________________________
81685 [  6167] By: jhi                                   on 2000/05/30  22:20:21
81686         Log: tweak todo 
81687      Branch: cfgperl
81688            ! Todo-5.6
81689 ____________________________________________________________________________
81690 [  6166] By: jhi                                   on 2000/05/30  22:11:51
81691         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
81692              in case somebody wants to write an extension for more
81693              shadow database interfaces.
81694      Branch: cfgperl
81695            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
81696            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
81697            ! vos/config.def vos/config.h vos/config_h.SH_orig
81698            ! win32/config.bc win32/config.gc win32/config.vc
81699            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
81700      Branch: metaconfig
81701            ! U/modified/Myinit.U
81702      Branch: metaconfig/U/perl
81703            + d_getespwnam.U d_getprpwnam.U i_prot.U
81704 ____________________________________________________________________________
81705 [  6165] By: jhi                                   on 2000/05/30  18:35:34
81706         Log: Integrate with Sarathy.
81707      Branch: cfgperl
81708           !> op.c
81709 ____________________________________________________________________________
81710 [  6164] By: jhi                                   on 2000/05/30  18:30:16
81711         Log: detypo
81712      Branch: cfgperl
81713            ! Configure config_h.SH
81714      Branch: metaconfig/U/perl
81715            ! perlxv.U
81716 ____________________________________________________________________________
81717 [  6163] By: gsar                                  on 2000/05/30  03:24:03
81718         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
81719      Branch: perl
81720            ! op.c
81721 ____________________________________________________________________________
81722 [  6162] By: gsar                                  on 2000/05/30  03:09:38
81723         Log: fix memory leak in method call optimization (change#3768);
81724              made C<eval "$x->foo()"> leak
81725      Branch: perl
81726            ! op.c
81727 ____________________________________________________________________________
81728 [  6161] By: jhi                                   on 2000/05/29  17:56:26
81729         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
81730              both from Simon Cozens.
81731      Branch: cfgperl
81732            + pod/perlmodlib.PL pod/perlnewmod.pod
81733            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
81734            ! pod/perlmodlib.pod pod/perltoc.pod
81735 ____________________________________________________________________________
81736 [  6160] By: jhi                                   on 2000/05/29  17:23:55
81737         Log: Changes for the File::Temp 0.08 (change #6159) test suite
81738              to fit better into the Perl distribution test framework.
81739      Branch: cfgperl
81740            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
81741            ! t/lib/ftmp-tempfile.t
81742 ____________________________________________________________________________
81743 [  6159] By: jhi                                   on 2000/05/29  16:55:36
81744         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
81745      Branch: cfgperl
81746            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
81747            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
81748 ____________________________________________________________________________
81749 [  6158] By: bailey                                on 2000/05/29  16:22:08
81750         Log: Add fallback to tmpfile for use in cases where user's relying on
81751              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
81752              Lane's patch)
81753      Branch: vmsperl
81754            ! vms/vms.c vms/vmsish.h
81755 ____________________________________________________________________________
81756 [  6157] By: jhi                                   on 2000/05/29  03:10:36
81757         Log: Regen Configure to jive with #6149.
81758      Branch: cfgperl
81759            ! Configure
81760      Branch: metaconfig
81761            ! U/modified/Getfile.U
81762 ____________________________________________________________________________
81763 [  6156] By: jhi                                   on 2000/05/29  03:01:38
81764         Log: Integrate with Sarathy.
81765      Branch: cfgperl
81766           +> ext/DynaLoader/dl_mac.xs
81767           !> (integrate 38 files)
81768 ____________________________________________________________________________
81769 [  6155] By: gsar                                  on 2000/05/28  21:15:58
81770         Log: small bug in change#6144; remove random \xA0 character that snuck
81771              in via change#6145
81772      Branch: perl
81773            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
81774 ____________________________________________________________________________
81775 [  6154] By: gsar                                  on 2000/05/28  21:04:19
81776         Log: avoid type mismatch warning
81777      Branch: perl
81778            ! perl.c
81779 ____________________________________________________________________________
81780 [  6153] By: gsar                                  on 2000/05/28  20:58:31
81781         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
81782              <nick@Bagpuss.uk.boo.com>)
81783      Branch: perl
81784            ! lib/Test/Harness.pm
81785 ____________________________________________________________________________
81786 [  6152] By: gsar                                  on 2000/05/28  20:53:42
81787         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
81788      Branch: perl
81789            ! regexec.c
81790 ____________________________________________________________________________
81791 [  6151] By: gsar                                  on 2000/05/28  20:50:28
81792         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
81793      Branch: perl
81794            ! regexec.c
81795 ____________________________________________________________________________
81796 [  6150] By: gsar                                  on 2000/05/28  20:39:58
81797         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
81798      Branch: perl
81799            ! pod/perlrequick.pod
81800 ____________________________________________________________________________
81801 [  6149] By: gsar                                  on 2000/05/28  20:35:16
81802         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
81803              <troc@netrus.net>)
81804      Branch: perl
81805            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
81806            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
81807            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
81808            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
81809 ____________________________________________________________________________
81810 [  6148] By: gsar                                  on 2000/05/28  20:21:07
81811         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
81812      Branch: perl
81813            ! lib/ExtUtils/MM_Unix.pm
81814 ____________________________________________________________________________
81815 [  6147] By: gsar                                  on 2000/05/28  20:12:41
81816         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
81817              (from Peter Prymmer)
81818      Branch: perl
81819            ! vms/subconfigure.com
81820 ____________________________________________________________________________
81821 [  6146] By: gsar                                  on 2000/05/28  20:06:15
81822         Log: doc typo
81823      Branch: perl
81824            ! lib/warnings.pm warnings.h warnings.pl
81825 ____________________________________________________________________________
81826 [  6145] By: gsar                                  on 2000/05/28  18:44:33
81827         Log: make xsubpp skip embedded pod (from Matthias Neeracher
81828              <neeri@iis.ee.ethz.ch>)
81829      Branch: perl
81830            ! lib/ExtUtils/xsubpp
81831 ____________________________________________________________________________
81832 [  6144] By: gsar                                  on 2000/05/28  18:42:49
81833         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
81834              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
81835              <neeri@iis.ee.ethz.ch>)
81836      Branch: perl
81837            ! lib/AutoSplit.pm
81838 ____________________________________________________________________________
81839 [  6143] By: gsar                                  on 2000/05/28  18:41:12
81840         Log: MacOS support, part 1 (from Matthias Neeracher
81841              <neeri@iis.ee.ethz.ch>)
81842      Branch: perl
81843            + ext/DynaLoader/dl_mac.xs
81844            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
81845            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
81846            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
81847            ! util.h
81848 ____________________________________________________________________________
81849 [  6142] By: gsar                                  on 2000/05/28  18:21:51
81850         Log: File::Find fails to chdir when chasing symlinks (from
81851              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
81852      Branch: perl
81853            ! lib/File/Find.pm t/lib/filefind.t
81854 ____________________________________________________________________________
81855 [  6141] By: jhi                                   on 2000/05/28  14:25:15
81856         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
81857              forwarded by Peter Seebach from the bsdi-users mailing list.
81858              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
81859      Branch: perl
81860            ! hints/bsdos.sh
81861 ____________________________________________________________________________
81862 [  6140] By: jhi                                   on 2000/05/28  14:11:57
81863         Log: Integrate with Sarathy.
81864      Branch: cfgperl
81865           +> (branch 30 files)
81866           !> (integrate 93 files)
81867 ____________________________________________________________________________
81868 [  6139] By: gsar                                  on 2000/05/28  10:01:48
81869         Log: revise mktables.PL for bugs and newness in Unicode 3.0
81870              (from James Bence <jbence@amgen.com>)
81871      Branch: perl
81872            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
81873            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
81874            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
81875            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
81876            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
81877            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
81878            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
81879            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
81880            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
81881            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
81882            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
81883            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
81884            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
81885            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
81886            + lib/unicode/Is/SylWU.pl
81887            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
81888            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
81889            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
81890            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
81891            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
81892            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
81893            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
81894            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
81895            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
81896            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
81897            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
81898            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
81899            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
81900            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
81901            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
81902            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
81903            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
81904            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
81905            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
81906            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
81907            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
81908            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
81909            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
81910            ! lib/unicode/Makefile lib/unicode/mktables.PL
81911 ____________________________________________________________________________
81912 [  6138] By: gsar                                  on 2000/05/28  08:50:32
81913         Log: add note about the handling of negative indices to tied arrays
81914              (from Michael G Schwern <schwern@pobox.com>)
81915      Branch: perl
81916            ! pod/perltie.pod
81917 ____________________________________________________________________________
81918 [  6137] By: gsar                                  on 2000/05/28  08:46:10
81919         Log: fix bogus redeclaration warning for "our" variables in different
81920              scopes
81921      Branch: perl
81922            ! op.c t/pragma/strict-vars
81923 ____________________________________________________________________________
81924 [  6136] By: gsar                                  on 2000/05/28  08:31:20
81925         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
81926      Branch: perl
81927            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
81928 ____________________________________________________________________________
81929 [  6135] By: gsar                                  on 2000/05/28  08:17:50
81930         Log: enable Test::Harness to dynamically determine column width etc.
81931              (from Rob Napier <rnapier@employees.org>)
81932      Branch: perl
81933            ! lib/Test/Harness.pm
81934 ____________________________________________________________________________
81935 [  6134] By: gsar                                  on 2000/05/28  08:13:39
81936         Log: make Test::Harness use wait.h/WCOREDUMP if available
81937              (from Ben Tilly <ben_tilly@hotmail.com>)
81938      Branch: perl
81939            ! lib/Test/Harness.pm
81940 ____________________________________________________________________________
81941 [  6133] By: gsar                                  on 2000/05/28  08:08:05
81942         Log: elide bogus test in change#6132
81943      Branch: perl
81944            ! t/pragma/warn/9enabled
81945 ____________________________________________________________________________
81946 [  6132] By: gsar                                  on 2000/05/28  08:03:14
81947         Log: warnings::enabled() doesn't fall back to looking at $^W if
81948              caller isn't using lexical warnings (from Paul Marquess)
81949      Branch: perl
81950            ! pp_ctl.c t/pragma/warn/9enabled
81951 ____________________________________________________________________________
81952 [  6131] By: gsar                                  on 2000/05/28  07:57:47
81953         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
81954      Branch: perl
81955            ! ext/POSIX/POSIX.pm
81956 ____________________________________________________________________________
81957 [  6130] By: gsar                                  on 2000/05/28  07:29:12
81958         Log: fix places that mean C<"word" character> but say C<alphanumeric
81959              character>
81960      Branch: perl
81961            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
81962 ____________________________________________________________________________
81963 [  6129] By: gsar                                  on 2000/05/28  07:18:41
81964         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
81965      Branch: perl
81966            ! vms/test.com
81967 ____________________________________________________________________________
81968 [  6128] By: gsar                                  on 2000/05/28  07:12:55
81969         Log: new perlxstut example for passing/returning refs to arrays
81970              (from David Lowe <dlowe@pootpoot.com>)
81971      Branch: perl
81972            ! pod/perlxstut.pod
81973 ____________________________________________________________________________
81974 [  6127] By: gsar                                  on 2000/05/28  07:02:50
81975         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
81976              failed (from Gisle Aas)
81977      Branch: perl
81978            ! cop.h perl.c
81979 ____________________________________________________________________________
81980 [  6126] By: gsar                                  on 2000/05/28  06:39:53
81981         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
81982              (reworked variant of patch suggested by Simon Cozens)
81983      Branch: perl
81984            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
81985            ! pp_hot.c proto.h t/op/gv.t
81986 ____________________________________________________________________________
81987 [  6125] By: gsar                                  on 2000/05/28  05:14:55
81988         Log: enable propagating exception objects via Perl_croak() in XS code
81989              (from Gisle Aas)
81990      Branch: perl
81991            ! util.c
81992 ____________________________________________________________________________
81993 [  6124] By: gsar                                  on 2000/05/28  05:07:28
81994         Log: integrate vmsperl contents into mainline
81995      Branch: perl
81996           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
81997           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
81998           !> vms/vmsish.h
81999 ____________________________________________________________________________
82000 [  6123] By: gsar                                  on 2000/05/28  05:03:53
82001         Log: clarify gotcha with #line directives (from Rocco Caputo
82002              <troc@netrus.net>)
82003      Branch: perl
82004            ! pod/perldebug.pod pod/perlsyn.pod
82005 ____________________________________________________________________________
82006 [  6122] By: gsar                                  on 2000/05/28  04:58:29
82007         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
82008              (from Mark-Jason Dominus)
82009      Branch: perl
82010            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
82011            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
82012            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
82013            ! toke.c
82014 ____________________________________________________________________________
82015 [  6121] By: bailey                                on 2000/05/25  04:46:54
82016         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
82017              lists (based on fixes by Craig Berry)
82018      Branch: vmsperl
82019            ! lib/File/Spec/VMS.pm
82020 ____________________________________________________________________________
82021 [  6120] By: bailey                                on 2000/05/25  04:25:38
82022         Log: Add missing escape (Charles Lane)
82023      Branch: vmsperl
82024            ! t/op/lex_assign.t
82025 ____________________________________________________________________________
82026 [  6119] By: bailey                                on 2000/05/25  04:21:25
82027         Log: Quiet error messages in vmsish.t (Charles Lane)
82028      Branch: vmsperl
82029            ! vms/ext/vmsish.t
82030 ____________________________________________________________________________
82031 [  6118] By: bailey                                on 2000/05/25  04:17:57
82032         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
82033              Flatten case labels in switch statements uniformly (Charles Bailey)
82034      Branch: vmsperl
82035            ! vms/vms.c
82036 ____________________________________________________________________________
82037 [  6117] By: bailey                                on 2000/05/25  03:58:09
82038         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
82039      Branch: vmsperl
82040            ! vms/vmsish.h
82041 ____________________________________________________________________________
82042 [  6116] By: bailey                                on 2000/05/25  03:11:15
82043         Log: Miscellaneous cosmetic fixes (Charles Lane)
82044      Branch: vmsperl
82045            ! lib/ExtUtils/MM_VMS.pm
82046 ____________________________________________________________________________
82047 [  6115] By: bailey                                on 2000/05/25  03:10:36
82048         Log: Add bounds checking for several strings (Charles Lane)
82049      Branch: vmsperl
82050            ! vms/vms.c
82051 ____________________________________________________________________________
82052 [  6114] By: bailey                                on 2000/05/25  02:25:34
82053         Log: Urk -- undo previous removal of vmsish 'exit' change
82054      Branch: vmsperl
82055            ! vms/ext/vmsish.pm vms/vmsish.h
82056 ____________________________________________________________________________
82057 [  6113] By: bailey                                on 2000/05/24  02:24:40
82058         Log: Ugly workaround for version-specific RTL error
82059      Branch: vmsperl
82060            ! vms/vms.c
82061 ____________________________________________________________________________
82062 [  6112] By: bailey                                on 2000/05/24  02:19:55
82063         Log: Check for existence of file before trying to delete
82064      Branch: vmsperl
82065            ! vms/test.com
82066 ____________________________________________________________________________
82067 [  6111] By: bailey                                on 2000/05/23  23:35:13
82068         Log: Resync with mainline prior to post-5.6.0 updates
82069      Branch: vmsperl
82070           +> (branch 49 files)
82071            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
82072            ! vms/ext/vmsish.pm
82073           !> (integrate 334 files)
82074 ____________________________________________________________________________
82075 [  6110] By: jhi                                   on 2000/05/23  19:28:32
82076         Log: todo tweak
82077      Branch: cfgperl
82078            ! Todo-5.6
82079 ____________________________________________________________________________
82080 [  6109] By: jhi                                   on 2000/05/18  17:38:54
82081         Log: Integrate with Sarathy.
82082      Branch: cfgperl
82083           !> mg.c perl.h win32/perlhost.h
82084 ____________________________________________________________________________
82085 [  6108] By: gsar                                  on 2000/05/17  02:24:56
82086         Log: reenable fake signal handling on Windows, bugs and all
82087      Branch: perl
82088            ! mg.c perl.h win32/perlhost.h
82089 ____________________________________________________________________________
82090 [  6107] By: jhi                                   on 2000/05/15  18:01:41
82091         Log: Tweak the todo list.
82092      Branch: cfgperl
82093            ! Todo-5.6
82094 ____________________________________________________________________________
82095 [  6106] By: jhi                                   on 2000/05/15  13:41:48
82096         Log: The (Configure) script refuses to go on, after asking for
82097              'You may also choose to try maximal 64-bitness....'.
82098              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
82099              -- Patrick Zima
82100              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
82101      Branch: cfgperl
82102            ! hints/solaris_2.sh
82103 ____________________________________________________________________________
82104 [  6105] By: jhi                                   on 2000/05/11  14:37:43
82105         Log: Integrate with Sarathy.
82106      Branch: cfgperl
82107           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82108           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
82109 ____________________________________________________________________________
82110 [  6104] By: gsar                                  on 2000/05/11  03:39:07
82111         Log: PL_sys_intern was being initialized too late on windows
82112      Branch: perl
82113            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
82114            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
82115 ____________________________________________________________________________
82116 [  6103] By: jhi                                   on 2000/05/09  19:42:20
82117         Log: Test tweaking for Unicos continues.
82118      Branch: cfgperl
82119            ! t/op/64bitint.t
82120 ____________________________________________________________________________
82121 [  6102] By: jhi                                   on 2000/05/09  16:47:27
82122         Log: The test suite tweak in #6101 wasn't quite right.
82123      Branch: cfgperl
82124            ! t/lib/complex.t
82125 ____________________________________________________________________________
82126 [  6101] By: jhi                                   on 2000/05/09  15:35:34
82127         Log: Hints and test tweaks for Unicos.
82128      Branch: cfgperl
82129            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
82130 ____________________________________________________________________________
82131 [  6100] By: jhi                                   on 2000/05/08  21:15:06
82132         Log: More compilation tweakery from Allen Smith.
82133      Branch: cfgperl
82134            ! hints/irix_6.sh
82135 ____________________________________________________________________________
82136 [  6099] By: jhi                                   on 2000/05/08  19:21:18
82137         Log: Tweaks for the cc bugs from Allen Smith.
82138      Branch: cfgperl
82139            ! hints/irix_6.sh
82140 ____________________________________________________________________________
82141 [  6098] By: jhi                                   on 2000/05/08  19:13:37
82142         Log: Add a note about other, yet unsupported, shadow password APIs.
82143      Branch: cfgperl
82144            ! pp_sys.c
82145 ____________________________________________________________________________
82146 [  6097] By: jhi                                   on 2000/05/08  18:46:34
82147         Log: Add a note about possible compilation problems from Allen Smith.
82148      Branch: cfgperl
82149            ! hints/irix_6.sh
82150 ____________________________________________________________________________
82151 [  6096] By: jhi                                   on 2000/05/08  17:33:10
82152         Log: Integrate with Sarathy.
82153      Branch: cfgperl
82154           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82155           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
82156 ____________________________________________________________________________
82157 [  6095] By: jhi                                   on 2000/05/08  16:21:33
82158         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
82159              might be useful in future.
82160      Branch: cfgperl
82161            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82162            ! config_h.SH
82163      Branch: metaconfig
82164            ! U/installdirs/inc_version_list.U
82165      Branch: metaconfig/U/perl
82166            ! perlxv.U
82167 ____________________________________________________________________________
82168 [  6094] By: gsar                                  on 2000/05/08  14:22:22
82169         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
82170      Branch: perl
82171            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
82172            ! hints/cygwin.sh pp_sys.c
82173 ____________________________________________________________________________
82174 [  6093] By: gsar                                  on 2000/05/08  12:52:28
82175         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
82176              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
82177      Branch: perl
82178            ! pp_sys.c sv.c win32/perlhost.h
82179 ____________________________________________________________________________
82180 [  6092] By: jhi                                   on 2000/05/07  22:40:34
82181         Log: Regen perltoc with the fixed buildtoc.
82182      Branch: cfgperl
82183            ! pod/perltoc.pod
82184 ____________________________________________________________________________
82185 [  6091] By: jhi                                   on 2000/05/07  22:24:16
82186         Log: Integrate with Sarathy.
82187      Branch: cfgperl
82188           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
82189           !> t/op/substr.t toke.c
82190 ____________________________________________________________________________
82191 [  6090] By: gsar                                  on 2000/05/07  19:47:07
82192         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
82193              [NI]OK; added tests for both
82194      Branch: perl
82195            ! perl.c pp_hot.c sv.c t/op/substr.t
82196 ____________________________________________________________________________
82197 [  6089] By: gsar                                  on 2000/05/07  18:18:38
82198         Log: buildtoc tweak to fix newline lossage
82199      Branch: perl
82200            ! pod/buildtoc
82201 ____________________________________________________________________________
82202 [  6088] By: jhi                                   on 2000/05/07  16:35:36
82203         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
82204              because we do not use those.  The HAS_GETSPNAM remains,
82205              though, because we still do use that.
82206      Branch: cfgperl
82207            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82208            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
82209            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
82210            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
82211            ! win32/config.vc win32/config_H.bc win32/config_H.gc
82212            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
82213 ____________________________________________________________________________
82214 [  6087] By: gsar                                  on 2000/05/07  16:05:16
82215         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
82216      Branch: perl
82217            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
82218 ____________________________________________________________________________
82219 [  6086] By: jhi                                   on 2000/05/07  15:27:07
82220         Log: Integrate with Sarathy.
82221      Branch: cfgperl
82222           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82223           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82224           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
82225           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
82226           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
82227           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
82228 ____________________________________________________________________________
82229 [  6085] By: gsar                                  on 2000/05/07  05:52:02
82230         Log: repeat operator (x) doesn't preserve utf8-ness
82231      Branch: perl
82232            ! pp.c t/op/substr.t
82233 ____________________________________________________________________________
82234 [  6084] By: gsar                                  on 2000/05/07  05:39:55
82235         Log: substr() does not preserve utf8-ness (from Stefan Eissing
82236              <Eissing@medicaldataservice.de>); added tests
82237      Branch: perl
82238            ! pp.c t/op/substr.t
82239 ____________________________________________________________________________
82240 [  6083] By: gsar                                  on 2000/05/07  05:24:46
82241         Log: note about undocumented caller() return value (from M.J.T. Guy);
82242              yet another peek.t tweak
82243      Branch: perl
82244            ! pod/perlfunc.pod t/lib/peek.t
82245 ____________________________________________________________________________
82246 [  6082] By: gsar                                  on 2000/05/07  05:08:40
82247         Log: peek.t non-portable to ithreads
82248      Branch: perl
82249            ! t/lib/peek.t
82250 ____________________________________________________________________________
82251 [  6081] By: gsar                                  on 2000/05/07  04:17:04
82252         Log: better default perlbug categories for ok reports (from Richard Foley)
82253      Branch: perl
82254            ! utils/perlbug.PL
82255 ____________________________________________________________________________
82256 [  6080] By: gsar                                  on 2000/05/07  04:08:07
82257         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
82258              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
82259      Branch: perl
82260            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
82261            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
82262            ! AUTHORS MAINTAIN MANIFEST
82263 ____________________________________________________________________________
82264 [  6079] By: gsar                                  on 2000/05/07  04:01:38
82265         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
82266      Branch: perl
82267            ! lib/Carp/Heavy.pm
82268 ____________________________________________________________________________
82269 [  6078] By: gsar                                  on 2000/05/07  01:24:19
82270         Log: workaround for CRT bug in chdir() (from Charles Lane, via
82271              Peter Prymmer)
82272      Branch: perl
82273            ! iperlsys.h vms/vms.c vms/vmsish.h
82274 ____________________________________________________________________________
82275 [  6077] By: gsar                                  on 2000/05/07  01:22:23
82276         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
82277              and Tom Phoenix)
82278      Branch: perl
82279            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
82280 ____________________________________________________________________________
82281 [  6076] By: gsar                                  on 2000/05/06  17:36:29
82282         Log: integrate cfgperl contents into mainline
82283      Branch: perl
82284           +> t/lib/peek.t
82285           !> Configure MANIFEST Porting/Glossary Porting/config.sh
82286           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
82287           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
82288           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
82289 ____________________________________________________________________________
82290 [  6075] By: jhi                                   on 2000/05/05  18:56:10
82291         Log: Make the test more portable.
82292      Branch: cfgperl
82293            ! t/lib/peek.t
82294 ____________________________________________________________________________
82295 [  6074] By: jhi                                   on 2000/05/05  18:49:20
82296         Log: Introduce t/lib/peek.t.
82297      Branch: cfgperl
82298            + t/lib/peek.t
82299            ! MANIFEST
82300 ____________________________________________________________________________
82301 [  6073] By: jhi                                   on 2000/05/05  14:30:45
82302         Log: Complex tweaks.
82303      Branch: cfgperl
82304            ! lib/Math/Complex.pm t/lib/complex.t
82305 ____________________________________________________________________________
82306 [  6072] By: jhi                                   on 2000/05/05  12:27:13
82307         Log: Integrate with Sarathy.
82308      Branch: cfgperl
82309           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82310           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82311           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
82312           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
82313 ____________________________________________________________________________
82314 [  6071] By: gsar                                  on 2000/05/05  02:24:46
82315         Log: misformatted perllocal.pod (from Tim Jenness
82316              <t.jenness@jach.hawaii.edu>)
82317      Branch: perl
82318            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
82319 ____________________________________________________________________________
82320 [  6070] By: gsar                                  on 2000/05/05  02:16:52
82321         Log: remove misleading comment (from M.J.T. Guy)
82322      Branch: perl
82323            ! t/lib/anydbm.t
82324 ____________________________________________________________________________
82325 [  6069] By: gsar                                  on 2000/05/05  02:15:13
82326         Log: File::Spec compatibility update (from Barrie Slaymaker
82327              <barries@slaysys.com>)
82328      Branch: perl
82329            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
82330            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82331 ____________________________________________________________________________
82332 [  6068] By: gsar                                  on 2000/05/05  02:01:50
82333         Log: note about values()
82334      Branch: perl
82335            ! pod/perlfunc.pod
82336 ____________________________________________________________________________
82337 [  6067] By: gsar                                  on 2000/05/05  01:33:09
82338         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
82339      Branch: perl
82340            ! win32/win32.c
82341 ____________________________________________________________________________
82342 [  6066] By: gsar                                  on 2000/05/05  01:23:43
82343         Log: s/END/CHECK/
82344      Branch: perl
82345            ! perl.c
82346 ____________________________________________________________________________
82347 [  6065] By: jhi                                   on 2000/05/04  17:30:22
82348         Log: Integrate with Sarathy.
82349      Branch: cfgperl
82350           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
82351 ____________________________________________________________________________
82352 [  6064] By: gsar                                  on 2000/05/04  17:26:14
82353         Log: change#5905 wasn't quite right--it's intent only applies when arguments
82354              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
82355      Branch: perl
82356            ! pp_sys.c sv.c
82357 ____________________________________________________________________________
82358 [  6063] By: gsar                                  on 2000/05/04  16:52:29
82359         Log: tokeq() could read unallocated field in argument
82360      Branch: perl
82361            ! toke.c
82362 ____________________________________________________________________________
82363 [  6062] By: gsar                                  on 2000/05/04  16:34:51
82364         Log: additional tests for utf8.t
82365      Branch: perl
82366            ! t/pragma/utf8.t
82367 ____________________________________________________________________________
82368 [  6061] By: gsar                                  on 2000/05/04  16:09:28
82369         Log: change#5921 neglected to make eq honor "use bytes"
82370      Branch: perl
82371            ! sv.c
82372 ____________________________________________________________________________
82373 [  6060] By: jhi                                   on 2000/05/04  15:30:16
82374         Log: Integrate with Sarathy.
82375      Branch: cfgperl
82376           !> perl.c regcomp.c t/pragma/utf8.t
82377 ____________________________________________________________________________
82378 [  6059] By: jhi                                   on 2000/05/04  15:26:37
82379         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
82380              in natively 64-bit platforms where a long is a quad (no need
82381              for long longs).  Also added bias for IVs.
82382      Branch: cfgperl
82383            ! toke.c
82384 ____________________________________________________________________________
82385 [  6058] By: gsar                                  on 2000/05/04  00:19:14
82386         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
82387              (spotted by Donald Kinzer <dkinzer@premia.com>)
82388      Branch: perl
82389            ! perl.c
82390 ____________________________________________________________________________
82391 [  6057] By: gsar                                  on 2000/05/03  18:34:01
82392         Log: fix broken parsing of /\x{ab}/
82393      Branch: perl
82394            ! regcomp.c t/pragma/utf8.t
82395 ____________________________________________________________________________
82396 [  6056] By: jhi                                   on 2000/05/03  17:57:16
82397         Log: The search of infinity continues, this time simplified.
82398      Branch: cfgperl
82399            ! lib/Math/Complex.pm
82400 ____________________________________________________________________________
82401 [  6055] By: jhi                                   on 2000/05/03  17:45:30
82402         Log: Detypo.
82403      Branch: cfgperl
82404            ! hints/unicos.sh
82405 ____________________________________________________________________________
82406 [  6054] By: jhi                                   on 2000/05/02  22:28:27
82407         Log: Be more forgiving in POSIX about HUGE_VALL.
82408      Branch: cfgperl
82409            ! ext/POSIX/POSIX.xs
82410 ____________________________________________________________________________
82411 [  6053] By: jhi                                   on 2000/05/02  22:25:05
82412         Log: Integrate with Sarathy.
82413      Branch: cfgperl
82414           !> hints/irix_6.sh pod/perlop.pod
82415 ____________________________________________________________________________
82416 [  6052] By: jhi                                   on 2000/05/02  22:24:31
82417         Log: Unicos hint tweak.
82418      Branch: cfgperl
82419            ! hints/unicos.sh
82420 ____________________________________________________________________________
82421 [  6051] By: jhi                                   on 2000/05/02  22:21:26
82422         Log: Complex tweakery.
82423      Branch: cfgperl
82424            ! lib/Math/Complex.pm t/lib/complex.t
82425 ____________________________________________________________________________
82426 [  6050] By: jhi                                   on 2000/05/02  19:26:22
82427         Log: Use setxxent()/endxxent().
82428      Branch: cfgperl
82429            ! t/op/grent.t t/op/pwent.t
82430 ____________________________________________________________________________
82431 [  6049] By: jhi                                   on 2000/05/02  19:06:02
82432         Log: Test both the scalar and list contexts.
82433      Branch: cfgperl
82434            ! t/op/grent.t t/op/pwent.t
82435 ____________________________________________________________________________
82436 [  6048] By: gsar                                  on 2000/05/02  18:29:10
82437         Log: add note about how $( doesn't interpolate in REs (from
82438              Philip Newton <newton@ficus.frogspace.net>)
82439      Branch: perl
82440            ! pod/perlop.pod
82441 ____________________________________________________________________________
82442 [  6047] By: jhi                                   on 2000/05/02  17:41:24
82443         Log: Call getspnam() only iff needed.
82444      Branch: cfgperl
82445            ! pp_sys.c
82446 ____________________________________________________________________________
82447 [  6046] By: gsar                                  on 2000/05/02  17:07:25
82448         Log: libscheck has insufficient checks for n32 libs (from
82449              Albert Chin-A-Young <china@thewrittenword.com>)
82450      Branch: perl
82451            ! hints/irix_6.sh
82452 ____________________________________________________________________________
82453 [  6045] By: jhi                                   on 2000/05/02  13:57:17
82454         Log: Integrate with Sarathy.
82455      Branch: cfgperl
82456           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
82457           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
82458 ____________________________________________________________________________
82459 [  6044] By: gsar                                  on 2000/05/02  06:48:19
82460         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
82461              such that underscores are only ignored in literal numbers,
82462              "\x{...}", and hex/oct argument
82463      Branch: perl
82464            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
82465 ____________________________________________________________________________
82466 [  6043] By: gsar                                  on 2000/05/02  02:22:29
82467         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
82468      Branch: perl
82469            ! pod/perlretut.pod
82470 ____________________________________________________________________________
82471 [  6042] By: gsar                                  on 2000/05/02  02:17:51
82472         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
82473      Branch: perl
82474            ! pod/perltrap.pod
82475 ____________________________________________________________________________
82476 [  6041] By: gsar                                  on 2000/05/02  01:53:51
82477         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
82478              to compensate
82479      Branch: perl
82480            ! Porting/makerel
82481 ____________________________________________________________________________
82482 [  6040] By: gsar                                  on 2000/05/02  01:51:57
82483         Log: missing files in MANIFEST
82484      Branch: perl
82485            ! MANIFEST
82486 ____________________________________________________________________________
82487 [  6039] By: jhi                                   on 2000/05/02  00:36:46
82488         Log: Infinite problems.
82489      Branch: cfgperl
82490            ! lib/Math/Complex.pm
82491 ____________________________________________________________________________
82492 [  6038] By: jhi                                   on 2000/05/02  00:06:38
82493         Log: pwent/spent #ifdef imbalance.
82494      Branch: cfgperl
82495            ! pp_sys.c
82496 ____________________________________________________________________________
82497 [  6037] By: jhi                                   on 2000/05/01  22:50:11
82498         Log: Use HUGE_VALL if applicable.
82499      Branch: cfgperl
82500            ! ext/POSIX/POSIX.xs util.c
82501 ____________________________________________________________________________
82502 [  6036] By: jhi                                   on 2000/05/01  22:20:53
82503         Log: Correct Freudian slip.
82504      Branch: cfgperl
82505            ! pp_sys.c
82506 ____________________________________________________________________________
82507 [  6035] By: jhi                                   on 2000/05/01  21:07:38
82508         Log: Continue on the pwent/spent case.
82509      Branch: cfgperl
82510            ! pp_sys.c
82511 ____________________________________________________________________________
82512 [  6034] By: jhi                                   on 2000/05/01  17:45:14
82513         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
82514              adjustments in 6032 conflicted badly with this, will have
82515              to revisit them later.
82516      Branch: cfgperl
82517           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
82518           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
82519           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
82520           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
82521           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
82522           !> t/lib/cgi-html.t t/lib/cgi-request.t
82523 ____________________________________________________________________________
82524 [  6033] By: jhi                                   on 2000/05/01  17:40:49
82525         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
82526      Branch: cfgperl
82527            ! pp_sys.c
82528 ____________________________________________________________________________
82529 [  6032] By: gsar                                  on 2000/05/01  15:56:32
82530         Log: whitespace adjustments
82531      Branch: perl
82532            ! pp_sys.c
82533 ____________________________________________________________________________
82534 [  6031] By: gsar                                  on 2000/05/01  15:19:41
82535         Log: small nits in diagnostics.pm (from Robin Barker)
82536      Branch: perl
82537            ! lib/diagnostics.pm pod/perldiag.pod
82538 ____________________________________________________________________________
82539 [  6030] By: gsar                                  on 2000/05/01  08:39:18
82540         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
82541              for @- and @+ (from Johan Vromans)
82542      Branch: perl
82543            ! lib/English.pm pod/perlvar.pod
82544 ____________________________________________________________________________
82545 [  6029] By: gsar                                  on 2000/05/01  08:16:10
82546         Log: add CGI.pm v2.66 (from Lincoln Stein)
82547      Branch: perl
82548            + lib/CGI/Util.pm t/lib/cgi-pretty.t
82549            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
82550            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
82551            ! t/lib/cgi-html.t t/lib/cgi-request.t
82552 ____________________________________________________________________________
82553 [  6028] By: gsar                                  on 2000/05/01  06:34:41
82554         Log: Pod::Man generates groff-incompatible macro definition (from
82555              Tom Christiansen)
82556      Branch: perl
82557            ! lib/Pod/Man.pm
82558 ____________________________________________________________________________
82559 [  6027] By: gsar                                  on 2000/05/01  06:31:36
82560         Log: podlators-1.02 update (from Russ Allbery)
82561      Branch: perl
82562            ! lib/Pod/Man.pm lib/Pod/Text.pm
82563 ____________________________________________________________________________
82564 [  6026] By: jhi                                   on 2000/04/30  23:24:23
82565         Log: Integrate with Sarathy.
82566      Branch: cfgperl
82567           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
82568           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
82569           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
82570           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
82571           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
82572           !> t/lib/syslog.t toke.c win32/win32.h
82573 ____________________________________________________________________________
82574 [  6025] By: gsar                                  on 2000/04/30  18:17:47
82575         Log: Is{Alnum,Alpha,Word} don't match titlecase
82576              
82577              TODO: IsSpace is defined recursively!
82578              
82579              (both spotted by Larry)
82580      Branch: perl
82581            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
82582            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
82583 ____________________________________________________________________________
82584 [  6024] By: gsar                                  on 2000/04/30  17:50:19
82585         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
82586              (from Hugo van der Sanden)
82587      Branch: perl
82588            ! toke.c
82589 ____________________________________________________________________________
82590 [  6023] By: gsar                                  on 2000/04/30  17:14:43
82591         Log: debugger stomps on $. (from M.J.T. Guy)
82592      Branch: perl
82593            ! lib/perl5db.pl
82594 ____________________________________________________________________________
82595 [  6022] By: gsar                                  on 2000/04/30  16:59:22
82596         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
82597      Branch: perl
82598            ! sv.c
82599 ____________________________________________________________________________
82600 [  6021] By: gsar                                  on 2000/04/29  21:00:08
82601         Log: remove Win2K issue in pod (fixed by change#6020)
82602      Branch: perl
82603            ! README.win32 pod/perl56delta.pod
82604 ____________________________________________________________________________
82605 [  6020] By: gsar                                  on 2000/04/29  20:51:49
82606         Log: test tweak
82607      Branch: perl
82608            ! t/lib/open3.t
82609 ____________________________________________________________________________
82610 [  6019] By: gsar                                  on 2000/04/29  20:34:27
82611         Log: windows portability tweaks
82612      Branch: perl
82613            ! t/lib/b.t win32/win32.h
82614 ____________________________________________________________________________
82615 [  6018] By: gsar                                  on 2000/04/29  19:55:24
82616         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
82617              make _PATH_LOG() return "" if unavailable
82618      Branch: perl
82619            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
82620            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
82621 ____________________________________________________________________________
82622 [  6017] By: jhi                                   on 2000/04/28  22:49:46
82623         Log: Integrate with Sarathy.
82624      Branch: cfgperl
82625           !> op.c perl.c pod/perldiag.pod t/lib/b.t
82626 ____________________________________________________________________________
82627 [  6016] By: jhi                                   on 2000/04/28  22:46:14
82628         Log: Do not warn that an infinity does not look like a number.
82629      Branch: cfgperl
82630            ! sv.c
82631 ____________________________________________________________________________
82632 [  6015] By: gsar                                  on 2000/04/28  22:35:49
82633         Log: tweak test for portability
82634      Branch: perl
82635            ! t/lib/b.t
82636 ____________________________________________________________________________
82637 [  6014] By: gsar                                  on 2000/04/28  22:05:31
82638         Log: glob() loading File::Glob behind the scenes may cause syntax errors
82639      Branch: perl
82640            ! op.c
82641 ____________________________________________________________________________
82642 [  6013] By: gsar                                  on 2000/04/28  21:25:22
82643         Log: tweak change#5945 to display correct switch name in diagnostic
82644      Branch: perl
82645            ! perl.c pod/perldiag.pod
82646 ____________________________________________________________________________
82647 [  6012] By: jhi                                   on 2000/04/28  21:08:12
82648         Log: Integrate with Sarathy.
82649      Branch: cfgperl
82650           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
82651           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
82652           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
82653 ____________________________________________________________________________
82654 [  6011] By: jhi                                   on 2000/04/28  21:04:46
82655         Log: &HUGE_VAL is not defined, it exists.
82656      Branch: cfgperl
82657            ! lib/Math/Complex.pm
82658 ____________________________________________________________________________
82659 [  6010] By: gsar                                  on 2000/04/28  21:02:58
82660         Log: clarify note about shadow password support (from
82661              gellyfish@gellyfish.com)
82662      Branch: perl
82663            ! pod/perlfunc.pod
82664 ____________________________________________________________________________
82665 [  6009] By: gsar                                  on 2000/04/28  21:00:00
82666         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
82667      Branch: perl
82668            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
82669 ____________________________________________________________________________
82670 [  6008] By: gsar                                  on 2000/04/28  20:56:33
82671         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
82672      Branch: perl
82673            ! installperl vms/subconfigure.com
82674 ____________________________________________________________________________
82675 [  6007] By: gsar                                  on 2000/04/28  20:51:21
82676         Log: note about compile failures and END blocks (from M.J.T. Guy)
82677      Branch: perl
82678            ! pod/perl56delta.pod pod/perlmod.pod
82679 ____________________________________________________________________________
82680 [  6006] By: jhi                                   on 2000/04/28  20:42:14
82681         Log: Regen Configure.
82682      Branch: cfgperl
82683            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
82684            ! config_h.SH
82685 ____________________________________________________________________________
82686 [  6005] By: gsar                                  on 2000/04/28  20:41:16
82687         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
82688      Branch: perl
82689            ! utils/perldoc.PL
82690 ____________________________________________________________________________
82691 [  6004] By: jhi                                   on 2000/04/28  20:28:21
82692         Log: Integrate with Sarathy.
82693      Branch: cfgperl
82694           !> Configure INSTALL Porting/Glossary Porting/config.sh
82695           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
82696           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
82697           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
82698           !> win32/config.vc win32/win32.c
82699 ____________________________________________________________________________
82700 [  6003] By: gsar                                  on 2000/04/28  20:11:20
82701         Log: allow REG_EXPAND_SZ keys in Windows registry (from
82702              John Clayton <John.Clayton@barclayscapital.com>)
82703      Branch: perl
82704            ! win32/win32.c
82705 ____________________________________________________________________________
82706 [  6002] By: gsar                                  on 2000/04/28  19:34:16
82707         Log: destructive sv_setsv() can lose UV-ness from source, causing
82708              numeric promotions/comparisons to fail to do the right thing
82709      Branch: perl
82710            ! sv.c
82711 ____________________________________________________________________________
82712 [  6001] By: gsar                                  on 2000/04/28  18:44:15
82713         Log: support additional library locations via $Config{otherlibdirs}
82714              (from Andy Dougherty)
82715      Branch: perl
82716            ! Configure INSTALL Porting/Glossary Porting/config.sh
82717            ! Porting/config_H config_h.SH epoc/config.sh perl.c
82718            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
82719            ! win32/config.bc win32/config.gc win32/config.vc
82720 ____________________________________________________________________________
82721 [  6000] By: gsar                                  on 2000/04/28  18:26:58
82722         Log: reworked otherlibdirs.U (from Andy Dougherty)
82723      Branch: metaconfig
82724            ! U/installdirs/otherlibdirs.U
82725 ____________________________________________________________________________
82726 [  5999] By: gsar                                  on 2000/04/28  18:17:07
82727         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
82728      Branch: perl
82729            ! t/pragma/warn/toke toke.c
82730 ____________________________________________________________________________
82731 [  5998] By: jhi                                   on 2000/04/28  13:32:17
82732         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
82733      Branch: cfgperl
82734            ! lib/Math/Complex.pm
82735 ____________________________________________________________________________
82736 [  5997] By: jhi                                   on 2000/04/28  13:14:04
82737         Log: Preserve $!.
82738      Branch: cfgperl
82739            ! lib/Math/Complex.pm
82740 ____________________________________________________________________________
82741 [  5996] By: jhi                                   on 2000/04/28  12:59:23
82742         Log: Integrate with Sarathy.
82743      Branch: cfgperl
82744           +> pod/perlrequick.pod pod/perlretut.pod
82745           !> (integrate 51 files)
82746 ____________________________________________________________________________
82747 [  5995] By: gsar                                  on 2000/04/28  09:37:36
82748         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
82749      Branch: perl
82750            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
82751 ____________________________________________________________________________
82752 [  5994] By: gsar                                  on 2000/04/28  09:33:26
82753         Log: fix for missed accounting for null byte in pack("Z",...) (from
82754              M.J.T. Guy)
82755      Branch: perl
82756            ! pp.c t/op/pack.t
82757 ____________________________________________________________________________
82758 [  5993] By: gsar                                  on 2000/04/28  09:30:05
82759         Log: various minor tweaks seen on p5p
82760      Branch: perl
82761            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
82762 ____________________________________________________________________________
82763 [  5992] By: gsar                                  on 2000/04/28  09:08:19
82764         Log: pod nit (from Simon Cozens)
82765      Branch: perl
82766            ! pod/perlop.pod
82767 ____________________________________________________________________________
82768 [  5991] By: gsar                                  on 2000/04/28  09:06:36
82769         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
82770      Branch: perl
82771            ! README.posix-bc hints/posix-bc.sh
82772 ____________________________________________________________________________
82773 [  5990] By: gsar                                  on 2000/04/28  08:54:52
82774         Log: use $ENV{LIB} to search for libs under Visual C compiler
82775              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
82776      Branch: perl
82777            ! lib/ExtUtils/Liblist.pm
82778 ____________________________________________________________________________
82779 [  5989] By: gsar                                  on 2000/04/28  08:27:12
82780         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
82781              itself and no other (from Tom Hughes)
82782      Branch: perl
82783            ! t/op/array.t toke.c
82784 ____________________________________________________________________________
82785 [  5988] By: gsar                                  on 2000/04/28  08:01:38
82786         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
82787              <paul@miraclefish.com>)
82788      Branch: perl
82789            ! lib/ExtUtils/MakeMaker.pm
82790 ____________________________________________________________________________
82791 [  5987] By: gsar                                  on 2000/04/28  07:53:09
82792         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
82793      Branch: perl
82794            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
82795 ____________________________________________________________________________
82796 [  5986] By: gsar                                  on 2000/04/28  07:44:17
82797         Log: add regular expressions tutorial and quick-start guide (from
82798              Mark Kvale <kvale@phy.ucsf.edu>)
82799      Branch: perl
82800            + pod/perlrequick.pod pod/perlretut.pod
82801            ! AUTHORS MAINTAIN MANIFEST
82802 ____________________________________________________________________________
82803 [  5985] By: gsar                                  on 2000/04/28  07:30:28
82804         Log: forked child may not exit correctly if it failed to open
82805              /dev/console (from Graham Barr)
82806      Branch: perl
82807            ! ext/Sys/Syslog/Syslog.pm
82808 ____________________________________________________________________________
82809 [  5984] By: gsar                                  on 2000/04/28  07:27:20
82810         Log: attributes::reftype() doesn't work on tied argument
82811      Branch: perl
82812            ! xsutils.c
82813 ____________________________________________________________________________
82814 [  5983] By: gsar                                  on 2000/04/28  07:15:04
82815         Log: numeric conversion of non-number in change#3378 tramples on
82816              OOK offset, causing segfaults
82817      Branch: perl
82818            ! sv.c
82819 ____________________________________________________________________________
82820 [  5982] By: gsar                                  on 2000/04/28  04:48:25
82821         Log: avoid error in IO::Socket::INET when given an unknown service name
82822              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
82823      Branch: perl
82824            ! ext/IO/lib/IO/Socket/INET.pm
82825 ____________________________________________________________________________
82826 [  5981] By: gsar                                  on 2000/04/28  04:31:31
82827         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
82828              prototype mismatch with CORE::glob(); update pod and tests to
82829              suit (File::Glob::glob() is still available for backward
82830              compatibility, but should be considered deprecated)
82831      Branch: perl
82832            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
82833            ! t/lib/glob-taint.t
82834 ____________________________________________________________________________
82835 [  5980] By: gsar                                  on 2000/04/28  03:47:29
82836         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
82837              <ghudson@mit.edu>)
82838      Branch: metaconfig
82839            ! U/modified/Options.U
82840      Branch: perl
82841            ! Configure
82842 ____________________________________________________________________________
82843 [  5979] By: gsar                                  on 2000/04/28  03:07:54
82844         Log: under useithreads, constant pad entries could inadvertently be
82845              shared across threads (from Eric Blood <eblood@xmission.com>);
82846              added Eric's test case to testsuite
82847      Branch: perl
82848            ! op.c t/op/misc.t
82849 ____________________________________________________________________________
82850 [  5978] By: gsar                                  on 2000/04/27  21:13:00
82851         Log: sync version numbers in File::Spec with the ones on CPAN
82852              (from Barrie Slaymaker)
82853      Branch: perl
82854            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
82855            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
82856            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
82857 ____________________________________________________________________________
82858 [  5977] By: gsar                                  on 2000/04/27  21:07:29
82859         Log: autoquote barewords followed by newline and arrow properly
82860              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
82861      Branch: perl
82862            ! t/pragma/warn/toke toke.c
82863 ____________________________________________________________________________
82864 [  5976] By: gsar                                  on 2000/04/27  20:41:20
82865         Log: DB_File v1.73 update (from Paul Marquess)
82866      Branch: perl
82867            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
82868            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
82869 ____________________________________________________________________________
82870 [  5975] By: gsar                                  on 2000/04/27  20:34:24
82871         Log: allow sort() reentrancy (variant of patch suggested by
82872              Hugo van der Sanden)
82873      Branch: perl
82874            ! pp_ctl.c t/op/sort.t
82875 ____________________________________________________________________________
82876 [  5974] By: gsar                                  on 2000/04/27  19:46:57
82877         Log: change#4197 somehow missed initializing PL_errors, meaning
82878              sytax error queueing wasn't working outside eval"" at all;
82879              also fixed eval"" to localize PL_error_count, so that compile-time
82880              eval's don't clobber the error state of the outer context
82881      Branch: perl
82882            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
82883            ! t/pragma/warn/toke
82884 ____________________________________________________________________________
82885 [  5973] By: gsar                                  on 2000/04/27  18:29:05
82886         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
82887      Branch: perl
82888            ! regcomp.c regexec.c t/op/re_tests
82889 ____________________________________________________________________________
82890 [  5972] By: jhi                                   on 2000/04/27  18:22:41
82891         Log: Integrate with Sarathy.
82892      Branch: cfgperl
82893           +> t/lib/b.t t/lib/syslog.t
82894           !> (integrate 31 files)
82895 ____________________________________________________________________________
82896 [  5971] By: jhi                                   on 2000/04/27  18:18:46
82897         Log: Unicos tweaks from Mark P. Lutz.
82898      Branch: cfgperl
82899            ! hints/unicos.sh lib/Math/Complex.pm
82900 ____________________________________________________________________________
82901 [  5970] By: gsar                                  on 2000/04/27  18:05:11
82902         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
82903              IV is >32bits
82904      Branch: perl
82905            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
82906 ____________________________________________________________________________
82907 [  5969] By: gsar                                  on 2000/04/27  17:50:56
82908         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
82909      Branch: perl
82910            + t/lib/syslog.t
82911            ! MANIFEST ext/Sys/Syslog/Syslog.pm
82912 ____________________________________________________________________________
82913 [  5968] By: gsar                                  on 2000/04/27  17:44:49
82914         Log: tolerate spaces in group names in test on solaris (from David Boyce
82915              <dsb@boyski.com>)
82916      Branch: perl
82917            ! t/op/groups.t
82918 ____________________________________________________________________________
82919 [  5967] By: gsar                                  on 2000/04/27  17:41:22
82920         Log: improved docs on the warn_uninit diagnostic (from David Glasser
82921              and Simon Cozens)
82922      Branch: perl
82923            ! pod/perldiag.pod
82924 ____________________________________________________________________________
82925 [  5966] By: gsar                                  on 2000/04/27  16:54:58
82926         Log: add testsuite for B backends, fix bug in B::Deparse (from
82927              Simon Cozens <simon@brecon.co.uk>)
82928      Branch: perl
82929            + t/lib/b.t
82930            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
82931 ____________________________________________________________________________
82932 [  5965] By: gsar                                  on 2000/04/27  16:10:37
82933         Log: avoid "will not stay shared" warnings for our variables (from
82934              Robin Barker)
82935      Branch: perl
82936            ! op.c t/pragma/warn/op
82937 ____________________________________________________________________________
82938 [  5964] By: gsar                                  on 2000/04/27  07:05:05
82939         Log: reformat to 72 columns (again)
82940      Branch: perl
82941            ! pod/perldiag.pod
82942 ____________________________________________________________________________
82943 [  5963] By: gsar                                  on 2000/04/27  06:28:31
82944         Log: patch from Larry to make (\&) prototype work; added tests for
82945              the same
82946      Branch: perl
82947            ! op.c t/comp/proto.t
82948 ____________________________________________________________________________
82949 [  5962] By: gsar                                  on 2000/04/27  06:15:47
82950         Log: updated README.hpux (from Jeff Okamoto)
82951      Branch: perl
82952            ! README.hpux
82953 ____________________________________________________________________________
82954 [  5961] By: gsar                                  on 2000/04/27  05:55:03
82955         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
82956      Branch: perl
82957            ! emacs/cperl-mode.el
82958 ____________________________________________________________________________
82959 [  5960] By: gsar                                  on 2000/04/27  05:49:26
82960         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
82961      Branch: perl
82962            ! INSTALL
82963 ____________________________________________________________________________
82964 [  5959] By: gsar                                  on 2000/04/27  05:33:41
82965         Log: doubled words in pods (from Simon Cozens
82966              <simon.p.cozens@jp.pwcglobal.com>)
82967      Branch: perl
82968            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
82969            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
82970            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
82971            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
82972            ! pod/perltootc.pod
82973 ____________________________________________________________________________
82974 [  5958] By: gsar                                  on 2000/04/27  05:11:39
82975         Log: change#3569 deleted some essential code, revert; avoid use of
82976              atexit() to make DynaLoader work properly on AIX under mod_perl
82977              (from Jens-Uwe Mager <jum@helios.de>)
82978      Branch: perl
82979            ! ext/DynaLoader/dl_aix.xs
82980 ____________________________________________________________________________
82981 [  5957] By: gsar                                  on 2000/04/27  04:54:51
82982         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
82983      Branch: perl
82984            ! pod/perlmod.pod
82985 ____________________________________________________________________________
82986 [  5956] By: gsar                                  on 2000/04/27  04:51:47
82987         Log: better diagnostics on failed tests (from Ilya Zakharevich)
82988      Branch: perl
82989            ! t/op/lex_assign.t
82990 ____________________________________________________________________________
82991 [  5955] By: gsar                                  on 2000/04/27  04:26:44
82992         Log: longstanding bug exposed by change#3307: sort arguments weren't
82993              compiled with the right wantarray context (ensuing runtime lookup
82994              via block_gimme() was getting the incidental context of the
82995              sort() itself)
82996      Branch: perl
82997            ! op.c t/op/sort.t
82998 ____________________________________________________________________________
82999 [  5954] By: gsar                                  on 2000/04/26  23:42:12
83000         Log: integrate cfgperl contents into mainline
83001      Branch: perl
83002           !> (integrate 30 files)
83003 ____________________________________________________________________________
83004 [  5953] By: jhi                                   on 2000/04/26  23:06:42
83005         Log: Integrate with Sarathy.
83006      Branch: cfgperl
83007           !> README.win32 ext/B/B/Deparse.pm
83008           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83009           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
83010           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
83011           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
83012           !> utils/perldoc.PL vms/perlvms.pod
83013 ____________________________________________________________________________
83014 [  5952] By: jhi                                   on 2000/04/26  23:03:46
83015         Log: Undo "use integer" addition from 64bitint as it seems
83016              to break most of the subtests in Digital UNIX;
83017              Unicos needs to find another way.
83018      Branch: cfgperl
83019            ! t/op/64bitint.t
83020 ____________________________________________________________________________
83021 [  5951] By: jhi                                   on 2000/04/26  22:57:53
83022         Log: Be more robust on "extreme" (large absolute value)
83023              arguments.  Originally reported by Daniel Connelly
83024              as a problem with asinh() on large negative arguments,
83025              asinh() used to bail out because an argument to log()
83026              ended up being zero.  Ilya Zakharevich proposed using
83027              Taylor's series in such cases, which for such large
83028              arguments is a very good approximation.
83029      Branch: cfgperl
83030            ! lib/Math/Complex.pm t/lib/complex.t
83031 ____________________________________________________________________________
83032 [  5950] By: gsar                                  on 2000/04/25  19:13:12
83033         Log: reformat perldiag to avoid long lines
83034      Branch: perl
83035            ! pod/perldiag.pod
83036 ____________________________________________________________________________
83037 [  5949] By: gsar                                  on 2000/04/25  18:41:11
83038         Log: make perldoc use the pod2man from the same version (from
83039              M.J.T. Guy)
83040      Branch: perl
83041            ! utils/perldoc.PL
83042 ____________________________________________________________________________
83043 [  5948] By: gsar                                  on 2000/04/25  18:21:57
83044         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
83045              <kompas@kompas.usr.onet.pl>)
83046      Branch: perl
83047            ! lib/vars.pm
83048 ____________________________________________________________________________
83049 [  5947] By: gsar                                  on 2000/04/25  18:11:53
83050         Log: use &dl_error rather than &dl_load_file as the guard for calling
83051              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
83052              statically built perl)
83053      Branch: perl
83054            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
83055 ____________________________________________________________________________
83056 [  5946] By: jhi                                   on 2000/04/25  17:37:54
83057         Log: Document that tr() is not tr(1).
83058      Branch: cfgperl
83059            ! pod/perlop.pod
83060 ____________________________________________________________________________
83061 [  5945] By: gsar                                  on 2000/04/25  16:34:33
83062         Log: make module name mandatory after -M switch; reorder perldiag
83063              alphabetically (from Mark-Jason Dominus)
83064      Branch: perl
83065            ! perl.c pod/perldiag.pod
83066 ____________________________________________________________________________
83067 [  5944] By: jhi                                   on 2000/04/25  01:15:18
83068         Log: On second thoughts frexp() does have two arguments.
83069      Branch: cfgperl
83070            ! perl.h
83071 ____________________________________________________________________________
83072 [  5943] By: jhi                                   on 2000/04/24  22:56:32
83073         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
83074              Now pp_ncmp() returns undef is either operand is a NaN.
83075      Branch: cfgperl
83076            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83077            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
83078            ! vms/subconfigure.com vos/config.def vos/config.h
83079            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
83080            ! win32/config.vc win32/config_H.bc win32/config_H.gc
83081            ! win32/config_H.vc
83082      Branch: metaconfig/U/perl
83083            + d_modfl.U
83084 ____________________________________________________________________________
83085 [  5942] By: jhi                                   on 2000/04/24  19:45:17
83086         Log: Regen Configure to match #5937.
83087      Branch: cfgperl
83088            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
83089            ! config_h.SH
83090      Branch: metaconfig
83091            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
83092 ____________________________________________________________________________
83093 [  5941] By: jhi                                   on 2000/04/24  19:24:11
83094         Log: Further Unicos fixes for Mark Lutz.
83095      Branch: cfgperl
83096            ! hints/unicos.sh pp_ctl.c
83097 ____________________________________________________________________________
83098 [  5940] By: jhi                                   on 2000/04/24  19:09:06
83099         Log: Various Unicos 10.0.0.6 fixes.
83100              
83101              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
83102              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
83103              Reply-To: tecmpl1@triton.ca.boeing.com 
83104              To: perl5-porters@perl.org 
83105              Date: Fri, 14 Apr 2000 20:21:00 GMT 
83106              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
83107      Branch: cfgperl
83108            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
83109 ____________________________________________________________________________
83110 [  5939] By: gsar                                  on 2000/04/24  19:01:24
83111         Log: more pod nits (from Larry Virden)
83112      Branch: perl
83113            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
83114            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
83115            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
83116 ____________________________________________________________________________
83117 [  5938] By: gsar                                  on 2000/04/24  18:54:01
83118         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
83119      Branch: perl
83120            ! ext/B/B/Deparse.pm
83121 ____________________________________________________________________________
83122 [  5937] By: jhi                                   on 2000/04/24  17:39:00
83123         Log: Integrate with Sarathy.
83124      Branch: cfgperl
83125           +> (branch 31 files)
83126           !> (integrate 73 files)
83127 ____________________________________________________________________________
83128 [  5936] By: gsar                                  on 2000/04/24  17:30:06
83129         Log: additional tests for change#5934 (from Paul Marquess, who also
83130              sent in the same fix)
83131      Branch: perl
83132            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
83133            ! t/pragma/warn/5nolint t/pragma/warn/6default
83134 ____________________________________________________________________________
83135 [  5935] By: jhi                                   on 2000/04/24  17:26:05
83136         Log: Do not assume sign propagation.
83137              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
83138              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
83139              To: payner@ncifcrf.gov, perl5-porters@perl.org 
83140              Date: Tue, 18 Apr 2000 18:24:49 +0100 
83141              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
83142      Branch: cfgperl
83143            ! t/op/bop.t t/op/misc.t
83144 ____________________________________________________________________________
83145 [  5934] By: gsar                                  on 2000/04/24  17:16:54
83146         Log: propagate lexical warnings from surrounding scope correctly
83147              within string eval()
83148      Branch: perl
83149            ! pp_ctl.c t/pragma/warn/pp_ctl
83150 ____________________________________________________________________________
83151 [  5933] By: jhi                                   on 2000/04/24  17:01:07
83152         Log: Flatten the cpp jungle doing the nosuid checking.
83153      Branch: cfgperl
83154            ! perl.c
83155 ____________________________________________________________________________
83156 [  5932] By: gsar                                  on 2000/04/24  09:08:14
83157         Log: add rsignal(), whichsig() and do_join() to public API list
83158              (mod_perl uses them to good advantage)
83159      Branch: perl
83160            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
83161 ____________________________________________________________________________
83162 [  5931] By: gsar                                  on 2000/04/24  09:01:40
83163         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
83164      Branch: perl
83165            ! pp_hot.c regexec.c t/op/pat.t
83166 ____________________________________________________________________________
83167 [  5930] By: gsar                                  on 2000/04/24  08:58:33
83168         Log: small os390 tweaks (from Peter Prymmer)
83169      Branch: perl
83170            ! config_h.SH makedepend.SH
83171 ____________________________________________________________________________
83172 [  5929] By: gsar                                  on 2000/04/24  08:55:25
83173         Log: pod nits
83174      Branch: perl
83175            ! pod/perlguts.pod
83176 ____________________________________________________________________________
83177 [  5928] By: gsar                                  on 2000/04/24  08:50:13
83178         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
83179      Branch: perl
83180            ! ext/IO/lib/IO/Poll.pm
83181 ____________________________________________________________________________
83182 [  5927] By: gsar                                  on 2000/04/24  08:43:24
83183         Log: arrange for next() to resume at the unstack op rather than the
83184              loop conditional, so that scope cleanup happens correctly
83185              (from Stephen McCamant)
83186      Branch: perl
83187            ! op.c pp_ctl.c t/op/misc.t
83188 ____________________________________________________________________________
83189 [  5926] By: gsar                                  on 2000/04/24  08:18:40
83190         Log: on windows, reserve 16M of stack rather than 128M (allows more
83191              threads to run concurrently)
83192      Branch: perl
83193            ! win32/Makefile win32/makefile.mk
83194 ____________________________________________________________________________
83195 [  5925] By: gsar                                  on 2000/04/24  08:13:52
83196         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
83197      Branch: perl
83198            ! toke.c
83199 ____________________________________________________________________________
83200 [  5924] By: gsar                                  on 2000/04/24  08:08:59
83201         Log: avoid using uninitialized memory in require version check
83202      Branch: perl
83203            ! pp_ctl.c universal.c
83204 ____________________________________________________________________________
83205 [  5923] By: gsar                                  on 2000/04/24  07:20:14
83206         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
83207      Branch: perl
83208            ! ext/IO/lib/IO/Poll.pm
83209 ____________________________________________________________________________
83210 [  5922] By: gsar                                  on 2000/04/24  07:08:42
83211         Log: commentary about IoTYPE() (from Nathan Torkington)
83212      Branch: perl
83213            ! sv.h
83214 ____________________________________________________________________________
83215 [  5921] By: gsar                                  on 2000/04/24  06:58:26
83216         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
83217              by fix
83218      Branch: perl
83219            ! sv.c t/lib/charnames.t t/pragma/utf8.t
83220 ____________________________________________________________________________
83221 [  5920] By: gsar                                  on 2000/04/24  06:37:59
83222         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
83223      Branch: perl
83224            ! doop.c t/op/ver.t
83225 ____________________________________________________________________________
83226 [  5919] By: gsar                                  on 2000/04/24  06:21:58
83227         Log: Configure might miss old directories when prefix must be
83228              expanded (from Robin Barker)
83229      Branch: metaconfig
83230            ! U/installdirs/inc_version_list.U
83231      Branch: perl
83232            ! Configure
83233 ____________________________________________________________________________
83234 [  5918] By: gsar                                  on 2000/04/24  06:16:11
83235         Log: VMS nits in glob() test (from Charles Lane)
83236      Branch: perl
83237            ! t/lib/glob-basic.t
83238 ____________________________________________________________________________
83239 [  5917] By: gsar                                  on 2000/04/24  06:11:56
83240         Log: various pod nits (from Larry Virden and others)
83241      Branch: perl
83242            ! README.amiga README.hpux README.machten README.os2
83243            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
83244            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
83245            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
83246            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
83247            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
83248            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
83249            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
83250            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
83251 ____________________________________________________________________________
83252 [  5916] By: gsar                                  on 2000/04/24  05:52:43
83253         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
83254              <wjones@tc.fluke.com>)
83255      Branch: perl
83256            ! t/lib/glob-basic.t
83257 ____________________________________________________________________________
83258 [  5915] By: gsar                                  on 2000/04/24  05:07:01
83259         Log: supported platforms mixed up
83260      Branch: perl
83261            ! pod/perl56delta.pod pod/perlport.pod
83262 ____________________________________________________________________________
83263 [  5914] By: gsar                                  on 2000/04/24  04:56:08
83264         Log: caller() wasn't returning the right number of elements for
83265              eval {...}
83266      Branch: perl
83267            ! pp_ctl.c t/pragma/warn/9enabled
83268 ____________________________________________________________________________
83269 [  5913] By: gsar                                  on 2000/04/24  04:35:41
83270         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
83271              Mark-Jason Dominus)
83272      Branch: perl
83273            ! pod/perlfunc.pod
83274 ____________________________________________________________________________
83275 [  5912] By: gsar                                  on 2000/04/24  04:17:15
83276         Log: fix totally broken caching in UNIVERSAL::isa() (from
83277              Nick Ing-Simmons)
83278      Branch: perl
83279            ! t/op/universal.t universal.c
83280 ____________________________________________________________________________
83281 [  5911] By: gsar                                  on 2000/04/24  03:39:47
83282         Log: add linebreak properties from unicode/LineBrk.txt (from
83283              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
83284      Branch: perl
83285            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
83286            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
83287            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
83288            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
83289            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
83290            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
83291            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
83292            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
83293            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
83294            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
83295            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
83296            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
83297            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
83298            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
83299            + lib/unicode/Is/LbrkZW.pl
83300            ! lib/unicode/mktables.PL
83301 ____________________________________________________________________________
83302 [  5910] By: gsar                                  on 2000/04/24  03:23:10
83303         Log: typo in pod
83304      Branch: perl
83305            ! ext/Thread/Thread.pm
83306 ____________________________________________________________________________
83307 [  5909] By: gsar                                  on 2000/04/24  03:22:03
83308         Log: mode argument to do_binmode() should be file mode, not boolean
83309      Branch: perl
83310            ! pp_sys.c
83311 ____________________________________________________________________________
83312 [  5908] By: gsar                                  on 2000/04/16  16:51:08
83313         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
83314              always returns a valid GV even when the symbol is trapped by strictures
83315              (avoids coredumps)
83316              
83317              TODO: the C<package;> hack needs similar treatment
83318      Branch: perl
83319            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
83320            ! t/pragma/strict-vars
83321 ____________________________________________________________________________
83322 [  5907] By: jhi                                   on 2000/03/31  23:42:56
83323         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
83324              an assumption which #5905 demolished.
83325      Branch: cfgperl
83326            ! pp_sys.c
83327 ____________________________________________________________________________
83328 [  5906] By: jhi                                   on 2000/03/31  18:54:37
83329         Log: Typo in #5905.
83330      Branch: cfgperl
83331            ! t/op/64bitint.t
83332 ____________________________________________________________________________
83333 [  5905] By: jhi                                   on 2000/03/31  18:50:54
83334         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
83335              reported by Joseph N. Hall.  The bug was that even with use64bitint
83336              one had to use the prefixes q, L, or ll with printf/sprintf,
83337              contrary to the documentation and common sense.
83338      Branch: cfgperl
83339            ! sv.c t/op/64bitint.t
83340 ____________________________________________________________________________
83341 [  5904] By: gsar                                  on 2000/03/28  02:31:32
83342         Log: add Changes, perldelta.pod
83343      Branch: perl
83344            + Changes pod/perldelta.pod
83345 ____________________________________________________________________________
83346 [  5903] By: gsar                                  on 2000/03/28  02:03:55
83347         Log: rename Changes and perldelta.pod
83348      Branch: perl
83349           +> Changes5.6 pod/perl56delta.pod
83350            - Changes pod/perldelta.pod
83351            ! MANIFEST
83352 ____________________________________________________________________________
83353 [  5902] By: gsar                                  on 2000/03/28  01:59:14
83354         Log: create maint-5.6 branch
83355      Branch: maint-5.6/perl
83356           +> (branch 1611 files)
83357 ____________________________________________________________________________
83358 [  5901] By: jhi                                   on 2000/03/23  05:48:43
83359         Log: Integrate with Sarathy.
83360      Branch: cfgperl
83361           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
83362 ____________________________________________________________________________
83363 [  5900] By: gsar                                  on 2000/03/23  05:42:43
83364         Log: three guesses on what this is :-)
83365      Branch: perl
83366            ! Changes